/*
 Theme Name:   Lilac Child
 Theme URI:    https://lilac.wpengine.com/
 Description:  Lilac Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     lilac
 Version:      1.0.0
 Text Domain:  lilac-child
*/

.wdt-no-header-builder-content .no-header .no-header-logo>a>img,
.elementor-widget-wdt-logo div.wdt-logo-container a img {
	height: 80px;
}

#header .wdt-header-tpl .sticky-header-active .elementor-widget-wdt-logo div.wdt-logo-container a img {
	width: 100%;
	max-width: 94px;
}

/* Home -section 3 */
/* Card style */
.homesec-3 .wdt-content-item {
	background: #ffffff;
	border-radius: 16px;
	padding: 40px 25px;
	text-align: center;
	transition: all 0.35s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
	height: 100%;
}

.homesec-3 .wdt-content-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Read more */
.homesec-3 .wdt-button-text span {
	display: inline-block;
	margin-top: 18px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #bbb;
	position: relative;
	transition: all 0.3s ease;
}

/* underline animation */
.homesec-3 .wdt-button-text span::after {
	content: "";
	width: 0%;
	height: 1px;
	background: #e87722;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: 0.3s ease;
}

.homesec-3 .wdt-content-item:hover .wdt-button-text span {
	color: #e87722;
}

.homesec-3 .wdt-content-item:hover .wdt-button-text span::after {
	width: 100%;
}

/* Home - section 4 */
.homesec-4 .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 18px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.homesec-4 .elementor-icon-box-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* home - section 6 */
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .product-rating-wrapper {
	display: none !important;
}

.woocommerce ul.products li.product .price {
	font-size: 18px;
	font-weight: 600;
	color: #1A2B49;
	/* navy */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.woocommerce ul.products li.product .price del {
	--wdtHeadAltColor: #94A3B8;
	color: #94A3B8 !important;
	font-size: 14px !important;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	color: #E06900 !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
	background: linear-gradient(135deg, #E06900, #FF8A00) !important;
	color: #fff !important;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(224, 105, 0, 0.25);
}

.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline,
.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline a,
.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline a.button,
.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline button,
.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline button.button,
.woocommerce ul.products[class*="product-thumb-buttonelement-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline .button {
	background-color: transparent !important;
}

.woocommerce ul.products li.product .button:hover {
	background: #1A2B49;
	transform: translateY(-2px);
}

.woocommerce ul.products li.product .onsale {
	background: #E06900;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 20px;
	top: 10px;
	left: 10px;
}

.woocommerce ul.products li.product h5,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	color: #1A2B49;
	line-height: 1.4;
}

.woocommerce ul.products li.product h5 a {
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product h5 a:hover {
	color: #E06900;
}

.woocommerce ul.products li.product .product-details {
	text-align: center;
}

#footer .elementor-widget-icon-list .elementor-icon-list-item a>.elementor-icon-list-icon {
	display: inline-block !important;
}

/* Blog Details */

/* ------------------------------------------------------------
   Blog Single (body.single) – layout + typography + media
   ------------------------------------------------------------ */

body.single .single-entry-body {
	/* NOTE: max-width already exists per your request; we don't add it here. */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.single .single-entry-body :where(h1, h2, h3, h4, h5, h6) {
	color: #1A2B49;
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin: 1.2em 0 0.55em;
	scroll-margin-top: 96px;
}

body.single .single-entry-body :where(h1) {
	font-size: clamp(1.85rem, 1.35rem + 1.8vw, 2.6rem);
}

body.single .single-entry-body :where(h2) {
	font-size: clamp(1.55rem, 1.2rem + 1.3vw, 2.1rem);
}

body.single .single-entry-body :where(h3) {
	font-size: clamp(1.3rem, 1.1rem + 0.85vw, 1.7rem);
}

body.single .single-entry-body :where(h4) {
	font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
}

body.single .single-entry-body :where(h5) {
	font-size: 1.05rem;
}

body.single .single-entry-body :where(h6) {
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.single .single-entry-body :where(p) {
	color: #0F172A;
	font-size: 1.06rem;
	line-height: 1.8;
	margin: 0 0 1.1em;
}

body.single .single-entry-body :where(a) {
	color: #E06900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

body.single .single-entry-body :where(a:hover, a:focus-visible) {
	color: #1A2B49;
	text-decoration-color: rgba(26, 43, 73, 0.55);
}

body.single .single-entry-body :where(strong) {
	color: #1A2B49;
}

body.single .single-entry-body :where(ul, ol) {
	margin: 0 0 1.1em 1.2em;
	padding: 0;
	color: #0F172A;
}

body.single .single-entry-body :where(li) {
	margin: 0.4em 0;
	line-height: 1.75;
}

body.single .single-entry-body :where(li > ul, li > ol) {
	margin-top: 0.55em;
	margin-bottom: 0.2em;
}

body.single .single-entry-body :where(blockquote) {
	margin: 1.4em 0;
	padding: 1.05em 1.1em;
	border-left: 4px solid rgba(224, 105, 0, 0.9);
	background: #FFF6EE;
	color: #0F172A;
	border-radius: 12px;
}

body.single .single-entry-body :where(blockquote p) {
	margin: 0;
}

body.single .single-entry-body :where(hr) {
	border: 0;
	height: 1px;
	background: rgba(15, 23, 42, 0.12);
	margin: 1.6em 0;
}

body.single .single-entry-body :where(code) {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.95em;
	background: rgba(15, 23, 42, 0.06);
	padding: 0.14em 0.38em;
	border-radius: 8px;
}

body.single .single-entry-body :where(pre) {
	background: #0B1220;
	color: #E2E8F0;
	border-radius: 14px;
	padding: 16px;
	overflow: auto;
	margin: 1.25em 0;
}

body.single .single-entry-body :where(pre code) {
	background: transparent;
	padding: 0;
	border-radius: 0;
	color: inherit;
}

/* Media: images, figures, galleries */
body.single .single-entry-body :where(img) {
	max-width: 100%;
	height: auto;
}

body.single .single-entry-body :where(figure, .wp-block-image) {
	margin: 1.25em 0;
}

body.single .single-entry-body :where(figure img, .wp-block-image img) {
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

body.single .single-entry-body :where(figcaption) {
	margin-top: 10px;
	color: rgba(15, 23, 42, 0.72);
	font-size: 0.95rem;
	line-height: 1.5;
}

/* Media: embeds (video/iframe) */
body.single .single-entry-body :where(.wp-block-embed, .wp-block-video) {
	margin: 1.35em 0;
}

body.single .single-entry-body :where(iframe, video) {
	width: 100%;
	max-width: 100%;
	border: 0;
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

/* Prefer modern responsive embed ratio when WP wraps it */
body.single .single-entry-body :where(.wp-block-embed__wrapper) {
	aspect-ratio: 16 / 9;
}

body.single .single-entry-body :where(.wp-block-embed__wrapper > iframe) {
	height: 100% !important;
}

/* Tables */
body.single .single-entry-body :where(table) {
	width: 100%;
	border-collapse: collapse;
	margin: 1.2em 0;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.10);
}

body.single .single-entry-body :where(th, td) {
	padding: 12px 12px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.10);
	text-align: left;
	vertical-align: top;
}

body.single .single-entry-body :where(th) {
	background: rgba(26, 43, 73, 0.05);
	color: #1A2B49;
	font-weight: 700;
}

body.single .single-entry-body :where(tr:last-child td) {
	border-bottom: 0;
}

/* ------------------------------------------------------------
   Rank Math FAQ accordion (scoped to .theme-dev-faq)
   ------------------------------------------------------------ */

.theme-dev-faq {
	margin: 2em 0;
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #FFFFFF, #FFF8F1);
	border: 1px solid rgba(224, 105, 0, 0.18);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.theme-dev-faq .wp-block-heading {
	margin-top: 0 !important;
}

.theme-dev-faq #rank-math-faq .rank-math-list {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.theme-dev-faq #rank-math-faq .rank-math-list-item {
	background: #FFFFFF;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 14px;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.theme-dev-faq #rank-math-faq .rank-math-list-item:hover {
	border-color: rgba(224, 105, 0, 0.35);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.theme-dev-faq #rank-math-faq .rank-math-question {
	margin: 0;
	padding: 14px 46px 14px 16px;
	font-size: 1.05rem;
	line-height: 1.4;
	color: #1A2B49;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	background: transparent;
	width: 100%;
	user-select: none;
}

.theme-dev-faq #rank-math-faq .rank-math-question::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: rgba(224, 105, 0, 0.12);
	box-shadow: inset 0 0 0 2px rgba(224, 105, 0, 0.28);
}

.theme-dev-faq #rank-math-faq .rank-math-question::before {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-51%);
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	color: #E06900;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
}

.theme-dev-faq #rank-math-faq .rank-math-answer {
	display: none;
	padding: 0 16px 16px;
}

.theme-dev-faq #rank-math-faq .rank-math-answer p {
	margin: 10px 0 0;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #0F172A;
}

/* Rank Math toggles different "open" classes depending on version/theme.
   Support the common ones so accordion works without JS changes. */
.theme-dev-faq #rank-math-faq .rank-math-list-item.active .rank-math-answer,
.theme-dev-faq #rank-math-faq .rank-math-list-item.open .rank-math-answer,
.theme-dev-faq #rank-math-faq .rank-math-list-item.is-open .rank-math-answer,
.theme-dev-faq #rank-math-faq .rank-math-list-item.show .rank-math-answer,
.theme-dev-faq #rank-math-faq .rank-math-list-item[open] .rank-math-answer {
	display: block;
}

.theme-dev-faq #rank-math-faq .rank-math-list-item.active .rank-math-question::before,
.theme-dev-faq #rank-math-faq .rank-math-list-item.open .rank-math-question::before,
.theme-dev-faq #rank-math-faq .rank-math-list-item.is-open .rank-math-question::before,
.theme-dev-faq #rank-math-faq .rank-math-list-item.show .rank-math-question::before,
.theme-dev-faq #rank-math-faq .rank-math-list-item[open] .rank-math-question::before {
	content: "–";
}

.theme-dev-faq #rank-math-faq .rank-math-list-item.active .rank-math-question::after,
.theme-dev-faq #rank-math-faq .rank-math-list-item.open .rank-math-question::after,
.theme-dev-faq #rank-math-faq .rank-math-list-item.is-open .rank-math-question::after,
.theme-dev-faq #rank-math-faq .rank-math-list-item.show .rank-math-question::after,
.theme-dev-faq #rank-math-faq .rank-math-list-item[open] .rank-math-question::after {
	background: rgba(26, 43, 73, 0.10);
	box-shadow: inset 0 0 0 2px rgba(26, 43, 73, 0.22);
}

@media (prefers-reduced-motion: reduce) {
	.theme-dev-faq #rank-math-faq .rank-math-list-item {
		transition: none;
	}

	body.single .single-entry-body :where(a) {
		transition: none;
	}
}

.post-prev-link.no-post,
.post-next-link.no-post {
	visibility: hidden !important;
}

body.single .main-title-section h1 {
	color: var(--wdtPrimaryColor) !important;
}

.wdt-shop-menu-icon .wdt-shop-menu-cart-number,
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
	color: #fff !important;
}

.wdt-custom-insta-section .wdt-image-box-holder[class*="custom-template"] .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
	background: rgba(0, 0, 0, 0.3);
}

.main-title-section-wrapper.hide-content .main-title-section,
.main-title-section-wrapper.hide-content .breadcrumb {
	display: none !important;
}

@media (min-width: 1024px) {
	.dev-faq {
		overflow: auto;
		height: 600px;
	}
}

/* create custom scrollbar */
.dev-faq::-webkit-scrollbar {
	width: 8px;
}

.dev-faq::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.dev-faq::-webkit-scrollbar-thumb {
	background: #c2de25;
}

.dev-faq::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.dev-menu-column>.elementor-widget-wrap {
	display: flex;
}

#header .wdt-header-tpl .sticky-header-active {
	display: flex !important;
}

.mobile-menu-overlay {
	background: rgba(0, 0, 0, 0.3) !important;
}

#header .sticky-header-active:before {
	background-color: rgba(var(--wdtBodyBGColorRgb), 0.95);
	content: "";
	position: absolute;
	left: -50%;
	right: -50%;
	width: 200vw;
	top: 0;
	display: block !important;
	bottom: 0;
}

.error404 .wdt-button,
.woocommerce a.button:not(.yith-wcqv-button),
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce .woocommerce-Button.button,
.woocommerce .woocommerce-form .woocommerce-button.button,
.wdt-shop-menu-cart-content-wrapper .buttons a,
.woocommerce .button.single_add_to_cart_button,
.woocommerce .button.quick_buy_now_button {
	background-color: transparent !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	line-height: 1.5em !important;
	letter-spacing: 1px;
	padding: 15px 30px 15px 30px !important;
	color: var(--e-global-color-a69a9e7) !important;
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, #FF8A00 100%) !important;
	border-radius: 8px 8px 8px 8px !important;
}

.error404 .wdt-button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-form .woocommerce-button.button:hover,
.wdt-shop-menu-cart-content-wrapper .buttons a:hover,
.woocommerce .button.single_add_to_cart_button:hover,
.woocommerce .button.quick_buy_now_button:hover {
	color: #fff !important;
}

.wdt-shop-menu-cart-content-wrapper .buttons a:not(:last-child) {
	margin-bottom: 10px !important;
}

.dev-account-icon {
	display: flex;
	height: 38px;
	width: 38px;
	line-height: 1;
	align-items: center !important;
	justify-content: center !important;
}

.dev-account-icon .elementor-icon-wrapper {
	padding-top: 2px;
}

.wdt-header-icons-list-item.user-authlink-item:empty {
	display: none !important;
}


.woocommerce #customer_login .show-password-input,
.woocommerce #customer_login form .show-password-input {
	top: 50%;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error>a,
.woocommerce .woocommerce-info>a,
.woocommerce .woocommerce-message>a {
	color: #515151;
}

.woocommerce .woocommerce-form-coupon-toggle .showcoupon {
	padding: 2px;
	margin-left: 5px;
	letter-spacing: 0;
	background: transparent;
}

.woocommerce form.checkout.woocommerce-checkout {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.woocommerce-checkout #customer_details {
	flex: 2 1 520px;
	min-width: 0;
}

.woocommerce-checkout-order-review-wrap,
.woocommerce-checkout #customer_details~.woocommerce-checkout-review-order {
	flex: 1 1 320px;
	min-width: 0;
}

/* clearfix */
.woocommerce-checkout-header::after,
.woocommerce-checkout-header::before {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-order-review-wrap,
.woocommerce-checkout #customer_details~.woocommerce-checkout-review-order {
	padding: 1.5rem;
}

@media (max-width: 768px) {

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout-order-review-wrap,
	.woocommerce-checkout #customer_details~.woocommerce-checkout-review-order {
		padding: 1rem;
	}
}

.woocommerce .shop_table .checkout-review-order-details-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
}

.woocommerce .shop_table .checkout-review-order-details-wrapper>img {
	width: 60px;
	height: 80px;
	flex: 0 0 60px;
	margin: 0 !important;
	object-fit: cover;
	border-radius: 5px;
}

.woocommerce .shop_table .checkout-review-order-details-wrapper .checkout-review-order-details {
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5px;
	flex-direction: column;
	min-width: 0;
}

.woocommerce .shop_table .checkout-review-order-details-wrapper .checkout-review-order-title {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce .shop_table .checkout-review-order-details-wrapper .product-quantity,
.woocommerce .shop_table .checkout-review-order-details-wrapper .product-total {
	flex: 0 0 auto;
	white-space: nowrap;
}

.woocommerce .woocommerce-checkout-order-review-wrap {
	text-align: start;
}

#header-wrapper .dev-menu-column {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

#header-wrapper .dev-menu-column>.elementor-element {
	width: auto;
}

.post-type-archive-product .main-title-section-bg {
	background-image: url('https://sehatboxx.com/wp-content/uploads/2026/05/About-Us-Banner.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

table td,
table th,
.woocommerce table.shop_table,
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_table tbody tr td,
.woocommerce table.shop_table tbody tr td,
.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce .shop_table tr td.product-stock-status>span,
.woocommerce .cart .quantity,
.woocommerce-page .cart .quantity,
.woocommerce .order_details,
.woocommerce .order_details li,
.woocommerce-page .woocommerce-order-details {
	border-color: #f5f7fa;
}

/* My Account → Addresses: "Billing address" header layout */
.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title,
.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1rem;
	padding: 0.25rem 0 0.75rem;
	border-bottom: 1px solid #f0f2f5;
}

.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title h2 {
	margin: 0;
	line-height: 1.1;
	font-weight: 800;
	font-size: clamp(1.75rem, 2.4vw, 2.75rem);
	letter-spacing: -0.02em;
	color: #ff8a00;
}

.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit,
.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #515151;
	text-decoration: none;
	white-space: nowrap;
}

.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit:hover,
.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit:hover,
.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit:focus-visible,
.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit:focus-visible {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 640px) {

	.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title,
	.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit,
	.woocommerce-page .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit {
		margin-left: 0;
	}
}

/* Checkout → Payment methods: make radios obvious + highlight selection */
.woocommerce-checkout #payment.woocommerce-checkout-payment {
	background: transparent;
	border: 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method {
	margin: 0;
	padding: 0.875rem 0.875rem 0.75rem;
	border: 1px solid #eef1f5;
	border-radius: 12px;
	background: #fff;
	transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

/* ensure radio is visible even if theme hides it */
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio {
	position: absolute !important;
	inline-size: 1px !important;
	block-size: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	vertical-align: -7px;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>label {
	margin: 0;
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	column-gap: 0.75rem;
	row-gap: 0.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ff8a00;
	cursor: pointer;
}

/* custom radio */
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>label::before {
	content: "";
	inline-size: 18px;
	block-size: 18px;
	border-radius: 999px;
	border: 2px solid #cfd6df;
	background: #fff;
	box-sizing: border-box;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio:checked+label::before {
	border-color: #ff8a00;
	background:
		radial-gradient(circle at center, #ff8a00 0 5px, transparent 6px);
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio:focus-visible+label::before {
	outline: 3px solid rgba(255, 138, 0, 0.35);
	outline-offset: 2px;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>label img {
	inline-size: 28px;
	block-size: 28px;
	object-fit: contain;
	margin: 0;
}

/* selected card highlight */
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio:checked~.payment_box,
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio:checked+label {
	color: #ff8a00;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method:has(> input.input-radio:checked) {
	border-color: rgba(255, 138, 0, 0.55);
	background: rgba(255, 138, 0, 0.03);
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
}

/* fallback for browsers without :has() */
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio:checked+label {
	margin-bottom: 0.25rem;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method .payment_box {
	margin: 0.5rem 0 0;
	padding: 0.75rem 0.875rem;
	border-radius: 10px;
	background: #f7f8fa;
	color: #515151;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method .payment_box p {
	margin: 0;
}

.woocommerce-checkout #payment .form-row.place-order {
	margin-top: 1rem;
}

/* If you want the real radio visible (not custom) */
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio {
	position: static !important;
	inline-size: auto !important;
	block-size: auto !important;
	margin: 0.2rem 0.75rem 0 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ff8a00;
	cursor: pointer;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>label::before {
	content: none !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method>input.input-radio {
	accent-color: #ff8a00;
}

.woocommerce .woocommerce-shipping-methods input[type="radio"],
.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] {
	opacity: 1;
}

.error404 .type4 .error-box h2, .error404 .type4 .error-box h3, .error404 .type4 .error-box h4, .error404 .type4 .error-box h2 {
	color: #fff;
}

.woocommerce ul.products[class*="product-thumb-iconsgroup-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline,
.center-content-wrapper .center-content > p {
	display: none;
}
.main-title-section {
	--wdtSecondaryColor: #e06900;
	color: #e06900;
}
.breadcrumb a, .breadcrumb span.current, .main-title-section-wrapper .breadcrumb-default-delimiter {
	color: #000;
}
.main-title-section-container {
	text-align: left
}

.dev-footer > .e-con-inner {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}


/* Single product: stack gallery + details on mobile/tablet (theme keeps 36%/60% side-by-side) */
@media (max-width: 991px) {

	.woocommerce.single-product div.product.type-product,
	.woocommerce-page.single-product div.product.type-product {
		display: flex;
		flex-direction: column;
	}

	.woocommerce.single-product div.product.type-product > div.images,
	.woocommerce-page.single-product div.product.type-product > div.images,
	.woocommerce.single-product div.product.type-product > div.summary,
	.woocommerce-page.single-product div.product.type-product > div.summary {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.woocommerce.single-product div.product.type-product > div.summary,
	.woocommerce-page.single-product div.product.type-product > div.summary {
		margin-top: 1.5rem !important;
	}

	.woocommerce.single-product div.product.type-product .product_title {
		font-size: clamp(1.5rem, 5vw, 2rem);
		line-height: 1.2;
	}

	.woocommerce.single-product div.product.type-product form.cart {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	.woocommerce.single-product div.product.type-product form.cart .quantity {
		max-width: 140px;
	}

	.woocommerce.single-product div.product.type-product form.cart .button,
	.woocommerce.single-product div.product.type-product .single_add_to_cart_button,
	.woocommerce.single-product div.product.type-product .quick_buy_now_button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.yith-add-to-wishlist-button-block {
	display: none !important;
}
@media (max-width: 480px) {
	.e-con {
		--container-max-width: 100% !important;
	}
}
.single-post .single-entry-author {
	display: none !important;
}