/**
 * Shavtieli WooCommerce shop UI — HE/EN, desktop / tablet / mobile.
 */

:root {
	--shavtieli-shop-accent: #35baf2;
	--shavtieli-shop-ink: #0b1320;
	--shavtieli-shop-muted: #5a6575;
	--shavtieli-shop-line: #dbe2ea;
	--shavtieli-shop-surface: #f4f7fa;
	--shavtieli-shop-price: #2e8b57;
	--shavtieli-shop-radius: 10px;
	--shavtieli-shop-gap: 1.25rem;
}

/* ===== Override legacy Theme Options min-heights ===== */
.shavtieli-shop-ui .woocommerce-container .product-title,
.shavtieli-shop-ui .product-title,
.shavtieli-shop-ui .product-details-container {
	min-height: 0 !important;
}

.shavtieli-shop-ui p {
	direction: inherit;
}

/* ===== Archive toolbar ===== */
.shavtieli-shop-ui .woocommerce-before-shop-loop-wrapper,
.shavtieli-shop-ui .catalog-ordering,
.shavtieli-shop-ui .woocommerce-result-count,
.shavtieli-shop-ui .woocommerce-ordering {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.shavtieli-shop-ui .woocommerce-result-count {
	color: var(--shavtieli-shop-muted);
	font-size: 0.95rem;
	margin: 0;
}

.shavtieli-shop-ui .woocommerce-ordering select {
	min-height: 44px;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: 8px;
	padding: 0.4rem 0.75rem;
	background: #fff;
}

.shavtieli-shop-ui .fusion-grid-list-view {
	margin-inline-start: auto;
}

.shavtieli-shop-ui .fusion-grid-list-view li {
	border-radius: 6px;
	overflow: hidden;
}

/* ===== Product cards ===== */
.shavtieli-shop-ui ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--shavtieli-shop-gap);
	margin: 0 0 2rem !important;
	padding: 0 !important;
	list-style: none;
	width: 100%;
}

.shavtieli-shop-ui ul.products::before,
.shavtieli-shop-ui ul.products::after {
	display: none !important;
	content: none !important;
}

.shavtieli-shop-ui ul.products li.product,
.shavtieli-shop-ui ul.products > .product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	padding: 0 !important;
}

.shavtieli-shop-ui .fusion-product-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shavtieli-shop-ui .fusion-product-wrapper:hover,
.shavtieli-shop-ui .fusion-product-wrapper:focus-within {
	border-color: color-mix(in srgb, var(--shavtieli-shop-accent) 55%, var(--shavtieli-shop-line));
	box-shadow: 0 8px 24px rgba(11, 19, 32, 0.08);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.shavtieli-shop-ui .fusion-product-wrapper {
		transition: none;
	}
	.shavtieli-shop-ui .fusion-product-wrapper:hover,
	.shavtieli-shop-ui .fusion-product-wrapper:focus-within {
		transform: none;
	}
}

.shavtieli-shop-ui .product-images,
.shavtieli-shop-ui .fusion-product-wrapper .featured-image {
	aspect-ratio: 1 / 1;
	background: var(--shavtieli-shop-surface);
	overflow: hidden;
}

.shavtieli-shop-ui .product-images img,
.shavtieli-shop-ui .fusion-product-wrapper .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 0.75rem;
	box-sizing: border-box;
}

.shavtieli-shop-ui .fusion-product-content,
.shavtieli-shop-ui .product-details,
.shavtieli-shop-ui .product-details-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.85rem 1rem 0.5rem;
	text-align: start;
}

.shavtieli-shop-ui .product-title,
.shavtieli-shop-ui .woocommerce-loop-product__title,
.shavtieli-shop-ui h3.product-title {
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 0.5rem;
	color: var(--shavtieli-shop-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
	font-family: inherit !important;
	min-height: calc(1.35em * 2);
}

.shavtieli-shop-ui .product-title a {
	color: inherit;
	text-decoration: none;
}

.shavtieli-shop-ui .fusion-price-rating,
.shavtieli-shop-ui .price {
	margin-top: auto;
	margin-bottom: 0.65rem;
}

.shavtieli-shop-ui .price,
.shavtieli-shop-ui .price .amount,
.shavtieli-shop-ui .price > .amount {
	font-size: 1.15rem !important;
	font-weight: 700;
	color: var(--shavtieli-shop-price) !important;
	font-family: inherit !important;
}

.shavtieli-shop-ui .product-buttons .fusion-content-sep,
.shavtieli-en-catalog .product-buttons .fusion-content-sep {
	display: none !important;
}

.shavtieli-shop-ui .product-buttons,
.shavtieli-shop-ui .product-buttons-container {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0 1rem 1rem;
	margin: 0;
	clear: both;
	float: none !important;
	width: 100%;
	box-sizing: border-box;
}

.shavtieli-shop-ui .product-buttons-container::before,
.shavtieli-shop-ui .product-buttons-container::after {
	display: none !important;
}

.shavtieli-shop-ui .product-buttons .button,
.shavtieli-shop-ui .product-buttons .add_to_cart_button,
.shavtieli-shop-ui .product-buttons .show_details_button,
.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn,
.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__details,
.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__contact {
	flex: 1 1 calc(50% - 0.25rem);
	min-height: 44px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0.55rem 0.75rem !important;
	padding-inline: 0.75rem !important;
	border-radius: 8px !important;
	font-weight: 600;
	font-size: 0.9rem;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
	line-height: 1.2;
	white-space: nowrap;
}

/* Avada icons use absolute :before; reset to inline flex for readable labels. */
.shavtieli-shop-ui .product-buttons a:before,
.shavtieli-en-catalog .product-buttons a:before {
	position: static !important;
	margin: 0 !important;
	flex-shrink: 0;
	line-height: 1;
}

.shavtieli-shop-ui .product-buttons .add_to_cart_button,
.shavtieli-shop-ui .product-buttons .button.product_type_simple {
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	border: none !important;
}

.shavtieli-shop-ui .product-buttons .show_details_button,
.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__details {
	background: #fff !important;
	color: var(--shavtieli-shop-ink) !important;
	border: 1px solid var(--shavtieli-shop-line) !important;
}

.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__contact,
.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn {
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	border: 1px solid var(--shavtieli-shop-accent) !important;
}

.shavtieli-shop-ui .product-buttons .button:focus-visible,
.shavtieli-shop-ui .product-buttons .show_details_button:focus-visible,
.shavtieli-shop-ui .shavtieli-contact-cta__btn:focus-visible,
.shavtieli-shop-ui .shavtieli-product-actions__details:focus-visible,
.shavtieli-shop-ui .shavtieli-product-actions__contact:focus-visible {
	outline: 3px solid rgba(53, 186, 242, 0.45);
	outline-offset: 2px;
}

/* EN loop: equal dual CTAs */
.shavtieli-shop-ui .shavtieli-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	width: 100%;
	flex: 1 1 100%;
}

.shavtieli-shop-ui .product-buttons .shavtieli-product-actions {
	display: flex;
}

.shavtieli-en-catalog .product-buttons .show_details_button {
	display: none !important;
}

/* EN catalog: hide Avada Details everywhere in loops (rollover + card). */
html[lang^="en"] .products .show_details_button,
html[lang^="en"] .product-buttons .show_details_button,
.shavtieli-en-catalog ul.products .show_details_button,
.shavtieli-en-catalog .fusion-product-buttons .show_details_button {
	display: none !important;
}

/* Legacy EN contact CTA in loop */
.shavtieli-shop-ui .shavtieli-contact-cta--loop {
	flex: 1 1 calc(50% - 0.25rem);
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	text-align: start;
}

.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta--loop {
	display: contents;
}

.shavtieli-shop-ui .shavtieli-contact-cta--loop .shavtieli-contact-cta__btn,
.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn {
	flex: 1 1 calc(50% - 0.25rem);
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	border: none !important;
	width: auto;
}

/* EN shop catalog banner */
.shavtieli-en-shop-notice {
	direction: ltr;
	text-align: start;
	unicode-bidi: isolate;
	margin: 0 0 1.35rem;
	padding: 1rem 1.2rem;
	background: #eef7fb;
	border: 1px solid #b7d9e8;
	border-radius: var(--shavtieli-shop-radius);
	color: var(--shavtieli-shop-ink);
}

.shavtieli-en-shop-notice__text {
	margin: 0 0 0.65rem;
	line-height: 1.45;
	font-size: 1rem;
}

.shavtieli-en-shop-notice__cta {
	margin: 0;
}

.shavtieli-en-shop-notice__link {
	font-weight: 700;
	color: var(--shavtieli-shop-ink);
	text-decoration: underline;
}

/* Hide mixed WC cart-removal alerts on EN if any remain */
.shavtieli-en-catalog .woocommerce-error,
.shavtieli-en-catalog .woocommerce-message,
.shavtieli-lang-en .woocommerce-error {
	direction: ltr;
	text-align: start;
	unicode-bidi: isolate;
}

.shavtieli-shop-ui .shavtieli-contact-cta--single {
	margin: 1.25rem 0 1.5rem;
	padding: 1.25rem 1.35rem;
	background: var(--shavtieli-shop-surface);
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	text-align: start;
}

.shavtieli-shop-ui .shavtieli-contact-cta--single .shavtieli-contact-cta__text {
	margin: 0 0 0.85rem;
	color: var(--shavtieli-shop-ink);
	font-size: 1.05rem;
}

.shavtieli-shop-ui .shavtieli-contact-cta--single .shavtieli-contact-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.5rem;
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
}

/* Hide duplicate EN CTA text inside product buttons area when nested oddly */
.shavtieli-en-catalog .product-buttons .shavtieli-contact-cta__text {
	display: none;
}

/* Place EN CTA inside button row visually */
.shavtieli-en-catalog ul.products .shavtieli-contact-cta--loop {
	order: 0;
}

/* ===== Sidebar ===== */
.shavtieli-shop-ui #sidebar .widget,
.shavtieli-shop-ui .sidebar .widget,
.shavtieli-shop-ui .shavtieli-shop-widget {
	background: #fff;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	padding: 1rem 1.1rem;
	margin-bottom: 1rem;
}

.shavtieli-shop-ui .sidebar .widget-title,
.shavtieli-shop-ui .sidebar .heading .widget-title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: var(--shavtieli-shop-ink);
	font-family: inherit !important;
}

.shavtieli-shop-ui .sidebar .widget ul {
	font-size: 0.95rem !important;
	font-family: inherit !important;
}

.shavtieli-shop-ui .sidebar .widget ul li {
	margin: 0.35rem 0;
	padding: 0.15rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--shavtieli-shop-line) 70%, transparent);
}

.shavtieli-shop-ui .sidebar .widget ul li:last-child {
	border-bottom: none;
}

.shavtieli-shop-ui .sidebar .widget a {
	color: var(--shavtieli-shop-ink);
	text-decoration: none;
}

.shavtieli-shop-ui .sidebar .widget a:hover,
.shavtieli-shop-ui .sidebar .widget a:focus-visible {
	color: var(--shavtieli-shop-accent);
}

.shavtieli-shop-ui .woocommerce-product-search .search-field,
.shavtieli-shop-ui .widget_product_search input[type="search"] {
	min-height: 44px;
	width: 100%;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}

/* ===== Single product ===== */
.shavtieli-shop-ui.single-product .product_title {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.25;
	overflow-wrap: anywhere;
	margin-bottom: 0.75rem;
}

.shavtieli-shop-ui.single-product .summary .price {
	margin-bottom: 1rem;
}

.shavtieli-shop-ui.single-product .summary .price .amount {
	font-size: 1.5rem !important;
}

.shavtieli-shop-ui.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 1.25rem 0;
}

.shavtieli-shop-ui.single-product form.cart .quantity .qty {
	min-height: 48px;
	min-width: 4rem;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui.single-product form.cart .single_add_to_cart_button {
	min-height: 48px;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	font-weight: 700;
	border: none;
}

.shavtieli-shop-ui.single-product .woocommerce-product-details__short-description,
.shavtieli-shop-ui.single-product .post-content.woocommerce-product-details__short-description {
	font-size: 1.05rem !important;
	line-height: 1.6;
	font-family: inherit !important;
	color: var(--shavtieli-shop-muted);
}

.shavtieli-shop-ui.single-product .product_meta {
	font-size: 0.9rem;
	color: var(--shavtieli-shop-muted);
	border-top: 1px solid var(--shavtieli-shop-line);
	padding-top: 1rem;
	margin-top: 1.25rem;
}

.shavtieli-shop-ui.single-product .related ul.products,
.shavtieli-shop-ui.single-product .upsells ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===== Cart / Checkout / Account — 2-col layout + typography ===== */

/* Shared width */
.shavtieli-shop-ui.woocommerce-cart #content,
.shavtieli-shop-ui.woocommerce-checkout #content,
.shavtieli-shop-ui.woocommerce-cart #main > .fusion-row,
.shavtieli-shop-ui.woocommerce-checkout #main > .fusion-row {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
}

.shavtieli-shop-ui.woocommerce-cart .woocommerce,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce {
	direction: rtl;
	max-width: 100%;
}

/* ---- Typography scale (desktop baseline) ---- */
.shavtieli-shop-ui.woocommerce-cart .woocommerce-content-box > h2,
.shavtieli-shop-ui.woocommerce-cart .woocommerce-content-box.full-width > h2 {
	font-size: clamp(1.5rem, 2vw, 1.85rem) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: var(--shavtieli-shop-ink) !important;
	margin: 0 0 1.25rem !important;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals h2,
.shavtieli-shop-ui.woocommerce-cart .shipping-calculator-button,
.shavtieli-shop-ui.woocommerce-cart .shipping-coupon .coupon label,
.shavtieli-shop-ui.woocommerce-cart .avada-coupon-fields label,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields h3,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields h3,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-additional-fields h3,
.shavtieli-shop-ui.woocommerce-checkout #order_review_heading {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: var(--shavtieli-shop-ink) !important;
}

.shavtieli-shop-ui.woocommerce-cart .shop_table thead th {
	font-size: 1rem !important;
	font-weight: 700 !important;
}

.shavtieli-shop-ui.woocommerce-cart .product-info a,
.shavtieli-shop-ui.woocommerce-cart .shop_table td,
.shavtieli-shop-ui.woocommerce-checkout .shop_table th,
.shavtieli-shop-ui.woocommerce-checkout .shop_table td {
	font-size: 1.05rem !important;
	line-height: 1.45 !important;
}

.shavtieli-shop-ui.woocommerce-checkout .form-row label {
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}

.shavtieli-shop-ui.woocommerce-cart .coupon .input-text,
.shavtieli-shop-ui.woocommerce-cart .shipping-calculator-form .input-text,
.shavtieli-shop-ui.woocommerce-cart .shipping-calculator-form select,
.shavtieli-shop-ui.woocommerce-cart .avada-shipping-calculator-form .input-text,
.shavtieli-shop-ui.woocommerce-cart .avada-shipping-calculator-form select,
.shavtieli-shop-ui.woocommerce-checkout .form-row input.input-text,
.shavtieli-shop-ui.woocommerce-checkout .form-row textarea,
.shavtieli-shop-ui.woocommerce-checkout .form-row select,
.shavtieli-shop-ui.woocommerce-account .woocommerce-form input.input-text {
	font-size: 1.05rem !important;
	min-height: 48px;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
	padding: 0.55rem 0.9rem;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods label,
.shavtieli-shop-ui.woocommerce-checkout #payment ul.payment_methods li,
.shavtieli-shop-ui.woocommerce-checkout #payment ul.payment_methods label {
	font-size: 1rem !important;
	line-height: 1.45 !important;
}

.shavtieli-shop-ui.woocommerce-cart .woocommerce-shipping-destination,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-privacy-policy-text,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.shavtieli-shop-ui.woocommerce-checkout #payment .payment_box {
	font-size: 0.95rem !important;
	line-height: 1.55 !important;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total th,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total td,
.shavtieli-shop-ui.woocommerce-checkout .order-total th,
.shavtieli-shop-ui.woocommerce-checkout .order-total td {
	font-size: 1.3rem !important;
	font-weight: 700 !important;
}

.shavtieli-shop-ui.woocommerce-cart .product-subtotal .amount,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .amount,
.shavtieli-shop-ui.woocommerce-checkout .shop_table .amount {
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	color: var(--shavtieli-shop-price) !important;
}

/* Shared tables */
.shavtieli-shop-ui.woocommerce-cart .shop_table,
.shavtieli-shop-ui.woocommerce-checkout .shop_table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background: #fff;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	overflow: hidden;
}

.shavtieli-shop-ui.woocommerce-cart .shop_table th,
.shavtieli-shop-ui.woocommerce-cart .shop_table td,
.shavtieli-shop-ui.woocommerce-checkout .shop_table th,
.shavtieli-shop-ui.woocommerce-checkout .shop_table td {
	padding: 1rem 1rem;
	border-color: var(--shavtieli-shop-line);
	vertical-align: middle;
	text-align: start;
}

.shavtieli-shop-ui.woocommerce-cart .shop_table thead th {
	background: var(--shavtieli-shop-surface);
	color: var(--shavtieli-shop-muted);
	border-bottom: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui.woocommerce-cart .shop_table .product-thumbnail img,
.shavtieli-shop-ui.woocommerce-cart .fusion-product-name-wrapper .product-thumbnail img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 8px;
	background: var(--shavtieli-shop-surface);
	padding: 4px;
}

.shavtieli-shop-ui.woocommerce-cart .fusion-product-name-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-align: start;
}

.shavtieli-shop-ui.woocommerce-cart .product-info a {
	color: var(--shavtieli-shop-ink);
	font-weight: 600;
	text-decoration: none;
	line-height: 1.35;
}

.shavtieli-shop-ui.woocommerce-cart .product-remove a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
	color: var(--shavtieli-shop-muted) !important;
	text-decoration: none;
}

.shavtieli-shop-ui.woocommerce-cart .quantity .qty {
	min-height: 44px;
	min-width: 3.5rem;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
	text-align: center;
	font-size: 1.05rem !important;
}

/* ===== Cart collaterals — balanced 2 cols (≥1025) ===== */
@media (min-width: 1025px) {
	.shavtieli-shop-ui.woocommerce-cart .cart-collaterals {
		display: grid !important;
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) !important;
		gap: 1.75rem !important;
		margin-top: 1.75rem;
		align-items: start;
		flex-wrap: nowrap !important;
	}

	/* Beat Avada 48% + float */
	.shavtieli-shop-ui.woocommerce-cart .cart-collaterals > .shipping-coupon,
	.shavtieli-shop-ui.woocommerce-cart .cart-collaterals > .cart_totals,
	.shavtieli-shop-ui.woocommerce-cart #wrapper .shipping-coupon,
	.shavtieli-shop-ui.woocommerce-cart .rtl .shipping-coupon {
		width: 100% !important;
		max-width: none !important;
		float: none !important;
		margin: 0 !important;
		min-width: 0 !important;
	}
}

.shavtieli-shop-ui.woocommerce-cart .shipping-coupon {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
	box-sizing: border-box;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals,
.shavtieli-shop-ui.woocommerce-cart .woocommerce-shipping-calculator,
.shavtieli-shop-ui.woocommerce-cart .shipping-coupon > .coupon {
	background: #fff;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	padding: 1.35rem 1.5rem;
	min-width: 0;
	box-sizing: border-box;
	width: 100%;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals {
	box-shadow: 0 8px 28px rgba(11, 19, 32, 0.06);
}

@media (min-width: 1025px) {
	.shavtieli-shop-ui.woocommerce-cart .cart_totals {
		position: sticky;
		top: 1.25rem;
	}
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals h2,
.shavtieli-shop-ui.woocommerce-cart .shipping-calculator-button,
.shavtieli-shop-ui.woocommerce-cart .shipping-coupon .coupon label,
.shavtieli-shop-ui.woocommerce-cart .avada-coupon-fields label {
	margin: 0 0 1rem;
	unicode-bidi: isolate;
	display: block;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .shop_table {
	border: none;
	border-radius: 0;
	background: transparent;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .shop_table th,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .shop_table td {
	padding: 0.75rem 0;
	border: none;
	border-bottom: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total th,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total td {
	border-bottom: none;
	padding-top: 1rem;
}

/* Shipping radios — clear horizontal rows */
.shavtieli-shop-ui.woocommerce-cart .cart_totals ul#shipping_method,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals ul#shipping_method li,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-methods li,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods li {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 0.65rem !important;
	margin: 0.55rem 0 !important;
	padding: 0.35rem 0 !important;
	line-height: 1.45 !important;
	text-align: start !important;
	float: none !important;
	width: 100% !important;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals ul#shipping_method li input,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods li input {
	flex: 0 0 auto;
	margin-top: 0.25rem;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals ul#shipping_method li label,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods li label {
	display: inline !important;
	flex: 1 1 auto;
	white-space: normal !important;
	unicode-bidi: isolate;
	font-weight: 500;
}

.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-totals th,
.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
	vertical-align: top;
}

.shavtieli-shop-ui.woocommerce-cart .avada-shipping-calculator-form .form-row,
.shavtieli-shop-ui.woocommerce-cart .avada-shipping-calculator-form .fusion-layout-column {
	margin-bottom: 0.75rem;
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.shavtieli-shop-ui.woocommerce-cart .avada-coupon-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: flex-end;
}

.shavtieli-shop-ui.woocommerce-cart .avada-coupon-fields .input-text {
	flex: 1 1 160px;
}

.shavtieli-shop-ui.woocommerce-cart .avada-cart-actions .coupon {
	display: none;
}

.shavtieli-shop-ui .woocommerce-cart-form .button,
.shavtieli-shop-ui .cart-collaterals .button,
.shavtieli-shop-ui .cart-collaterals .checkout-button,
.shavtieli-shop-ui .woocommerce-checkout #place_order,
.shavtieli-shop-ui .woocommerce-form-login__submit,
.shavtieli-shop-ui .woocommerce-form-register__submit,
.shavtieli-shop-ui.woocommerce-cart button[name="calc_shipping"],
.shavtieli-shop-ui.woocommerce-cart button[name="apply_coupon"],
.shavtieli-shop-ui.woocommerce-cart button[name="update_cart"],
.shavtieli-shop-ui.woocommerce-cart .fusion-apply-coupon {
	min-height: 48px;
	border-radius: 8px;
	font-weight: 700;
	padding: 0.75rem 1.35rem;
	border: none;
	cursor: pointer;
	font-size: 1.05rem !important;
}

.shavtieli-shop-ui .cart-collaterals .checkout-button,
.shavtieli-shop-ui .cart-collaterals .fusion-button,
.shavtieli-shop-ui .cart-collaterals a.button,
.shavtieli-shop-ui .cart_totals .button,
.shavtieli-shop-ui .cart_totals a.button,
.shavtieli-shop-ui .woocommerce-checkout #place_order {
	background: var(--shavtieli-shop-accent) !important;
	color: var(--shavtieli-shop-ink) !important;
	width: 100% !important;
	text-align: center;
	display: block !important;
	margin-top: 0.75rem;
	font-size: 1.1rem !important;
	float: none !important;
	box-sizing: border-box;
}

.shavtieli-shop-ui .cart_totals a.button:not(.checkout-button),
.shavtieli-shop-ui.woocommerce-cart button[name="update_cart"],
.shavtieli-shop-ui.woocommerce-cart button[name="calc_shipping"],
.shavtieli-shop-ui.woocommerce-cart button[name="apply_coupon"],
.shavtieli-shop-ui.woocommerce-cart .fusion-apply-coupon {
	background: var(--shavtieli-shop-ink) !important;
	color: #fff !important;
	width: 100% !important;
	float: none !important;
}

.shavtieli-shop-ui.woocommerce-cart .woocommerce-shipping-destination,
.shavtieli-shop-ui.woocommerce-cart .woocommerce-shipping-methods {
	unicode-bidi: isolate;
	text-align: start;
}

/* ===== Checkout — grid on form.checkout (≥1025) ===== */
/* Avada wraps review in .woocommerce-content-box.full-width after a .clearboth */
@media (min-width: 1025px) {
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce {
		display: block !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: grid !important;
		grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr) !important;
		gap: 1.75rem !important;
		align-items: start !important;
		width: 100% !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > .clearboth {
		display: none !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > .col2-set {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		float: none !important;
		max-width: none !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > .woocommerce-content-box.full-width,
	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
		max-width: none !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > .woocommerce-content-box.full-width {
		position: sticky;
		top: 1.25rem;
		align-self: start;
		background: #fff;
		border: 1px solid var(--shavtieli-shop-line);
		border-radius: var(--shavtieli-shop-radius);
		padding: 0;
		box-shadow: 0 8px 28px rgba(11, 19, 32, 0.06);
		overflow: hidden;
	}

	/* Kill Avada/Woo floats that force single column */
	.shavtieli-shop-ui.woocommerce-checkout #customer_details .col-1,
	.shavtieli-shop-ui.woocommerce-checkout #customer_details .col-2,
	.shavtieli-shop-ui.woocommerce-checkout .col2-set .col-1,
	.shavtieli-shop-ui.woocommerce-checkout .col2-set .col-2 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
	}
}

.shavtieli-shop-ui.woocommerce-checkout #customer_details {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.shavtieli-shop-ui.woocommerce-checkout #order_review_heading {
	padding: 1.25rem 1.5rem 0.75rem;
	background: #fff;
	border: none;
	border-radius: 0;
	color: var(--shavtieli-shop-ink);
	unicode-bidi: isolate;
	direction: rtl;
	text-align: start;
	margin: 0 !important;
}

.shavtieli-shop-ui.woocommerce-checkout #order_review {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 0.75rem 1.5rem 1.5rem;
	box-shadow: none;
}

/* Single-column: keep card look when wrapper isn't sticky */
@media (max-width: 1024px) {
	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout > .woocommerce-content-box.full-width {
		background: #fff;
		border: 1px solid var(--shavtieli-shop-line);
		border-radius: var(--shavtieli-shop-radius);
		overflow: hidden;
		box-shadow: 0 8px 28px rgba(11, 19, 32, 0.06);
	}
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-additional-fields {
	background: #fff;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: var(--shavtieli-shop-radius);
	padding: 1.35rem 1.5rem;
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields h3,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields h3,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-additional-fields h3 {
	unicode-bidi: isolate;
	direction: rtl;
	text-align: start;
	margin: 0 0 1rem;
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0.9rem 1rem !important;
}

.shavtieli-shop-ui.woocommerce-checkout .form-row {
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.shavtieli-shop-ui.woocommerce-checkout .form-row-wide,
.shavtieli-shop-ui.woocommerce-checkout .form-row-first,
.shavtieli-shop-ui.woocommerce-checkout .form-row-last {
	width: 100% !important;
	float: none !important;
	clear: none !important;
}

.shavtieli-shop-ui.woocommerce-checkout #billing_first_name_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_last_name_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_city_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_postcode_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_state_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_first_name_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_last_name_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_city_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_postcode_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_state_field {
	grid-column: auto;
}

.shavtieli-shop-ui.woocommerce-checkout #billing_address_1_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_address_2_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_company_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_country_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_email_field,
.shavtieli-shop-ui.woocommerce-checkout #billing_phone_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_address_1_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_address_2_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_company_field,
.shavtieli-shop-ui.woocommerce-checkout #shipping_country_field,
.shavtieli-shop-ui.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1 !important;
}

.shavtieli-shop-ui.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--shavtieli-shop-ink);
	unicode-bidi: isolate;
	direction: rtl;
	text-align: start;
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	unicode-bidi: isolate;
	direction: rtl;
	text-align: start;
	font-weight: 600;
	font-size: 1rem !important;
}

.shavtieli-shop-ui.woocommerce-checkout #payment {
	background: var(--shavtieli-shop-surface);
	border-radius: 8px;
	padding: 1rem;
	margin-top: 1rem;
	border: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui.woocommerce-checkout #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.shavtieli-shop-ui.woocommerce-checkout #payment ul.payment_methods li {
	padding: 0.85rem;
	margin-bottom: 0.5rem;
	background: #fff;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui.woocommerce-checkout #payment .payment_box {
	background: transparent !important;
	padding: 0.5rem 0 0 !important;
	color: var(--shavtieli-shop-muted);
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-privacy-policy-text,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--shavtieli-shop-muted);
	unicode-bidi: isolate;
	direction: rtl;
	text-align: start;
	margin: 1rem 0;
}

.shavtieli-shop-ui.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.shavtieli-shop-ui.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
	background: var(--shavtieli-shop-surface);
	unicode-bidi: isolate;
	direction: rtl;
	font-size: 1rem !important;
}

.shavtieli-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.shavtieli-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.45rem 0.9rem;
	border: 1px solid var(--shavtieli-shop-line);
	border-radius: 999px;
	text-decoration: none;
	color: var(--shavtieli-shop-ink);
	background: #fff;
	font-size: 1rem !important;
}

.shavtieli-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--shavtieli-shop-accent);
	border-color: var(--shavtieli-shop-accent);
	font-weight: 700;
}

.shavtieli-lang-he .fusion-secondary-header,
.shavtieli-shop-ui.woocommerce-cart .fusion-secondary-header,
.shavtieli-shop-ui.woocommerce-checkout .fusion-secondary-header {
	unicode-bidi: isolate;
}

/* ===== Pagination ===== */
.shavtieli-shop-ui .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
}

.shavtieli-shop-ui .woocommerce-pagination .page-numbers {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid var(--shavtieli-shop-line);
}

.shavtieli-shop-ui .woocommerce-pagination .page-numbers.current {
	background: var(--shavtieli-shop-accent);
	border-color: var(--shavtieli-shop-accent);
	font-weight: 700;
}

/* ===== Title bar ===== */
.shavtieli-shop-ui .fusion-page-title-bar h1 {
	text-shadow: none !important;
	font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}

.shavtieli-shop-ui .fusion-breadcrumbs {
	font-size: 0.9rem;
}

/* ===== Laptop 783–1279 ===== */
@media (min-width: 783px) and (max-width: 1279px) {
	.shavtieli-shop-ui ul.products,
	.shavtieli-shop-ui.single-product .related ul.products,
	.shavtieli-shop-ui.single-product .upsells ul.products,
	.shavtieli-shop-ui.fusion-woo-shop-page-columns-4 ul.products,
	.shavtieli-shop-ui.fusion-woo-archive-page-columns-3 ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.shavtieli-shop-ui #content,
	.shavtieli-shop-ui #main {
		padding-inline: 1rem;
	}

	.shavtieli-shop-ui #sidebar {
		margin-top: 1.5rem;
	}

	.shavtieli-shop-ui .product-title,
	.shavtieli-shop-ui h3.product-title {
		font-size: 0.95rem !important;
	}

	.shavtieli-shop-ui .product-buttons,
	.shavtieli-shop-ui .product-buttons-container {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.shavtieli-shop-ui .product-buttons .gtm4wp_productdata {
		display: none !important;
	}

	.shavtieli-shop-ui .product-buttons .button,
	.shavtieli-shop-ui .product-buttons .add_to_cart_button,
	.shavtieli-shop-ui .product-buttons .show_details_button,
	.shavtieli-shop-ui .product-buttons a,
	.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__details,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__contact {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both !important;
		white-space: normal;
		font-size: 0.85rem;
	}

	.rtl.shavtieli-shop-ui .product-buttons a:first-child,
	.rtl.shavtieli-shop-ui .product-buttons a:nth-of-type(2),
	.rtl.shavtieli-shop-ui .product-buttons a:nth-of-type(3) {
		float: none !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart-collaterals,
	.shavtieli-shop-ui.woocommerce-cart .avada-cart-totals-container {
		display: flex !important;
		flex-direction: column !important;
		gap: 1.25rem !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: flex !important;
		flex-direction: column !important;
		gap: 1.25rem !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout #order_review_heading,
	.shavtieli-shop-ui.woocommerce-checkout #order_review,
	.shavtieli-shop-ui.woocommerce-cart .cart_totals {
		position: static !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart_totals h2,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields h3,
	.shavtieli-shop-ui.woocommerce-checkout #order_review_heading {
		font-size: 1.2rem !important;
	}
}

/* ===== Mobile ≤782 ===== */
@media (max-width: 782px) {
	.shavtieli-shop-ui #main > .fusion-row,
	.shavtieli-shop-ui .woocommerce-container,
	.shavtieli-shop-ui #content,
	.shavtieli-shop-ui #sidebar {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin-inline: 0 !important;
		box-sizing: border-box;
	}

	.shavtieli-shop-ui #content,
	.shavtieli-shop-ui #sidebar {
		padding-inline: 0.85rem;
	}

	.shavtieli-shop-ui ul.products,
	.shavtieli-shop-ui.fusion-woo-shop-page-columns-4 ul.products,
	.shavtieli-shop-ui.fusion-woo-archive-page-columns-3 ul.products,
	.shavtieli-shop-ui.single-product .related ul.products,
	.shavtieli-shop-ui.single-product .upsells ul.products {
		grid-template-columns: 1fr !important;
		gap: 0.85rem;
	}

	.shavtieli-shop-ui .woocommerce-before-shop-loop-wrapper {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	.shavtieli-shop-ui .fusion-grid-list-view {
		margin-inline-start: 0;
		align-self: flex-end;
	}

	.shavtieli-shop-ui #sidebar {
		margin-top: 1rem;
	}

	/* Keep mobile sidebar focused on search + categories */
	.shavtieli-shop-ui #woocommerce_rating_filter-2,
	.shavtieli-shop-ui #woocommerce_top_rated_products-2 {
		display: none !important;
	}

	.shavtieli-shop-ui .product-title,
	.shavtieli-shop-ui h3.product-title {
		font-size: 0.95rem !important;
		-webkit-line-clamp: 3;
		min-height: 0;
	}

	.shavtieli-shop-ui .price,
	.shavtieli-shop-ui .price .amount {
		font-size: 1.05rem !important;
	}

	.shavtieli-shop-ui .fusion-product-wrapper {
		overflow: visible !important;
	}

	.shavtieli-shop-ui .product-buttons {
		padding: 0.5rem 0.75rem 0.85rem !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.shavtieli-shop-ui .product-buttons-container {
		padding: 0 !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 0.45rem;
	}

	.shavtieli-shop-ui .product-buttons .gtm4wp_productdata {
		display: none !important;
	}

	.shavtieli-shop-ui .fusion-product-content,
	.shavtieli-shop-ui .product-details-container {
		padding: 0.75rem 0.75rem 0.35rem;
	}

	.shavtieli-shop-ui .product-buttons .button,
	.shavtieli-shop-ui .product-buttons .add_to_cart_button,
	.shavtieli-shop-ui .product-buttons .show_details_button,
	.shavtieli-shop-ui .product-buttons a,
	.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__details,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__contact {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both !important;
		margin: 0 !important;
		padding: 0.65rem 0.85rem !important;
		padding-inline: 0.85rem !important;
		text-align: center !important;
		justify-content: center;
		white-space: normal;
		font-size: 0.9rem;
		min-height: 44px;
		line-height: 1.25;
		box-sizing: border-box;
	}

	.rtl.shavtieli-shop-ui .product-buttons a,
	.rtl.shavtieli-shop-ui .product-buttons .button {
		padding-right: 0.85rem !important;
		padding-left: 0.85rem !important;
	}

	.rtl.shavtieli-shop-ui .product-buttons a:first-child,
	.rtl.shavtieli-shop-ui .product-buttons a:nth-of-type(2),
	.rtl.shavtieli-shop-ui .product-buttons a:nth-of-type(3) {
		float: none !important;
	}

	/* Category chips above content */
	.shavtieli-shop-ui #sidebar .shavtieli-shop-cats .product-categories,
	.shavtieli-shop-ui .sidebar .shavtieli-shop-cats ul.product-categories {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.35rem;
		margin: 0;
		list-style: none;
	}

	.shavtieli-shop-ui #sidebar .shavtieli-shop-cats .product-categories > li,
	.shavtieli-shop-ui .sidebar .shavtieli-shop-cats ul.product-categories > li {
		flex: 0 0 auto;
		margin: 0;
		padding: 0;
		border: none;
	}

	.shavtieli-shop-ui #sidebar .shavtieli-shop-cats .product-categories > li > a,
	.shavtieli-shop-ui .sidebar .shavtieli-shop-cats ul.product-categories > li > a {
		display: inline-flex;
		align-items: center;
		min-height: 40px;
		padding: 0.35rem 0.85rem;
		border-radius: 999px;
		background: var(--shavtieli-shop-surface);
		border: 1px solid var(--shavtieli-shop-line);
		white-space: nowrap;
		font-size: 0.85rem;
	}

	.shavtieli-shop-ui #sidebar .shavtieli-shop-cats .children {
		display: none;
	}

	.shavtieli-shop-ui.single-product form.cart {
		flex-direction: column;
		align-items: stretch;
	}

	.shavtieli-shop-ui.single-product form.cart .single_add_to_cart_button,
	.shavtieli-shop-ui .shavtieli-contact-cta--single .shavtieli-contact-cta__btn {
		width: 100%;
	}

	/* Cart + checkout responsive */
	.shavtieli-shop-ui.woocommerce-cart .cart-collaterals,
	.shavtieli-shop-ui.woocommerce-cart .avada-cart-totals-container,
	.shavtieli-shop-ui.woocommerce-cart .fusion-cart-totals-container {
		display: flex !important;
		flex-direction: column !important;
		gap: 1rem !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: flex !important;
		flex-direction: column !important;
		gap: 1rem !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout #customer_details,
	.shavtieli-shop-ui.woocommerce-checkout #order_review_heading,
	.shavtieli-shop-ui.woocommerce-checkout #order_review {
		grid-column: auto !important;
		grid-row: auto !important;
		position: static !important;
		width: 100% !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout #order_review_heading {
		border-radius: var(--shavtieli-shop-radius) var(--shavtieli-shop-radius) 0 0;
		border: 1px solid var(--shavtieli-shop-line);
		border-bottom: none;
		padding-top: 1.25rem;
	}

	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr !important;
	}

	/* Mobile typography scale */
	.shavtieli-shop-ui.woocommerce-cart .woocommerce-content-box > h2,
	.shavtieli-shop-ui.woocommerce-cart .woocommerce-content-box.full-width > h2 {
		font-size: 1.4rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart_totals h2,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-billing-fields h3,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-fields h3,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-additional-fields h3,
	.shavtieli-shop-ui.woocommerce-checkout #order_review_heading {
		font-size: 1.15rem !important;
	}

	.shavtieli-shop-ui.woocommerce-checkout .form-row label {
		font-size: 0.95rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .coupon .input-text,
	.shavtieli-shop-ui.woocommerce-checkout .form-row input.input-text,
	.shavtieli-shop-ui.woocommerce-checkout .form-row textarea,
	.shavtieli-shop-ui.woocommerce-checkout .form-row select {
		font-size: 1rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-shipping-methods label,
	.shavtieli-shop-ui.woocommerce-checkout #payment ul.payment_methods label {
		font-size: 0.95rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .woocommerce-shipping-destination,
	.shavtieli-shop-ui.woocommerce-checkout .woocommerce-privacy-policy-text {
		font-size: 0.9rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total th,
	.shavtieli-shop-ui.woocommerce-cart .cart_totals .order-total td,
	.shavtieli-shop-ui.woocommerce-checkout .order-total th,
	.shavtieli-shop-ui.woocommerce-checkout .order-total td {
		font-size: 1.15rem !important;
	}

	.shavtieli-shop-ui.woocommerce-cart .cart_totals {
		position: static !important;
		order: 3;
	}

	/* Cart table stacks */
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart,
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart thead,
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart tbody,
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart th,
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart td,
	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart tr {
		display: block;
		width: 100%;
	}

	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart tr.cart_item {
		border: 1px solid var(--shavtieli-shop-line);
		border-radius: var(--shavtieli-shop-radius);
		margin-bottom: 0.85rem;
		padding: 0.85rem;
		background: #fff;
	}

	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart td {
		border: none;
		padding: 0.4rem 0;
		text-align: start !important;
	}

	.shavtieli-shop-ui.woocommerce-cart table.shop_table.cart td::before {
		content: attr(data-title);
		display: block;
		font-size: 0.75rem;
		color: var(--shavtieli-shop-muted);
		margin-bottom: 0.15rem;
		font-weight: 600;
	}

	.shavtieli-shop-ui.woocommerce-cart .fusion-product-name-wrapper {
		flex-direction: row;
	}
}

/* ===== Desktop ≥1280 ===== */
@media (min-width: 1280px) {
	.shavtieli-shop-ui ul.products,
	.shavtieli-shop-ui.fusion-woo-shop-page-columns-4 ul.products,
	.shavtieli-shop-ui.fusion-woo-archive-page-columns-3 ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.35rem;
	}

	.shavtieli-shop-ui.has-sidebar ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.shavtieli-shop-ui:not(.has-sidebar) ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.shavtieli-shop-ui .product-buttons,
	.shavtieli-shop-ui .product-buttons-container {
		flex-direction: row;
	}

	.shavtieli-shop-ui .product-buttons .button,
	.shavtieli-shop-ui .product-buttons .add_to_cart_button,
	.shavtieli-shop-ui .product-buttons .show_details_button,
	.shavtieli-shop-ui .product-buttons .shavtieli-contact-cta__btn,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__details,
	.shavtieli-shop-ui .product-buttons .shavtieli-product-actions__contact {
		flex: 1 1 calc(50% - 0.25rem);
		width: auto !important;
		white-space: nowrap;
	}
}

/* Laptop/desktop bridge: sidebar + 2 cols between 1025–1279 */
@media (min-width: 1025px) and (max-width: 1279px) {
	.shavtieli-shop-ui.has-sidebar ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* EN LTR shop specifics */
.shavtieli-lang-en.shavtieli-shop-ui,
.shavtieli-en-catalog.shavtieli-shop-ui {
	direction: ltr;
	text-align: start;
}

.shavtieli-lang-en .product-buttons,
.shavtieli-en-catalog .product-buttons {
	direction: ltr;
}
