/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* ==========================================================================
   Header search — RTL clear (נקה) + attractive result cards
   ========================================================================== */

.h-rtl input[type=text].c-header-search__input {
	padding-left: 88px;
	padding-right: 0;
}

.h-rtl .c-header-search__clear {
	right: auto !important;
	left: 0 !important;
}

.h-rtl .c-header-search__clear.no-ajax {
	right: auto !important;
	left: 63px !important;
}

.h-rtl .c-header-search__clear-text {
	text-transform: none;
	letter-spacing: 0;
}

.c-header-search__result {
	width: 100%;
	max-width: 670px;
}

.c-header-search__result .anak-search-row {
	--anak-search-red: #c43038;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 14px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	color: inherit;
	text-decoration: none !important;
	cursor: pointer;
}

.c-header-search__result a.anak-search-row,
.c-header-search__result a.anak-search-row:hover,
.c-header-search__result a.anak-search-row:focus {
	color: inherit;
	text-decoration: none !important;
	outline: none;
}

.c-header-search__result .anak-search-row__thumb {
	width: 88px;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
	flex: 0 0 88px;
}

.c-header-search__result .anak-search-row__thumb .c-header-search__thumb-img {
	width: 100%;
	height: 88px;
	object-fit: cover;
	display: block;
}

.c-header-search__result .anak-search-row__col {
	flex: 1 1 auto;
	min-width: 0;
	gap: 4px;
}

.c-header-search__result .anak-search-row .c-header-search__category-list {
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #8a8f98;
	margin-bottom: 2px;
}

.c-header-search__result .anak-search-row .c-header-search__title {
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.c-header-search__result .anak-search-row .c-header-search__title a {
	color: #1a1a1a;
	text-decoration: none;
}

.c-header-search__result .anak-search-row__price {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	text-align: start;
	flex-direction: row;
}

.c-header-search__result .anak-search-row__price-main {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	column-gap: 8px;
}

.c-header-search__result .anak-search-row__from {
	font-size: 12px;
	font-weight: 600;
	color: #6b7280;
}

.c-header-search__result .anak-search-row__amount {
	font-size: 15px;
	font-weight: 800;
	color: #1a1a1a;
}

.c-header-search__result .anak-search-row__regular {
	font-size: 12px;
	font-weight: 500;
	color: #9ca3af;
	text-decoration-thickness: 1px;
}

/* Match product-page / mini-cart green savings pill */
.c-header-search__result .anak-search-row__pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 999px;
	background: #e8f5e9;
	color: #2e7d32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
}

.c-header-search__result .anak-search-row__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	max-width: 180px;
	padding: 11px 14px;
	border-radius: 8px;
	background: var(--anak-search-red);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	text-align: center;
	border: none;
	box-shadow: none;
	transition: background 0.2s ease;
}

.c-header-search__result .anak-search-row__btn:hover,
.c-header-search__result .anak-search-row__btn:focus {
	background: #a8262d;
	color: #fff !important;
}

.c-header-search__result .anak-search-row__btn-icon {
	display: flex;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: #fff;
}

.c-header-search__result .anak-search-row__btn-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.c-header-search__result .anak-search-row__btn-label {
	flex: 1 1 auto;
	text-align: center;
}

.c-header-search__result .anak-search-row__btn--choose-size .anak-search-row__btn-icon {
	animation: anak-rec-click-nudge 1.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.c-header-search__result .anak-search-row__btn--choose-size .anak-search-row__btn-icon {
		animation: none;
	}
}

.c-header-search__result .anak-search-view-all {
	margin-top: 22px;
	margin-bottom: 10px;
}

.c-header-search__result .anak-search-view-all__btn {
	border-radius: 8px !important;
	border-color: var(--anak-search-red, #c43038) !important;
	color: var(--anak-search-red, #c43038) !important;
	font-weight: 700;
	padding: 12px 28px;
}

.c-header-search__result .anak-search-view-all__btn:hover,
.c-header-search__result .anak-search-view-all__btn:focus {
	background: var(--anak-search-red, #c43038) !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.c-header-search__result .anak-search-row {
		column-gap: 12px;
		padding: 12px;
		margin-bottom: 10px;
	}

	.c-header-search__result .anak-search-row__thumb {
		width: 68px;
		flex-basis: 68px;
	}

	.c-header-search__result .anak-search-row__thumb .c-header-search__thumb-img {
		height: 68px;
	}

	.c-header-search__result .anak-search-row .c-header-search__title {
		font-size: 14px;
	}

	.c-header-search__result .anak-search-row__btn {
		min-width: 0;
		padding: 10px 12px;
		font-size: 13px;
	}
}

/* ==========================================================================
   Product page tabs — full width below gallery + summary
   ========================================================================== */

.anak-tabs-fullwidth {
	width: 100%;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.anak-tabs-fullwidth .c-product__tabs {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

@media (max-width: 767px) {
	.anak-tabs-fullwidth {
		padding-left: 18px;
		padding-right: 18px;
	}

	.anak-tabs-fullwidth .c-product__tabs {
		margin-top: 30px;
	}
}

/* ==========================================================================
   Product page features — horizontal trust cards (sketch screen 2)
   ========================================================================== */

.c-product-features.anak-product-features {
	--anak-pf-red: #c43038;
	--anak-pf-text: #1a1a1a;
	--anak-pf-muted: #6b7280;
	--anak-pf-border: #e5e7eb;
	margin-top: 18px;
	margin-bottom: 4px;
	width: 100%;
}

.c-product-features.anak-product-features .c-product-features__list,
.anak-product-features__list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none !important;
	background: transparent !important;
}

.c-product-features.anak-product-features .c-product-features__item,
.anak-product-features__item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	margin: 0;
	padding: 14px 10px 12px;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--anak-pf-border);
	border-top: 2px solid var(--anak-pf-red);
	box-sizing: border-box;
	color: var(--anak-pf-text);
}

.c-product-features.anak-product-features .c-product-features__icon,
.anak-product-features__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin: 0 0 8px !important;
	color: var(--anak-pf-red);
	line-height: 1;
	font-size: inherit;
}

.c-product-features.anak-product-features .c-product-features__icon svg,
.anak-product-features__icon svg,
.anak-product-features__icon .anak-icon {
	display: block;
	width: 26px;
	height: 26px;
}

.c-product-features.anak-product-features .c-product-features__icon svg *:not(text):not(g),
.anak-product-features__icon svg *:not(text):not(g) {
	stroke: currentColor;
}

.c-product-features.anak-product-features .c-product-features__text,
.anak-product-features__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	width: 100%;
}

.c-product-features.anak-product-features .c-product-features__name,
.anak-product-features__item .c-product-features__name {
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	color: var(--anak-pf-text);
}

.c-product-features.anak-product-features .c-product-features__description,
.anak-product-features__item .c-product-features__description {
	display: block;
	margin-top: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: 0;
	color: var(--anak-pf-muted);
}

/* Mobile: compact single row of three small cards */
@media (max-width: 767px) {
	.c-product-features.anak-product-features {
		margin-top: 14px;
	}

	.c-product-features.anak-product-features .c-product-features__list,
	.anak-product-features__list {
		flex-direction: row;
		gap: 7px;
	}

	.c-product-features.anak-product-features .c-product-features__item,
	.anak-product-features__item {
		padding: 10px 5px 9px;
		border-radius: 6px;
	}

	.c-product-features.anak-product-features .c-product-features__icon,
	.anak-product-features__icon {
		width: 24px;
		height: 24px;
		margin: 0 0 6px !important;
	}

	.c-product-features.anak-product-features .c-product-features__icon svg,
	.anak-product-features__icon svg,
	.anak-product-features__icon .anak-icon {
		width: 22px;
		height: 22px;
	}

	.c-product-features.anak-product-features .c-product-features__text,
	.anak-product-features__text {
		gap: 2px;
	}

	.c-product-features.anak-product-features .c-product-features__name,
	.anak-product-features__item .c-product-features__name {
		font-size: 11px;
		line-height: 1.3;
	}

	.c-product-features.anak-product-features .c-product-features__description,
	.anak-product-features__item .c-product-features__description {
		font-size: 10px;
		line-height: 1.3;
	}
}

/* Archive brand logos on product cards (must beat grid img width rules) */
.c-product-grid__item .archive-brand-logo,
.c-product-grid__thumb-wrap .archive-brand-logo {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 50;
	padding: 0;
	margin: 0;
	line-height: 0;
	pointer-events: none;
	width: auto !important;
	max-width: 42% !important;
}

.c-product-grid__item .archive-brand-logo img,
.c-product-grid__thumb-wrap .archive-brand-logo img,
.archive-brand-logo img {
	display: block !important;
	width: auto !important;
	height: 42px !important;
	max-width: 100px !important;
	max-height: 48px !important;
	object-fit: contain !important;
	object-position: right top !important;
	/* Black-bg logos blend into light product photos */
	mix-blend-mode: darken;
}

/* Fallback: brand logo images can sometimes appear without the expected wrapper class.
   Constrain any /uploads/brand-logos/ image inside product cards. */
.c-product-grid__item img[src*="/uploads/brand-logos/"],
.prodct_tb_ctgrs_cls img[src*="/uploads/brand-logos/"] {
	display: block !important;
	width: auto !important;
	height: 42px !important;
	max-width: 100px !important;
	max-height: 48px !important;
	object-fit: contain !important;
	object-position: right top !important;
}

@media (max-width: 767px) {
	.c-product-grid__item .archive-brand-logo img,
	.c-product-grid__thumb-wrap .archive-brand-logo img,
	.archive-brand-logo img {
		height: 34px !important;
		max-width: 90px !important;
		max-height: 40px !important;
	}

	.c-product-grid__item img[src*="/uploads/brand-logos/"],
	.prodct_tb_ctgrs_cls img[src*="/uploads/brand-logos/"] {
		height: 34px !important;
		max-width: 90px !important;
		max-height: 40px !important;
	}
}

/* Product thumbnails: always fill square, never overflow (cart / grids / widgets) */
.c-product-grid__thumb-wrap {
	overflow: hidden !important;
}

.c-product-grid__thumb,
.c-product-grid__thumb--base,
.c-product-grid__thumb--hover,
.widget_shopping_cart img,
.woocommerce-mini-cart-item img,
.c-product-list-widget img {
	object-fit: cover !important;
	object-position: center center !important;
	max-width: none !important;
}

/* Desktop product-grid: hover image must fill the full square */
@media (min-width: 768px) {
	.c-product-grid__thumb-wrap > a {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
		inset: 0 !important;
	}

	.c-product-grid__thumb,
	.c-product-grid__thumb--base,
	.c-product-grid__thumb--hover {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover !important;
		object-position: center center !important;
		mix-blend-mode: normal !important;
	}

	.c-product-grid__item:hover .c-product-grid__thumb--hover {
		opacity: 1 !important;
		transform: scale(1.08) !important;
	}
}

/* ==========================================================================
   Recommended products (related) – product page
   ========================================================================== */

.anak-recommended {
	--anak-rec-red: #c43038;
	--anak-rec-text: #1a1a1a;
	--anak-rec-muted: #6b7280;
	--anak-rec-chip-bg: #f3f4f6;
	--anak-rec-trust-bg: #f3f4f6;
	--anak-rec-radius: 14px;
	margin-top: 48px;
	margin-bottom: 32px;
	padding: 0 16px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.anak-recommended .c-product__products-title,
.c-product__products--recommended > .c-product__products-title {
	display: none;
}

.anak-recommended__header {
	text-align: center;
	margin-bottom: 32px;
}

.anak-recommended__title {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 2.2vw, 1.85rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--anak-rec-text);
	letter-spacing: 0;
	text-transform: none;
	word-spacing: normal;
}

.anak-recommended__subtitle {
	margin: 0 auto;
	max-width: 36em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--anak-rec-muted);
	font-weight: 400;
}

.anak-recommended__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}

.anak-rec-card {
	--anak-rec-red: #c43038;
	--anak-rec-text: #1a1a1a;
	--anak-rec-muted: #6b7280;
	--anak-rec-chip-bg: #f3f4f6;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.08);
	transition: none;
}

.anak-rec-card:hover {
	transform: none;
	box-shadow: none;
	border-color: rgba(17, 24, 39, 0.08);
}

/* Kill Moderno grid ::after border (turns / flashes white on item hover). */
.anak-rec-card.c-product-grid__item::after,
.anak-rec-card.c-product-grid__item:hover::after {
	content: none !important;
	display: none !important;
	border: none !important;
}

.anak-rec-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #fff;
	overflow: hidden;
}

.anak-rec-card__view {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 24, 39, 0.28);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.anak-rec-card__view svg,
.anak-rec-card__view svg.anak-icon {
	width: 28px !important;
	height: 28px !important;
	max-width: 28px;
	max-height: 28px;
	stroke: #fff;
	fill: none;
	stroke-width: 1.5;
}

@media (min-width: 768px) {
	.anak-rec-card__media:hover .anak-rec-card__view {
		opacity: 1;
		visibility: visible;
	}
}

.anak-rec-card__image-link {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.anak-rec-card__image,
.anak-rec-card__media img.anak-rec-card__image {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	/* contain (not cover): the whole product must stay inside the square */
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0;
	padding: 12px;
	box-sizing: border-box;
	background: #fff;
	transition: opacity 0.3s linear, transform 0.3s linear;
}

.anak-rec-card__image--base {
	opacity: 1;
	z-index: 1;
}

/* Hover image fills the whole square (base image stays contained) */
.anak-rec-card__image--hover,
.anak-rec-card__media img.anak-rec-card__image.anak-rec-card__image--hover {
	opacity: 0;
	z-index: 2;
	object-fit: cover;
	padding: 0;
	transform: scale(1);
}

/* Theme shop/category grid: hover thumb fills the square too
   (beats the Additional-CSS rule that forces contain on all thumbs) */
.c-product-grid__thumb--cover.c-product-grid__thumb--hover {
	object-fit: cover !important;
}

@media (min-width: 768px) {
	/* Base image stays put under the (opaque) hover image, so a missing or
	   still-loading hover image never leaves a blank gray square.
	   The img.…--hover compound selector must be repeated here: the reset rule
	   above has (0,3,1) specificity, so a plain (0,3,0) hover rule loses to it. */
	.anak-rec-card__media:hover .anak-rec-card__image--hover,
	.anak-rec-card__media:hover img.anak-rec-card__image.anak-rec-card__image--hover {
		opacity: 1;
		/* No scale — transform creates a white subpixel seam between adjacent cards. */
		transform: none;
	}
}

.anak-rec-card__sale-wrap {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 4;
	pointer-events: none;
}

.anak-rec-card__sale-wrap .c-badge,
.anak-rec-card__sale {
	margin: 0;
}

.anak-rec-card__brand {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	background: transparent;
	border-radius: 0;
	padding: 0;
	line-height: 0;
	box-shadow: none;
}

.anak-rec-card__brand img {
	display: block;
	width: auto;
	height: 42px;
	max-width: 108px;
	object-fit: contain;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.anak-rec-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 16px 16px 18px;
	text-align: center;
	background: #fff;
}

.anak-rec-card__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--anak-rec-text);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: calc(1.35em * 2);
}

.anak-rec-card__title a {
	text-decoration: none;
	color: inherit;
}

.anak-rec-card__title a:hover {
	color: var(--anak-rec-red);
}

.anak-rec-card__teaser {
	margin: 0 0 12px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--anak-rec-muted);
	min-height: 1.45em;
	max-height: 1.45em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.anak-rec-card__chips {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	min-height: 40px;
	align-content: start;
}

.anak-rec-card__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: #f3f4f6 !important;
	background-color: #f3f4f6 !important;
	border-radius: 10px;
	padding: 8px 6px;
	min-height: 40px;
	box-sizing: border-box;
	box-shadow: none;
	min-width: 0;
}

.anak-rec-card__chip-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Size only inside sized wrappers — bare .anak-icon must NOT be 100% (breaks hover eye). */
.anak-rec-card__chip-icon svg,
.anak-rec-card__atc-icon svg,
.anak-recommended__trust-icon svg {
	width: 100%;
	height: 100%;
}

.anak-rec-card__chip-icon svg,
.anak-rec-card__atc-icon svg,
.anak-recommended__trust-icon svg,
.anak-icon,
svg.anak-icon {
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.5 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.anak-rec-card__chip-icon svg *:not(text):not(g),
.anak-rec-card__atc-icon svg *:not(text):not(g),
.anak-recommended__trust-icon svg *:not(text):not(g),
.anak-icon *:not(text):not(g),
svg.anak-icon *:not(text):not(g) {
	fill: none !important;
	stroke: currentColor !important;
}

.anak-rec-card__chip-icon svg text,
.anak-recommended__trust-icon svg text,
.anak-icon text,
svg.anak-icon text {
	fill: currentColor !important;
	stroke: none !important;
}

/* Allow filled dots on cart wheels / lock points only when intentional tiny circles */
.anak-icon circle[r="1"],
svg.anak-icon circle[r="1"] {
	fill: currentColor !important;
	stroke: none !important;
}

.anak-rec-card__chip-label {
	font-size: 0.68rem;
	line-height: 1;
	color: #374151;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.anak-rec-card__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 0 10px;
	min-height: 22px;
}

.anak-rec-card__rating--empty {
	visibility: hidden;
}

.anak-rec-card__stars {
	position: relative;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #e5e7eb;
	line-height: 1;
}

.anak-rec-card__stars::before {
	content: '★★★★★';
	position: absolute;
	inset: 0;
	color: #f5b301;
	width: calc(var(--rating, 5) / 5 * 100%);
	overflow: hidden;
	white-space: nowrap;
}

.anak-rec-card__rating-count {
	font-size: 0.78rem;
	color: var(--anak-rec-muted);
}

.anak-rec-card__price-wrap {
	margin: 0 0 14px;
	margin-top: auto;
}

.anak-rec-card__price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	direction: rtl;
	line-height: 1;
}

.anak-rec-card__price del {
	order: 2;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	font-weight: 700;
	color: #555 !important;
	opacity: 1;
	text-decoration: none !important;
	line-height: 1;
}

/* Red centered strike — same as product page / archive */
.anak-rec-card__price del::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #d90429;
	transform: translateY(-50%);
	pointer-events: none;
}

.anak-rec-card__price del .woocommerce-Price-amount,
.anak-rec-card__price del .amount,
.anak-rec-card__price del bdi {
	text-decoration: none !important;
	font-weight: inherit;
	color: inherit !important;
}

.anak-rec-card__price ins {
	order: 1;
	text-decoration: none !important;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--anak-rec-text);
	line-height: 1;
}

.anak-rec-card__price .woocommerce-Price-amount,
.anak-rec-card__price .amount {
	font-weight: inherit;
}

.anak-rec-card__atc {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 0;
	padding: 12px 14px;
	border-radius: 8px !important;
	background: var(--anak-rec-red, #c43038) !important;
	color: #fff !important;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none !important;
	border: none;
	box-shadow: none !important;
	transition: background 0.2s ease;
	line-height: 1.2;
	opacity: 1 !important;
	visibility: visible !important;
	position: relative;
	z-index: 3;
}

.anak-rec-card__atc:hover,
.anak-rec-card__atc:focus {
	background: #a8262d !important;
	color: #fff !important;
	transform: none;
	box-shadow: none !important;
}

.anak-rec-card__atc.loading {
	opacity: 0.7;
	pointer-events: none;
}

.anak-rec-card a.added_to_cart,
.anak-rec-card .added_to_cart {
	display: none !important;
}

.anak-rec-card__atc-icon {
	display: flex;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.anak-rec-card__atc--choose-size {
	font-size: 0.88rem;
	letter-spacing: 0;
}

.anak-rec-card__atc--choose-size .anak-rec-card__atc-icon {
	animation: anak-rec-click-nudge 1.6s ease-in-out infinite;
}

@keyframes anak-rec-click-nudge {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	40% {
		transform: translate(-2px, 2px) scale(1.08);
	}
	55% {
		transform: translate(0, 0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.anak-rec-card__atc--choose-size .anak-rec-card__atc-icon {
		animation: none;
	}
}

.anak-recommended__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	list-style: none;
	margin: 28px 0 0;
	padding: 18px 0;
	background: var(--anak-rec-trust-bg);
	border-radius: 12px;
	box-shadow: none;
}

.anak-recommended__trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	padding: 4px 16px;
	position: relative;
	min-width: 0;
}

.anak-recommended__trust-item:not(:last-child) {
	border-inline-end: 1px solid rgba(17, 24, 39, 0.14);
}

.anak-recommended__trust-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.anak-recommended__trust-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: 0;
}

.anak-recommended__trust-title {
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--anak-rec-text);
	line-height: 1.3;
}

.anak-recommended__trust-desc {
	font-size: 0.78rem;
	line-height: 1.4;
	color: var(--anak-rec-muted);
}

@media (max-width: 1100px) {
	.anak-recommended__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anak-recommended__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px 0;
	}

	.anak-recommended__trust-item {
		padding: 12px 16px;
	}

	.anak-recommended__trust-item:nth-child(2n) {
		border-inline-end: none;
	}

	.anak-recommended__trust-item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(17, 24, 39, 0.14);
	}
}

/* Mobile: horizontal swipe carousel */
@media (max-width: 767px) {
	.anak-recommended {
		padding: 0;
		margin-top: 36px;
		overflow: visible;
	}

	.anak-recommended__header {
		margin-bottom: 18px;
		padding-inline: 16px;
	}

	.anak-recommended__grid {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 16px;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		padding-inline: 16px;
		padding-bottom: 6px;
		align-items: stretch;
		scrollbar-width: none;
	}

	.anak-recommended__grid::-webkit-scrollbar {
		display: none;
	}

	.anak-recommended__grid > .anak-rec-card {
		flex: 0 0 min(78vw, 300px);
		width: min(78vw, 300px);
		max-width: min(78vw, 300px);
		min-width: 0;
		scroll-snap-align: start;
		height: auto;
		min-height: 0;
	}

	.anak-rec-card__body {
		padding: 12px 12px 14px;
	}

	.anak-rec-card__title {
		font-size: 0.95rem;
	}

	.anak-rec-card__teaser {
		font-size: 0.75rem;
		margin-bottom: 10px;
		min-height: 1.45em;
		max-height: 1.45em;
	}

	.anak-rec-card__chips {
		gap: 6px;
		margin-bottom: 10px;
		min-height: 36px;
	}

	.anak-rec-card__chip {
		min-height: 36px;
		padding: 6px 4px;
		border-radius: 8px;
	}

	.anak-rec-card__chip-label {
		font-size: 0.62rem;
	}

	.anak-rec-card__price-wrap {
		margin-bottom: 10px;
	}

	.anak-rec-card__price ins {
		font-size: 1.05rem;
	}

	.anak-rec-card__price del {
		font-size: 0.72rem;
	}

	.anak-rec-card__atc {
		padding: 11px 12px;
		font-size: 0.88rem;
	}

	.anak-rec-card__brand img {
		height: 34px;
		max-width: 90px;
	}

	.anak-recommended__trust {
		grid-template-columns: 1fr;
		margin-inline: 16px;
		margin-top: 20px;
		padding: 4px 0;
	}

	.anak-recommended__trust-item {
		padding: 14px 16px;
		border-inline-end: none !important;
	}

	.anak-recommended__trust-item:not(:last-child) {
		border-bottom: 1px solid rgba(17, 24, 39, 0.14);
	}

	.anak-recommended__trust-item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(17, 24, 39, 0.14);
	}
}

/* ==========================================================================
   Homepage product tabs — desktop hairline grid; mobile swipe carousel
   ========================================================================== */

body.home .prodct_tb_ctgrs_cls.elementor-widget,
body.home .prodct_tb_ctgrs_cls.elementor-widget__width-initial {
	width: 100% !important;
	max-width: 100% !important;
}

body.home .prodct_tb_ctgrs_cls .l-section.l-section--container,
body.home .prodct_tb_ctgrs_cls .l-section--container {
	width: 100% !important;
	max-width: none !important;
	padding-inline: clamp(12px, 2vw, 24px);
	box-sizing: border-box;
}

body.home .prodct_tb_ctgrs_cls .c-product-grid__list--boxed,
body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--boxed {
	max-width: none !important;
	width: 100% !important;
	margin-inline: 0 !important;
}

body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--5-per-row,
body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--cnt-5 {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
}

/* Desktop: original hairline tile grid — equal card heights */
body.home .prodct_tb_ctgrs_cls .c-product-grid__list {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-items: stretch !important;
	width: 100% !important;
	gap: 1px;
	background: #fff;
}

body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .anak-rec-card.c-product-grid__item,
body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .c-product-grid__item {
	flex: 1 1 0 !important;
	width: calc((100% - 4px) / 5) !important;
	max-width: calc((100% - 4px) / 5) !important;
	min-width: 0 !important;
	align-self: stretch !important;
	height: auto !important;
	box-sizing: border-box;
}

@media (max-width: 1023px) and (min-width: 768px) {
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .anak-rec-card.c-product-grid__item,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .c-product-grid__item {
		width: calc((100% - 1px) / 2) !important;
		max-width: calc((100% - 1px) / 2) !important;
		flex: 1 1 calc((100% - 1px) / 2) !important;
	}
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card.c-product-grid__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: none;
	border-radius: 0 !important;
	overflow: hidden;
	height: auto !important;
	align-self: stretch !important;
	margin: 0;
	padding: 0;
	/* Hairline separators drawn per-card so empty grid space stays white */
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.12);
	float: none;
	width: auto;
	max-width: none;
	z-index: 0;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card.c-product-grid__item:hover {
	z-index: 0;
	border-color: transparent;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card.c-product-grid__item::after,
body.home .prodct_tb_ctgrs_cls .anak-rec-card.c-product-grid__item:hover::after {
	content: none !important;
	display: none !important;
	border: none !important;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card .c-product-grid__thumb-wrap,
body.home .prodct_tb_ctgrs_cls .anak-rec-card .c-product-grid__details,
body.home .prodct_tb_ctgrs_cls .anak-rec-card .c-product-grid__atc-block,
body.home .prodct_tb_ctgrs_cls .anak-rec-card .added_to_cart {
	display: none !important;
}

body.home .prodct_tb_ctgrs_cls .c-product-grid__list .anak-rec-card {
	min-width: 0;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card__body {
	text-align: center;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card__media {
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
	width: 100%;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card__media img.anak-rec-card__image {
	object-fit: contain;
	object-position: center;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card__chip {
	background: #f3f4f6 !important;
	background-color: #f3f4f6 !important;
}

body.home .prodct_tb_ctgrs_cls .anak-rec-card__atc,
body.home .prodct_tb_ctgrs_cls .anak-rec-card a.add_to_cart_button {
	display: inline-flex !important;
	opacity: 1 !important;
	visibility: visible !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: 100% !important;
	background: #c43038 !important;
	color: #fff !important;
}

body.home .prodct_tb_ctgrs_cls .c-product-grid__list--carousel .anak-rec-card {
	width: 100%;
}

/* Mobile only: horizontal swipe carousel (same as recommended products) */
@media (max-width: 767px) {
	body.home .prodct_tb_ctgrs_cls .l-section.l-section--container,
	body.home .prodct_tb_ctgrs_cls .l-section--container {
		padding-inline: 0 !important;
		overflow: visible !important;
	}

	body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--5-per-row,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--boxed,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__wrap--2-per-row-mobile {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	/* After JS kills Owl — native horizontal carousel */
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list.anak-home-products-carousel,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--boxed,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--2-per-row-mobile,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list.owl-carousel {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		gap: 12px !important;
		background: transparent !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-padding-inline: 16px !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		padding-inline: 16px !important;
		padding-bottom: 6px !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: none !important;
		transform: none !important;
		scrollbar-width: none;
	}

	body.home .prodct_tb_ctgrs_cls .c-product-grid__list::-webkit-scrollbar {
		display: none;
	}

	/* Neutralize Owl stage if JS hasn't destroyed it yet */
	body.home .prodct_tb_ctgrs_cls .owl-stage-outer,
	body.home .prodct_tb_ctgrs_cls .owl-stage {
		display: contents !important;
		transform: none !important;
		width: auto !important;
		transition: none !important;
	}

	body.home .prodct_tb_ctgrs_cls .owl-item {
		display: contents !important;
		width: auto !important;
		float: none !important;
		margin: 0 !important;
	}

	body.home .prodct_tb_ctgrs_cls .owl-item.cloned,
	body.home .prodct_tb_ctgrs_cls .owl-nav,
	body.home .prodct_tb_ctgrs_cls .owl-dots {
		display: none !important;
	}

	body.home .prodct_tb_ctgrs_cls .c-product-grid__list > .anak-rec-card,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list > .anak-rec-card.c-product-grid__item,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list > .c-product-grid__item,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list .anak-rec-card.c-product-grid__item--2-per-row-mobile,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list .anak-rec-card.c-product-grid__item--5-per-row,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .anak-rec-card.c-product-grid__item,
	body.home .prodct_tb_ctgrs_cls .c-product-grid__list--5-per-row > .c-product-grid__item,
	body.home .prodct_tb_ctgrs_cls .owl-item > .anak-rec-card,
	body.home .prodct_tb_ctgrs_cls .owl-item > .c-product-grid__item {
		flex: 0 0 min(78vw, 300px) !important;
		width: min(78vw, 300px) !important;
		max-width: min(78vw, 300px) !important;
		min-width: 0 !important;
		height: auto !important;
		scroll-snap-align: start;
		border: 1px solid rgba(17, 24, 39, 0.08) !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box;
	}

	body.home .prodct_tb_ctgrs_cls.elementor-widget,
	body.home .prodct_tb_ctgrs_cls .elementor-widget-container,
	body.home .prodct_tb_ctgrs_cls .elementor-shortcode {
		overflow: visible !important;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__body {
		padding: 12px 10px 14px;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__title {
		font-size: 0.92rem;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__teaser {
		font-size: 0.72rem;
		min-height: 2.9em;
		max-height: 2.9em;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__chip-label {
		font-size: 0.58rem;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__atc {
		padding: 10px 8px;
		font-size: 0.78rem;
	}

	body.home .prodct_tb_ctgrs_cls .anak-rec-card__brand img {
		height: 28px;
		max-width: 72px;
	}
}

/* ==========================================================================
   Homepage – category cards carousel (sketch-style bottom squares)
   ========================================================================== */

.elementor-element.category-wrap.category_filter_wrpr_cls,
.elementor-element.category_filter_wrpr_cls {
	--anak-cat-navy: #12264a;
	--anak-cat-red: #c91010;
	--anak-cat-muted: #6f7886;
	--anak-cat-card-bg: #fcfcfd;
	--anak-cat-card-border: #e4e6ea;
	padding-top: 8px !important;
	padding-bottom: 36px !important;
}

.elementor-element.category_filter_wrpr_cls > .elementor-widget-container {
	overflow: visible;
}

/* --------------------------------------------------------------------------
   Category hub: dark tab bar + hero panel (sketch design)
   -------------------------------------------------------------------------- */

/* Match the boxed sections around it: 1440px content width, small side gutters
   (overrides the 8.8% side padding set on the Elementor widget) */
.elementor-element.category_filter_wrpr_cls > .elementor-widget-container {
	padding: 0 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1480px;
	box-sizing: border-box;
}

.anak-cat-hub {
	--anak-cat-navy: #12264a;
	--anak-cat-tab-bg: #16283f;
	--anak-cat-red: #c91010;
	--anak-cat-muted: #6f7886;
	--anak-cat-card-bg: #ffffff;
	--anak-cat-card-border: #e9ebef;
	direction: rtl;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
}

.anak-cat-hub__tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	border-radius: 10px;
	overflow: visible;
}

.anak-cat-hub__tab {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 12px 22px;
	border: none;
	background: var(--anak-cat-tab-bg);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.2s ease;
}

.anak-cat-hub__tab:first-child {
	border-radius: 0 10px 10px 0;
}

.anak-cat-hub__tab:last-child {
	border-radius: 10px 0 0 10px;
}

.anak-cat-hub__tab:hover {
	background: #1d3251;
}

.anak-cat-hub__tab-icon {
	display: block;
	width: 52px;
	height: 44px;
	line-height: 0;
}

.anak-cat-hub__tab-icon svg {
	width: 100%;
	height: 100%;
}

.anak-cat-hub__tab-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-align: center;
}

.anak-cat-hub__tab-label {
	font-size: clamp(15px, 1.4vw, 19px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.anak-cat-hub__tab-desc {
	max-width: 16em;
	font-size: clamp(11px, 1vw, 13.5px);
	font-weight: 400;
	line-height: 1.35;
	color: #a8b0bd;
}

/* Active tab: red bar on top + red underline with pointer below */
.anak-cat-hub__tab::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--anak-cat-red);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.anak-cat-hub__tab.is-active::before {
	opacity: 1;
}

.anak-cat-hub__tab-pointer {
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--anak-cat-red);
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.anak-cat-hub__tab-pointer::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	border: 7px solid transparent;
	border-top-color: var(--anak-cat-red);
	border-bottom-width: 0;
}

.anak-cat-hub__tab.is-active .anak-cat-hub__tab-pointer {
	opacity: 1;
}

/* Hero panel */

.anak-cat-hub__panels {
	margin-top: 26px;
}

.anak-cat-hub__panel {
	display: none;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.25fr);
	align-items: center;
	gap: 24px;
	min-height: clamp(280px, 30vw, 400px);
	padding: clamp(24px, 3.5vw, 56px);
	box-sizing: border-box;
	background: #f5f6f8;
	border-radius: 18px;
}

.anak-cat-hub__panel.is-active {
	display: grid;
	animation: anak-hub-fade 0.35s ease both;
}

@keyframes anak-hub-fade {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	.anak-cat-hub__panel.is-active {
		animation: none;
	}
}

.anak-cat-hub__panel-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
	padding-inline-start: clamp(4px, 2vw, 24px);
}

.anak-cat-hub__panel-title {
	margin: 0 0 14px;
	font-size: clamp(38px, 4.6vw, 64px);
	font-weight: 800;
	line-height: 1.05;
	color: var(--anak-cat-navy);
}

.anak-cat-hub__panel-desc {
	margin: 0 0 12px;
	max-width: none;
	font-size: clamp(17px, 1.7vw, 23px);
	line-height: 1.45;
	font-weight: 500;
	color: #55617a;
	white-space: normal;
}

.anak-cat-hub__panel-body {
	margin: 0 0 28px;
	max-width: 34em;
	font-size: clamp(14px, 1.25vw, 16.5px);
	line-height: 1.55;
	font-weight: 400;
	color: #7a8494;
	white-space: normal;
}

.anak-cat-hub__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 26px;
	border-radius: 6px;
	background: var(--anak-cat-red);
	color: #fff !important;
	font-size: clamp(15px, 1.3vw, 17px);
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.anak-cat-hub__cta:hover,
.anak-cat-hub__cta:focus {
	background: #a30d0d;
	color: #fff !important;
	transform: translateY(-1px);
}

.anak-cat-hub__cta-arrow {
	display: inline-flex;
	line-height: 0;
}

.anak-cat-hub__panel-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.anak-cat-hub__panel-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: clamp(240px, 28vw, 380px);
	object-fit: contain;
	object-position: center;
	mix-blend-mode: multiply;
}

@media (max-width: 1024px) {
	.anak-cat-hub__panel {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	}
}

@media (max-width: 767px) {
	.anak-cat-hub__tabs {
		gap: 4px;
	}

	.anak-cat-hub__tab {
		padding: 14px 6px 16px;
		gap: 7px;
	}

	.anak-cat-hub__tab-icon {
		width: 38px;
		height: 32px;
	}

	.anak-cat-hub__tab-text {
		gap: 3px;
	}

	.anak-cat-hub__tab-label {
		font-size: 12.5px;
	}

	.anak-cat-hub__tab-desc {
		font-size: 10px;
		max-width: 11em;
		line-height: 1.25;
	}

	/* Two compact columns: image on the right (first RTL slot), text+CTA on the left */
	.anak-cat-hub__panel {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
		align-items: center;
		gap: 12px;
		min-height: 0;
		padding: 18px 14px;
	}

	.anak-cat-hub__panel-media {
		order: 1;
	}

	.anak-cat-hub__panel-text {
		order: 2;
		align-items: flex-start;
		text-align: right;
		padding-inline-start: 0;
	}

	.anak-cat-hub__panel-title {
		margin-bottom: 8px;
		font-size: clamp(24px, 7vw, 30px);
	}

	.anak-cat-hub__panel-desc {
		margin-bottom: 8px;
		font-size: 14.5px;
		line-height: 1.4;
	}

	.anak-cat-hub__panel-body {
		margin-bottom: 16px;
		font-size: 12.5px;
		line-height: 1.45;
		max-width: none;
	}

	.anak-cat-hub__cta {
		gap: 8px;
		padding: 11px 14px;
		font-size: 13.5px;
		line-height: 1.25;
		text-align: right;
	}

	.anak-cat-hub__panel-img {
		max-height: none;
	}

	.anak-cat-hub__panels {
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	.elementor-element.category_filter_wrpr_cls {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.elementor-element.category_filter_wrpr_cls > .elementor-widget-container {
		padding: 0 16px !important;
	}
}

/* ==========================================================================
   Homepage – עולם של נוחות (comfort section, sketch layout)
   ========================================================================== */

.anak-comfort-wrap.e-con,
.elementor-element.anak-comfort-wrap {
	--anak-comfort-red: #c91010;
	--anak-comfort-text: #111111;
	--anak-comfort-muted: #2a2a2a;
	--anak-comfort-icon: #1a1a1a;
	--anak-comfort-bg: #f7f7f7;
	background-color: var(--anak-comfort-bg) !important;
}

.anak-comfort {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	direction: rtl;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: clamp(32px, 4.5vw, 56px) clamp(12px, 2vw, 24px);
	box-sizing: border-box;
	background: transparent;
	border-radius: 0;
}

.anak-comfort__media {
	min-width: 0;
}

.anak-comfort__media img,
.anak-comfort__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	background: transparent;
	/* Gentle edge feather so the photo blends into the section background
	   without dimming content that reaches the frame edges. */
	-webkit-mask-image: radial-gradient(120% 120% at 50% 50%, #000 88%, transparent 100%);
	mask-image: radial-gradient(120% 120% at 50% 50%, #000 88%, transparent 100%);
}

.anak-comfort__content {
	min-width: 0;
	text-align: right;
}

.anak-comfort__title {
	margin: 0 0 16px;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 700;
	line-height: 1.12;
	color: var(--anak-comfort-text);
	letter-spacing: 0;
}

.anak-comfort__text {
	margin: 0 0 32px;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	font-size: clamp(0.92rem, 1.1vw, 1rem);
	line-height: 1.7;
	color: var(--anak-comfort-muted);
	font-weight: 400;
}

.anak-comfort__text p {
	margin: 0 0 0.85em;
}

.anak-comfort__text p:last-child {
	margin-bottom: 0;
}

.anak-comfort__features {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	list-style: none;
	margin: 0 0 32px;
	padding: 4px 0;
	align-items: start;
}

.anak-comfort__feature {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
	min-width: 0;
	padding: 0 10px;
}

.anak-comfort__feature:not(:last-child)::after {
	content: '';
	position: absolute;
	inset-inline-start: 0;
	top: 8px;
	bottom: 30px;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.anak-comfort__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	color: #1a1a1a;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

.anak-comfort__icon svg {
	width: 28px;
	height: 28px;
	stroke-width: 1.35;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.anak-comfort__icon svg *:not(text):not(g) {
	fill: none !important;
	stroke: currentColor !important;
}

.anak-comfort__feature-label {
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	font-size: clamp(0.72rem, 0.88vw, 0.8rem);
	line-height: 1.35;
	font-weight: 500;
	color: var(--anak-comfort-text);
	max-width: 10.5em;
}

.anak-comfort__cta,
a.anak-comfort__cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 28px !important;
	background: #c91010 !important;
	background-color: #c91010 !important;
	color: #fff !important;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1;
	text-decoration: none !important;
	border-radius: 4px !important;
	border: none !important;
	box-shadow: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.anak-comfort__cta:hover,
.anak-comfort__cta:focus,
a.anak-comfort__cta:hover,
a.anak-comfort__cta:focus {
	background: #a80d0d !important;
	background-color: #a80d0d !important;
	color: #fff !important;
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.anak-comfort {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 20px 0 28px;
	}

	.anak-comfort__media {
		max-width: 520px;
		margin: 0 auto;
	}

	.anak-comfort__features {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 10px 6px;
	}

	.anak-comfort__icon {
		width: 60px;
		height: 60px;
	}

	.anak-comfort__feature:not(:last-child)::after {
		bottom: 24px;
	}
}

@media (max-width: 640px) {
	.anak-comfort__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.anak-comfort__feature:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 160px;
	}

	.anak-comfort__icon {
		width: 58px;
		height: 58px;
	}

	.anak-comfort__feature-label {
		font-size: 0.78rem;
		max-width: none;
	}

	.anak-comfort__cta {
		width: 100%;
	}
}

/* ==========================================================================
   Product page (desktop only): ATC button matches recommended cards
   ========================================================================== */

@media (min-width: 768px) {
	body.single-product .single_add_to_cart_button,
	body.single-product .c-product__atc-wrap .button.single_add_to_cart_button {
		border-radius: 8px !important;
		background: #c43038 !important;
		background-color: #c43038 !important;
		color: #fff !important;
		border: none !important;
		box-shadow: none !important;
		transition: background 0.2s ease;
	}

	body.single-product .single_add_to_cart_button:hover,
	body.single-product .single_add_to_cart_button:focus,
	body.single-product .c-product__atc-wrap .button.single_add_to_cart_button:hover,
	body.single-product .c-product__atc-wrap .button.single_add_to_cart_button:focus {
		background: #a8262d !important;
		background-color: #a8262d !important;
		color: #fff !important;
	}
}

/* ==========================================================================
   Checkout: hide WhatsApp + Google reviews (don't distract from purchase)
   ========================================================================== */

body.woocommerce-checkout .ti-widget,
body.woocommerce-checkout .ti-widget[data-layout-id],
body.woocommerce-checkout .chaty-widget,
body.woocommerce-checkout #chaty-widget-0,
body.woocommerce-checkout #chaty-widget-0 .chaty-widget,
body.woocommerce-checkout .chaty-i {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}

/* ==========================================================================
   Product page (mobile): lift Google reviews + WhatsApp above sticky ATC
   ========================================================================== */

/* Keep TrustIndex above page chrome (cart drawer covers it when open — expected). */
.ti-widget,
.ti-widget[data-layout-id] {
	z-index: 100050 !important;
}

/* Floating badge: offset box-shadow + radius leaves a gray tick at bottom-left. */
.ti-widget .ti-header,
.ti-widget[data-layout-id] .ti-header {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14) !important;
	border: none !important;
}

.ti-widget .ti-header:hover,
.ti-widget[data-layout-id] .ti-header:hover {
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16) !important;
}

@media (max-width: 767px) {
	body.single-product .ti-widget,
	body.single-product .ti-widget[data-layout-id] {
		bottom: 80px !important; /* sticky ATC bar ~64px + gap */
	}

	/* Chaty default bottom is 25px — keep same lift as reviews (80px) */
	body.single-product .chaty-widget.right-position,
	body.single-product #chaty-widget-0 .chaty-widget {
		bottom: 105px !important;
	}
}

/* While side-cart is open, tuck reviews so they don't look "stuck" under the drawer */
body:has(.js-cart-sidebar.c-shop-sidebar--active) .ti-widget,
body:has(.c-shop-sidebar__wrap--active) .ti-widget {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* While side-cart is open: sticky add-to-cart bars and Chaty must not
   float above the drawer (mobile product page). */
body:has(.js-cart-sidebar.c-shop-sidebar--active) .mobile-cloned-cart-bar,
body:has(.c-shop-sidebar__wrap--active) .mobile-cloned-cart-bar,
body:has(.js-cart-sidebar.c-shop-sidebar--active) .c-product__atc-row-1--sticky,
body:has(.c-shop-sidebar__wrap--active) .c-product__atc-row-1--sticky,
body:has(.js-cart-sidebar.c-shop-sidebar--active) .chaty-widget,
body:has(.c-shop-sidebar__wrap--active) .chaty-widget {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* ==========================================================================
   Desktop sticky add-to-cart bar (KSP style)
   ========================================================================== */

#anak-sticky-atc {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1250;
	background: #ffffff;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
	direction: rtl;
}

@keyframes anak-satc-in {
	from { opacity: 0; transform: translateY(-100%); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes anak-satc-out {
	from { opacity: 1; transform: translateY(0); }
	to   { opacity: 0; transform: translateY(-100%); }
}

@media (min-width: 1024px) {
	#anak-sticky-atc.is-visible {
		display: block;
		animation: anak-satc-in 0.3s ease both;
	}

	#anak-sticky-atc.is-leaving {
		display: block;
		animation: anak-satc-out 0.15s ease both;
		pointer-events: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	#anak-sticky-atc.is-visible,
	#anak-sticky-atc.is-leaving {
		animation: none;
	}
	#anak-sticky-atc.is-leaving {
		display: none;
	}
}

/* Hide the theme sticky header while the bar is shown */
@media (min-width: 1024px) {
	body.single-product .c-header--desktop.c-header--sticky {
		transition: opacity 0.25s ease;
	}

	body.anak-satc-open .c-header--desktop.c-header--sticky {
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

.anak-satc__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	max-width: 1380px;
	margin: 0 auto;
	padding: 10px 24px;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
}

.anak-satc__thumb {
	width: 52px;
	height: 52px;
	object-fit: contain;
	border-radius: 6px;
	border: 1px solid #ececec;
	background: #fff;
	flex: 0 0 auto;
}

.anak-satc__title {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 420px;
}

.anak-satc__price {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	margin-inline-end: auto;
	white-space: nowrap;
}

#anak-sticky-atc .anak-satc__price .amount,
#anak-sticky-atc .anak-satc__price bdi {
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #111;
	line-height: 1.2 !important;
}

#anak-sticky-atc .anak-satc__price del .amount,
#anak-sticky-atc .anak-satc__price del bdi {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #999;
}

.anak-satc__qty-label {
	font-size: 14px;
	color: #444;
}

.anak-satc__qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}

.anak-satc__qty-btn {
	width: 34px;
	height: 38px;
	border: none;
	background: #fff;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	line-height: 1;
}

.anak-satc__qty-btn:hover {
	background: #f4f4f4;
}

.anak-satc__qty-val {
	min-width: 34px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

#anak-sticky-atc .anak-satc__btn {
	border: none;
	border-radius: 6px;
	background: #c43038;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 11px 26px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease;
	font-family: inherit;
}

#anak-sticky-atc .anak-satc__btn:hover {
	background: #a8262d;
}

/* Keep the bar under the floating cart drawer */
body:has(.js-cart-sidebar.c-shop-sidebar--active) #anak-sticky-atc {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* ==========================================================================
   Bottom add-to-cart bar for tablet widths (768–1023px)
   The WPCode snippet only styles it up to 767/768px and the desktop top bar
   starts at 1024px, so this range had no bar at all.
   ========================================================================== */

@media (min-width: 768px) and (max-width: 1023px) {
	body.single-product .mobile-cloned-cart-bar {
		display: flex !important;
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		width: 100% !important;
		height: 64px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
		box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.12) !important;
		z-index: 1200 !important;
	}

	body.single-product .mobile-cloned-cart-bar .single_add_to_cart_button {
		flex: 1 !important;
		height: 64px !important;
		background: #b33a3d !important;
		color: #fff !important;
		border: 0 !important;
		border-radius: 0 !important;
		font-size: 18px !important;
		font-weight: 700 !important;
	}

	body.single-product .mobile-cloned-cart-bar .quantity {
		width: 155px !important;
		height: 64px !important;
		margin: 0 !important;
		background: #fff !important;
	}

	body.single-product {
		padding-bottom: 74px !important;
	}
}

/* ==========================================================================
   Product page: larger price
   Additional CSS forced .woocommerce-Price-amount to 12px — override hard.
   ========================================================================== */

/* PDP gallery: clip overflow (sizing via pillow-upsell-hook — same as zvita) */
body.single-product .c-product__gallery,
body.single-product .anak-pdp-gallery-sticky .c-product__gallery {
	overflow: hidden !important;
}

body.single-product .c-product__summary,
body.single-product .c-product__wrap {
	--price-font-size: 36px;
}

/* Hide WooCommerce variable-product price range; #custom-variation-price-top shows the selected variation. */
body.single-product:not(.product-type-simple) .c-product__summary > p.price,
body.single-product:not(.product-type-simple) .summary > p.price {
	display: none !important;
}

/* Simple mattresses: show native price (no variation picker). */
body.single-product.product-type-simple .c-product__summary > p.price,
body.single-product.product-type-simple .summary > p.price {
	display: block !important;
	visibility: visible !important;
	margin: 0 0 10px !important;
	font-size: var(--price-font-size, 36px);
	font-weight: 700;
	line-height: 1.15;
	color: #1a1a1a;
}

/* SALE only next to the price — not on the gallery image */
body.single-product .c-product__badges .c-badge--sale {
	display: none !important;
}

/*
 * Restore classic product-page price layout (matches Additional CSS):
 * struck regular → sale price → SALE (::after) on the right.
 * Only show the ::after SALE when the variation is actually on sale.
 */
body.single-product #custom-variation-price-top .anak-pp-size-label {
	display: none !important;
}

body.single-product #custom-variation-price-top {
	overflow: visible !important;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	margin: 0 0 12px !important;
	padding-top: 0 !important;
}

/* Tighten title → price gap (Additional CSS / theme leave extra space). */
body.single-product .c-product__title,
body.single-product .product_title,
body.single-product .summary h1,
body.single-product .entry-summary h1 {
	margin-bottom: 6px !important;
}

body.single-product #custom-variation-price-top .anak-pp-price-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

body.single-product #custom-variation-price-top .price {
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 14px;
	direction: ltr;
	line-height: 1.2 !important;
}

body.single-product #custom-variation-price-top .price del {
	order: 1;
}

body.single-product #custom-variation-price-top .price ins {
	order: 2;
	text-decoration: none !important;
}

/* SALE pill to the right of the price (Additional CSS paints ::after — reinforce order). */
body.single-product #custom-variation-price-top .price.anak-pp-has-sale::after {
	content: "SALE" !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	order: 3;
	background: linear-gradient(135deg, #ff4d4d 0%, #d90429 100%);
	color: #fff;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
}

/* No SALE pill when not on sale */
body.single-product #custom-variation-price-top .price:not(.anak-pp-has-sale)::after {
	content: none !important;
	display: none !important;
}

/* "חיסכון של X%" pill next to the product-page price (mini-cart style) */
body.single-product .anak-pp-save-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 999px;
	background: #e8f5e9;
	color: #2e7d32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	letter-spacing: 0;
}

/* Rotating border-beam angle (Chrome/Edge/Firefox; Safari 15.4+) */
@property --anak-beam-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@keyframes anak-beam-spin {
	to { --anak-beam-angle: 360deg; }
}

/* Interest-free installments line under the price (mini-cart style) */
body.single-product .anak-pp-installments {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	padding: 10px 14px;
	border-radius: 8px;
	background: #e3f2fd;
	color: #1565c0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	/* Static fallback ring when @property / conic animation unsupported */
	box-shadow: 0 0 0 1px rgba(21, 101, 192, 0.22);
}

/* Animated light beam running around the installments frame */
body.single-product .anak-pp-installments::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 2px;
	background: conic-gradient(
		from var(--anak-beam-angle, 0deg),
		transparent 0deg,
		transparent 250deg,
		rgba(21, 101, 192, 0.15) 280deg,
		#1565c0 310deg,
		#64b5f6 330deg,
		transparent 360deg
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	animation: anak-beam-spin 2.8s linear infinite;
	pointer-events: none;
	z-index: 0;
}

body.single-product .anak-pp-installments > * {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .anak-pp-installments::before {
		animation: none;
		opacity: 0;
	}
}

body.single-product .anak-pp-installments-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-top: 1px;
	width: 18px;
	height: 18px;
	line-height: 0;
}

body.single-product .anak-pp-installments-icon svg {
	width: 18px;
	height: 18px;
	fill: none !important;
	stroke: currentColor !important;
}

body.single-product #custom-variation-price-top .price,
body.single-product .c-product__wrap .price {
	font-size: 36px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	overflow: visible !important;
}

/* Sale / current price — beat Additional CSS amount rules */
body.single-product #custom-variation-price-top span.woocommerce-Price-amount.amount,
body.single-product #custom-variation-price-top .woocommerce-Price-amount,
body.single-product #custom-variation-price-top .amount,
body.single-product #custom-variation-price-top bdi,
body.single-product .c-product__summary span.woocommerce-Price-amount.amount {
	font-size: 36px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

/* Struck-through regular price */
body.single-product #custom-variation-price-top del span.woocommerce-Price-amount.amount,
body.single-product #custom-variation-price-top del .woocommerce-Price-amount,
body.single-product #custom-variation-price-top del .amount,
body.single-product #custom-variation-price-top del bdi,
body.single-product .c-product__summary .price del span.woocommerce-Price-amount.amount {
	font-size: 24px !important;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	body.single-product #custom-variation-price-top .price,
	body.single-product #custom-variation-price-top span.woocommerce-Price-amount.amount,
	body.single-product #custom-variation-price-top .woocommerce-Price-amount,
	body.single-product #custom-variation-price-top .amount,
	body.single-product #custom-variation-price-top bdi,
	body.single-product .c-product__summary span.woocommerce-Price-amount.amount {
		font-size: 40px !important;
	}

	body.single-product #custom-variation-price-top del span.woocommerce-Price-amount.amount,
	body.single-product #custom-variation-price-top del .woocommerce-Price-amount,
	body.single-product #custom-variation-price-top del .amount,
	body.single-product #custom-variation-price-top del bdi {
		font-size: 26px !important;
	}
}

/* ==========================================================================
   Header buttons — linear black icons + cart pill with reset dropdown
   ========================================================================== */

/* The theme's compiled CSS sets a global `svg { fill: currentColor }`,
   which overrides the fill="none" attribute — force true outline icons. */
.anak-hb-svg {
	width: 20px;
	height: 20px;
	display: block;
	flex: 0 0 auto;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	overflow: visible;
}

.anak-hb-svg--caret {
	stroke-width: 1.75;
}

.c-header .anak-hb-icon-link,
.c-header .anak-hb-cart-link,
.c-header .anak-hb-caret {
	color: #000;
}

/* Plain icon buttons (search / wishlist) fade slightly on hover. */
.c-header .anak-hb-icon-link:hover {
	color: #000;
	opacity: 0.65;
}

/* Pill segments never fade or change color — they get a bg tint instead. */
.c-header .anak-hb-cart-link:hover,
.c-header .anak-hb-caret:hover,
.c-header .anak-hb-account:hover {
	color: #000;
	opacity: 1;
}

/* --- Desktop --- */
@media (min-width: 1190px) {
	/* The theme locks this row to 15/18px for font icons — let the pill breathe. */
	.c-header--desktop .c-header__buttons--header-type-1 {
		height: auto;
		top: 0;
		align-items: center;
	}

	.c-header--desktop .c-header__buttons--header-type-1 > * {
		height: auto;
		display: flex;
		align-items: center;
	}

	.c-header--desktop .anak-hb-icon-link {
		display: inline-flex;
		align-items: center;
	}

	.anak-hb-cart {
		position: relative;
		overflow: visible;
	}

	.c-header--desktop .c-header__buttons--header-type-1,
	.c-header--desktop .c-header__cell--top-left,
	.c-header--desktop .c-header__cell--top-right {
		overflow: visible;
	}

	.anak-hb-pill {
		display: inline-flex;
		align-items: stretch; /* both halves full pill height so the divider can run edge-to-edge */
		background: #f0f1f3;
		border: 1px solid #dcdfe4;
		border-radius: 999px;
		padding: 0;
		/* Clip segment hover fills to the pill radius (badge lives outside this box). */
		overflow: hidden;
	}

	.anak-hb-cart-link {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		/* Outer right (cart icon side) == caret outer left for a balanced pill */
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 12px;
		padding-left: 10px; /* toward the divider */
		border-top-right-radius: 999px !important;
		border-bottom-right-radius: 999px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		transition: background 0.12s ease;
	}

	/* Hover on the cart half: only that segment (up to the divider) darkens. */
	.anak-hb-cart-link:hover {
		background: #e3e5e9;
	}

	/* Icon wrapper — fixed box the same size as the SVG so the badge anchors to it. */
	.anak-hb-cart-icw {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		overflow: visible;
		vertical-align: middle;
	}

	.anak-hb-cart-icw .anak-hb-svg {
		display: block;
		width: 20px;
		height: 20px;
	}

	/* Keep fragment wrapper from affecting layout; badge is positioned against the icon box. */
	.anak-hb-cart-icw .js-cart-info {
		position: absolute;
		inset: 0;
		pointer-events: none;
	}

	.anak-hb-cart-icw .c-header__cart-sum {
		display: none !important;
	}

	.anak-hb-pill-label {
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		color: #000;
	}

	/* Caret half — stretches to full pill height; divider via ::after (theme .h-cb kills borders).
	   overflow:hidden + left radii keep the hover fill rounded (parent radius does not clip children). */
	.anak-hb-caret {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		align-self: stretch;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		padding-left: 12px !important;
		padding-right: 10px !important;
		border: none !important;
		border-top-left-radius: 999px !important;
		border-bottom-left-radius: 999px !important;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		overflow: hidden;
		background: transparent;
		cursor: pointer;
		transition: background 0.12s ease;
	}

	.anak-hb-caret:hover,
	.anak-hb-cart--open .anak-hb-caret {
		background: #e3e5e9 !important;
	}

	.anak-hb-caret::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		background: #c4c7cd;
		pointer-events: none;
	}

	.anak-hb-svg--caret {
		width: 14px;
		height: 14px;
		transition: transform 0.15s ease;
	}

	.anak-hb-cart--open .anak-hb-svg--caret {
		transform: rotate(180deg);
	}

	/* Account pill — beat theme `padding: 0 10px` on header buttons.
	   In RTL the text "חשבון" sits on the left, so give that side more room. */
	.c-header--desktop .c-header__buttons--header-type-1 > a.anak-hb-account {
		gap: 8px;
		padding-block: 8px !important;
		padding-inline-start: 14px !important; /* icon side */
		padding-inline-end: 20px !important;   /* "חשבון" side */
		align-items: center;
		margin-inline-start: 14px;
		transition: background 0.12s ease;
	}

	.anak-hb-account:hover {
		background: #e3e5e9;
	}

	/*
	 * Badge floats over the cart icon, outside the pill (so pill overflow:hidden
	 * can clip hover fills without cutting the count).
	 */
	.anak-hb-cart-badge {
		position: absolute;
		top: -6px;
		right: 6px;
		z-index: 5;
		pointer-events: none;
		line-height: 0;
	}

	.anak-hb-cart-badge .js-cart-info {
		display: block;
		position: relative;
	}

	.anak-hb-cart-badge .c-header__cart-sum {
		display: none !important;
	}

	.anak-hb-cart-badge .c-header__cart-count {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 17px;
		min-width: 17px;
		line-height: 17px;
		padding: 0 4px;
		border-radius: 9px;
		font-size: 10px;
		font-weight: 700;
		text-align: center;
		box-sizing: border-box;
		box-shadow: 0 0 0 2px #fff;
		background-color: var(--top-accent-color, #c43038) !important;
		color: #fff !important;
	}

	/* Theme turns the badge gray on link hover — keep it red. */
	.anak-hb-cart .anak-hb-cart-link:hover ~ .anak-hb-cart-badge .c-header__cart-count,
	.c-header .anak-hb-cart .c-header__button-link:hover .c-header__cart-count {
		background-color: var(--top-accent-color, #c43038) !important;
		color: #fff !important;
	}

	/* Legacy selector kept for mobile badge still inside the link. */
	.anak-hb-cart .anak-hb-cart-icw .c-header__cart-count {
		position: absolute !important;
		top: -10px !important;
		right: -9px !important;
		left: auto !important;
		height: 17px;
		min-width: 17px;
		line-height: 17px;
		padding: 0 4px;
		border-radius: 9px;
		font-size: 10px;
		font-weight: 700;
		text-align: center;
		box-sizing: border-box;
		z-index: 5;
		box-shadow: 0 0 0 2px #fff;
		background-color: var(--top-accent-color, #c43038) !important;
		color: #fff !important;
	}

	/* Reset dropdown — anchored to the pill's left edge so it opens inward
	   (the pill sits at the far-left end of the header). */
	.anak-hb-menu {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		min-width: 215px;
		background: #fff;
		border: 1px solid #e8eaee;
		border-radius: 14px;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
		padding: 8px;
		z-index: 300;
	}

	/* Small caret pointing at the pill's arrow */
	.anak-hb-menu::before {
		content: '';
		position: absolute;
		top: -6px;
		left: 18px;
		width: 10px;
		height: 10px;
		background: #fff;
		border-top: 1px solid #e8eaee;
		border-left: 1px solid #e8eaee;
		transform: rotate(45deg);
		z-index: 1;
	}

	.anak-hb-menu-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		min-height: 48px;
		padding: 14px 16px !important;
		border: none !important;
		border-radius: 10px !important;
		overflow: hidden;
		font-size: 14px;
		font-weight: 600;
		color: #111;
		text-align: start;
		background: transparent;
		cursor: pointer;
		transition: background 0.12s ease;
	}

	.anak-hb-menu-item:hover {
		background: #f5f6f8 !important;
	}

	.anak-hb-menu-item.is-busy {
		opacity: 0.5;
		pointer-events: none;
	}

	/* Trash icon — red, sits at the left end of the row (RTL) */
	.anak-hb-svg--menu {
		width: 17px;
		height: 17px;
		color: #d92c2c;
	}
}

/* --- Mobile / tablet header: icons only, black --- */
@media (max-width: 1189px) {
	.c-header--mobile .anak-hb-svg {
		width: 22px;
		height: 22px;
	}

	.c-header--mobile .anak-hb-cart--mobile {
		position: relative;
	}

	.c-header--mobile .anak-hb-icon-link {
		display: inline-flex;
		align-items: center;
		color: #000;
	}
}

/* ==========================================================================
   Chaty (WhatsApp button): no tooltip / hover text at all
   ========================================================================== */

.chaty-tooltip:before,
.chaty-tooltip:after,
.chaty-tooltip .on-hover-text,
.chaty-channel .on-hover-text,
.chaty-channel[data-hover]:before,
.chaty-channel[data-hover]:after {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	content: none !important;
}

/* Chaty WhatsApp icon: protect filled SVG from theme stroke rules */
#chaty-widget-0 svg,
#chaty-widget-0 svg *,
.chaty-widget svg,
.chaty-widget svg *,
.chaty-channel svg,
.chaty-channel svg *,
.chaty-i svg,
.chaty-i svg * {
	stroke: none !important;
}

#chaty-widget-0 .color-element,
.chaty-widget .color-element {
	fill: #49E670 !important;
}

#chaty-widget-0 path:not(.color-element),
.chaty-widget path:not(.color-element),
.chaty-channel path:not(.color-element),
.chaty-i path:not(.color-element) {
	fill: #fff !important;
}

/* ==========================================================================
   Advert bar — rotating messages
   ========================================================================== */

/* Elementor container has a white background-overlay that lightens the bar
   on hover — kill it so the bar stays solid black. */
.anak-advert-bar,
.anak-advert-bar:hover {
	--overlay-opacity: 0 !important;
}

.anak-advert-bar::before,
.anak-advert-bar:hover::before {
	opacity: 0 !important;
	background-color: transparent !important;
	content: none !important;
}

/* The rotating items are absolutely positioned, so the widget has no
   intrinsic width — force it to span the whole bar. */
.anak-advert-bar .elementor-widget-html,
.anak-advert-bar .elementor-widget-html .elementor-widget-container {
	width: 100%;
}

.anak-advert-rotate {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	overflow: hidden;
}

.anak-advert-rotate__item {
	position: absolute;
	inset-inline: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-family: "Google Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
	pointer-events: none;
}

.anak-advert-rotate__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: #fff;
}

.anak-advert-rotate__icon svg {
	display: block;
	width: 16px;
	height: 16px;
	overflow: visible;
}

/* Theme global svg{fill} can solidify outline icons — keep stroke icons clean. */
.anak-advert-rotate__icon:not(.anak-advert-rotate__icon--wa) svg {
	fill: none !important;
	stroke: currentColor !important;
}

.anak-advert-rotate__icon:not(.anak-advert-rotate__icon--wa) svg * {
	fill: none !important;
	stroke: currentColor !important;
}

.anak-advert-rotate__icon--wa {
	width: 18px;
	height: 18px;
}

.anak-advert-rotate__icon--wa svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor !important;
	stroke: none !important;
}

.anak-advert-rotate__icon--wa svg * {
	fill: currentColor !important;
	stroke: none !important;
}

.anak-advert-rotate__text {
	min-width: 0;
}

.anak-advert-rotate__item.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

a.anak-advert-rotate__item:hover {
	color: #fff;
	text-decoration: none;
}

a.anak-advert-rotate__item:hover .anak-advert-rotate__text {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.anak-advert-rotate__item {
		font-size: 11px;
		letter-spacing: 0.03em;
		text-transform: none;
		gap: 6px;
	}
}

/* ==========================================================================
   Homepage – FAQ + support (below categories)
   ========================================================================== */

.anak-faq-support {
	--anak-faq-navy: #12264a;
	--anak-faq-navy-deep: #0f1f38;
	--anak-faq-red: #c91010;
	--anak-faq-muted: #6f7682;
	--anak-faq-border: #e5e7eb;
	--anak-faq-bg: #f4f5f7;
	direction: rtl;
	width: 100%;
	padding: clamp(24px, 3.5vw, 48px) 20px clamp(36px, 4.5vw, 64px);
	box-sizing: border-box;
	background: var(--anak-faq-bg);
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	color: var(--anak-faq-navy);
}

/* Theme global svg{fill} turns outline icons solid — force line icons here. */
.anak-faq-support .anak-faq-svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.anak-faq-support .anak-faq-svg *:not(text):not(g):not(.anak-faq-svg__dot) {
	fill: none !important;
	stroke: currentColor !important;
}

.anak-faq-support .anak-faq-svg__dot {
	fill: currentColor !important;
	stroke: none !important;
}

.anak-faq-support__shell {
	max-width: 1480px;
	margin: 0 auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(18, 38, 74, 0.07);
	overflow: hidden;
	border: 1px solid rgba(18, 38, 74, 0.05);
}

.anak-faq-support__grid {
	display: grid;
	/* FAQ wider, support card narrower — matches sketch proportions */
	grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.82fr);
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
	padding: clamp(28px, 3.2vw, 44px) clamp(22px, 3vw, 40px) clamp(18px, 2.2vw, 28px);
	box-sizing: border-box;
}

.anak-faq-support__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 8px;
	color: var(--anak-faq-red);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.anak-faq-support__eyebrow-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: var(--anak-faq-red);
	flex-shrink: 0;
}

.anak-faq-support__title {
	margin: 0 0 10px;
	color: var(--anak-faq-navy);
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.anak-faq-support__lead {
	margin: 0 0 20px;
	max-width: 40em;
	color: var(--anak-faq-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.anak-faq-support__accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.anak-faq-support__item {
	border: 1px solid var(--anak-faq-border);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.anak-faq-support__item:hover,
.anak-faq-support__item.is-open {
	border-color: #d7dbe3;
}

.anak-faq-support__item-head {
	display: grid;
	/* icon | copy | chevron  — icon on the right in RTL */
	grid-template-columns: 28px minmax(0, 1fr) 22px;
	gap: 14px;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 16px 18px;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: right;
	cursor: pointer;
	font: inherit;
}

.anak-faq-support__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #1a1a1a;
	flex-shrink: 0;
}

.anak-faq-support__item-icon svg {
	width: 24px;
	height: 24px;
}

.anak-faq-support__item-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.anak-faq-support__item-title {
	color: var(--anak-faq-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.anak-faq-support__item-preview {
	color: var(--anak-faq-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.anak-faq-support__item.is-open .anak-faq-support__item-preview {
	display: none;
}

.anak-faq-support__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin: 0;
	color: #9aa1ad;
	transition: transform 0.25s ease, color 0.2s ease;
}

.anak-faq-support__chevron svg {
	width: 16px;
	height: 16px;
}

.anak-faq-support__item.is-open .anak-faq-support__chevron {
	transform: rotate(180deg);
	color: var(--anak-faq-navy);
}

.anak-faq-support__item-panel {
	padding: 0 18px 16px 54px;
}

.anak-faq-support__item-panel p {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #eef0f4;
	color: var(--anak-faq-muted);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.65;
}

.anak-faq-support__aside {
	min-width: 0;
}

.anak-faq-support__media {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #dfe3ea;
	isolation: isolate;
}

.anak-faq-support__agent {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: center 15%;
}

.anak-faq-support__contact-card {
	position: relative;
	z-index: 1;
	margin-top: -64px;
	padding: 22px 16px 14px;
	background: linear-gradient(180deg, rgba(15, 31, 56, 0.05) 0%, var(--anak-faq-navy) 16%, var(--anak-faq-navy-deep) 100%);
	color: #fff;
}

.anak-faq-support__contact-title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.anak-faq-support__contact-text {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.55;
}

.anak-faq-support__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.anak-faq-support__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	padding: 8px 4px;
	border: 0;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	transition: opacity 0.2s ease;
}

.anak-faq-support__action:first-child {
	border-inline-start: 0;
}

.anak-faq-support__action:hover,
.anak-faq-support__action:focus {
	opacity: 0.88;
	color: #fff;
	text-decoration: none;
}

.anak-faq-support__action--whatsapp .anak-faq-support__action-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 6px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #25d366;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.35);
	color: #fff;
}

.anak-faq-support__action--whatsapp .anak-faq-support__action-icon svg {
	width: 18px;
	height: 18px;
}

.anak-faq-support__action--whatsapp:hover .anak-faq-support__action-icon,
.anak-faq-support__action--whatsapp:focus .anak-faq-support__action-icon {
	background: #1ebe57;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.45);
}

.anak-faq-support__action--phone .anak-faq-support__action-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 6px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--anak-faq-red);
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px rgba(201, 16, 16, 0.35);
	color: #fff;
}

.anak-faq-support__action--phone .anak-faq-support__action-icon svg {
	width: 18px;
	height: 18px;
}

.anak-faq-support__action--phone:hover .anak-faq-support__action-icon,
.anak-faq-support__action--phone:focus .anak-faq-support__action-icon {
	background: #a30d0d;
	box-shadow: 0 0 0 3px rgba(201, 16, 16, 0.45);
}

.anak-faq-support__action-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin-bottom: 2px;
	color: #fff;
}

.anak-faq-support__action-label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.anak-faq-support__action-meta {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.72);
}

.anak-faq-support__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	padding: 14px 2px 2px;
}

.anak-faq-support__social-people {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.anak-faq-support__social-label {
	color: var(--anak-faq-navy);
	font-size: 13px;
	font-weight: 700;
}

.anak-faq-support__avatars {
	display: flex;
	align-items: center;
}

.anak-faq-support__avatars img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	background: #d7dbe3;
	margin-inline-start: -7px;
	box-shadow: 0 1px 2px rgba(18, 38, 74, 0.1);
}

.anak-faq-support__avatars img:first-child {
	margin-inline-start: 0;
}

.anak-faq-support__rating {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.anak-faq-support__stars {
	color: var(--anak-faq-red);
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
}

.anak-faq-support__rating-text {
	color: var(--anak-faq-navy);
	font-size: 12.5px;
	font-weight: 700;
}

.anak-faq-support__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr);
	align-items: center;
	gap: 18px 24px;
	padding: 16px clamp(20px, 3vw, 36px);
	border-top: 1px solid var(--anak-faq-border);
	background: #fafbfc;
}

.anak-faq-support__footer-divider {
	width: 1px;
	align-self: stretch;
	min-height: 44px;
	background: var(--anak-faq-border);
}

.anak-faq-support__trust {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.anak-faq-support__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 0;
	background: transparent;
	color: #1a1a1a;
}

.anak-faq-support__trust-icon svg {
	width: 26px;
	height: 26px;
}

.anak-faq-support__trust-copy strong,
.anak-faq-support__cta-copy strong {
	display: block;
	color: var(--anak-faq-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.anak-faq-support__trust-copy span,
.anak-faq-support__cta-copy span {
	display: block;
	margin-top: 2px;
	color: var(--anak-faq-muted);
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;
}

.anak-faq-support__cta-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px 18px;
	min-width: 0;
}

.anak-faq-support__cta-copy {
	min-width: 0;
}

.anak-faq-support__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 6px;
	background: var(--anak-faq-red);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, transform 0.15s ease;
}

.anak-faq-support__cta-arrow {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: #fff;
	flex-shrink: 0;
}

.anak-faq-support__cta-arrow .anak-faq-svg {
	stroke-width: 2;
}

.anak-faq-support__cta:hover,
.anak-faq-support__cta:focus {
	background: #a80d0d;
	color: #fff !important;
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.anak-faq-support__grid {
		grid-template-columns: 1fr;
	}

	.anak-faq-support__aside {
		max-width: 520px;
		margin-inline: auto;
		width: 100%;
	}

	.anak-faq-support__footer {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.anak-faq-support__footer-divider {
		width: 100%;
		height: 1px;
		min-height: 0;
	}

	.anak-faq-support__cta-block {
		flex-direction: column;
		align-items: stretch;
	}

	.anak-faq-support__cta {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.anak-faq-support {
		padding-inline: 12px;
	}

	.anak-faq-support__shell {
		border-radius: 12px;
	}

	.anak-faq-support__grid {
		padding: 18px 14px 14px;
		gap: 20px;
	}

	.anak-faq-support__title {
		font-size: 22px;
	}

	.anak-faq-support__item-head {
		grid-template-columns: 24px minmax(0, 1fr) 20px;
		gap: 10px;
		padding: 14px 12px;
	}

	.anak-faq-support__item-icon,
	.anak-faq-support__item-icon svg {
		width: 22px;
		height: 22px;
	}

	.anak-faq-support__item-panel {
		padding: 0 12px 14px 12px;
	}

	.anak-faq-support__item-title {
		font-size: 14px;
	}

	.anak-faq-support__actions {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.anak-faq-support__action {
		flex-direction: row;
		justify-content: flex-start;
		gap: 10px;
		padding: 10px 2px;
		border-inline-start: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		text-align: right;
	}

	.anak-faq-support__action:first-child {
		border-top: 0;
	}

	.anak-faq-support__action-icon {
		margin-bottom: 0;
	}

	.anak-faq-support__action--whatsapp .anak-faq-support__action-icon,
	.anak-faq-support__action--phone .anak-faq-support__action-icon {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.anak-faq-support__action-label,
	.anak-faq-support__action-meta {
		text-align: right;
	}

	.anak-faq-support__action-meta {
		margin-inline-start: auto;
	}

	.anak-faq-support__social {
		flex-direction: column;
		align-items: flex-start;
	}

	.anak-faq-support__footer {
		padding: 14px;
	}
}

/* Collapse the old empty homepage spacer now that FAQ sits above the footer */
body.home .elementor-element-ead6d82,
body.page-id-41 .elementor-element-ead6d82 {
	display: none !important;
}

/* ==========================================================================
   About page (אודות)
   ========================================================================== */

.anak-about {
	--anak-about-navy: #001a33;
	--anak-about-navy-deep: #001326;
	--anak-about-red: #c43038;
	--anak-about-red-deep: #b01f27;
	--anak-about-muted: #6f7682;
	--anak-about-text: #1a1a1a;
	--anak-about-bg: #f7f8fa;
	--anak-about-card: #f3f4f6;
	--anak-about-wa: #25d366;
	direction: rtl;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	color: var(--anak-about-text);
	background: #fff;
	overflow: hidden;
}

.anak-about *,
.anak-about *::before,
.anak-about *::after {
	box-sizing: border-box;
}

.anak-about .anak-about-svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1 !important;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.anak-about .anak-about-svg *:not(text):not(g) {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1 !important;
}

/* Filled WhatsApp mark — override thin-stroke rules */
.anak-about .anak-about-svg--wa,
.anak-about .anak-about-svg--wa * {
	fill: currentColor !important;
	stroke: none !important;
}

/* Soft entrance */
.anak-about.is-ready .anak-about__hero,
.anak-about.is-ready .anak-about__who,
.anak-about.is-ready .anak-about__sleep,
.anak-about.is-ready .anak-about__why,
.anak-about.is-ready .anak-about__visit,
.anak-about.is-ready .anak-about__cta,
.anak-about.is-ready .anak-about__who-item,
.anak-about.is-ready .anak-about__why-card {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.anak-about.is-ready .anak-about__hero.is-inview,
.anak-about.is-ready .anak-about__who.is-inview,
.anak-about.is-ready .anak-about__sleep.is-inview,
.anak-about.is-ready .anak-about__why.is-inview,
.anak-about.is-ready .anak-about__visit.is-inview,
.anak-about.is-ready .anak-about__cta.is-inview,
.anak-about.is-ready .anak-about__who-item.is-inview,
.anak-about.is-ready .anak-about__why-card.is-inview {
	opacity: 1;
	transform: none;
}

.anak-about.is-ready .anak-about__who-item.is-inview:nth-child(2) { transition-delay: 0.06s; }
.anak-about.is-ready .anak-about__who-item.is-inview:nth-child(3) { transition-delay: 0.12s; }
.anak-about.is-ready .anak-about__who-item.is-inview:nth-child(4) { transition-delay: 0.18s; }
.anak-about.is-ready .anak-about__why-card.is-inview:nth-child(2) { transition-delay: 0.05s; }
.anak-about.is-ready .anak-about__why-card.is-inview:nth-child(3) { transition-delay: 0.1s; }
.anak-about.is-ready .anak-about__why-card.is-inview:nth-child(4) { transition-delay: 0.15s; }
.anak-about.is-ready .anak-about__why-card.is-inview:nth-child(5) { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
	.anak-about.is-ready .anak-about__hero,
	.anak-about.is-ready .anak-about__who,
	.anak-about.is-ready .anak-about__sleep,
	.anak-about.is-ready .anak-about__why,
	.anak-about.is-ready .anak-about__visit,
	.anak-about.is-ready .anak-about__cta,
	.anak-about.is-ready .anak-about__who-item,
	.anak-about.is-ready .anak-about__why-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ----- Hero ----- */
.anak-about__hero {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	min-height: clamp(420px, 58vw, 560px);
	background: var(--anak-about-navy);
}

.anak-about__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(36px, 5vw, 72px) clamp(28px, 4vw, 64px);
	background: var(--anak-about-navy);
	color: #fff;
}

.anak-about__hero-title {
	margin: 0 0 18px;
	font-size: clamp(28px, 3.6vw, 46px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.anak-about__hero-title-line {
	display: block;
	color: #fff;
}

.anak-about__hero-title-accent {
	display: block;
	margin-top: 6px;
	color: var(--anak-about-red);
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 800;
	line-height: 1.1;
}

.anak-about__hero-lead {
	margin: 0;
	max-width: 28em;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 400;
	line-height: 1.7;
}

.anak-about__hero-media {
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.anak-about__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ----- Shared section head ----- */
.anak-about__section-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: clamp(18px, 2.5vw, 28px);
	text-align: center;
}

.anak-about__section-title {
	margin: 0;
	color: var(--anak-about-navy);
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.anak-about__section-rule {
	display: block;
	width: 44px;
	height: 3px;
	border-radius: 2px;
	background: var(--anak-about-red);
}

/* ----- Who we are ----- */
.anak-about__who {
	padding: clamp(48px, 6vw, 88px) clamp(20px, 4vw, 48px);
	background: var(--anak-about-bg);
}

.anak-about__who-lead {
	margin: 0 auto clamp(36px, 4.5vw, 52px);
	max-width: 52em;
	text-align: center;
	color: var(--anak-about-text);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.75;
}

.anak-about__who-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 36px);
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
}

.anak-about__who-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.anak-about__who-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 4px;
	color: var(--anak-about-red);
}

.anak-about__who-icon svg {
	width: 36px;
	height: 36px;
}

.anak-about__who-title {
	color: var(--anak-about-navy);
	font-size: clamp(15px, 1.25vw, 17px);
	font-weight: 700;
	line-height: 1.3;
}

.anak-about__who-text {
	color: var(--anak-about-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

/* ----- Sleep highlight ----- */
.anak-about__sleep {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
	min-height: clamp(380px, 48vw, 480px);
	background: var(--anak-about-navy);
}

.anak-about__sleep-media {
	position: relative;
	min-height: 260px;
	overflow: hidden;
}

.anak-about__sleep-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	display: block;
}

.anak-about__sleep-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
	color: #fff;
	background: var(--anak-about-navy);
	text-align: center;
}

.anak-about__sleep-title {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.anak-about__sleep-text {
	margin: 0 0 18px;
	max-width: 28em;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 400;
	line-height: 1.75;
}

.anak-about__sleep-closing {
	margin: 0;
	color: #fff;
	font-size: clamp(15px, 1.2vw, 17px);
	font-weight: 600;
	line-height: 1.45;
}

/* ----- Why buy ----- */
.anak-about__why {
	padding: clamp(48px, 6vw, 88px) clamp(20px, 4vw, 48px);
	background: #fff;
}

.anak-about__why-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(12px, 1.6vw, 20px);
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1180px;
}

.anak-about__why-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: clamp(22px, 2.4vw, 28px) 16px;
	background: var(--anak-about-card);
	border-radius: 12px;
	text-align: center;
}

.anak-about__why-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 4px;
	color: var(--anak-about-red);
}

.anak-about__why-icon svg {
	width: 32px;
	height: 32px;
}

.anak-about__why-card-title {
	color: var(--anak-about-navy);
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 700;
	line-height: 1.3;
}

.anak-about__why-card-text {
	color: var(--anak-about-muted);
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.55;
}

/* ----- Visit / showroom ----- */
.anak-about__visit {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
	min-height: clamp(400px, 50vw, 500px);
	background: var(--anak-about-navy);
}

.anak-about__visit-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
	color: #fff;
	background: var(--anak-about-navy);
	text-align: center;
}

.anak-about__visit-title {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(22px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.015em;
	max-width: 16em;
}

.anak-about__visit-text {
	margin: 0 0 22px;
	max-width: 28em;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 400;
	line-height: 1.75;
}

.anak-about__visit-meta {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.anak-about__visit-meta li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.anak-about__visit-meta a {
	color: #fff;
	text-decoration: none;
}

.anak-about__visit-meta a:hover,
.anak-about__visit-meta a:focus {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.anak-about__visit-meta-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: var(--anak-about-red);
	flex-shrink: 0;
}

.anak-about__visit-meta-icon svg {
	width: 22px;
	height: 22px;
}

.anak-about__visit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	background: transparent;
	color: #fff !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.anak-about__visit-btn:hover,
.anak-about__visit-btn:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff !important;
}

.anak-about__visit-media {
	position: relative;
	min-height: 260px;
	overflow: hidden;
}

.anak-about__visit-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ----- CTA ----- */
.anak-about__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: clamp(44px, 5.5vw, 72px) clamp(20px, 4vw, 40px);
	background: var(--anak-about-red);
	text-align: center;
	color: #fff;
}

.anak-about__cta-title {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.anak-about__cta-text {
	margin: 0 0 12px;
	max-width: 36em;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 400;
	line-height: 1.65;
}

.anak-about__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 32px;
	border-radius: 999px;
	background: #fff;
	color: var(--anak-about-navy) !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	transition: none;
}

.anak-about__cta-btn:hover,
.anak-about__cta-btn:focus {
	transform: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	color: var(--anak-about-navy) !important;
}

.anak-about__cta-wa {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: var(--anak-about-wa);
}

.anak-about__cta-wa svg {
	width: 22px;
	height: 22px;
}

/* ----- Page chrome overrides (full-bleed) ----- */
body.page-id-2156 .anak-about-main,
body.page-id-2156 main.anak-about-main {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.page-id-2156 .l-inner,
body.page-id-2156 .entry-content,
body.page-id-2156 .c-page,
body.page-id-2156 .c-content,
body.page-id-2156 .c-post__container,
body.page-id-2156 .c-post__container.l-section--container,
body.page-id-2156 .l-section--container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: none !important;
}

body.page-id-2156 .c-post__container--page .c-post__inner,
body.page-id-2156 .c-post__inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

body.page-id-2156 .entry-content > .anak-about,
body.page-id-2156 .anak-about {
	margin: 0;
	width: 100%;
}

body.page-id-2156 .c-page__header,
body.page-id-2156 .c-page-header,
body.page-id-2156 .page-header {
	display: none !important;
}

/* ----- Mobile / tablet ----- */
@media (max-width: 1024px) {
	.anak-about__why-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.anak-about__why-card:nth-child(4),
	.anak-about__why-card:nth-child(5) {
		grid-column: span 1;
	}
}

@media (max-width: 900px) {
	.anak-about__hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.anak-about__hero-media {
		order: -1;
		min-height: 240px;
		aspect-ratio: 16 / 10;
	}

	.anak-about__hero-copy {
		padding: 32px 22px 40px;
	}

	.anak-about__who-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 16px;
	}

	.anak-about__sleep {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.anak-about__sleep-media {
		min-height: 240px;
		aspect-ratio: 16 / 10;
	}

	.anak-about__sleep-copy {
		padding: 32px 22px 40px;
	}

	.anak-about__why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anak-about__visit {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.anak-about__visit-media {
		order: -1;
		min-height: 220px;
		aspect-ratio: 16 / 10;
	}

	.anak-about__visit-copy {
		padding: 32px 22px 40px;
	}

	.anak-about__visit-btn {
		align-self: stretch;
		width: 100%;
	}

	.anak-about__cta {
		padding: 40px 20px 48px;
	}

	.anak-about__cta-btn {
		width: 100%;
		max-width: 360px;
	}
}

@media (max-width: 520px) {
	.anak-about__who-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px 12px;
	}

	.anak-about__why-grid {
		grid-template-columns: 1fr;
	}

	.anak-about__hero-title {
		font-size: 26px;
	}

	.anak-about__section-title {
		font-size: 22px;
	}
}

/* ==========================================================================
   Contact page (.anak-contact)
   ========================================================================== */

.anak-contact {
	--anak-contact-navy: #12264a;
	--anak-contact-red: #c43038;
	--anak-contact-red-deep: #b01f27;
	--anak-contact-muted: #6f7682;
	--anak-contact-text: #1a1a1a;
	--anak-contact-bg: #f7f8fa;
	--anak-contact-border: #e5e7eb;
	--anak-contact-wa: #25d366;
	direction: rtl;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	color: var(--anak-contact-text);
	background: #fff;
	overflow: hidden;
}

.anak-contact *,
.anak-contact *::before,
.anak-contact *::after {
	box-sizing: border-box;
}

.anak-contact .anak-contact-svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.anak-contact .anak-contact-svg *:not(text):not(g) {
	fill: none !important;
	stroke: currentColor !important;
}

/* Soft entrance */
.anak-contact.is-ready .anak-contact__hero,
.anak-contact.is-ready .anak-contact__info,
.anak-contact.is-ready .anak-contact__form-section,
.anak-contact.is-ready .anak-contact__map,
.anak-contact.is-ready .anak-contact__trust,
.anak-contact.is-ready .anak-contact__info-item,
.anak-contact.is-ready .anak-contact__value,
.anak-contact.is-ready .anak-contact__trust-item {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.anak-contact.is-ready .anak-contact__hero.is-inview,
.anak-contact.is-ready .anak-contact__info.is-inview,
.anak-contact.is-ready .anak-contact__form-section.is-inview,
.anak-contact.is-ready .anak-contact__map.is-inview,
.anak-contact.is-ready .anak-contact__trust.is-inview,
.anak-contact.is-ready .anak-contact__info-item.is-inview,
.anak-contact.is-ready .anak-contact__value.is-inview,
.anak-contact.is-ready .anak-contact__trust-item.is-inview {
	opacity: 1;
	transform: none;
}

.anak-contact.is-ready .anak-contact__info-item.is-inview:nth-child(2) { transition-delay: 0.06s; }
.anak-contact.is-ready .anak-contact__info-item.is-inview:nth-child(3) { transition-delay: 0.12s; }
.anak-contact.is-ready .anak-contact__value.is-inview:nth-child(2) { transition-delay: 0.05s; }
.anak-contact.is-ready .anak-contact__value.is-inview:nth-child(3) { transition-delay: 0.1s; }
.anak-contact.is-ready .anak-contact__value.is-inview:nth-child(4) { transition-delay: 0.15s; }
.anak-contact.is-ready .anak-contact__trust-item.is-inview:nth-child(2) { transition-delay: 0.05s; }
.anak-contact.is-ready .anak-contact__trust-item.is-inview:nth-child(3) { transition-delay: 0.1s; }
.anak-contact.is-ready .anak-contact__trust-item.is-inview:nth-child(4) { transition-delay: 0.15s; }

@media (prefers-reduced-motion: reduce) {
	.anak-contact.is-ready .anak-contact__hero,
	.anak-contact.is-ready .anak-contact__info,
	.anak-contact.is-ready .anak-contact__form-section,
	.anak-contact.is-ready .anak-contact__map,
	.anak-contact.is-ready .anak-contact__trust,
	.anak-contact.is-ready .anak-contact__info-item,
	.anak-contact.is-ready .anak-contact__value,
	.anak-contact.is-ready .anak-contact__trust-item {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ----- Hero ----- */
.anak-contact__hero {
	position: relative;
	min-height: clamp(260px, 40vw, 320px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0;
	color: #fff;
}

.anak-contact__hero-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.anak-contact__hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
	display: block;
}

.anak-contact__hero-veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 38, 74, 0.22) 0%, rgba(18, 38, 74, 0.45) 45%, rgba(18, 38, 74, 0.78) 100%),
		linear-gradient(270deg, rgba(18, 38, 74, 0.12) 0%, rgba(18, 38, 74, 0.4) 100%);
	pointer-events: none;
}

.anak-contact__hero-inner {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 24px;
	padding: clamp(72px, 10vw, 110px) 0 0;
	box-sizing: border-box;
}

.anak-contact__hero-copy {
	max-width: 560px;
	padding-bottom: 8px;
}

.anak-contact__hero-title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3.6vw, 46px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.anak-contact__hero-lead {
	margin: 0;
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	max-width: 42ch;
}

.anak-contact__hero-card {
	background: #fff;
	color: var(--anak-contact-text);
	border-radius: 16px;
	padding: 22px 24px 24px;
	box-shadow: 0 16px 40px rgba(18, 38, 74, 0.18);
	transform: translateY(40px);
	margin-bottom: -40px;
}

.anak-contact__hero-card-title {
	display: block;
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: var(--anak-contact-navy);
}

.anak-contact__hero-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.anak-contact__quick-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 12px 16px;
	border: 1px solid var(--anak-contact-border);
	border-radius: 12px;
	text-decoration: none !important;
	color: inherit !important;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.anak-contact__quick-btn:hover,
.anak-contact__quick-btn:focus {
	border-color: #d4d7dd;
	box-shadow: 0 6px 18px rgba(18, 38, 74, 0.08);
	transform: translateY(-1px);
	color: inherit !important;
}

.anak-contact__quick-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--anak-contact-red);
}

.anak-contact__quick-icon .anak-contact-svg {
	width: 28px;
	height: 28px;
	stroke-width: 1.6;
}

.anak-contact__quick-btn--wa .anak-contact__quick-icon {
	color: var(--anak-contact-wa);
}

.anak-contact__quick-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.anak-contact__quick-label {
	font-size: 12px;
	font-weight: 500;
	color: var(--anak-contact-muted);
	line-height: 1.2;
}

.anak-contact__quick-value {
	font-size: 16px;
	font-weight: 700;
	color: var(--anak-contact-navy);
	line-height: 1.25;
}

/* ----- Info grid ----- */
.anak-contact__info {
	background: var(--anak-contact-bg);
	padding: 120px 24px 56px;
}

.anak-contact__info-grid {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.anak-contact__info-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 8px 28px;
	gap: 8px;
}

.anak-contact__info-item + .anak-contact__info-item {
	border-inline-start: 1px solid #dde1e7;
}

.anak-contact__info-icon {
	width: 36px;
	height: 36px;
	color: var(--anak-contact-red);
	margin-bottom: 4px;
}

.anak-contact__info-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--anak-contact-navy);
	line-height: 1.3;
}

.anak-contact__info-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--anak-contact-text);
}

.anak-contact__info-text a {
	color: inherit;
	text-decoration: none;
}

.anak-contact__info-text a:hover,
.anak-contact__info-text a:focus {
	color: var(--anak-contact-red);
}

.anak-contact__info-text--muted {
	color: var(--anak-contact-muted);
	font-size: 14px;
}

.anak-contact__hours {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 15px;
	line-height: 1.5;
	color: var(--anak-contact-text);
}

.anak-contact__info-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--anak-contact-red) !important;
	text-decoration: none !important;
}

.anak-contact__info-link:hover,
.anak-contact__info-link:focus {
	color: var(--anak-contact-red-deep) !important;
}

.anak-contact__info-link-arrow {
	display: inline-flex;
	width: 14px;
	height: 14px;
	/* Keep left-pointing chevron for RTL "continue" direction */
	transform: none;
}

/* ----- Form section ----- */
.anak-contact__form-section {
	padding: 64px 24px 72px;
	background: #fff;
}

.anak-contact__section-head {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 560px;
}

.anak-contact__section-title {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	color: var(--anak-contact-navy);
	line-height: 1.2;
}

.anak-contact__section-lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--anak-contact-muted);
}

.anak-contact__form-layout {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr);
	gap: 48px;
	align-items: start;
}

.anak-contact__values {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-top: 8px;
}

.anak-contact__value {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.anak-contact__value-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	color: var(--anak-contact-red);
	margin-top: 2px;
}

.anak-contact__value-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.anak-contact__value-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--anak-contact-navy);
	line-height: 1.3;
}

.anak-contact__value-text {
	font-size: 14px;
	line-height: 1.5;
	color: var(--anak-contact-muted);
}

.anak-contact__form-wrap {
	background: #fff;
}

.anak-contact-cf7 .wpcf7-form {
	margin: 0;
}

.anak-contact-cf7 .anak-cf7-field {
	position: relative;
	margin: 0 0 14px;
}

.anak-contact-cf7 .anak-cf7-field__icon {
	position: absolute;
	top: 26px; /* half of ~52px input — stay centered on input, not error tip */
	right: 16px;
	left: auto;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #9aa1ac;
	pointer-events: none;
	z-index: 2;
}

.anak-contact-cf7 .anak-cf7-field--message .anak-cf7-field__icon {
	top: 18px;
	transform: none;
}

.anak-contact-cf7 .anak-cf7-field.is-active .anak-cf7-field__icon {
	color: var(--anak-contact-red);
}

.anak-contact-cf7 .wpcf7-form-control-wrap {
	display: block;
}

.anak-contact .anak-contact-cf7 input.wpcf7-form-control:not([type="submit"]):not(.wpcf7-submit),
.anak-contact .anak-contact-cf7 textarea.wpcf7-form-control,
.anak-contact .anak-contact-cf7 select.wpcf7-form-control,
.anak-contact-cf7 input.wpcf7-form-control:not([type="submit"]):not(.wpcf7-submit),
.anak-contact-cf7 textarea.wpcf7-form-control,
.anak-contact-cf7 select.wpcf7-form-control {
	width: 100% !important;
	min-height: 52px;
	/* Physical padding: icon sits on the right in Hebrew RTL */
	padding: 12px 48px 12px 16px !important;
	border: 1px solid var(--anak-contact-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
	color: var(--anak-contact-text);
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	text-align: right;
	direction: rtl;
}

.anak-contact-cf7 textarea.wpcf7-form-control {
	min-height: 140px !important;
	resize: vertical;
	padding-top: 14px !important;
}

.anak-contact-cf7 select.wpcf7-form-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239aa1ac' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: left 14px center !important;
	background-size: 16px 16px !important;
	padding-left: 40px !important;
	padding-right: 48px !important;
	color: var(--anak-contact-text) !important;
}

.anak-contact-cf7 input.wpcf7-form-control:not([type="submit"]):not(.wpcf7-submit):focus,
.anak-contact-cf7 textarea.wpcf7-form-control:focus,
.anak-contact-cf7 select.wpcf7-form-control:focus {
	outline: none;
	border-color: var(--anak-contact-red) !important;
	box-shadow: 0 0 0 3px rgba(196, 48, 56, 0.12) !important;
}

.anak-contact-cf7 input.wpcf7-form-control::placeholder,
.anak-contact-cf7 textarea.wpcf7-form-control::placeholder {
	color: #9aa1ac !important;
	opacity: 1 !important;
}

/* Validation — clearer, friendlier, RTL-safe */
.anak-contact-cf7 .anak-cf7-field .wpcf7-not-valid,
.anak-contact-cf7 .anak-cf7-field input.wpcf7-not-valid,
.anak-contact-cf7 .anak-cf7-field textarea.wpcf7-not-valid,
.anak-contact-cf7 .anak-cf7-field select.wpcf7-not-valid {
	border-color: #c43038 !important;
	background-color: #fff8f8 !important;
	box-shadow: 0 0 0 3px rgba(196, 48, 56, 0.12) !important;
}

.anak-contact-cf7 .anak-cf7-field:has(.wpcf7-not-valid) .anak-cf7-field__icon {
	color: #c43038;
}

.anak-contact-cf7 .wpcf7-not-valid-tip {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 8px 0 0;
	padding: 8px 12px;
	border-radius: 8px;
	background: #fff1f1;
	border: 1px solid #f5c2c7;
	color: #9b1c1c !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	direction: rtl;
	text-align: right;
}

.anak-contact-cf7 .wpcf7-not-valid-tip::before {
	content: "";
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c43038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8v5M12 16h.01'/%3E%3C/svg%3E");
}

.anak-contact-cf7 .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 10px !important;
	border-width: 1px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	letter-spacing: 0 !important;
	direction: rtl;
	text-align: right;
}

.anak-contact-cf7 .wpcf7-response-output.wpcf7-validation-errors,
.anak-contact-cf7 .wpcf7-response-output.wpcf7-mail-sent-ng,
.anak-contact-cf7 .wpcf7-response-output.wpcf7-aborted {
	background: #fff1f1 !important;
	border-color: #f5c2c7 !important;
	color: #9b1c1c !important;
}

.anak-contact-cf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #ecfdf3 !important;
	border-color: #abefc6 !important;
	color: #067647 !important;
}

@keyframes anak-cf7-shake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(4px); }
	40% { transform: translateX(-4px); }
	60% { transform: translateX(3px); }
	80% { transform: translateX(-2px); }
}

.anak-contact-cf7 .anak-cf7-field:has(.wpcf7-not-valid) {
	animation: anak-cf7-shake 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.anak-contact-cf7 .anak-cf7-field:has(.wpcf7-not-valid) {
		animation: none;
	}
}

.anak-contact-cf7 .anak-cf7-submit {
	margin: 8px 0 0;
}

/* Privacy policy page readability */
.anak-privacy {
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 8px 48px;
	font-family: "Google Sans", "Heebo", Arial, sans-serif;
	color: #1a1a1a;
	line-height: 1.65;
	direction: rtl;
	text-align: right;
}

.anak-privacy h2 {
	margin: 28px 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #12264a;
}

.anak-privacy h3 {
	margin: 20px 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #12264a;
}

.anak-privacy p,
.anak-privacy li {
	font-size: 15px;
	color: #3a3f4a;
}

.anak-privacy ul,
.anak-privacy ol {
	padding-inline-start: 1.2em;
	margin: 0 0 16px;
}

.anak-privacy a {
	color: #c43038;
}

.anak-legal strong {
	color: #1a1a1a;
}

/* Privacy consent checkbox */
.anak-contact-cf7 .anak-cf7-field--consent {
	margin: 4px 0 18px;
}

.anak-contact-cf7 .anak-cf7-field--consent .wpcf7-form-control-wrap,
.anak-contact-cf7 .anak-cf7-field--consent .wpcf7-acceptance {
	display: block;
}

.anak-contact-cf7 .anak-cf7-field--consent .wpcf7-list-item {
	margin: 0;
}

.anak-contact-cf7 .anak-cf7-field--consent .wpcf7-list-item-label,
.anak-contact-cf7 .anak-cf7-field--consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--anak-contact-muted);
	cursor: pointer;
	text-align: right;
}

.anak-contact-cf7 .anak-cf7-field--consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--anak-contact-red);
	cursor: pointer;
}

.anak-contact-cf7 .anak-cf7-field--consent a {
	color: var(--anak-contact-red);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.anak-contact-cf7 .anak-cf7-field--consent a:hover,
.anak-contact-cf7 .anak-cf7-field--consent a:focus {
	color: var(--anak-contact-red-deep);
}

.anak-contact-cf7 .anak-cf7-field--consent .wpcf7-not-valid-tip {
	margin-top: 8px;
}

.anak-contact .anak-contact-cf7 input.wpcf7-submit,
.anak-contact .anak-contact-cf7 input[type="submit"].wpcf7-form-control,
.anak-contact-cf7 input.wpcf7-submit,
.anak-contact-cf7 .wpcf7-submit,
.anak-contact-cf7 input[type="submit"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 54px !important;
	padding: 14px 24px !important;
	border: none !important;
	border-radius: 10px !important;
	background: #c43038 !important;
	background-color: #c43038 !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.anak-contact .anak-contact-cf7 input.wpcf7-submit:hover,
.anak-contact .anak-contact-cf7 input.wpcf7-submit:focus,
.anak-contact .anak-contact-cf7 input[type="submit"].wpcf7-form-control:hover,
.anak-contact .anak-contact-cf7 input[type="submit"].wpcf7-form-control:focus,
.anak-contact-cf7 input.wpcf7-submit:hover,
.anak-contact-cf7 input.wpcf7-submit:focus,
.anak-contact-cf7 .wpcf7-submit:hover,
.anak-contact-cf7 .wpcf7-submit:focus,
.anak-contact-cf7 input[type="submit"]:hover,
.anak-contact-cf7 input[type="submit"]:focus {
	background: #b01f27 !important;
	background-color: #b01f27 !important;
	color: #fff !important;
	transform: translateY(-1px);
	opacity: 1 !important;
}

.anak-contact__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--anak-contact-muted);
	text-align: center;
}

.anak-contact__privacy a {
	color: var(--anak-contact-red);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.anak-contact__privacy a:hover,
.anak-contact__privacy a:focus {
	color: var(--anak-contact-red-deep);
}

.anak-contact__privacy-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: var(--anak-contact-muted);
}

/* ----- Map ----- */
.anak-contact__map {
	position: relative;
	min-height: 380px;
	background: #e8ecef;
}

.anak-contact__map-frame {
	position: absolute;
	inset: 0;
}

.anak-contact__map-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	filter: grayscale(0.15) contrast(0.96);
}

.anak-contact__map-card {
	position: absolute;
	top: 50%;
	inset-inline-start: max(24px, calc((100% - 1120px) / 2));
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: min(340px, calc(100% - 48px));
	padding: 20px 22px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(18, 38, 74, 0.16);
}

.anak-contact__map-card-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--anak-contact-red);
	color: #fff;
	padding: 10px;
}

.anak-contact__map-card-icon .anak-contact-svg,
.anak-contact__map-card-icon .anak-contact-svg * {
	stroke: #fff !important;
}

.anak-contact__map-card-title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	color: var(--anak-contact-navy);
	line-height: 1.3;
}

.anak-contact__map-card-text {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--anak-contact-muted);
}

/* ----- Trust bar ----- */
.anak-contact__trust {
	padding: 28px 24px;
	border-top: 1px solid var(--anak-contact-border);
	background: #fff;
}

.anak-contact__trust-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: min(1120px, 100%);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.anak-contact__trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px;
}

.anak-contact__trust-icon {
	width: 26px;
	height: 26px;
	color: var(--anak-contact-red);
	flex: 0 0 auto;
}

.anak-contact__trust-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--anak-contact-navy);
	line-height: 1.3;
}

/* ----- Page chrome overrides (full-bleed) ----- */
body.page-id-51 .c-header__advert_bar--above,
body.page-template-page-contact .c-header__advert_bar--above {
	display: none !important;
}

body.page-id-51 .anak-contact-main,
body.page-id-51 main .anak-contact-main,
body.page-template-page-contact .anak-contact-main,
body.page-template-page-contact main .anak-contact-main {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.page-id-51 .l-inner,
body.page-id-51 .entry-content,
body.page-id-51 .c-page,
body.page-id-51 .c-content,
body.page-id-51 .c-post__container,
body.page-id-51 .c-post__container.l-section--container,
body.page-id-51 .l-section--container,
body.page-template-page-contact .l-inner,
body.page-template-page-contact .entry-content,
body.page-template-page-contact .c-page,
body.page-template-page-contact .c-content,
body.page-template-page-contact .c-post__container,
body.page-template-page-contact .l-section--container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: none !important;
}

body.page-id-51 .c-post__container--page .c-post__inner,
body.page-id-51 .c-post__inner,
body.page-template-page-contact .c-post__container--page .c-post__inner,
body.page-template-page-contact .c-post__inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

body.page-id-51 .entry-content > .anak-contact,
body.page-id-51 .anak-contact,
body.page-template-page-contact .entry-content > .anak-contact,
body.page-template-page-contact .anak-contact {
	margin: 0;
	width: 100%;
}

body.page-id-51 .c-page__header,
body.page-id-51 .c-page-header,
body.page-id-51 .page-header,
body.page-template-page-contact .c-page__header,
body.page-template-page-contact .c-page-header,
body.page-template-page-contact .page-header {
	display: none !important;
}

/* Force RTL on CF7 (plugin may output dir=ltr) */
.anak-contact__form-wrap,
.anak-contact-cf7,
.anak-contact-cf7 .wpcf7,
.anak-contact-cf7 .wpcf7-form {
	direction: rtl;
	text-align: right;
}

.anak-contact-cf7 .anak-cf7-field__icon .anak-contact-svg,
.anak-contact-cf7 .anak-cf7-field__icon .anak-contact-svg * {
	fill: none !important;
	stroke: currentColor !important;
}

/* ----- Mobile / tablet ----- */
@media (max-width: 900px) {
	.anak-contact__hero {
		min-height: 340px;
		padding-top: 0;
	}

	.anak-contact__hero-inner {
		width: calc(100% - 32px);
		gap: 18px;
		padding-top: 56px;
	}

	.anak-contact__hero-card {
		padding: 18px 16px 18px;
		transform: translateY(28px);
		margin-bottom: -28px;
	}

	.anak-contact__hero-actions {
		grid-template-columns: 1fr;
	}

	.anak-contact__info {
		padding: 88px 20px 40px;
	}

	.anak-contact__info-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.anak-contact__info-item {
		padding: 0;
	}

	.anak-contact__info-item + .anak-contact__info-item {
		border-inline-start: none;
		border-top: 1px solid #dde1e7;
		padding-top: 28px;
	}

	.anak-contact__form-section {
		padding: 48px 20px 56px;
	}

	.anak-contact__form-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.anak-contact__values {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 16px;
		order: 2;
	}

	.anak-contact__form-wrap {
		order: 1;
	}

	.anak-contact__map {
		min-height: 320px;
		display: flex;
		flex-direction: column;
	}

	.anak-contact__map-frame {
		position: relative;
		min-height: 260px;
		flex: 1;
	}

	.anak-contact__map-card {
		position: relative;
		top: auto;
		inset-inline-start: auto;
		transform: none;
		width: calc(100% - 32px);
		margin: -40px auto 24px;
	}

	.anak-contact__trust-list {
		grid-template-columns: 1fr 1fr;
		gap: 18px 12px;
	}
}

@media (max-width: 520px) {
	.anak-contact__hero-title {
		font-size: 26px;
	}

	.anak-contact__section-title {
		font-size: 22px;
	}

	.anak-contact__values {
		grid-template-columns: 1fr;
	}

	.anak-contact__trust-list {
		grid-template-columns: 1fr 1fr;
	}

	.anak-contact__quick-value {
		font-size: 15px;
	}
}

/* ==========================================================================
   Wishlist page — brand red CTAs + Hebrew-friendly labels
   ========================================================================== */

.c-wishlist__button-wrap .button,
.c-wishlist__button-wrap .button.product_type_variable,
.c-wishlist__button-wrap .button.product_type_simple,
.c-wishlist__button-wrap .button.add_to_cart_button,
.c-cart-empty--wishlist .c-button,
.c-cart-empty--wishlist .c-button--outline {
	background: #c43038 !important;
	background-color: #c43038 !important;
	border: 1px solid #c43038 !important;
	color: #fff !important;
	border-radius: 8px !important;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.c-wishlist__button-wrap .button:hover,
.c-wishlist__button-wrap .button:focus,
.c-wishlist__button-wrap .button.product_type_variable:hover,
.c-wishlist__button-wrap .button.product_type_variable:focus,
.c-wishlist__button-wrap .button.product_type_simple:hover,
.c-wishlist__button-wrap .button.product_type_simple:focus,
.c-wishlist__button-wrap .button.add_to_cart_button:hover,
.c-wishlist__button-wrap .button.add_to_cart_button:focus,
.c-cart-empty--wishlist .c-button:hover,
.c-cart-empty--wishlist .c-button:focus,
.c-cart-empty--wishlist .c-button--outline:hover,
.c-cart-empty--wishlist .c-button--outline:focus {
	background: #a8262d !important;
	background-color: #a8262d !important;
	border-color: #a8262d !important;
	color: #fff !important;
}

.c-wishlist__share-title {
	text-transform: none;
	letter-spacing: 0;
}

.c-wishlist__shop-th,
.c-wishlist__shop-th span,
.page-id-37 .c-page-header__title,
.page-id-37 .c-page__title,
.woocommerce-wishlist .c-page-header__title {
	text-transform: none;
	letter-spacing: 0;
}

/* ==========================================================================
   My Account — orders action buttons (צפייה / שלם / ביטול)
   ========================================================================== */

.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	padding: 8px 16px !important;
	margin: 3px 4px !important;
	background: #c43038 !important;
	background-color: #c43038 !important;
	border: 1px solid #c43038 !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button:focus,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:focus,
.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button.button:hover,
.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button.button:focus {
	background: #a8262d !important;
	background-color: #a8262d !important;
	border-color: #a8262d !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
	.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		flex: 1 1 auto;
		min-width: 90px;
	}
}

/* === Anak: homepage hero — container fits image (no 100vh gaps) === */
.elementor-page-41 .elementor-element-a18127b {
	--min-height: auto !important;
	min-height: 0 !important;
	height: auto !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-page-41 .elementor-element-a18127b > .e-con-inner {
	min-height: 0 !important;
	height: auto !important;
}
#hero-section-main,
#hero-section-main .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}
#hero-section-main .swiper-slide img,
#hero-section-main .swiper-slide-inner img,
#hero-section-main .elementor-swiper-slide img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block;
	vertical-align: top;
}
#hero-section-main .swiper,
#hero-section-main .swiper-wrapper,
#hero-section-main .swiper-slide,
#hero-section-main .elementor-image-carousel-wrapper,
#hero-section-main .elementor-main-swiper,
#hero-section-main .elementor-widget-container {
	height: auto !important;
	min-height: 0 !important;
}
@media (max-width: 650px) {
	#hero-section-main {
		overflow: visible !important;
	}
}

/* Homepage product-tabs section — no bottom gap */
.elementor-page-41 .elementor-element-040369a,
.elementor-page-41 .elementor-element-040369a > .e-con-inner {
	--padding-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Homepage section entrance (like About page) */
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-cd2c157,
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-040369a,
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-3421f2d {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-0ddb079 {
	opacity: 0;
	transform: translateY(-28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-cd2c157.is-inview,
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-040369a.is-inview,
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-3421f2d.is-inview,
body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-0ddb079.is-inview {
	opacity: 1;
	transform: none;
}

body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-040369a.is-inview {
	transition-delay: 0.05s;
}

body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-0ddb079.is-inview {
	transition-delay: 0.08s;
}

body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-3421f2d.is-inview {
	transition-delay: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
	body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-cd2c157,
	body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-040369a,
	body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-3421f2d,
	body.anak-home-motion.is-home-motion-ready.elementor-page-41 .elementor-element-0ddb079 {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ==========================================================================
   Product category prev/next navigation (single product)
   ========================================================================== */

body.single-product {
	--anak-pcn-red: #c43038;
	--anak-pcn-red-dark: #a82830;
}

.anak-pcn {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 1100;
}

.anak-pcn__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	direction: ltr;
	width: auto;
	height: auto;
	min-height: 44px;
	padding: 6px 8px 6px 14px;
	border-radius: 999px;
	gap: 10px;
	background: #fff;
	color: #374151;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
	overflow: visible;
}

.anak-pcn__btn--prev {
	right: max(12px, calc((100vw - min(100vw - 32px, 1320px)) / 2 - 64px));
	flex-direction: row;
	padding: 6px 5px 6px 8px;
}

.anak-pcn__btn--next {
	left: max(12px, calc((100vw - min(100vw - 32px, 1320px)) / 2 - 64px));
	flex-direction: row-reverse;
	padding: 6px 8px 6px 5px;
}

.anak-pcn__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	color: #374151;
	white-space: nowrap;
}

.anak-pcn__btn--next .anak-pcn__label {
	transform: translateX(-6%);
}

.anak-pcn__btn--prev .anak-pcn__label {
	transform: translateX(3%);
}

.anak-pcn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--anak-pcn-red);
	border: 1px solid rgba(196, 48, 56, 0.18);
	box-shadow: none;
}

.anak-pcn__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.anak-pcn__peek {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px 8px 8px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(0, 0, 0, 0.06);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	max-width: min(280px, 42vw);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.anak-pcn__btn--prev .anak-pcn__peek {
	right: calc(100% + 10px);
	transform: translateY(-50%) translateX(8px);
}

.anak-pcn__btn--next .anak-pcn__peek {
	left: calc(100% + 10px);
	flex-direction: row-reverse;
	padding: 8px 8px 8px 14px;
	transform: translateY(-50%) translateX(-8px);
}

.anak-pcn__peek-img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
	background: #f5f5f5;
}

.anak-pcn__peek-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	text-align: start;
}

.anak-pcn__peek-kicker {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--anak-pcn-red);
	line-height: 1.2;
}

.anak-pcn__peek-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
}

@media (hover: hover) and (pointer: fine) {
	.anak-pcn__btn:hover,
	.anak-pcn__btn:focus-visible {
		background: var(--anak-pcn-red);
		border-color: var(--anak-pcn-red);
		box-shadow: none;
		outline: none;
	}

	.anak-pcn__btn:hover .anak-pcn__label,
	.anak-pcn__btn:focus-visible .anak-pcn__label {
		color: #fff;
	}

	.anak-pcn__btn:hover .anak-pcn__peek,
	.anak-pcn__btn:focus-visible .anak-pcn__peek {
		opacity: 1;
		visibility: visible;
	}

	.anak-pcn__btn--prev:hover .anak-pcn__peek,
	.anak-pcn__btn--prev:focus-visible .anak-pcn__peek {
		transform: translateY(-50%) translateX(0);
	}

	.anak-pcn__btn--next:hover .anak-pcn__peek,
	.anak-pcn__btn--next:focus-visible .anak-pcn__peek {
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 1023px) {
	.anak-pcn__btn {
		min-height: 40px;
		padding: 5px 6px 5px 12px;
		gap: 8px;
		top: 36%;
	}

	.anak-pcn__btn--prev {
		right: 4px;
		padding: 5px 5px 5px 6px;
	}

	.anak-pcn__btn--next {
		left: 4px;
		padding: 5px 6px 5px 5px;
	}

	.anak-pcn__label {
		font-size: 12px;
	}

	.anak-pcn__icon {
		width: 30px;
		height: 30px;
	}

	.anak-pcn__icon svg {
		width: 16px;
		height: 16px;
	}

	.anak-pcn__peek {
		display: none;
	}
}

@media (max-width: 767px) {
	.anak-pcn__btn {
		min-height: 36px;
		padding: 4px 5px 4px 10px;
		gap: 7px;
	}

	.anak-pcn__btn--prev {
		padding: 4px 4px 4px 5px;
	}

	.anak-pcn__btn--next {
		padding: 4px 5px 4px 4px;
	}

	.anak-pcn__label {
		font-size: 11px;
	}

	.anak-pcn__icon {
		width: 28px;
		height: 28px;
	}
}

/* Hide when side-cart or sticky ATC overlays would clash */
body:has(.js-cart-sidebar.c-shop-sidebar--active) .anak-pcn,
body:has(.c-shop-sidebar__wrap--active) .anak-pcn {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* Desktop mega menu: header stack is z-index 99; keep model nav behind it while open */
@media (min-width: 1190px) {
	body:has(.c-top-menu__item--has-children:hover) .anak-pcn,
	body:has(.c-top-menu__submenu:hover) .anak-pcn {
		z-index: 50;
	}
}

/* Mobile slide-out menu */
@media (max-width: 1189px) {
	body:has(.c-header__menu--active) .anak-pcn {
		z-index: 50;
	}
}

@media (prefers-reduced-motion: reduce) {
	.anak-pcn__btn,
	.anak-pcn__peek {
		transition: none;
	}
}
