/**
 * Novodek theme extras.
 */

/* Sticky header above scrolling content (Ascend uses z-index:1000). */
.body-style-normal .sticky-wrapper > #kad-header-menu,
.body-style-normal .sticky-wrapper > #kad-mobile-banner,
.body-style-normal .sticky-wrapper > .kad-header-menu-outer,
.body-style-normal .sticky-wrapper > .kad-header-topbar-primary-outer,
.body-style-normal .sticky-wrapper > .second-navclass,
.sticky-wrapper.is-sticky > #kad-header-menu,
.sticky-wrapper.is-sticky > #kad-mobile-banner,
.sticky-wrapper.is-sticky > .second-navclass {
	z-index: 1000 !important;
}

/* Ascend #wrapper{overflow:hidden} clips the fixed sticky header — allow it to show fully. */
body.body-style-normal #wrapper {
	overflow: visible;
}

.sticky-wrapper {
	overflow: visible !important;
}

/* Sticky footer: footer stays at the bottom when page content is short. */
html {
	height: 100%;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

#wrapper {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	min-height: 100vh;
}

#inner-wrap {
	flex: 1 0 auto;
}

body.admin-bar #wrapper {
	min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar #wrapper {
		min-height: calc(100vh - 46px);
	}
}

/* Full-width page shell (Ascend: body-style-normal makes #wrapper 100% wide). */
body.body-style-normal #wrapper,
body.body-style-bubbled #wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

/* Homepage: no extra padding on content wrapper; sections manage their own .container */
body.novodek-front-page #content.homepagecontent {
	padding-top: 0;
	padding-bottom: 0;
}

body.novodek-front-page #content.homepagecontent .main.kt-nosidebar {
	padding: 0;
	overflow: visible;
}

/* Footer widget titles: transparent label + line below (Ascend default override). */
.footerclass .footer-widget-title span {
	background: transparent !important;
}

.footerclass .footer-widget-title:before {
	top: 100%;
	margin-top: 0;
}

/* Login popup + My Account (Ascend layout). */
.kt-loggin-modal.mag-pop-modal {
	max-width: 900px;
}

.kt-loggin-modal #customer_login .u-column1,
.kt-loggin-modal #customer_login .u-column2 {
	float: left;
	width: 50%;
}

.kt-loggin-modal .h2class,
.woocommerce-account .h2class {
	margin: 0 0 16px;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.2;
}

.woocommerce-account .account-page-shell {
	padding-top: 24px;
	padding-bottom: 40px;
	max-width: none;
	width: 100%;
}

/* Login form only — do not constrict the logged-in account dashboard. */
.woocommerce-account:not(.logged-in) .account-page-shell {
	max-width: 570px;
}

.woocommerce-account.logged-in .account-page-shell::after {
	content: "";
	display: table;
	clear: both;
}

/* Hide WC icon font glyph on notices (Ascend uses solid banner style). */
.woocommerce-message::before {
	content: none !important;
}

/* Logged-out My Account login — Ascend layout (no WC card box). */
.woocommerce-account form.woocommerce-form-login.login {
	border: 0;
	padding: 0;
	margin: 0 0 1.5em;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.woocommerce-account .woocommerce-form-login .input-text,
.kt-loggin-modal .woocommerce-form-login .input-text {
	width: 100%;
	padding: 8px;
	height: auto;
	box-sizing: border-box;
	border-radius: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit,
.kt-loggin-modal .woocommerce-form-login .woocommerce-Button.button {
	float: none;
	display: inline-block;
	margin: 0 0 0.75em;
	color: #fff !important;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme,
.kt-loggin-modal .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: block;
	margin: 0 0 1em;
}

.woocommerce-account .woocommerce-form-login .lost_password,
.kt-loggin-modal .woocommerce-form-login .lost_password {
	margin: 0;
}

.woocommerce-account .woocommerce-form-login .form-row::after {
	content: "";
	display: table;
	clear: both;
}

/* My Account sidebar navigation (Ascend). */
.kt-woo-account-nav--page .kad-account-avatar {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.kt-woo-account-nav--page .kad-customer-image img {
	width: 80px;
	height: 80px;
	border-radius: 0;
	object-fit: cover;
}

.kt-woo-account-nav--page .kad-customer-name h5 {
	margin: 12px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.kt-woo-account-nav--page .woocommerce-MyAccount-navigation,
.kt-woo-account-nav--page .woocommerce-MyAccount-navigation ul,
.kt-woo-account-nav--page .kad-nav-label {
	text-align: left;
}

.kt-woo-account-nav .woocommerce-MyAccount-navigation ul.account_page_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0;
}

.kt-woo-account-nav--page .woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	line-height: 1.35;
	font-weight: 600;
	color: #555;
}

.kt-woo-account-nav .woocommerce-MyAccount-navigation ul li a::before {
	content: none !important;
	display: none !important;
}

.kt-woo-account-nav .kad-nav-label {
	flex: 1 1 auto;
	order: 1;
	text-align: left;
}

.kt-woo-account-nav .kad-nav-icon {
	flex: 0 0 22px;
	width: 22px;
	order: 2;
	text-align: center;
	line-height: 1;
}

.kt-woo-account-nav .kad-nav-icon::before {
	font-family: kt-icon, sans-serif;
	font-size: 18px;
	opacity: 0.45;
	display: inline-block;
	color: #999;
}

.kt-woo-account-nav .woocommerce-MyAccount-navigation ul li.is-active a,
.kt-woo-account-nav .woocommerce-MyAccount-navigation ul li.is-active a:hover {
	color: #ff4500;
	border-color: #ff4500;
}

.kt-woo-account-nav .woocommerce-MyAccount-navigation ul li.is-active .kad-nav-icon::before {
	opacity: 1;
	color: #ff4500;
}

.kt-woo-account-nav .icon-dashboard::before { content: "\f0e4"; }
.kt-woo-account-nav .icon-orders::before { content: "\f290"; }
.kt-woo-account-nav .icon-downloads::before { content: "\f019"; }
.kt-woo-account-nav .icon-addresses::before { content: "\f015"; }
.kt-woo-account-nav .icon-payment-methods::before { content: "\f09d"; }
.kt-woo-account-nav .icon-account-details::before { content: "\f2be"; }
.kt-woo-account-nav .icon-missing-files::before { content: "\f1c1"; }
.kt-woo-account-nav .icon-customer-logout::before { content: "\f18e"; }
.kt-woo-account-nav .icon-edit-address::before { content: "\f015"; }
.kt-woo-account-nav .icon-default::before { content: "\f016"; }

/*
 * WooCommerce layout.css sets:
 *   .woocommerce-MyAccount-navigation { float:left; width:30%; }
 *   .woocommerce-MyAccount-content    { float:right; width:68%; }
 * Ascend already sizes .kt-woo-account-nav (30% / 22%), so WC's 30% nests
 * inside that column and squeezes the menu. Fill the sidebar; keep Ascend ratio.
 */
.woocommerce-account.logged-in .kt-woo-account-nav--page .kad-account-sidebar,
.woocommerce-account.logged-in .kt-woo-account-nav--page .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
}

@media (min-width: 767px) {
	.woocommerce-account.logged-in .kt-woo-account-nav--page {
		float: left;
		width: 30%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		float: left !important;
		width: 70% !important;
		max-width: 70%;
		padding-left: 25px;
		box-sizing: border-box;
		clear: none;
	}
}

@media (min-width: 992px) {
	.woocommerce-account.logged-in .kt-woo-account-nav--page {
		width: 22%;
	}

	.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		width: 78% !important;
		max-width: 78%;
	}
}

@media (max-width: 766px) {
	.woocommerce-account.logged-in .kt-woo-account-nav--page,
	.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Dashboard tiles + greeting links. */
.woocommerce-account.logged-in .woocommerce-MyAccount-content > p a,
.woocommerce-account.logged-in .kad_endpointtitle + p a {
	color: #ff4500;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .kad_endpointtitle,
.woocommerce-account.logged-in .woocommerce-MyAccount-content > h2:first-child {
	font-size: 2em;
	font-weight: 700;
	margin: 0 0 16px;
	color: #444;
}

.woo-menu-dashboard-sections {
	margin-top: 24px;
}

.woo-menu-dashboard-sections .dashboard-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.woo-menu-dashboard-sections .dashboard-box {
	flex: 1 1 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	margin: 10px;
	border: 1px solid #ddd;
	padding: 28px 20px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-decoration: none;
	color: #555;
	transition: box-shadow 0.3s ease;
	background: #fff;
}

.woo-menu-dashboard-sections .dashboard-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	color: #555;
}

.woo-menu-dashboard-sections .dashboard-icon::before {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
	font-family: kt-icon, sans-serif;
	opacity: 0.5;
	color: #777;
}

.woo-menu-dashboard-sections .dashboard-title {
	font-weight: 700;
	font-size: 18px;
	color: #555;
}

@media (max-width: 991px) {
	.woo-menu-dashboard-sections .dashboard-box {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media (max-width: 575px) {
	.woo-menu-dashboard-sections .dashboard-box {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.kt-woo-account-nav--header .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 5px 0;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
	float: left;
	width: 50%;
}

.woocommerce-account #customer_login .u-column2 {
	padding-top: 0;
}

@media (max-width: 767px) {
	.kt-loggin-modal #customer_login .u-column1,
	.kt-loggin-modal #customer_login .u-column2,
	.woocommerce-account #customer_login .u-column1,
	.woocommerce-account #customer_login .u-column2 {
		float: none;
		width: 100%;
	}

	.kt-loggin-modal.mag-pop-modal {
		max-width: 96%;
	}
}

.home-padding {
	padding-top: 24px;
	padding-bottom: 24px;
}

.home-margin {
	margin-top: 24px;
	margin-bottom: 24px;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.container-contained .alignfull,
.homepagecontent .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Hero slider */
.novodek-home-hero {
	position: relative;
	overflow: hidden;
}

.novodek-hero-slider.slick-slider {
	position: relative;
	margin-bottom: 0;
}

.novodek-hero-slider .slick-list,
.novodek-hero-slider .slick-track {
	height: 100%;
}

.novodek-hero-slider .slick-slide {
	height: auto;
}

.novodek-hero-slider .slick-slide > div {
	height: 100%;
}

.novodek-hero-slide {
	position: relative;
	min-height: 450px;
	overflow: hidden;
}

.novodek-hero-slide-bg {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: center;
}

.novodek-hero-slide-content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.novodek-hero-slide-copy {
	max-width: 640px;
	pointer-events: auto;
	padding: 24px 0;
}

.novodek-hero-slide.is-centered .novodek-hero-slide-content {
	justify-content: center;
	text-align: center;
}

.novodek-hero-slide.is-centered .novodek-hero-slide-copy {
	margin-left: auto;
	margin-right: auto;
}

.novodek-hero-line {
	margin: 0 0 8px;
	font-family: Raleway, "Source Sans Pro", sans-serif;
	line-height: 1.2;
}

.novodek-hero-line.is-heading {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.novodek-hero-line.is-heading.is-sm {
	font-size: clamp(22px, 2.4vw, 32px);
}

.novodek-hero-line.is-sub {
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: 400;
	letter-spacing: 0.05em;
}

.novodek-hero-line.is-sub.is-bold {
	font-weight: 600;
}

.novodek-hero-slide.is-light-text .novodek-hero-line {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.novodek-hero-slide.is-dark-text .novodek-hero-line {
	color: #000;
	text-shadow: 0 1px 4px rgba(255, 255, 255, 0.35);
}

.novodek-hero-slide.is-dark-text .novodek-hero-line.is-sub {
	color: #444;
}

.novodek-hero-btn {
	display: inline-block;
	margin-top: 16px;
	padding: 12px 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	background: #fff;
	color: #000;
	font-family: Raleway, "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.novodek-hero-btn:hover,
.novodek-hero-btn:focus {
	background: #fff;
	color: #000;
	opacity: 0.92;
}

.novodek-hero-slider .slick-dots {
	bottom: 16px;
}

.novodek-hero-slider .slick-dots li button:before {
	color: #fff;
	opacity: 0.55;
	font-size: 10px;
}

.novodek-hero-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ff4500;
}

.novodek-hero-slider .slick-prev,
.novodek-hero-slider .slick-next,
.novodek-partners-slider .slick-prev,
.novodek-partners-slider .slick-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 5;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.55);
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.novodek-hero-slider .slick-prev,
.novodek-partners-slider .slick-prev {
	left: 0 !important;
	right: auto !important;
}

.novodek-hero-slider .slick-next,
.novodek-partners-slider .slick-next {
	right: 0 !important;
	left: auto !important;
}

.novodek-hero-slider .slick-prev:before,
.novodek-hero-slider .slick-next:before,
.novodek-partners-slider .slick-prev:before,
.novodek-partners-slider .slick-next:before {
	display: block;
	font-family: kt-icon, sans-serif;
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #fff;
}

.novodek-hero-slider .slick-prev:before,
.novodek-partners-slider .slick-prev:before {
	content: "\f053";
}

.novodek-hero-slider .slick-next:before,
.novodek-partners-slider .slick-next:before {
	content: "\f054";
}

.novodek-hero-slider .slick-prev:hover,
.novodek-hero-slider .slick-next:hover,
.novodek-hero-slider .slick-prev:focus,
.novodek-hero-slider .slick-next:focus,
.novodek-partners-slider .slick-prev:hover,
.novodek-partners-slider .slick-next:hover,
.novodek-partners-slider .slick-prev:focus,
.novodek-partners-slider .slick-next:focus {
	opacity: 0.85;
	background: rgba(0, 0, 0, 0.75);
	outline: none;
}

.novodek-hero-slider:hover .slick-prev,
.novodek-hero-slider:hover .slick-next,
.novodek-partners-slider:hover .slick-prev,
.novodek-partners-slider:hover .slick-next {
	opacity: 0.6;
}

/* Intro columns */
.novodek-home-intro-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.novodek-home-intro-col h2 {
	margin-top: 0;
	color: #1c3f60;
}

/* Tools section */
.novodek-home-tools {
	background: #1c3f60;
	color: #fff;
}

.novodek-section-title {
	margin: 0 0 24px;
	text-align: center;
	color: #fff;
}

.novodek-section-title-left {
	text-align: center;
	color: #1c3f60;
}

.novodek-tools-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 25px;
	padding: 25px 35px;
}

.novodek-tool-card {
	background: #fff;
	color: #444;
	padding: 16px;
	text-align: center;
}

.novodek-tool-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	margin-bottom: 12px;
}

.novodek-tool-card-image img {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.novodek-tool-card h2 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	color: #1c3f60;
	text-align: center;
}

.novodek-tool-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

/* Feature boxes */
.novodek-home-features {
	background: #f7f7f7;
}

.novodek-features-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 15px 80px;
}

.novodek-feature-box {
	background: #fff;
	border: 5px solid #fff;
	border-radius: 30px;
	padding: 24px 20px 28px;
	text-align: center;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.novodek-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: #1c3f60;
	color: #fff;
	font-size: 42px;
	transition: background 0.2s ease;
}

.novodek-feature-box:hover .novodek-feature-icon {
	background: #ff4500;
}

.novodek-feature-box h3 {
	margin: 5px 0 10px;
	font-size: 18px;
	color: #000;
}

.novodek-feature-box p {
	margin: 0;
	color: #555;
}

/* Partners carousel */
.novodek-home-partners {
	padding-bottom: 40px;
}

.novodek-partners-slider.slick-slider {
	position: relative;
	margin-bottom: 0;
}

.novodek-partners-slider .novodek-partner-slide {
	padding: 0 35px;
}

.novodek-partners-slider .novodek-partner-slide img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.novodek-partners-slider .slick-dots {
	margin-top: 16px;
	position: static;
}

/* Product carousel on home */
.home-product-carousel .novodek-products-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-product-carousel .novodek-products-slider .product {
	float: none;
	display: block;
}

.image-menu-grid {
	display: grid;
	gap: 20px;
	margin: 0 auto;
	max-width: 100%;
}

.image-menu-grid.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-menu-grid.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-menu-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.image-menu-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-menu-item .image-menu-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	text-align: center;
}

.bloggrid {
	display: grid;
	gap: 24px;
}

.bloggrid.grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bloggrid.grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1199px) {
	.novodek-tools-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.novodek-home-intro-grid,
	.novodek-features-grid {
		grid-template-columns: 1fr;
	}

	.novodek-tools-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 20px;
	}

	.novodek-features-grid {
		padding: 15px 20px;
	}

	.image-menu-grid.columns-3,
	.image-menu-grid.columns-4,
	.bloggrid.grid-4,
	.bloggrid.grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.novodek-hero-slider .slick-prev,
	.novodek-hero-slider .slick-next,
	.novodek-partners-slider .slick-prev,
	.novodek-partners-slider .slick-next {
		width: 40px;
		height: 40px;
	}

	.novodek-hero-slider .slick-prev:before,
	.novodek-hero-slider .slick-next:before,
	.novodek-partners-slider .slick-prev:before,
	.novodek-partners-slider .slick-next:before {
		font-size: 16px;
	}

	.novodek-hero-slide,
	.novodek-hero-slide-bg {
		min-height: 320px;
		height: 320px;
	}

	.novodek-tools-grid,
	.image-menu-grid.columns-3,
	.image-menu-grid.columns-4,
	.bloggrid.grid-4,
	.bloggrid.grid-3 {
		grid-template-columns: 1fr;
	}
}

/* Shop breadcrumbs (Ascend color_gray). */
#kadbreadcrumbs.color_gray {
	background: transparent;
	color: #999;
	padding: 12px 0 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}

#kadbreadcrumbs.color_gray a {
	color: #999;
}

#kadbreadcrumbs.color_gray a:hover {
	color: #555;
}

#kadbreadcrumbs .bc-delimiter {
	margin: 0 6px;
	opacity: 0.7;
}

/* Shop category grid: keep Ascend intrinsic cards tidy in WC loop. */
.woocommerce .products.kad_product_wrapper {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px 30px;
	padding: 0;
	width: auto;
}

/* Ascend fades via Isotope; we use flex — keep cards visible. */
.woocommerce .products .product_item.kt_item_fade_in,
.woocommerce .products .kt_item_fade_in {
	opacity: 1;
}

.woocommerce .products .kt-product-intrinsic {
	position: relative;
	height: 0;
	overflow: hidden;
}

.woocommerce .products .kt-product-animation-contain {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce .products .kt-product-animation-contain img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.woocommerce .products.kad_product_wrapper > .kad_product {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.woocommerce .products.kad_product_wrapper > .kad_product .product_item,
.woocommerce ul.products li.product .product_item {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	width: 100%;
}

.woocommerce .products .product_item > .product_item_link.product_img_link {
	display: block;
	flex: 0 0 auto;
}

.woocommerce .products .details_product_item {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 10px;
}

.woocommerce .products .details_product_item .product_details {
	flex: 1 1 auto;
}

.woocommerce .products .details_product_item .price {
	margin-top: auto;
	padding-top: 8px;
}

.woocommerce .product-category.product_item {
	position: relative;
	overflow: hidden;
}

.woocommerce .product-category .kt-cat-intrinsic {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.woocommerce .product-category .product-cat-title-area {
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
}

.woocommerce .product-category .product_archive_title {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
	color: #333;
}

.woocommerce .product-category .product_archive_title .count {
	font-weight: 400;
	opacity: 0.75;
}

@media (max-width: 767px) {
	.main.col-lg-9.kt-sidebar-left {
		float: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	#ktsidebar {
		margin-top: 30px;
	}
}

/* Single product (Ascend). */
.single-product .single-product-row {
	margin-left: -15px;
	margin-right: -15px;
}

.single-product .product-img-case,
.single-product .product-summary-case {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.single-product .product_title_cat {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #999;
	margin-bottom: 6px;
}

.single-product h1.product_title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 18px;
	letter-spacing: 1px;
}

/*
 * WooCommerce layout.css sets:
 *   div.product div.images  { float:left; width:48%; }
 *   div.product div.summary { float:right; width:48%; }
 * Our Bootstrap columns already split gallery/summary, so force 100% inside each case.
 */
.woocommerce.single-product div.product .product-img-case div.images,
.woocommerce.single-product div.product .product-img-case .woocommerce-product-gallery,
.woocommerce.single-product div.product .product-img-case .kad-light-gallery {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	opacity: 1 !important;
}

.woocommerce.single-product div.product .product-summary-case div.summary,
.woocommerce.single-product div.product .product-summary-case .entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	clear: none;
}

.single-product .woocommerce-product-gallery__wrapper {
	width: 100%;
	max-width: 100%;
}

.single-product .product_image {
	margin-bottom: 10px;
	width: 100%;
}

.single-product .product_image .woocommerce-product-gallery__image,
.single-product .product_image .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	max-width: 100%;
}

.single-product .product_image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Ascend: 4-up thumbnail strip filling the image column. */
.single-product .product_thumbnails {
	display: block;
	width: 100%;
	margin: 0 -2px;
	padding: 0;
	overflow: hidden;
}

.single-product .product_thumbnails::after {
	content: "";
	display: table;
	clear: both;
}

.single-product .product_thumbnails .woocommerce-product-gallery__image {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0 2px 4px;
	box-sizing: border-box;
}

.single-product .product_thumbnails .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
}

.single-product .product_thumbnails .woocommerce-product-gallery__image img,
.single-product .product_thumbnails .woocommerce-product-gallery__image .icon-3dmodel,
.single-product .product_thumbnails .woocommerce-product-gallery__image .video-thumbnail {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.single-product .product_thumbnails .video-wrapper {
	display: block;
	width: 100%;
	position: relative;
}

.single-product .product_thumbnails .video-wrapper .play-icon {
	font-size: clamp(18px, 4vw, 28px);
}

.single-product .entry-summary .cart .quantity,
.single-product .novodek-area-row {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
}

.single-product .entry-summary .novodek-area-row label,
.single-product .entry-summary .cart .quantity label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	color: #444;
}

.single-product .entry-summary input.input-text,
.single-product .entry-summary input.qty,
.single-product .entry-summary select,
.single-product .novodek-area-row input.input-text,
.single-product .novodek-area-row select {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.single-product .entry-summary .single_add_to_cart_button,
.single-product .novodek-area-submit .single_add_to_cart_button {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 700;
	padding: 14px 20px;
	border-radius: 0;
}

.single-product .widget_recently_viewed_products .product_list_widget li {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	overflow: hidden;
}

.single-product .widget_recently_viewed_products .product_list_widget img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	object-fit: cover;
}

.single-product .widget_recently_viewed_products .product_list_widget a {
	color: #0e1999;
}

@media (max-width: 767px) {
	.single-product .product-img-case,
	.single-product .product-summary-case {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
}

/* Category / shop product cards + toolbar (Ascend). */
.kad-shop-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.kad-shop-top .kad-woo-results-count {
	flex: 1 1 auto;
}

.kad-shop-top .kad-woo-results-count .woocommerce-result-count {
	margin: 0;
}

.kad-shop-top .kad-woo-ordering .woocommerce-ordering {
	margin: 0;
}

.kad-shop-top .kad-woo-ordering select.orderby {
	min-width: 180px;
	height: 34px;
	padding: 4px 28px 4px 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	appearance: auto;
}

.kt_product_toggle_outer .toggle_grid,
.kt_product_toggle_outer .toggle_list {
	cursor: pointer;
}

.kt_product_toggle_outer .toggle_grid:hover,
.kt_product_toggle_outer .toggle_list:hover {
	border-color: #ff4500;
}

.kt_product_toggle_outer .toggle_grid.toggle_active,
.kt_product_toggle_outer .toggle_list.toggle_active {
	background: #ff4500 !important;
	border-color: #ff4500 !important;
	color: #fff !important;
}

.woocommerce ul.products li.product.kad_product {
	margin: 0 0 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
	width: 25%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.woocommerce .products.kad_product_wrapper > .kad_product .product_item,
.woocommerce ul.products li.product .product_item {
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	width: 100%;
}

.woocommerce ul.products li.product .product_item:hover {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product .product_archive_title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
}

.woocommerce ul.products li.product .product_item .price {
	font-weight: 700;
	color: #444;
	padding-right: 0;
	display: block;
}

.woocommerce ul.products li.product .product_item .price .amount {
	color: #444;
}

.woocommerce ul.products li.product .product_item .button,
.woocommerce ul.products li.product .product_action_wrap .button {
	display: none;
}

/* List view (toggle adds shopcolumn1 / tfsinglecolumn). */
.woocommerce .products.kad_product_wrapper.shopcolumn1 > .kad_product,
.woocommerce .products.kad_product_wrapper.tfsinglecolumn > .kad_product,
.woocommerce ul.products.shopcolumn1 li.product.kad_product,
.woocommerce ul.products.tfsinglecolumn li.product.kad_product {
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 100%;
}

.sidebar .widget_product_categories ul li.current-cat > a,
.sidebar .widget_product_categories ul li.current-cat-parent > a {
	color: #ff4500;
	font-weight: 600;
}

.sidebar .widget_product_categories ul li.current-cat > a {
	border-color: #ff4500;
}

.sidebar .widget_product_categories ul li ul li a:before,
.sidebar .widget_product_categories ul li ul li.current-cat > a:before {
	background: #ff4500;
}

/* Shop filter. */
.sidebar .novodek-shop-filter {
	margin-bottom: 24px;
	padding: 0;
	border: 0;
	background: transparent;
}

.sidebar .novodek-shop-filter .widget-inner {
	padding: 0;
}

.sidebar .novodek-shop-filter__section {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}

.sidebar .novodek-shop-filter__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 14px 0;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	font-size: 15px;
	color: #222;
	user-select: none;
}

.sidebar .novodek-shop-filter__summary::-webkit-details-marker {
	display: none;
}

.sidebar .novodek-shop-filter__summary-label {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
}

.sidebar .novodek-shop-filter__summary-count {
	font-weight: 400;
	font-size: 13px;
	color: #999;
}

.sidebar .novodek-shop-filter__chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
	flex: 0 0 auto;
	margin-top: -4px;
}

.sidebar .novodek-shop-filter__section[open] > .novodek-shop-filter__summary .novodek-shop-filter__chevron {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.sidebar .novodek-shop-filter__body {
	padding: 0 0 14px;
}

.sidebar .novodek-shop-filter__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .novodek-shop-filter__item {
	margin: 0;
	padding: 0;
}

.sidebar .novodek-shop-filter__check {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 7px 0;
	cursor: pointer;
	font-weight: 400;
	color: #222;
}

.sidebar .novodek-shop-filter__checkbox {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.sidebar .novodek-shop-filter__check-ui {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

.sidebar .novodek-shop-filter__checkbox:checked + .novodek-shop-filter__check-ui {
	border-color: #ff4500;
	background: #ff4500;
}

.sidebar .novodek-shop-filter__checkbox:checked + .novodek-shop-filter__check-ui::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.sidebar .novodek-shop-filter__label {
	flex: 1 1 auto;
	line-height: 1.35;
}

.sidebar .novodek-shop-filter__count {
	color: #999;
	font-size: 13px;
}

.sidebar .novodek-shop-filter__item.is-active .novodek-shop-filter__label {
	font-weight: 600;
}

.sidebar .novodek-shop-filter__price-inputs {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
}

.sidebar .novodek-shop-filter__price-input {
	width: 72px;
	min-width: 0;
	flex: 1 1 auto;
	height: 36px;
	padding: 6px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
}

.sidebar .novodek-shop-filter__currency,
.sidebar .novodek-shop-filter__price-sep {
	color: #888;
	font-size: 13px;
}

.sidebar .novodek-shop-filter__range {
	position: relative;
	height: 28px;
	margin: 4px 0 12px;
}

.sidebar .novodek-shop-filter__range-track {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	background: #e6e6e6;
	border-radius: 2px;
	pointer-events: none;
}

.sidebar .novodek-shop-filter__range-fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff4500;
	border-radius: 2px;
}

.sidebar .novodek-shop-filter__range-min,
.sidebar .novodek-shop-filter__range-max {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	background: transparent;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	height: 28px;
}

.sidebar .novodek-shop-filter__range-min::-webkit-slider-thumb,
.sidebar .novodek-shop-filter__range-max::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff4500;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.sidebar .novodek-shop-filter__range-min::-moz-range-thumb,
.sidebar .novodek-shop-filter__range-max::-moz-range-thumb {
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff4500;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.sidebar .novodek-shop-filter__range-min::-webkit-slider-runnable-track,
.sidebar .novodek-shop-filter__range-max::-webkit-slider-runnable-track,
.sidebar .novodek-shop-filter__range-min::-moz-range-track,
.sidebar .novodek-shop-filter__range-max::-moz-range-track {
	background: transparent;
	border: 0;
	height: 4px;
}

.sidebar .novodek-shop-filter__price-apply {
	display: inline-block;
	margin-top: 2px;
	padding: 8px 14px;
	border: 0;
	border-radius: 4px;
	background: #ff4500;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

.sidebar .novodek-shop-filter__price-apply:hover {
	background: #e03d00;
}

.sidebar .novodek-shop-filter__clear {
	margin: 12px 0 0;
	font-size: 13px;
}

.sidebar .novodek-shop-filter__clear a {
	color: #ff4500;
	font-weight: 600;
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.woocommerce ul.products li.product.kad_product {
		width: 33.333%;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products li.product.kad_product {
		width: 50%;
	}

	.kad-shop-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.woocommerce ul.products li.product.kad_product {
		width: 100%;
	}
}
