:root {
	--sp-primary: #1B8415;
}

/* Hide homepage deals countdown block (icon + DAY/HOUR/MIN/SEC timer). */
#post-section .title-container,
#post-section #dealsofdayCountDown {
	display: none !important;
}

#post-section .heading-default {
	margin-bottom: 0 !important;
}

/* Hide homepage benefits row (Fast shipping / Money back / Support / Secure payment). */
#info .row.g-2.g-sm-3.gy-lg-4 {
	display: none !important;
}

/* Hide entire info service section on homepage. */
section#info.infoservice-section.infoservice-home-one.st-py-default,
section#infoservice-section.infoservice-section.infoservice-home-one.st-py-default {
	display: none !important;
}

.single-product #breadcrumb-section,
.post-type-archive-product #breadcrumb-section,
.tax-product_cat #breadcrumb-section,
.tax-product_tag #breadcrumb-section,
.woocommerce-cart #breadcrumb-section,
.woocommerce-checkout #breadcrumb-section,
.woocommerce-account #breadcrumb-section,
body.tekon-favorites-page #breadcrumb-section {
	display: none !important;
}

body.tekon-brands-page #breadcrumb-section {
	display: none !important;
}

.tekon-product-path {
	padding: 10px 0 12px;
	background: #f7f8fa;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 22px;
}

.tekon-product-path__inner {
	display: block;
}

.tekon-product-path__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tekon-product-path__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #4b5563;
}

.tekon-product-path__item:not(:last-child)::after {
	content: ">";
	color: #9ca3af;
	font-size: 13px;
}

.tekon-product-path__link {
	color: #111827;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tekon-product-path__link:hover,
.tekon-product-path__link:focus {
	color: var(--sp-primary);
}

.tekon-product-path__current {
	color: #1f2937;
	font-weight: 700;
}

@media (max-width: 767px) {
	.tekon-product-path {
		padding: 10px 0;
	}

	.tekon-product-path__item {
		font-size: 13px;
	}
}

#cart-popup.docker-widget-popup {
	background-color: transparent;
	-webkit-transition: opacity 0.16s ease, visibility 0.16s ease;
	transition: opacity 0.16s ease, visibility 0.16s ease;
	pointer-events: none;
}

#cart-popup .docker-overlay-layer {
	display: none !important;
}

#cart-popup .docker-div,
#cart-popup .docker-div * {
	pointer-events: auto;
}

body.tekon-cart-popup-active {
	overflow: auto;
}

body.tekon-cart-popup-active #cart-popup.docker-widget-popup.popup-visible {
	backdrop-filter: none;
}

#cart-popup .docker-div {
	-webkit-transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
	transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#cart-popup .docker-anim {
	-webkit-transition: opacity 0.15s ease, top 0.15s ease;
	transition: opacity 0.15s ease, top 0.15s ease;
}

body.tekon-cart-popup-active #cart-popup .docker-anim {
	-webkit-transition: opacity 0.15s ease 0.03s, top 0.15s ease 0.03s;
	transition: opacity 0.15s ease 0.03s, top 0.15s ease 0.03s;
}

.logo .custom-theme-logo {
	display: inline-flex;
	align-items: center;
}

.logo .custom-theme-logo img {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 72px;
}

.navigation-middle .menu-right-list {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.navigation-middle .menu-right-list > li {
	margin: 0;
}

.navigation-middle .menu-right-list .myaccount-btn.myaccount-btn-label {
	width: auto;
	height: 40px;
	padding: 0 12px;
	gap: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
	background: var(--sp-primary);
	color: #fff;
	border: 1px solid var(--sp-primary);
}

.navigation-middle .menu-right-list .myaccount-btn.myaccount-btn-label i {
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.navigation-middle .menu-right-list .myaccount-btn.myaccount-btn-label span {
	white-space: nowrap;
}

.navigation-middle .menu-right-list .favorites .favorites-btn,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap {
	width: auto;
	height: 40px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
	background: var(--sp-primary);
	color: #fff;
	border: 1px solid var(--sp-primary);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	position: relative;
}

.navigation-middle .menu-right-list .favorites .favorites-btn > i,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap > i {
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.navigation-middle .menu-right-list .header-action-label {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
}

.navigation-middle .menu-right-list .header-action-caret i {
	display: none !important;
}

.navigation-middle .menu-right-list .favorites .favorites-btn .favorites-count,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap .cart-counts,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap .count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e11d48;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.navigation-middle .menu-right-list .myaccount-btn.myaccount-btn-label:hover,
.navigation-middle .menu-right-list .favorites .favorites-btn:hover,
.navigation-middle .menu-right-list .favorites .favorites-btn:focus,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap:hover,
.navigation-middle .menu-right-list .cart-wrapper .cart-icon-wrap:focus {
	background: #14690f;
	color: #fff;
	transform: translateY(-1px);
}

.tekon-nav-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tekon-nav-layout .main-navbar {
	flex: 1 1 auto;
	min-width: 0;
}

.tekon-nav-right {
	flex: 0 0 auto;
}

.tekon-nav-brands-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	border: 1px solid #0f172a;
	background: #ffffff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tekon-nav-brands-btn:hover,
.tekon-nav-brands-btn:focus,
.tekon-nav-brands-btn.is-active {
	background: #0f172a;
	color: #ffffff;
	border-color: #0f172a;
}

.tekon-brands-section {
	padding: 24px 0 46px;
}

.tekon-brands-head {
	margin-bottom: 18px;
}

.tekon-brands-title {
	margin: 0 0 6px;
	font-size: 34px;
	line-height: 1.15;
}

.tekon-brands-subtitle {
	margin: 0;
	font-size: 16px;
	color: #4b5563;
}

.tekon-brands-empty {
	background: #f9fafb;
	border: 1px dashed #d1d5db;
	border-radius: 14px;
	padding: 18px;
}

.tekon-brands-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tekon-brand-description-card,
.tekon-brand-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba( 15, 23, 42, 0.06 );
}

.tekon-brand-description-card {
	padding: 18px;
}

.tekon-brand-description-card__title,
.tekon-brand-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
}

.tekon-brand-description-card__text > *:last-child,
.tekon-brand-card__text > *:last-child {
	margin-bottom: 0;
}

.tekon-brand-card {
	display: block;
}

.tekon-brand-card__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.tekon-brand-card__placeholder {
	font-size: 14px;
	color: #6b7280;
}

.tekon-brand-card__content {
	padding: 18px;
	position: relative;
	min-height: 230px;
	padding-bottom: 66px;
}

.tekon-brand-card__inline-image {
	float: left;
	width: 132px;
	height: 92px;
	margin: 2px 16px 10px 0;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	overflow: hidden;
}

.tekon-brand-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	background: var(--sp-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	position: absolute;
	right: 18px;
	bottom: 18px;
	margin: 0;
	clear: none;
}

.tekon-brand-card__button:hover,
.tekon-brand-card__button:focus {
	background: #14690f;
	color: #fff;
}

.tekon-brand-card__text {
	display: block;
	line-height: 1.6;
	font-size: 15px;
}

.tekon-brand-card__title {
	margin-top: 0;
}

.tekon-brand-description-card {
	grid-column: 1 / -1;
}

@media (max-width: 991px) {
	.tekon-brands-grid {
		grid-template-columns: 1fr;
	}

	.tekon-nav-right {
		display: none;
	}

	.tekon-brand-card__inline-image {
		float: none;
		width: 100%;
		height: 120px;
		margin: 0 0 12px;
	}
}

body.tekon-favorites-page #st-secondary,
body.tekon-favorites-page .yith-wcwl-share,
body.tekon-favorites-page .wishlist-share,
body.tekon-favorites-page .entry-meta-share,
body.tekon-favorites-page .woocommerce .cart-collaterals,
body.tekon-favorites-page .yith-wcwl-share-title,
body.tekon-favorites-page [class*="yith_wcwl_share"],
body.tekon-favorites-page .socials,
body.tekon-favorites-page .share_on,
body.tekon-favorites-page .share-on {
	display: none !important;
}

body.tekon-favorites-page #st-primary,
body.tekon-favorites-page .col-lg-9#st-primary {
	flex: 0 0 100%;
	max-width: 100%;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 32px rgba( 15, 23, 42, 0.08 );
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart a,
body.tekon-favorites-page .wishlist_table .add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	border: 0;
	background: var(--sp-primary) !important;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart a::before,
body.tekon-favorites-page .wishlist_table .add_to_cart_button::before {
	content: "\f07a";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
}

/* Cart quantity controls: force Favorite style regardless of source markup */
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	height: 40px !important;
	width: 114px !important;
	min-width: 114px !important;
	padding: 0 !important;
	border: 1px solid #d1d5db !important;
	border-radius: 999px !important;
	overflow: hidden !important;
	background: #f7f7f7 !important;
	transform: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .quantity-nav,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .quantity-button {
	display: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 100% !important;
	border: 0 !important;
	background: transparent !important;
	color: #0f172a !important;
	font-size: 20px !important;
	line-height: 1 !important;
	font-weight: 200 !important;
	text-indent: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 0 0 34px !important;
	transform: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus::after,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus::after,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn::after {
	content: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty {
	width: 46px !important;
	min-width: 46px !important;
	flex: 0 0 46px !important;
	height: 100% !important;
	border: 0 !important;
	border-left: 1px solid #d1d5db !important;
	border-right: 1px solid #d1d5db !important;
	background: #f7f7f7 !important;
	text-align: center !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	padding: 0 !important;
	margin: 0 !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* Favorites page layout aligned with cart cards */
body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table thead {
	display: none !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody {
	display: block;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr {
	display: flex !important;
	align-items: center;
	gap: 14px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba( 15, 23, 42, 0.08 );
	padding: 14px 16px;
	margin-bottom: 14px;
	border: 0 !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr.wishlist-empty {
	display: block !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td {
	display: block;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	vertical-align: middle !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove {
	flex: 0 0 24px;
	text-align: center;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #dc2626 !important;
	background: transparent;
	border-radius: 999px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-thumbnail {
	flex: 0 0 110px;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-thumbnail a {
	width: 110px;
	height: 92px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-thumbnail img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain;
	object-position: center;
	display: block;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 auto;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
	color: #111827;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-name a {
	color: #111827;
	text-decoration: none;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-price {
	flex: 0 0 170px;
	min-width: 170px;
	text-align: right;
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
	white-space: nowrap;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-price .woocommerce-Price-currencySymbol {
	font-size: 16px;
	font-weight: 700;
	vertical-align: super;
	margin-left: 2px;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-stock-status,
body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-date {
	display: none !important;
}

body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-add-to-cart {
	flex: 0 0 190px;
	min-width: 190px;
	text-align: right;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty {
	display: inline-flex;
	align-items: center;
	gap: 0;
	height: 40px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	overflow: hidden;
	margin: 0 0 10px auto;
	background: #f7f7f7;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty button {
	width: 34px;
	height: 100%;
	border: 0;
	background: transparent;
	color: #0f172a;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .tekon-favorites-minus,
body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .tekon-favorites-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .qty {
	width: 46px;
	height: 100%;
	border: 0;
	border-left: 1px solid #d1d5db;
	border-right: 1px solid #d1d5db;
	background: #f7f7f7;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #0f172a;
	padding: 0;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .quantity-button {
	display: none !important;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .qty::-webkit-outer-spin-button,
body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty .qty {
	-moz-appearance: textfield;
}

body.tekon-favorites-page .wishlist_table .product-add-to-cart a,
body.tekon-favorites-page .wishlist_table .add_to_cart_button {
	min-width: 160px;
	white-space: nowrap;
}

@media (max-width: 991px) {
	body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-name {
		flex: 1 1 calc(100% - 148px);
	}

	body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-price,
	body.tekon-favorites-page .woocommerce table.shop_table.wishlist_table tbody tr td.product-add-to-cart {
		margin-left: 38px;
		text-align: left;
	}

	body.tekon-favorites-page .wishlist_table .product-add-to-cart .tekon-favorites-qty {
		margin-left: 0;
	}
}

body.woocommerce-cart .woocommerce {
	background: #fff;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 32px rgba( 15, 23, 42, 0.08 );
	padding: 18px;
}

body.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 18px;
}

body.woocommerce-cart .woocommerce table.shop_table {
	border: 0;
	margin-bottom: 0;
}

body.woocommerce-cart .woocommerce table.shop_table th {
	background: #f4f6f8;
	border: 0;
	color: #111827;
	font-weight: 700;
}

body.woocommerce-cart .woocommerce table.shop_table td {
	border-color: #e5e7eb;
}

body.woocommerce-cart .woocommerce table.shop_table.cart {
	border-collapse: separate;
	border-spacing: 0 14px;
	background: transparent;
}

body.woocommerce-cart .woocommerce table.shop_table.cart thead {
	display: none;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
	display: grid;
	grid-template-columns: 28px minmax( 320px, 1fr ) 130px 150px;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	position: relative;
	isolation: isolate;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 26px rgba( 15, 23, 42, 0.08 );
	z-index: 0;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td {
	border: 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove {
	text-align: center;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove a.remove {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #dc2626 !important;
	background: transparent;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
	width: 100%;
	max-width: 110px;
	height: auto;
	max-height: 90px;
	object-fit: contain;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	color: #111827;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name a {
	color: #111827;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name .tekon-inline-thumb {
	flex: 0 0 110px;
	width: 110px;
	height: 92px;
	border-radius: 10px;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	overflow: hidden;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0;
	line-height: 0;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name .tekon-inline-thumb > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name .tekon-inline-thumb img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 auto;
	display: block;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price,
body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
	font-size: 30px;
	font-weight: 800;
	color: #0f172a;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price {
	display: none;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal .woocommerce-Price-currencySymbol {
	font-size: 16px;
	font-weight: 700;
	vertical-align: super;
	margin-left: 2px;
}

body.woocommerce-cart .woocommerce .product-thumbnail img {
	border-radius: 10px;
	background: #f8fafc;
	padding: 6px;
}

body.woocommerce-cart .woocommerce .actions .button,
body.woocommerce-cart .woocommerce a.checkout-button,
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	border: 0;
	background: var(--sp-primary) !important;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

body.woocommerce-cart .woocommerce .actions .button:hover,
body.woocommerce-cart .woocommerce a.checkout-button:hover,
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button:hover {
	background: #14690f !important;
}

body.woocommerce-cart .woocommerce .cart_totals h2 {
	font-size: 26px;
	margin-bottom: 14px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

body.woocommerce-cart .woocommerce .quantity .qty {
	border-radius: 8px;
	border: 1px solid #d1d5db;
	min-height: 38px;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity,
body.woocommerce-cart .woocommerce table.shop_table th.product-quantity {
	width: 170px;
	min-width: 170px;
	text-align: center;
	vertical-align: middle !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity {
	overflow: visible;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	transform-origin: left center;
	transform: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty {
	width: 48px;
	min-width: 48px;
	padding: 0 4px;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
	height: 34px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	overflow: hidden;
	background: #f7f7f7;
}

/* Rebuilt cart quantity controls: hide inherited controls, use tekon controls only */
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .quantity-button,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .quantity-nav {
	display: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 26px !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #0f172a !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-family: inherit !important;
	font-weight: 700 !important;
	text-indent: 0 !important;
	position: static !important;
	transform: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .tekon-qty-btn::after {
	content: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 26px !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #0f172a !important;
	font-size: 15px !important;
	line-height: 1 !important;
	position: static !important;
	transform: none !important;
	text-indent: 0 !important;
	font-family: inherit !important;
	font-weight: 700 !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .minus::after,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus::before,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .plus::after {
	content: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty {
	height: 100% !important;
	border: 0 !important;
	border-left: 1px solid #d1d5db !important;
	border-right: 1px solid #d1d5db !important;
	background: transparent !important;
	text-align: center !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	padding-top: 0 !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .quantity-button {
	display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .coupon {
	display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
	display: none !important;
}

@media (max-width: 1200px) {
	body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
		transform: none !important;
	}
}

@media (max-width: 1080px) {
	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 28px minmax( 180px, 1fr ) 100px 120px;
		gap: 10px;
	}

	body.woocommerce-cart .woocommerce table.shop_table td.product-quantity,
	body.woocommerce-cart .woocommerce table.shop_table th.product-quantity {
		width: 150px;
		min-width: 150px;
	}

	body.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
		transform: none !important;
	}
}

body.woocommerce-cart .tekon-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	align-items: start;
}

body.woocommerce-cart .tekon-cart-main .woocommerce-cart-form {
	margin: 0;
}

body.woocommerce-cart .tekon-cart-sidebar {
	position: sticky;
	top: 90px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.woocommerce-cart .tekon-cart-sidebar .cart-collaterals {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-cart .tekon-cart-sidebar .cart-collaterals .cart_totals {
	margin: 0;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 32px rgba( 15, 23, 42, 0.08 );
}

body.woocommerce-cart .tekon-cart-coupon-card {
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 32px rgba( 15, 23, 42, 0.08 );
}

body.woocommerce-cart .tekon-cart-coupon-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

body.woocommerce-cart .tekon-cart-coupon-card__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

body.woocommerce-cart .tekon-cart-coupon-card__input {
	min-height: 40px;
	border-radius: 10px;
	border: 1px solid #d1d5db;
	padding: 0 12px;
	font-size: 14px;
}

body.woocommerce-cart .tekon-cart-coupon-card__button {
	min-height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: var(--sp-primary);
	color: #fff;
	font-weight: 700;
}

@media (max-width: 991px) {
	body.woocommerce-cart .tekon-cart-layout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .tekon-cart-sidebar {
		position: static;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
		grid-template-columns: 24px minmax( 0, 1fr );
		grid-template-areas:
			"remove name"
			"remove qty"
			"remove subtotal";
		gap: 8px 12px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove {
		grid-area: remove;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name {
		grid-area: name;
		gap: 10px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name .tekon-inline-thumb {
		flex: 0 0 82px;
		width: 82px;
		height: 66px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-quantity {
		grid-area: qty;
		text-align: left;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
		grid-area: subtotal;
		text-align: left;
		font-size: 24px;
	}
}

.main-menu-right .menu-right-list li .cart-icon-wrap {
	font-size: 16px;
}

.main-menu-right .menu-right-list li .cart-icon-wrap,
.menu-right-list .favorites .favorites-btn {
	width: auto;
	height: 40px;
	padding: 0 12px;
	border-radius: 999px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	position: relative;
}

.main-menu-right .menu-right-list li .cart-icon-wrap i {
	margin-right: 0;
	font-size: 18px;
}

.main-menu-right .menu-right-list li .cart-icon-wrap i.fa-basket-shopping::before {
	content: "\f07a";
}

.main-menu-right .menu-right-list li .cart-icon-wrap .cart-counts,
.main-menu-right .menu-right-list li .cart-icon-wrap .count {
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
	left: auto !important;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e11d48;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.menu-right-list .favorites .favorites-btn .favorites-count {
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
	left: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.main-menu-right .menu-right-list li .cart-icon-wrap .cart-counts.is-zero,
.main-menu-right .menu-right-list li .cart-icon-wrap .count.is-zero,
.menu-right-list .favorites .favorites-btn .favorites-count.is-zero {
	display: none !important;
}

/* Hard cart-item layout mode: prevent fragmented row cards */
body.woocommerce-cart .woocommerce table.shop_table.cart tbody {
	display: block;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: #fff !important;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba( 15, 23, 42, 0.08 ) !important;
	padding: 12px;
	margin-bottom: 14px;
	width: 100%;
	box-sizing: border-box;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td {
	display: block;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove {
	flex: 0 0 24px;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name {
	flex: 1 1 0;
	min-width: 0;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-quantity {
	flex: 0 0 102px;
	min-width: 102px;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
	flex: 0 1 110px;
	min-width: 95px;
	max-width: 120px;
	text-align: right !important;
	font-size: 17px !important;
	line-height: 1.15;
	white-space: normal !important;
	word-break: break-word;
	overflow-wrap: anywhere;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal .woocommerce-Price-currencySymbol {
	font-size: 0.65em;
	vertical-align: baseline;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal .includes_tax {
	display: block;
	margin-top: 2px;
	color: #64748b;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.25;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price {
	display: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr:not(.cart_item) {
	display: block;
	width: 100%;
}

@media (max-width: 991px) {
	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 8px;
		padding: 10px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove {
		order: 1;
		flex: 0 0 20px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name {
		order: 2;
		flex: 1 1 calc(100% - 28px);
		gap: 8px;
		font-size: 12px;
		line-height: 1.25;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name .tekon-inline-thumb {
		flex: 0 0 70px;
		width: 70px;
		height: 62px;
		padding: 4px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name a {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		line-clamp: 4;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-quantity,
	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
		margin-left: 0;
		margin-top: 4px;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-quantity {
		order: 3;
		flex: 0 0 auto;
		min-width: 0;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
		order: 4;
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
		font-size: 15px !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
		text-align: left !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal .includes_tax {
		font-size: 10px;
	}
}
.tekon-product-lightbox .mfp-container {
	padding: 24px;
}

.tekon-product-lightbox .mfp-content {
	max-width: 92vw;
}

.tekon-product-lightbox .mfp-img {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 80px rgba( 0, 0, 0, 0.35 );
}

.tekon-product-lightbox .mfp-close {
	top: 18px;
	right: 18px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 999px;
	color: #fff;
	background: rgba( 17, 24, 39, 0.72 );
}

.tekon-product-lightbox .mfp-arrow {
	opacity: 1;
}

.tekon-product-lightbox .mfp-arrow::before,
.tekon-product-lightbox .mfp-arrow::after {
	border-top-width: 16px;
	border-bottom-width: 16px;
}

.tekon-product-lightbox .mfp-bottom-bar {
	margin-top: 14px;
}

.tekon-product-lightbox .mfp-counter,
.tekon-product-lightbox .mfp-title {
	color: #fff;
	font-weight: 600;
}

.tekon-compare-add-button {
	margin: 0;
	padding: 12px 18px;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	background: #222529;
	color: #fff;
	box-shadow: none;
	font-size: 15px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	line-height: 1.2;
	white-space: nowrap;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
	width: auto;
	max-width: 100%;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tekon-compare-add-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 1;
	flex: 0 0 18px;
	color: currentColor;
}

.tekon-compare-add-button__icon::before {
	content: "\f24e";
}

.tekon-compare-add-button__label {
	display: inline-block;
}

.tekon-compare-add-button:hover,
.tekon-compare-add-button:focus {
	background: var(--sp-primary);
	color: #fff;
}

.woocommerce.single div.product form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce.single div.product form.cart .quantity {
	margin: 0;
}

.woocommerce.single div.product form.cart .single_add_to_cart_button {
	margin-top: 0;
}

.woocommerce.single div.product form.cart .tekon-compare-add-button {
	flex-basis: 100%;
	justify-content: center;
	align-self: flex-start;
}

.tekon-compare-tray {
	position: fixed;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 9998;
}

.tekon-compare-tray__inner {
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba( 16, 20, 24, 0.94 );
	box-shadow: 0 24px 80px rgba( 0, 0, 0, 0.3 );
	backdrop-filter: blur( 16px );
}

.tekon-compare-tray__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.tekon-compare-tray__eyebrow {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, 0.7 );
}

.tekon-compare-tray__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

.tekon-compare-tray__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.tekon-compare-tray__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--sp-primary);
	border-radius: 999px;
	background: var(--sp-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.tekon-compare-tray__button:hover,
.tekon-compare-tray__button:focus {
	background: #fff;
	color: var(--sp-primary);
}

.tekon-compare-tray__button--secondary {
	background: transparent;
	color: #fff;
	border-color: rgba( 255, 255, 255, 0.22 );
}

.tekon-compare-tray__button--secondary:hover,
.tekon-compare-tray__button--secondary:focus {
	border-color: rgba( 255, 255, 255, 0.45 );
	color: #fff;
	background: rgba( 255, 255, 255, 0.08 );
}

.tekon-compare-tray__list {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 180px, 1fr ) );
	gap: 12px;
}

.tekon-compare-tray__item {
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax( 0, 1fr );
	gap: 12px;
	padding: 12px;
	border-radius: 18px;
	background: rgba( 255, 255, 255, 0.06 );
}

.tekon-compare-tray__remove {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 26px;
	height: 26px;
	border: 0;
	border-radius: 999px;
	background: rgba( 17, 24, 39, 0.76 );
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.tekon-compare-tray__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.tekon-compare-tray__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tekon-compare-tray__body {
	min-width: 0;
}

.tekon-compare-tray__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.tekon-compare-tray__price {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #9ae292;
}

.tekon-compare-tray__price .amount {
	color: inherit;
}

.tekon-compare-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.tekon-compare-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba( 15, 23, 42, 0.72 );
}

.tekon-compare-modal__dialog {
	position: relative;
	width: min( 1180px, calc( 100vw - 32px ) );
	max-height: calc( 100vh - 48px );
	margin: 24px auto;
	padding: 24px;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 40px 100px rgba( 0, 0, 0, 0.24 );
	overflow: hidden;
}

.tekon-compare-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tekon-compare-modal__content {
	max-height: calc( 100vh - 96px );
	overflow: auto;
	padding-top: 10px;
}

.tekon-compare-modal__loading,
.tekon-compare-modal__error {
	padding: 28px;
	border-radius: 18px;
	background: #f8faf8;
	font-size: 16px;
	font-weight: 600;
}

.tekon-compare-table__header {
	margin-bottom: 18px;
}

.tekon-compare-table__header h3 {
	margin: 0 0 6px;
	font-size: 28px;
}

.tekon-compare-table__header p {
	margin: 0;
	color: #6b7280;
	font-weight: 600;
}

.tekon-compare-table__scroller {
	overflow-x: auto;
}

.tekon-compare-table {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0;
}

.tekon-compare-table th,
.tekon-compare-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
}

.tekon-compare-table th {
	width: 220px;
	background: #f9fafb;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

.tekon-compare-table td {
	min-width: 180px;
	font-size: 14px;
	color: #374151;
}

.tekon-compare-table__product img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
	margin-bottom: 10px;
}

.tekon-compare-table__product a {
	display: block;
	font-weight: 700;
	color: #111827;
}

.tekon-compare-toast {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 10000;
	min-width: 280px;
	max-width: 360px;
	padding: 14px 16px;
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba( 0, 0, 0, 0.16 );
	color: #fff;
	font-weight: 600;
	opacity: 0;
	transform: translateY( 16px );
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.tekon-compare-toast.is-success {
	background: #15803d;
}

.tekon-compare-toast.is-error {
	background: #b91c1c;
}

.tekon-compare-toast.is-visible {
	opacity: 1;
	transform: translateY( 0 );
}

body.tekon-compare-modal-open {
	overflow: hidden;
}

.product-category-top-nav .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	overflow: visible;
}

.product-category-top-nav .dropdown-menu .product-category-label {
	flex: 1 1 auto;
	min-width: 0;
}

.product-category-top-nav .dropdown-menu .product-category-count {
	flex: 0 0 auto;
	min-width: 28px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba( 27, 132, 21, 0.12 );
	color: var(--sp-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.product-category-top-nav .dropdown-menu > .dropdown > .dropdown-item {
	padding-right: 28px;
}

.product-category-top-nav .dropdown-menu > .dropdown > .dropdown-item::after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 1;
	color: var(--sp-primary);
	pointer-events: none;
}

.product-category-top-nav .dropdown-menu > li {
	position: relative;
	overflow: visible;
}

.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item {
	position: relative;
	overflow: hidden;
}

.product-category-top-nav .dropdown-menu > li::before,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 26px;
	background: linear-gradient(90deg, rgba(27, 132, 21, 0.30) 0%, rgba(27, 132, 21, 0.12) 45%, rgba(27, 132, 21, 0) 100%);
	border-radius: 0 !important;
	opacity: 0;
	transition: none;
	pointer-events: none;
	z-index: 1;
}

.product-category-top-nav .dropdown-menu > li:hover::before,
.product-category-top-nav .dropdown-menu > li:focus-within::before,
.product-category-top-nav .dropdown-menu > li.active::before,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item:hover::before,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item:focus-within::before,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item.active::before {
	opacity: 1;
}

.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.product-category-top-nav .dropdown-menu .dropdown-item::before,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a::before {
	content: none !important;
}

.product-category-top-nav .dropdown-menu .dropdown-item,
.product-category-top-nav .dropdown-menu .dropdown-item:hover,
.product-category-top-nav .dropdown-menu .dropdown-item:focus,
.product-category-top-nav .dropdown-menu .dropdown-item:focus-visible,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a:hover,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a:focus,
.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a:focus-visible {
	background-color: transparent !important;
	position: relative;
	z-index: 2;
}

.product-category-menus-list .main-menu > li .dropdown-menu > .menu-item > a::after {
	content: none !important;
}

.tekon-catalog-filters {
	margin: 0 0 28px;
	padding: 18px;
	border: 1px solid rgba( 27, 132, 21, 0.14 );
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
	box-shadow: 0 16px 40px rgba( 0, 0, 0, 0.06 );
}

.tekon-catalog-filters__inner {
	display: grid;
	gap: 14px;
}

.tekon-catalog-filters__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--sp-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tekon-catalog-filters__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.15;
}

.tekon-catalog-filters--sidebar {
	position: sticky;
	top: 24px;
}

.tekon-catalog-filters__stack {
	display: grid;
	gap: 10px;
}

.tekon-filter-group {
	border: 1px solid rgba( 34, 37, 41, 0.08 );
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.tekon-filter-group[open] {
	border-color: rgba( 27, 132, 21, 0.24 );
	box-shadow: 0 10px 24px rgba( 27, 132, 21, 0.08 );
}

.tekon-filter-group__summary {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 11px 12px;
	cursor: pointer;
	list-style: none;
}

.tekon-filter-group__summary::-webkit-details-marker {
	display: none;
}

.tekon-filter-group__summary::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #6b7280;
	transition: transform 0.2s ease;
	margin-left: auto;
}

.tekon-filter-group[open] .tekon-filter-group__summary::after {
	transform: rotate(180deg);
}

.tekon-filter-group__label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	color: #222529;
}

.tekon-filter-group__options {
	display: grid;
	gap: 6px;
	padding: 0 12px 12px;
	max-height: 268px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.tekon-filter-option {
	display: grid;
	grid-template-columns: 16px minmax( 0, 1fr ) auto;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	border-radius: 10px;
	background: #f8faf8;
	cursor: pointer;
}

.tekon-filter-option:hover {
	background: #f1f8f1;
}

.tekon-filter-option input {
	margin: 0;
	accent-color: var(--sp-primary);
}

.tekon-filter-option__text {
	min-width: 0;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
	color: #222529;
}

.tekon-filter-option__count {
	padding: 1px 6px;
	border-radius: 999px;
	background: rgba( 27, 132, 21, 0.1 );
	color: var(--sp-primary);
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
}

.tekon-catalog-filters__actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tekon-catalog-filters__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.tekon-catalog-filters__reset {
	border: 1px solid rgba( 34, 37, 41, 0.12 );
	background: #fff;
	color: #222529;
}

.tekon-catalog-filters__reset:hover,
.tekon-catalog-filters__reset:focus {
	color: #d11a2a;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
}

.woocommerce ul.products li.product .product,
.woocommerce-page ul.products li.product .product,
.woocommerce ul.products li.product .product-single,
.woocommerce-page ul.products li.product .product-single {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.woocommerce ul.products li.product .product-img,
.woocommerce-page ul.products li.product .product-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	height: 240px;
	padding: 16px;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-img > a,
.woocommerce-page ul.products li.product .product-img > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.woocommerce ul.products li.product .product-img > a > img,
.woocommerce-page ul.products li.product .product-img > a > img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.woocommerce ul.products li.product .product-content-outer,
.woocommerce-page ul.products li.product .product-content-outer {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.woocommerce ul.products li.product .product-content,
.woocommerce-page ul.products li.product .product-content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 12px 12px 0;
}

.woocommerce ul.products li.product .product-content h3,
.woocommerce-page ul.products li.product .product-content h3 {
	height: calc(1em * 1.35 * 4);
	min-height: calc(1em * 1.35 * 4);
	margin-bottom: 10px;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-content h3 a,
.woocommerce-page ul.products li.product .product-content h3 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	min-height: calc(1em * 1.35 * 4);
	max-height: calc(1em * 1.35 * 4);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	word-break: break-word;
}

.woocommerce ul.products li.product .product-content .price,
.woocommerce-page ul.products li.product .product-content .price {
	margin-top: auto;
	min-height: 1.6em;
}

.woocommerce ul.products li.product .product-img,
.woocommerce-page ul.products li.product .product-img {
	position: relative;
}

.woocommerce ul.products li.product .tekon-sale-ribbon,
.woocommerce-page ul.products li.product .tekon-sale-ribbon {
	position: absolute;
	top: 0;
	left: -3px;
	width: 58px;
	height: 58px;
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
}

.woocommerce ul.products li.product .tekon-sale-ribbon__label,
.woocommerce-page ul.products li.product .tekon-sale-ribbon__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	left: -27px;
	width: 104px;
	height: 18px;
	padding: 0;
	border-radius: 0;
	background: #15803d;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
	letter-spacing: 0.01em;
	transform: rotate( -45deg );
	transform-origin: center;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.16 );
}

.woocommerce ul.products li.product .tekon-sale-ribbon::before,
.woocommerce ul.products li.product .tekon-sale-ribbon::after,
.woocommerce-page ul.products li.product .tekon-sale-ribbon::before,
.woocommerce-page ul.products li.product .tekon-sale-ribbon::after,
.woocommerce ul.products li.product .tekon-sale-ribbon__label::before,
.woocommerce ul.products li.product .tekon-sale-ribbon__label::after,
.woocommerce-page ul.products li.product .tekon-sale-ribbon__label::before,
.woocommerce-page ul.products li.product .tekon-sale-ribbon__label::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product .product-action,
.woocommerce-page ul.products li.product .product-action {
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 12px;
}

.woocommerce ul.products li.product .product-action .button,
.woocommerce-page ul.products li.product .product-action .button,
.woocommerce ul.products li.product .product-action .add_to_cart_button,
.woocommerce-page ul.products li.product .product-action .add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 36px;
	padding: 0 14px 0 50px;
	border-radius: 9px;
	background: #17961d;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 12H7L6 7z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E"), linear-gradient(#0e7f13, #0e7f13);
	background-size: 18px 18px, 40px 100%;
	background-position: 11px center, 0 0;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	transition: background-color 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
	animation: none !important;
	transform: none !important;
}

.woocommerce ul.products li.product .product-action .button::before,
.woocommerce-page ul.products li.product .product-action .button::before,
.woocommerce ul.products li.product .product-action .add_to_cart_button::before,
.woocommerce-page ul.products li.product .product-action .add_to_cart_button::before {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product .product-action .button i,
.woocommerce-page ul.products li.product .product-action .button i,
.woocommerce ul.products li.product .product-action .add_to_cart_button i,
.woocommerce-page ul.products li.product .product-action .add_to_cart_button i {
	display: none !important;
}

.woocommerce ul.products li.product .product-action .button::after,
.woocommerce-page ul.products li.product .product-action .button::after,
.woocommerce ul.products li.product .product-action .add_to_cart_button::after,
.woocommerce-page ul.products li.product .product-action .add_to_cart_button::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product .product-action .button:hover,
.woocommerce-page ul.products li.product .product-action .button:hover,
.woocommerce ul.products li.product .product-action .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .product-action .add_to_cart_button:hover {
	background-color: #128a18;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 12H7L6 7z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E"), linear-gradient(#0d7511, #0d7511);
	background-size: 18px 18px, 40px 100%;
	background-position: 11px center, 0 0;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	filter: none;
	transform: none !important;
	animation: none !important;
}

@media (max-width: 767px) {
	.woocommerce ul.products li.product .product-img,
	.woocommerce-page ul.products li.product .product-img {
		min-height: 210px;
		height: 210px;
	}

	.woocommerce ul.products li.product .product-content h3,
	.woocommerce-page ul.products li.product .product-content h3,
	.woocommerce ul.products li.product .product-content h3 a,
	.woocommerce-page ul.products li.product .product-content h3 a {
		min-height: calc(1em * 1.3 * 4);
		font-size: 12px;
		line-height: 1.35;
	}

	.woocommerce ul.products li.product .product-action .button,
	.woocommerce-page ul.products li.product .product-action .button,
	.woocommerce ul.products li.product .product-action .add_to_cart_button,
	.woocommerce-page ul.products li.product .product-action .add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		min-height: 34px !important;
		padding: 0 8px 0 40px !important;
		font-size: 11px !important;
		background-size: 14px 14px, 32px 100% !important;
		background-position: 10px center, 0 0 !important;
	}
}

@media (max-width: 425px) {
	.woocommerce ul.products li.product .product-action .button,
	.woocommerce-page ul.products li.product .product-action .button,
	.woocommerce ul.products li.product .product-action .add_to_cart_button,
	.woocommerce-page ul.products li.product .product-action .add_to_cart_button {
		min-height: 30px !important;
		padding: 0 6px 0 34px !important;
		font-size: 10px !important;
		background-size: 12px 12px, 28px 100% !important;
		background-position: 8px center, 0 0 !important;
	}
}

@media (max-width: 575px) {
	.woocommerce.single div.product form.cart {
		gap: 8px;
	}

	.tekon-compare-add-button {
		padding: 10px 14px;
		font-size: 15px;
		gap: 8px;
		width: 100%;
	}

	.tekon-compare-tray {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.tekon-compare-tray__inner {
		padding: 14px;
		border-radius: 18px;
	}

	.tekon-compare-tray__header {
		flex-direction: column;
		align-items: stretch;
	}

	.tekon-compare-tray__actions {
		width: 100%;
	}

	.tekon-compare-tray__button {
		flex: 1 1 auto;
	}

	.tekon-compare-tray__list {
		grid-template-columns: 1fr;
	}

	.tekon-compare-modal__dialog {
		width: calc( 100vw - 16px );
		margin: 8px auto;
		padding: 18px;
		border-radius: 18px;
	}

	.tekon-compare-toast {
		right: 10px;
		left: 10px;
		bottom: 10px;
		max-width: none;
	}

	.tekon-catalog-filters {
		padding: 18px;
		border-radius: 16px;
	}

	.tekon-catalog-filters--sidebar {
		position: static;
	}

	.tekon-catalog-filters__title {
		font-size: 20px;
	}
}

body.woocommerce-account .tekon-address-book {
	padding: 6px 0;
}

body.woocommerce-account .tekon-address-book__title {
	margin-bottom: 14px;
}

body.woocommerce-account .tekon-address-book__grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 240px, 1fr ) );
	gap: 14px;
	margin-bottom: 16px;
	align-items: stretch;
}

body.woocommerce-account .tekon-address-book__card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 12px;
	box-shadow: 0 12px 28px rgba( 2, 6, 23, 0.06 );
	min-height: 250px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

body.woocommerce-account .tekon-address-book__card h4 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

body.woocommerce-account .tekon-address-book__card p {
	margin: 0 0 4px;
	font-size: 17px;
	line-height: 1.28;
}

body.woocommerce-account .tekon-address-book__card.is-default {
	border-color: var(--sp-primary);
	box-shadow: 0 12px 28px rgba( 22, 163, 74, 0.12 );
}

body.woocommerce-account .tekon-address-book__card--new {
	border-style: dashed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.woocommerce-account .tekon-address-book__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

body.woocommerce-account .tekon-address-book__badge {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	background: #dcfce7;
	color: #166534;
}

body.woocommerce-account .tekon-address-book__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
	padding-top: 10px;
}

body.woocommerce-account .tekon-address-book__actions form {
	margin: 0;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 3px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid transparent;
	box-shadow: none;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--edit {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1d4ed8;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--edit:hover,
body.woocommerce-account .tekon-address-book__actions .tekon-card-action--edit:focus {
	background: #dbeafe;
	border-color: #2563eb;
	color: #1e40af;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--default {
	background: #dcfce7;
	border-color: #86efac;
	color: #166534;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--default:hover,
body.woocommerce-account .tekon-address-book__actions .tekon-card-action--default:focus {
	background: #bbf7d0;
	border-color: #22c55e;
	color: #14532d;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--delete {
	background: #fef2f2;
	border-color: #fecaca;
	color: #dc2626;
}

body.woocommerce-account .tekon-address-book__actions .tekon-card-action--delete:hover,
body.woocommerce-account .tekon-address-book__actions .tekon-card-action--delete:focus {
	background: #fee2e2;
	border-color: #f87171;
	color: #b91c1c;
}

body.woocommerce-account .tekon-orders-cards {
	display: grid;
	gap: 16px;
}

body.woocommerce-account .tekon-order-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 16px;
}

body.woocommerce-account .tekon-order-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

body.woocommerce-account .tekon-order-card__meta h3 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.2;
}

body.woocommerce-account .tekon-order-card__meta p {
	margin: 0;
	font-size: 14px;
	color: #4b5563;
}

body.woocommerce-account .tekon-order-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: #166534;
	background: #dcfce7;
	border: 1px solid #86efac;
}

body.woocommerce-account .tekon-order-card__body {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: stretch;
}

body.woocommerce-account .tekon-order-card__products {
	flex: 1 1 420px;
	display: grid;
	gap: 10px;
}

body.woocommerce-account .tekon-order-card__product {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px;
	border-radius: 10px;
	background: #f9fafb;
}

body.woocommerce-account .tekon-order-card__thumb {
	width: 56px;
	height: 56px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 56px;
}

body.woocommerce-account .tekon-order-card__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.woocommerce-account .tekon-order-card__thumb .tekon-order-card__thumb-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.woocommerce-account .tekon-order-card__product-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

body.woocommerce-account .tekon-order-card__product-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #111827;
}

body.woocommerce-account .tekon-order-card__product-name:hover {
	color: #15803d;
}

body.woocommerce-account .tekon-order-card__qty,
body.woocommerce-account .tekon-order-card__more {
	font-size: 13px;
	color: #4b5563;
}

body.woocommerce-account .tekon-order-card__summary {
	flex: 0 0 180px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

body.woocommerce-account .tekon-order-card__summary span {
	font-size: 13px;
	color: #4b5563;
}

body.woocommerce-account .tekon-order-card__summary strong {
	font-size: 22px;
	line-height: 1.2;
	color: #166534;
}

body.woocommerce-account .tekon-order-card__actions {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.woocommerce-account .tekon-order-card__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 700;
}

body.woocommerce-account .tekon-order-card__actions .button i {
	font-size: 13px;
	line-height: 1;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--primary {
	background: #15803d;
	border-color: #15803d;
	color: #fff;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--primary:hover {
	background: #166534;
	border-color: #166534;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--pay {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1d4ed8;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--pay:hover {
	background: #dbeafe;
	border-color: #2563eb;
	color: #1e40af;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--cancel {
	background: #fef2f2;
	border-color: #fecaca;
	color: #dc2626;
}

body.woocommerce-account .tekon-order-card__actions .tekon-order-card__btn--cancel:hover {
	background: #fee2e2;
	border-color: #f87171;
	color: #b91c1c;
}

body.woocommerce-account .tekon-orders-pagination {
	margin-top: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

body.woocommerce-account .tekon-orders-pagination__btn {
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #15803d;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #15803d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

body.woocommerce-account .tekon-orders-pagination__btn:hover,
body.woocommerce-account .tekon-orders-pagination__btn:focus {
	background: #f0fdf4;
	color: #166534;
	border-color: #166534;
}

body.woocommerce-account .tekon-orders-pagination__btn.is-active {
	background: #15803d;
	color: #fff;
	pointer-events: none;
}

body.woocommerce-account .tekon-orders-pagination__btn--arrow {
	font-size: 16px;
	padding: 0;
}

body.woocommerce-account .tekon-orders-pagination__dots {
	color: #64748b;
	font-weight: 700;
	padding: 0 2px;
}

body.woocommerce-account .tekon-warranty-cards {
	display: grid;
	gap: 14px;
}

body.woocommerce-account .tekon-warranty-card {
	display: flex;
	gap: 14px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

body.woocommerce-account .tekon-warranty-card__thumb {
	width: 84px;
	height: 84px;
	flex: 0 0 84px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.woocommerce-account .tekon-warranty-card__thumb img,
body.woocommerce-account .tekon-warranty-card__thumb .tekon-warranty-card__thumb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
}

body.woocommerce-account .tekon-warranty-card__content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.woocommerce-account .tekon-warranty-card__meta-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

body.woocommerce-account .tekon-warranty-card__meta-left {
	min-width: 0;
}

body.woocommerce-account .tekon-warranty-card__meta-right {
	margin-left: auto;
	min-width: 260px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

body.woocommerce-account .tekon-warranty-card__name {
	margin: 0;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #111827;
}

body.woocommerce-account .tekon-warranty-card__content p {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
}

body.woocommerce-account .tekon-warranty-card__order-link {
	color: #166534;
	font-weight: 700;
	text-decoration: underline;
}

body.woocommerce-account .tekon-warranty-card__order-link:hover {
	color: #14532d;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name .tekon-view-order-product {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-product {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name .tekon-view-order-thumb {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-thumb {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name .tekon-view-order-thumb img,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name .tekon-view-order-thumb .tekon-view-order-thumb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-thumb img,
body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-thumb .tekon-view-order-thumb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name .tekon-view-order-name {
	display: inline-flex;
	min-width: 0;
	flex-direction: column;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-name {
	display: inline-flex;
	min-width: 0;
	flex-direction: column;
	font-size: 13px;
	line-height: 1.3;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-quantity,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-unit-price,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-total {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-quantity,
body.woocommerce-order-received .woocommerce-table--order-details .product-unit-price,
body.woocommerce-order-received .woocommerce-table--order-details .product-total {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th.product-quantity,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td.product-quantity {
	width: 64px;
}

body.woocommerce-order-received .woocommerce-table--order-details th.product-quantity,
body.woocommerce-order-received .woocommerce-table--order-details td.product-quantity {
	width: 54px;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th.product-unit-price,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td.product-unit-price {
	width: 132px;
}

body.woocommerce-order-received .woocommerce-table--order-details th.product-unit-price,
body.woocommerce-order-received .woocommerce-table--order-details td.product-unit-price {
	width: 116px;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th.product-total,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td.product-total {
	width: 132px;
}

body.woocommerce-order-received .woocommerce-table--order-details th.product-total,
body.woocommerce-order-received .woocommerce-table--order-details td.product-total {
	width: 116px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-notice {
	margin-bottom: 14px;
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
	display: grid !important;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	gap: 10px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	margin: 0 0 14px;
	justify-items: center;
	text-align: center;
	list-style: none;
}

body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
	justify-content: space-between;
}

body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
	margin: 0 !important;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 1.25;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-self: start;
	border-right: 0 !important;
}

body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	padding: 0 8px !important;
}

body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.3;
	color: #0f172a;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice) {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #d1fae5;
	border-left: 4px solid #15803d;
	border-radius: 10px;
	background: #f0fdf4;
	color: #14532d;
	font-size: 14px;
	line-height: 1.5;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details h2 {
	margin: 0 0 10px;
	font-size: 18px;
}

body.woocommerce-order-received .woocommerce-table--order-details td,
body.woocommerce-order-received .woocommerce-table--order-details th {
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-product {
	justify-content: center;
	text-align: center;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-name {
	align-items: center;
}

body.woocommerce-order-received .woocommerce-table--order-details th.product-name,
body.woocommerce-order-received .woocommerce-table--order-details td.product-name {
	text-align: left;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-product {
	justify-content: flex-start;
	text-align: left;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-name {
	align-items: flex-start;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot th {
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1.25;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
	padding: 8px 12px;
	font-size: 18px;
	line-height: 1.35;
}

@media (max-width: 991px) {
	body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-thumb {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	body.woocommerce-order-received .woocommerce-table--order-details .product-name .tekon-view-order-name {
		font-size: 12px;
	}
}

body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th.product-quantity,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th.product-unit-price,
body.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th.product-total {
	white-space: nowrap;
	font-size: inherit;
	padding-left: 8px;
	padding-right: 8px;
}

body.woocommerce-account .tekon-warranty-card__remaining {
	margin: 0;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.35;
	padding: 8px 12px;
	border-radius: 10px;
	border: 1px solid transparent;
	background: #f8fafc;
}

body.woocommerce-account .tekon-warranty-card__remaining.is-active {
	color: #166534;
	border-color: #86efac;
	background: #f0fdf4;
}

body.woocommerce-account .tekon-warranty-card__remaining.is-expired {
	color: #b91c1c;
	border-color: #fecaca;
	background: #fef2f2;
}

body.woocommerce-account .tekon-returns-page__note {
	margin-bottom: 12px;
	color: #4b5563;
}

body.woocommerce-account .tekon-returns-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 280px, 1fr ) );
	gap: 12px;
	margin-bottom: 18px;
}

body.woocommerce-account .tekon-return-card {
	display: flex;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

body.woocommerce-account .tekon-return-card__thumb {
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.woocommerce-account .tekon-return-card__thumb img,
body.woocommerce-account .tekon-return-card__thumb .tekon-return-card__thumb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
}

body.woocommerce-account .tekon-return-card__name {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.25;
}

body.woocommerce-account .tekon-return-card__content p {
	margin: 0 0 3px;
	color: #4b5563;
	font-size: 14px;
}

body.woocommerce-account .tekon-return-card__btn {
	margin-top: 8px;
}

body.woocommerce-account .tekon-return-form {
	margin-top: 8px;
	margin-bottom: 18px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

body.woocommerce-account .tekon-return-form h3 {
	margin-bottom: 8px;
}

body.woocommerce-account .tekon-return-form p {
	margin-bottom: 10px;
}

body.woocommerce-account .tekon-return-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

body.woocommerce-account .tekon-return-form select,
body.woocommerce-account .tekon-return-form textarea {
	width: 100%;
}

body.woocommerce-account .tekon-return-form__hint {
	font-size: 13px;
	color: #6b7280;
	margin-top: -2px;
}

body.woocommerce-account .tekon-return-history__list {
	display: grid;
	gap: 10px;
}

body.woocommerce-account .tekon-return-history__item {
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

body.woocommerce-account .tekon-return-history__item p {
	margin: 4px 0 6px;
	color: #4b5563;
}

body.woocommerce-account .tekon-return-history__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 999px;
}

body.woocommerce-account .tekon-return-history__status.is-pending {
	background: #fef3c7;
	color: #92400e;
}

body.woocommerce-account .tekon-return-history__status.is-approved {
	background: #dcfce7;
	color: #166534;
}

body.woocommerce-account .tekon-return-history__status.is-rejected {
	background: #fee2e2;
	color: #b91c1c;
}

body.woocommerce-account .tekon-return-history__status.is-received {
	background: #e0f2fe;
	color: #075985;
}

body.woocommerce-account .tekon-return-history__status.is-refunded {
	background: #ecfdf5;
	color: #065f46;
}

@media (max-width: 768px) {
	body.woocommerce-account .tekon-order-card__summary {
		flex: 1 1 100%;
	}

	body.woocommerce-account .tekon-warranty-card {
		flex-direction: column;
	}

	body.woocommerce-account .tekon-warranty-card__meta-row {
		flex-direction: column;
	}

	body.woocommerce-account .tekon-warranty-card__meta-right {
		min-width: 0;
		width: 100%;
		justify-content: flex-start;
	}

	body.woocommerce-account .tekon-warranty-card__remaining {
		text-align: left;
	}
}

body.woocommerce-account .tekon-address-book__form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 16px;
}

body.woocommerce-account .tekon-address-book__fields {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 12px;
	margin-bottom: 12px;
}

body.woocommerce-account .tekon-address-book__fields p {
	margin: 0;
}

body.woocommerce-account .tekon-address-book__fields p label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

body.woocommerce-account .tekon-address-book__fields p input,
body.woocommerce-account .tekon-address-book__fields p select {
	width: 100%;
}

body.woocommerce-account .tekon-required-note,
body.woocommerce-checkout .tekon-required-note {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 500;
	color: #4b5563;
}

@media (max-width: 767px) {
	body.woocommerce-account .tekon-address-book__fields {
		grid-template-columns: 1fr;
	}
}

body.woocommerce-cart .woocommerce .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce .woocommerce-shipping-calculator {
	display: none !important;
}

body.woocommerce-checkout .tekon-checkout-cards {
	margin: 0 0 18px;
}

body.woocommerce-checkout .tekon-checkout-cards__group {
	margin-bottom: 16px;
}

body.woocommerce-checkout .tekon-checkout-cards__group h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

body.woocommerce-checkout .tekon-checkout-cards__same-billing {
	margin-top: 10px;
	margin-bottom: 4px;
}

body.woocommerce-checkout .tekon-checkout-cards__same-billing label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

body.woocommerce-checkout .tekon-checkout-cards__grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 220px, 1fr ) );
	gap: 12px;
	align-items: stretch;
}

body.woocommerce-checkout .tekon-checkout-card-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.woocommerce-checkout .tekon-checkout-inline-form {
	display: none !important;
	position: absolute !important;
	left: -100000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	z-index: -1 !important;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	background: #fff;
}

body.woocommerce-checkout .tekon-checkout-inline-form[hidden] {
	display: none !important;
}

body.woocommerce-checkout .tekon-checkout-inline-form[data-tekon-inline-open="0"] {
	display: none !important;
}

body.woocommerce-checkout .tekon-checkout-inline-form.is-open,
body.woocommerce-checkout.tekon-show-shipping-inline-form .tekon-checkout-inline-form.is-open,
body.woocommerce-checkout .tekon-checkout-inline-form[data-tekon-inline-open="1"] {
	display: block !important;
	position: static !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: auto !important;
}

body.woocommerce-checkout .tekon-checkout-inline-form h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

body.woocommerce-checkout .tekon-checkout-inline-form__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 10px;
}

body.woocommerce-checkout .tekon-checkout-inline-form__grid p {
	margin: 0;
}

body.woocommerce-checkout .tekon-checkout-inline-form__grid p label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

body.woocommerce-checkout .tekon-checkout-inline-form__grid p input,
body.woocommerce-checkout .tekon-checkout-inline-form__grid p select {
	width: 100%;
}

body.woocommerce-checkout .tekon-checkout-inline-form__actions {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

body.woocommerce-checkout .tekon-checkout-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
	padding: 12px;
	min-height: 230px;
	height: 100%;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	background: #fff;
	color: #111827;
	box-shadow: 0 10px 24px rgba( 2, 6, 23, 0.06 );
	cursor: pointer;
}

body.woocommerce-checkout .tekon-checkout-card strong {
	font-size: 15px;
}

body.woocommerce-checkout .tekon-checkout-card__badges {
	display: inline-flex;
	gap: 6px;
	margin-bottom: 2px;
}

body.woocommerce-checkout .tekon-checkout-badge {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 999px;
}

body.woocommerce-checkout .tekon-checkout-badge--default {
	background: #dbeafe;
	color: #1d4ed8;
}

body.woocommerce-checkout .tekon-checkout-badge--selected {
	display: none;
	background: #dcfce7;
	color: #166534;
}

body.woocommerce-checkout .tekon-checkout-card--new {
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 230px;
	border-style: dashed;
	font-weight: 700;
	color: var(--sp-primary);
}

body.woocommerce-checkout .tekon-checkout-card.is-active {
	border-color: var(--sp-primary);
	box-shadow: 0 10px 24px rgba( 22, 163, 74, 0.18 );
}

body.woocommerce-checkout .tekon-checkout-card.is-active .tekon-checkout-badge--selected {
	display: inline-block;
}

body.woocommerce-checkout .tekon-checkout-card__tools {
	display: inline-flex;
	margin-top: auto;
	padding-top: 6px;
}

body.woocommerce-checkout .tekon-checkout-card__edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	min-height: 24px;
	border-radius: 999px;
	border: 1px solid #93c5fd;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

body.woocommerce-checkout .tekon-checkout-card__edit:hover,
body.woocommerce-checkout .tekon-checkout-card__edit:focus {
	border-color: #2563eb;
	background: #dbeafe;
	color: #1e40af;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout #ship-to-different-address {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
	display: block !important;
}

body.woocommerce-checkout.tekon-hide-shipping-fields .woocommerce-shipping-fields .shipping_address,
body.woocommerce-checkout.tekon-hide-shipping-fields .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout.tekon-hide-shipping-fields .woocommerce-shipping-fields .form-row {
	display: none !important;
}

body.woocommerce-checkout.tekon-same-billing-enabled .woocommerce-billing-fields {
	display: none !important;
}

body.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields,
body.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
	margin-top: 14px;
}

.tekon-footer {
	background: #f8fafc;
	color: #1f2937;
	border-top: 1px solid #e5e7eb;
}

.tekon-footer .tekon-footer-main {
	padding: 42px 0 24px;
}

.tekon-footer .tekon-footer-columns h4,
.tekon-footer .tekon-footer-partners h4 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #0f172a;
	position: relative;
	padding-bottom: 8px;
}

.tekon-footer .tekon-footer-columns h4::after,
.tekon-footer .tekon-footer-partners h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #22c55e 0%, #15803d 100%);
}

.tekon-footer .tekon-footer-columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.tekon-footer .tekon-footer-columns ul li a {
	font-size: 15px;
	line-height: 1.45;
	color: #334155;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tekon-footer .tekon-footer-columns ul li a:hover,
.tekon-footer .tekon-footer-columns ul li a:focus {
	color: var(--sp-primary);
	transform: translateX(3px);
}

.tekon-footer .tekon-footer-partners {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.tekon-footer .tekon-footer-partners__grid {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 12px;
}

.tekon-footer .tekon-footer-partner-slot {
	height: 86px;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	background: #ffffff;
	color: #64748b;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	text-align: center;
}

.tekon-footer .tekon-footer-partner-slot a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.tekon-footer .tekon-footer-partner-slot img {
	max-width: 100%;
	max-height: 68px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.tekon-footer .tekon-footer-copy {
	border-top: 1px solid #e2e8f0;
	padding: 14px 0;
}

.tekon-footer .tekon-footer-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #64748b;
}

body.woocommerce-account .tekon-account-dashboard {
	display: grid;
	gap: 18px;
}

body.woocommerce-account .tekon-account-dashboard__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	border: 1px solid #dbe5df;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fff8 0%, #eefaf0 100%);
}

body.woocommerce-account .tekon-account-dashboard__hero h2 {
	margin: 0 0 4px;
	font-size: 26px;
	line-height: 1.2;
}

body.woocommerce-account .tekon-account-dashboard__hero p {
	margin: 0;
	color: #4b5563;
}

body.woocommerce-account .tekon-price-mode-switch {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

body.woocommerce-account .tekon-price-mode-switch__label {
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	margin-right: 2px;
}

body.woocommerce-account .tekon-price-mode-switch__btn {
	border: 1px solid #cbd5e1;
	background: #fff;
	color: #0f172a;
	border-radius: 999px;
	min-height: 30px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

body.woocommerce-account .tekon-price-mode-switch__btn.is-active,
body.woocommerce-account .tekon-price-mode-switch__btn:hover,
body.woocommerce-account .tekon-price-mode-switch__btn:focus {
	background: #166534;
	border-color: #166534;
	color: #fff;
}

.tekon-price-mode {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
}

.tekon-price-mode__main {
	display: inline-block;
}

.tekon-price-mode__old {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	color: #6b7280;
	text-decoration: line-through;
	text-decoration-thickness: 1.5px;
}

.tekon-price-mode__sub {
	display: inline-block;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
	color: #4b5563;
}

body.woocommerce-account .tekon-account-dashboard__secure-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #1a8f1a;
	border-color: #1a8f1a;
	color: #fff;
}

body.woocommerce-account .tekon-account-dashboard__kpi-grid {
	display: grid;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	gap: 12px;
}

body.woocommerce-account .tekon-account-kpi {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	padding: 14px 16px;
	display: grid;
	gap: 6px;
}

body.woocommerce-account .tekon-account-kpi span {
	font-size: 13px;
	color: #475569;
}

body.woocommerce-account .tekon-account-kpi strong {
	font-size: 30px;
	line-height: 1;
	color: #15803d;
}

body.woocommerce-account .tekon-account-dashboard__quick-links {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 10px;
}

body.woocommerce-account .tekon-account-shortcut {
	border: 1px solid #dbe5df;
	border-radius: 12px;
	padding: 10px 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #0f172a;
	font-weight: 600;
	background: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-account .tekon-account-shortcut:hover,
body.woocommerce-account .tekon-account-shortcut:focus {
	border-color: #1a8f1a;
	background: #f3fff4;
	color: #166534;
}

body.woocommerce-account .tekon-account-dashboard__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 14px;
}

body.woocommerce-account .tekon-account-panel {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	padding: 16px;
}

body.woocommerce-account .tekon-account-panel h3 {
	margin: 0 0 10px;
	font-size: 21px;
}

body.woocommerce-account .tekon-account-orders-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

body.woocommerce-account .tekon-account-orders-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid #ebf1ee;
	border-radius: 10px;
	padding: 10px 12px;
}

body.woocommerce-account .tekon-account-orders-list__meta {
	display: grid;
	gap: 2px;
}

body.woocommerce-account .tekon-account-orders-list__meta span {
	font-size: 13px;
	color: #64748b;
}

body.woocommerce-account .tekon-account-orders-list__actions {
	display: grid;
	gap: 4px;
	justify-items: end;
}

body.woocommerce-account .tekon-account-orders-list__actions span {
	font-weight: 700;
	color: #166534;
}

body.woocommerce-account .tekon-account-orders-list__actions a {
	font-size: 13px;
	font-weight: 600;
	color: #1a8f1a;
	text-decoration: none;
}

body.woocommerce-account .tekon-account-alerts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

body.woocommerce-account .tekon-account-alerts li {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #edf2ef;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
}

body.woocommerce-account .tekon-account-alerts li i {
	color: #1a8f1a;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .tekon-checkout-inline-form__grid {
		grid-template-columns: 1fr;
	}

	.tekon-footer .tekon-footer-main {
		padding: 30px 0 18px;
	}

	.tekon-footer .tekon-footer-partners__grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	body.woocommerce-account .tekon-account-dashboard__hero {
		flex-direction: column;
		align-items: flex-start;
	}

	body.woocommerce-account .tekon-account-dashboard__kpi-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.woocommerce-account .tekon-account-dashboard__quick-links {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .tekon-account-dashboard__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	body.woocommerce-account .tekon-account-dashboard__kpi-grid {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}

	body.woocommerce-account .tekon-account-dashboard__quick-links {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	body.woocommerce-account .tekon-account-dashboard__grid {
		grid-template-columns: 1fr;
	}
}

/* Grouped technical specifications (single product) */
.single-product .tekon-specs-title {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.2;
}

.single-product table.shop_attributes.tekon-specs-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #d1d5db;
}

.single-product table.shop_attributes.tekon-specs-table th,
.single-product table.shop_attributes.tekon-specs-table td {
	border-bottom: 1px solid #e5e7eb;
	padding: 8px 12px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	line-height: 1.45;
}

.single-product table.shop_attributes.tekon-specs-table th {
	width: 28%;
	font-weight: 600;
	color: #1f2937;
	background: #ffffff;
}

.single-product table.shop_attributes.tekon-specs-table td {
	color: #374151;
	background: #ffffff;
}

.single-product table.shop_attributes.tekon-specs-table tr:nth-child(even):not(.tekon-specs-group) th,
.single-product table.shop_attributes.tekon-specs-table tr:nth-child(even):not(.tekon-specs-group) td {
	background: #f8fafc;
}

.single-product table.shop_attributes.tekon-specs-table tr.tekon-specs-group th {
	width: auto;
	background: #374151;
	color: #f9fafb;
	font-size: 17px;
	font-weight: 700;
	padding: 7px 12px;
	border-bottom: 1px solid #111827;
}

@media (max-width: 767px) {
	.single-product .tekon-specs-title {
		font-size: 27px;
	}

	.single-product table.shop_attributes.tekon-specs-table th,
	.single-product table.shop_attributes.tekon-specs-table td {
		font-size: 14px;
		padding: 7px 9px;
	}

	.single-product table.shop_attributes.tekon-specs-table th {
		width: 40%;
	}
}

/* Product archives: rectangular pagination (green theme) */
.woocommerce nav.tekon-pagination {
	display: flex;
	justify-content: center;
	margin: 18px 0 28px;
}

.woocommerce nav.tekon-pagination .tekon-pagination__list {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	background: #ffffff;
	border-radius: 6px;
}

.woocommerce nav.tekon-pagination .tekon-pagination__item {
	margin: 0;
}

.woocommerce nav.tekon-pagination .tekon-pagination__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 34px !important;
	height: 34px !important;
	padding: 0 10px !important;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1;
	border: 1px solid #1b8f1a !important;
	border-radius: 4px !important;
	color: #1b8f1a !important;
	background: #fff !important;
	text-decoration: none !important;
	box-sizing: border-box;
}

.woocommerce nav.tekon-pagination .tekon-pagination__link--current {
	color: #fff !important;
	background: #1b8f1a !important;
	border-color: #1b8f1a !important;
}

.woocommerce nav.tekon-pagination .tekon-pagination__link--dots {
	color: #7a8794 !important;
	border-color: #d2d7dc !important;
	background: #fff !important;
}

.woocommerce nav.tekon-pagination .tekon-pagination__link--prev,
.woocommerce nav.tekon-pagination .tekon-pagination__link--next {
	min-width: 40px !important;
	font-size: 18px !important;
}

.woocommerce nav.tekon-pagination a.tekon-pagination__link:hover,
.woocommerce nav.tekon-pagination a.tekon-pagination__link:focus {
	color: #fff !important;
	background: #1b8f1a !important;
	border-color: #1b8f1a !important;
}

@media (max-width: 767px) {
	.woocommerce nav.tekon-pagination .tekon-pagination__list {
		gap: 6px;
		padding: 6px 8px;
	}

	.woocommerce nav.tekon-pagination .tekon-pagination__link {
		min-width: 30px !important;
		height: 30px !important;
		font-size: 14px !important;
		padding: 0 8px !important;
	}

	.woocommerce nav.tekon-pagination .tekon-pagination__link--prev,
	.woocommerce nav.tekon-pagination .tekon-pagination__link--next {
		min-width: 34px !important;
		font-size: 16px !important;
	}
}

