/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 08:22:25 */
/* Global colors */
:root {
  --kh-gold: #f0b323;
	--kh-gold-light: #fffdf0;
	--kh-gold-dark: #c58a1f;
  --kh-dark-green: #0e4326;
	--kh-dark-lighter-green: #16723d;
  --kh-bg-light-green: #f7faf8;
  --kh-white: #ffffff;
	--kh-dark-blue: #007bff;
	--kh-light-blue: #e7f3ff;
	--kh-grey: #dddddd;
	--kh-grey-dark: #777777;
	--kh-black: #222222;
	
	--kh-border-radius: 10px;
}

/* Global */
.kh-no-margin, .kh-no-margin p {
	margin: 0 !important;
} {
	margin: 0 !important;
}
.kh-divider {
	margin-bottom: 2rem;
}
p:empty {
  display: none;
}

@media (max-width: 768px) {
  .kh-divider {
	  margin-bottom: 1.5rem;
  }
	h3 {
		font-size: 20px !important;
	}
}

/* Notifikacie */
.kh-notif {
  background: #d4edda; 
  border: 2px solid #c3e6cb;
  color: #0e4326;
  padding: 1rem;
}
.kh-notif.kh-info {
  background: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.kh-notif.kh-warn {
  background: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.kh-notif .kh-notif-text {
  font-size: 1rem;
}
.kh-notif .kh-notif-text-title {
  font-weight: bold;
  padding-bottom: 5px;
	font-size: 1.1rem;
}
.kh-notif p:empty {
  display: none;
}
.kh-notif .kh-notif-text p:not(:empty) {
	display: block;
}
.kh-notif .kh-notif-text p {
  margin: 0 0 1rem;
}
.kh-notif .kh-notif-text > div > p:last-child {
  margin: 0;
}
.woocommerce-info, .woocommerce-message {
	background-color: #9ed6ac;
  color: var(--kh-dark-green);
  border-color: var(--kh-dark-green);
}
.woocommerce-info .button, .woocommerce-message .button,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-info a, .woocommerce-message a {
	color: var(--kh-dark-green) !important;
}
.woocommerce-message .button,
.woocommerce-info .button{
	border-left-color: var(--kh-dark-green) !important;
}
.woocommerce-message .button.checkout::after {
	background-color: var(--kh-dark-green);
}
.woocommerce-info .showlogin {
	font-weight: bold;
	text-decoration: underline;
}
.woocommerce-error {
	background-color: #f8d7da;
  color: #721c24 !important;
  border-color: #f5c6cb;
}
.woocommerce-error a {
  color: #721c24 !important;
}
.woocommerce-error .button {
	color: #721c24 !important;
}
.woocommerce-info .button:hover, .woocommerce-error .button:hover,
.woocommerce-info a:hover, .woocommerce-error a:hover {
	text-decoration: underline;
}

/* Burger menu size */
.site-branding button.menu-toggle{
	width: 30px !important;
}

/* Uprava velkosti loga pre mobilne zariadenia */
@media (max-width: 768px) {
    body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img {
        height: 36px !important;
    }
}
@media (max-width: 350px) {
    body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img {
        height: 30px !important;
    }
}

/* Header topbar pridanie borderu zo spodu */
.col-full.topbar-wrapper {
	border-bottom: 1px solid #dde5df;
}

/* panel nad footrom */
.below-content {
	background-color: #e0e8e3;
	border-color: #dde5df;
}

/* top bar */
.kh-top-bar-items {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
	align-items: center;
  gap: 15px;
  color: #4b5750;
}
.kh-top-bar-items.kh-top-bar-social {
  gap: 5px;
}
.kh-top-bar-items.kh-social-footer {
 justify-content: flex-end;
	color: var(--kh-white);
}
.kh-top-bar-items.kh-social-footer svg path {
	fill: var(--kh-white);
}
.kh-mobile-bar {
	background-color: var(--kh-bg-light-green);
	padding: 16px;
	border-radius: var(--kh-border-radius);
	margin: 16px 0;
}
.kh-mobile-bar h4 {
	padding-top: 0;
}
.kh-mobile-bar ul {
	padding-bottom: 16px;
}
.kh-mobile-bar .kh-top-bar-items {
	padding-top: 30px;
  justify-content: flex-start !important;
	gap: 15px;
}
.kh-mobile-bar-account a {
	display: flex;
	font-size: 16px;
	align-items: center;
	column-gap: 3px;
}
.kh-top-bar-items .kh-top-bar-item a {
  display: flex;
  align-items: center;
	font-weight: normal;
}
.kh-top-bar-items .kh-top-bar-item a span {
  white-space: nowrap;
}
.kh-top-bar-right {
	flex: 0 0 85px;
	width: 85px;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.kh-top-bar-items .kh-top-bar-item a span.kh-closable {
  display: none;
}
	.kh-top-bar-items {
		gap: 15px;
		row-gap: 5px;
		justify-content: center;
	}
	.kh-top-bar-items .kh-top-bar-item.kh-doprava {
  padding-top: 2px;
}
	.top-bar-right {
		display: none !important;
	}
	.kh-top-bar-item svg {
		width: 23px;
		height: 23px;
	}
}

/* Below header */
.custom-below-header {
	display: flex;
	align-items: center;
	justify-content: center; 
	font-weight: bold;
	flex-wrap: wrap;
}
.custom-below-header svg {
	margin: 0 3px;
}

/* Produkt zoznam */
.products .product .product__categories {
	display: none;
} 
.shoptimizer-sorting.sorting-end {
	display: none;
}

/* Alza like podkategorie */
.kh-subcategory-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
    clear: both;
}
.kh-sub-pill {
    background-color: #ffffff;
    color: #0f4c3a;
    border: 1px solid #0f4c3a;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
}
.kh-sub-pill .count {
    background: #e8f5e9;
    color: #0f4c3a;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-left: 8px;
    font-weight: 700;
}
.kh-sub-pill:hover,
.kh-sub-pill.active-pill {
    background-color: #0f4c3a;
    color: #ffffff; 
    border-color: #0f4c3a;
    transform: translateY(-1px); 
    box-shadow: 0 4px 8px rgba(15, 76, 58, 0.2);
}
.kh-sub-pill:hover .count,
.kh-sub-pill.active-pill .count {
    background: #ffffff;
    color: #0f4c3a;
}
@media (max-width: 768px) {
	.kh-subcategory-nav {
		gap: 5px;
	}
}
@media (max-width: 475px) {
	.kh-sub-pill {
		font-size: 11px;
		padding: 6px 10px;
	}
	.kh-sub-pill .count {
		display: none;
	}
}

/* Hero section */
.kh-hero-check-item span {
	font-size: 17px;
	font-weight: bold;
	color: #1c7344;
}

/* Product options */
.wpo-options-container .price.wpo-price-container {
	display: none !important;
}
.wpo-options-container {
    --wpo-input-focus-color: #1C7344 !important; 
	--wpo-option-name-font-size: 1em;
}
.wpo-options-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}
.wpo-options-container > div {
  grid-column: span 2;
}
.wpo-options-container > div.kh-product-option-span1 {
	grid-column: span 1;
	padding-top: 10px;
}
.kh-product-option-color .wpo-image-buttons {
	background-color: #ffffff;
	padding: 10px !important;
	border: 2px solid #eeeeee;
	border-radius: 4px;
	grid-gap: 0 !important;
	max-height: 330px;
	overflow-y: auto;
}
.kh-product-option-color .wpo-image-label {
	font-size: 12px;
	font-weight: 400;
}
.kh-product-option-color label.wpo-image-button {
	margin: 0 7px 5px 0;
}
.kh-product-info-button {
	text-align: right;
	margin-top: -15px;
	margin-bottom: 0;
}
.kh-product-info-button button, .kh-product-info-button a {
	border-bottom: 1px dotted;
	color: #666;
	font-size: 12px;
	text-align: right;
	align-self: flex-end;
}
.commercekit_sticky-atc .kh-product-info-button {
	display: none;
}
.kh-product-option-insurance {
	background-color: var(--kh-gold-light);
	border: 1px dashed var(--kh-gold);
	border-radius: var(--kh-border-radius);
	padding: 20px;
	margin-top: 10px;
}
.kh-product-option-insurance ul {
	grid-template-columns: 1fr !important;
}
.kh-product-option-insurance label div {
	font-weight: bold !important;
	color: var(--kh-black) !important;
}
.kh-product-option-insurance label .wpo-choice-label:after {
	content: " (+25%)";
	font-weight: normal;
	font-size: 14px;
}
.kh-product-option-insurance p {
	color: var(--kh-black) !important;
}
.kh-product-option-insurance label.wpo-checkbox input:checked + span.wpo-checkbox-inner {
	background-color: var(--kh-dark-green) !important;
	border-color: var(--kh-dark-green) !important;
}
.kh-product-option-insurance label.wpo-checkbox span.wpo-checkbox-inner {
		border-color: var(--kh-black) !important;
}
.kh-product-option-insurance-info {
  margin-top: -30px;
	margin-bottom: 5px;
  background-color: var(--kh-gold-light);
  border-radius: var(--kh-border-radius);
  border: 1px dashed var(--kh-gold);
  padding: 0 20px 20px 20px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
	font-size: 13px;
}
.wpo-field input {
	font-size: 16px !important;
}
.wpo-totals-label::after {
	content: "s DPH";
}
/*Sticky scroll problem */

/*
#sticky-scroll .commercekit-pdp-sticky-inner {
  overflow-y: hidden !important;
}
*/

@media only screen and (max-width: 768px) {
	#sticky-scroll .commercekit-pdp-sticky-inner {
    overflow: visible !important; 
    height: auto !important; 
    min-height: 0 !important; 
    display: flex;
    flex-wrap: wrap;
  }
}



/* Size Guide  + Gutenberg fixes*/
.commercekit-size-guide button {
	font-size: 16px;
}
.woocommerce-Tabs-panel .wp-block-columns p {
	margin: 0 0 1.21575rem;
}
.woocommerce-Tabs-panel .wp-block-columns h3,
.woocommerce-Tabs-panel .wp-block-columns h4,
.woocommerce-Tabs-panel .wp-block-columns h5 {
	margin: 0 0 0.5rem;
}
.wp-block-columns.is-layout-flex {
	align-items: center !important;
}
@media (max-width: 560px) {
.kh-yt iframe {
	height: 100% !important;
	width: 100% !important;
}
}
	
	/* Product detail */
.woocommerce-tabs .tabs li a::after, .commercekit-atc-tab-links li a:after {
		border-color: var(--kh-gold) !important;
}
.kh-first-heading {
	padding-top: 0.5rem;
}
h2.wp-block-heading, .cgkit-sg-tab-wrap h2, .woocommerce-Tabs-panel h2 {
	border-bottom: 3px solid var(--kh-gold);
	display: inline-block;
	margin-bottom: 1rem;
}

.kh-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
}
.kh-benefit-item {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  background: var(--kh-bg-light-green);
  border-radius: var(--kh-border-radius);
  border: 1px solid #eee;
}
.kh-benefit-icon {
  color: var(--kh-gold);
  font-weight: bold;
  margin-right: 12px;
  font-size: 20px;
  flex-shrink: 0;
}
.kh-benefit-icon::before{
  content: "\2714\FE0E";
  color: var(--kh-gold);
}
.kh-benefit-content > div:first-child {
  font-weight: bold;
  padding-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .kh-benefits-grid {
    grid-template-columns: 1fr;
  }
	.kh-first-heading {
		padding-top: 0;
	}
	.kh-benefits-grid {
		gap: 10px;
	}
}
.kh-insurance-box {
    background: var(--kh-light-blue);
    border: 1px dashed var(--kh-dark-blue);
    padding: 2rem 1rem;
    border-radius: var(--kh-border-radius);
    text-align: center;
    margin: 30px 0 0 0;
}
.kh-insurance-box.kh-king {
	background-color: var(--kh-black);
	border-color: var(--kh-black);
	color: var(--kh-white); 
}
.kh-insurance-badge {
    display: inline-block;
    background: var(--kh-dark-blue);
    color: var(--kh-white);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.kh-king-margin {
	margin-bottom: 2rem;
}
.kh-king .kh-insurance-badge {
	background-color: var(--kh-gold);
	color: var(--kh-black);
}
.kh-insurance-box .kh-actions {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.kh-insurance-box .kh-actions a {
	background-color: var(--kh-dark-blue);
	color: var(--kh-white);
	padding: 15px 35px;
	border-radius: var(--kh-border-radius);
	font-weight: bold;
}
.kh-insurance-box .kh-actions a:hover {
	background-color: var(--kh-dark-blue);
}
.kh-insurance-box.kh-king .kh-actions a {
	background-color: var(--kh-gold);
	color: var(--kh-black);
}
.kh-insurance-box.kh-king .kh-actions a:hover {
	background-color: var(--kh-gold-light);
}
.kh-insurance-box p {
	margin-bottom: 0;
}
.kh-insurance-box h4 {
	margin: 0 0 10px 0;
  color: var(--kh-dark-blue);
	font-weight: bold;
}
.kh-insurance-box.kh-king h4, .kh-insurance-box.kh-king h3 {
	color: var(--kh-white);
}
.kh-measure-step {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 4rem;
}
.kh-measure-step.kh-reverse { flex-direction: row-reverse; 
}
.kh-measure-step h3 {
    margin-top: 0;
}
.kh-step-info {
    flex: 1;
    position: relative;
}
.kh-step-number {
    background: var(--kh-gold);
    color: var(--kh-white);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    margin-bottom: 1rem;
}
.kh-step-visual {
    flex: 1;
		display: flex;
	  align-items: center;
}
.kh-reverse .kh-step-visual {
    justify-content: flex-end;
}
.kh-step-visual img {
    max-width: 50%; 
    height: auto;
}
.kh-special-note {
  background: var(--kh-bg-light-green);
  padding: 1rem;
  border-left: 4px solid var(--kh-gold);
  margin-top: 1rem;
}

.kh-note-intro {
  margin-bottom: 20px;
  line-height: 1.5;
}
.kh-compat-container {
  background-color: var(--kh-white);
  border: 1px solid var(--kh-grey);
  border-radius: 8px; 
  padding: 20px;
  margin-top: 15px;
}
.kh-compat-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: var(--kh-black);
}
.kh-compat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.kh-compat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.kh-compat-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 2px; 
}
.kh-compat-icon svg {
  width: 18px;
  height: 18px;
}
.kh-icon-success {
  background-color: #e8f4ec;
  color: var(--kh-dark-lighter-green);
}
.kh-icon-warning {
  background-color: var(--kh-gold-light);
  color: var(--kh-gold-dark);
}
.kh-compat-text {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--kh-grey-dark);
}
.kh-compat-text strong {
  color: var(--kh-black);
}


.kh-download-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
.kh-btn-outline {
	  display: flex;
	align-items: center;
	gap: 5px;
    text-decoration: none;
    color: var(--kh-dark-green);
    border: 2px solid var(--kh-dark-green);
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
}
.kh-btn-outline:hover {
	color: var(--kh-gold-dark);
}
@media (max-width: 768px) {
	
	.kh-compatibility-notice {
    padding: 20px 16px;
  }
  .kh-compat-grid {
    grid-template-columns: 1fr; 
    gap: 16px;
  }
  .kh-compatibility-details {
    padding: 16px;
  }
	
	.kh-measure-step {
		display: block;
		margin-bottom: 2rem;
	}
	.kh-step-visual, .kh-reverse     	.kh-step-visual {
    justify-content: flex-start;
}
	.kh-step-visual img {
    max-width: 60%;
		min-width: 250px;
		margin: 0 auto;
}
	.kh-step-number {
		 margin: 0 auto 15px;
	}
	.kh-step-info h3, .kh-step-info > p:first-child, .kh-info-step h3 {
		text-align: center;
	}
	.kh-download-links {
		gap: 5px;
	}
	.kh-btn-outline {
		padding: 12px;
	}
	.kh-btn-outline svg {
		height: 18px;
		width: 18px;
	}
}
.kh-comparison-container {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}
.kh-comp-box {
    flex: 1;
    padding: 1.5rem;
    border-radius: var(--kh-border-radius);
    border: 1px solid #ddd;
}
.kh-comp-box.kh-king {
    background: var(--kh-gold-light);
    border-color: var(--kh-gold);
}
.kh-comp-box h4 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.kh-comp-box ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}
@media (max-width: 600px) {
  .kh-comparison-container { 
    flex-direction: column; 
  }
	.kh-comp-box {
		padding: 1rem;
	}
	.kh-comp-box ul {
		margin: 0;
	}
}
.kh-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 50px;
}
.kh-card {
    padding: 20px;
    text-align: left;
    border: 1px solid var(--kh-grey);
    border-radius: var(--kh-border-radius);
}
.kh-card .kh-card-icon {
    margin-bottom: 1rem;
		padding: 12px;
}
.kh-card p {
	margin-bottom: 0;
}
@media (max-width: 600px) {
  .kh-cards { 
    grid-template-columns: 1fr; 
		margin-bottom: 0;
  }
	.kh-card {
		padding: 1rem;
	}
}

.kh-feature-section {
  margin: 2rem 0;
	padding: 2rem 0;
	background-color: #f7faf8;
	border-radius: var(--kh-border-radius);
}
.kh-feature-container{
  max-width: 1200px;
  margin: 0 auto;
	padding: 0 1rem;
}
.kh-feature-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3.5rem auto;
}
.kh-feature-header .kh-badge {
  display: inline-block;
  background-color: var(--kh-gold);
  color: var(--kh-black);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.kh-feature-header p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.kh-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.kh-feature-card {
  background: var(--kh-white);
  padding: 20px;
  border-radius: var(--kh-border-radius);
}
.kh-feature-card p {
  margin-bottom: 0;
	font-size: 14px;
}
.kh-icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.kh-feature-section {
		padding: 1rem 0;
		margin: 1rem 0;
	}
  .kh-feature-grid {
    grid-template-columns: 1fr;
  }
	.kh-feature-header {
		margin-bottom: 1rem;
	}
	.kh-feature-header p {
		font-size: inherit;
		margin-bottom: 0;
	}
	.kh-icon-wrapper {
		margin-bottom: 0;
	}
}

/* Reviews */
#reviews .cr-summaryBox-wrap {
	background-color: var(--kh-bg-light-green);
	border-radius: var(--kh-border-radius);
}
#reviews .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	fill: var(--kh-gold);
}
#reviews .ivole-meter .ivole-meter-bar {
	background: var(--kh-gold);
}
.cr-ajax-reviews-add-review {
	background: #16723d !important;
	color: var(--kh-white) !important;
	border: none !important;
	padding: 0.75em 1.21575em !important;
}
.cr-summaryBox-wrap {
	background-color: var(--kh-bg-light-green) !important;
	color: var(--kh-dark-green) !important;
}
.cr-count-row {
	background-color: var(--kh-bg-light-green) !important;
}
.cr-badge.badge_size_compact .badge__middle {
	background-color: var(--kh-dark-green) !important;
}
.cr-floatingbadge-top {
	background-color: var(--kh-white) !important;
}
.cr-floatingbadge-top svg path { fill: var(--kh-white); 
}

.cr-floatingbadge-top svg path:nth-child(1),
.cr-floatingbadge-top svg path:nth-child(5),
.cr-floatingbadge-top svg path:nth-child(6) { fill: var(--kh-gold-dark); }
.cr-badge.badge--wide-mobile .badge__verified {
	background-color: var(--kh-dark-green) !important;
	padding: 8px 0 8px 0;
}
.cr-floatingbadge-background .cr-floatingbadge-background-top {
	background-color: var(--kh-white) !important;
}


/* Produkt detail */
.commercekit-size-guide {
	margin-bottom: 0 !important;
}
.cgkit-pdp-review {
	border-radius: var(--kh-border-radius) !important;
}
.cgkit-pdp-review.cgkit-pdp-review-mobile {
	padding: 20px;
	margin-bottom: 0 !important;
}
.cgkit-pdp-review.cgkit-pdp-review-mobile .cgkit-pdp-review--image {
	margin: 0 auto;
	padding-bottom: 10px;
}
.kh-dostupnost-box {
    display: block;
    width: 100%;
    margin-bottom: 15px;
	  margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.wpo-totals-label {
	margin-bottom: 10px;
}
.kh-product-benefits-tags {
  display: grid;
	 grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;       
  gap: 5px;
}
.kh-product-benefit-item {
  display: flex;
  align-items: center;   
  background-color: var(--kh-white); 
  border: 1px solid #e2e2e2;       
  padding: 5px 10px;     
  border-radius: 5px;    
  font-size: 14px;       
  font-weight: 500;
  line-height: 1.2;
}
.kh-product-benefit-item svg {
  margin-right: 6px;       
  min-width: 14px;       
}

@media (max-width: 768px) {
	.cgkit-pdp-review.cgkit-pdp-review-mobile {
	display: block;
}
	.kh-product-benefits-tags {
		display: block;
		border: 1px solid #e2e2e2;
		border-radius: var(--kh-border-radius);
		padding: 10px;
		background-color: var(--kh-white);
	}
	.kh-product-benefit-item {
		display: flex;
		border: none;
		border-radius: 0;
	}
}
table.woocommerce-product-attributes td {
	text-align: left;
	padding-left: 10px
}
.product p.price .amount {
	font-size: 30px;
}

@media (max-width: 768px) {
	.product p.price .amount {
		font-size: 24px;
	}
  .woocommerce-product-attributes.shop_attributes,
  .woocommerce-product-attributes.shop_attributes tbody,
  .woocommerce-product-attributes.shop_attributes tr,
  .woocommerce-product-attributes.shop_attributes td,
  .woocommerce-product-attributes.shop_attributes th {
    display: block;
    width: 100%;
  }

  .woocommerce-product-attributes.shop_attributes tr {
    margin-bottom: 0.5rem;
  }

  .woocommerce-product-attributes.shop_attributes th {
    font-weight: bold;
    padding-bottom: 0.25rem;
		border-bottom: none !important;
  }

  .woocommerce-product-attributes.shop_attributes td {
    padding: 0.25rem 0;
  }
}

/* Cart */
.woocommerce-order-received .woocommerce-order-details::before {
	background: #f7faf8;
	border-color: #f7faf8;
}
.ckit-fsn-bar-active .cgkit-fsn-title {
	font-weight: bold;
}
table.cart td.actions button:hover {
	background-color: var(--kh-dark-lighter-green);
	color: var(--kh-white);
}
.kh-cart-checkout-container {
  text-align: center;
  padding: 0 20px;
	color: var(--kh-grey-dark);
}
.kh-cart-checkout-container .kh-title {
  font-size: 14px;
}
.kh-cart-checkout-container .kh-payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.kh-cart-checkout-container .kh-payment-methods svg {
  width: 50px;
  height: 50px;
}
.kh-cart-checkout-container .kh-payment-methods .paypal svg {
  width: 30px;
  height: 30px;
}
.kh-cart-checkout-container .kh-payment-methods svg, .kh-cart-checkout-container .kh-payment-methods svg path {
  fill: var(--kh-grey-dark);
}
.kh-cart-checkout-container .kh-divider {
  border-top: 1px solid var(--kh-grey-dark);
	margin: 0 0 10px 0;
}
.kh-cart-checkout-container .kh-contact {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  gap: 10px;
}
.kh-cart-checkout-container .kh-contact svg path {
  fill: var(--kh-grey-dark);
}
.kh-cart-checkout-container .kh-contact .kh-title {
  font-weight: bold;
  font-size: 14px;
}
.kh-cart-checkout-container .kh-contact a {
	color: var(--kh-grey-dark);
}

/* Order bumbs*/
.commercekit-order-bump .ckobp-wrapper {
	align-items: center;
}
.commercekit-order-bumps .commercekit-order-bump .ckobp-title {
	display: none;
}
.commercekit-order-bumps .commercekit-order-bump {
	border: 1px dashed var(--kh-gold);
	background-color: var(--kh-gold-light);
}
.commercekit-order-bumps .commercekit-order-bump .ckobp-price {
	color: var(--kh-dark-green);
}
.commercekit-order-bumps .commercekit-order-bump .ckobp-actions .ckobp-button button {
	background: var(--kh-white);
}
.commercekit-order-bumps .commercekit-order-bump .ckobp-actions .ckobp-button button:hover {
	background: #f8f8f8;
}

/* Kontakt */
.kh-contact-form .wpforms-field {
	padding-bottom: 0 !important;
}
.kh-contact-form .wpforms-container {
	margin-top: 10px !important;
}
.kh-contact-form-margin {
	margin-bottom: 10px !important;
}
.kh-contact-form button {
	background: #16723d !important;
}
@media (max-width: 768px) {
.kh-contact-left-column > div {
	padding: 30px 0 0 0 !important;
}
}
.kh-contact-form .wpforms-confirmation-container-full.wpforms-confirmation-scroll {
		border-radius: var(--kh-border-radius);
		background: var(--kh-light-blue);
    border: 1px dashed var(--kh-dark-blue);
	}

/* Pomoc a podpora */
.kh-help-quick-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}
.kh-help-card {
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  padding: 35px 25px;
  border-radius: var(--kh-border-radius);
  text-decoration: none;
  color: var(--kh-black);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.kh-help-card:hover {
  border-color: var(--kh-gold);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.kh-icon-wrapper {
  margin-bottom: 20px;
}
.kh-icon-wrapper svg {
  width: 32px;
  height: 32px;
  color: var(--kh-black); 
}
.kh-help-card h3 { 
  font-size: 1.25rem; 
  margin: 0 0 10px 0; 
  font-weight: 600;
}
.kh-help-card p { 
  font-size: 0.95rem; 
  color: var(--kh-grey-dark); 
  margin: 0; 
  line-height: 1.5;
}
.kh-help-card-insurance {
  background: var(--kh-light-blue);
  border: 1px dashed var(--kh-dark-blue);
  align-items: center;
  text-align: center;
  justify-content: center;
}
.kh-help-card-insurance:hover {
  border-color: var(--kh-dark-blue);
  background: #e0efff;
}
.kh-insurance-badge {
  background: var(--kh-dark-blue);
  color: var(--kh-white);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.kh-help-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 70px;
}
.kh-category-title {
  font-size: 1.4rem;
  margin-bottom: 25px;
  color: var(--kh-black);
}
.kh-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kh-category-list li { 
  margin-bottom: 15px; 
}
.kh-category-list a {
  text-decoration: none;
  color: var(--kh-grey-dark);
  font-size: 1.05rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.kh-category-list a:before {
  content: "›";
  margin-right: 12px;
  color: var(--kh-gold);
  font-size: 1.5rem;
  line-height: 1;
}
.kh-category-list a:hover { 
  color: var(--kh-dark-green); 
}

@media (max-width: 768px) {
  .kh-help-hero h1 { font-size: 2rem; }
  .kh-help-cta { padding: 40px 20px; }
  
  .kh-help-quick-links {
    gap: 12px; 
    margin-bottom: 40px;
  }
  
  .kh-help-card {
    padding: 15px; 
    display: grid;
    grid-template-columns: auto 1fr; 
    grid-template-rows: auto auto;
    column-gap: 15px;
    text-align: left; 
  }
  .kh-icon-wrapper {
    grid-column: 1;
    grid-row: 1 / span 2; 
    margin-bottom: 0; 
    display: flex;
    align-items: center; 
  }
  .kh-icon-wrapper svg {
    width: 26px; 
    height: 26px;
  }
  .kh-help-card h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.05rem; 
    margin-bottom: 2px;
  }
  .kh-help-card p {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.85rem; 
  }
  .kh-help-card-insurance {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
  }
  .kh-insurance-badge {
    margin-bottom: 10px;
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}

/* Ako na to pages */
.kh-mt-5 {
    margin-top: 50px;
}
.kh-section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--kh-bg-light-green);
    color: var(--kh-black);
}

.kh-guide-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.kh-guide-item {
    background: var(--kh-bg-light-green);
    border: 1px solid var(--kh-grey);
    border-radius: var(--kh-border-radius);
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease;
}
.kh-guide-item:hover {
    border-color: var(--kh-gold);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.kh-guide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px; 
}
.kh-guide-info h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--kh-black);
}
.kh-guide-info span {
    font-size: 14px;
    color: var(--kh-grey-dark);
}

/* --- TLAČIDLÁ --- */
.kh-global-download-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kh-global-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: transparent;
    color: var(--kh-dark-green);
    border: 1px solid var(--kh-dark-green);
    border-radius: 6px; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.kh-global-btn-outline svg {
    flex-shrink: 0;
}
.kh-global-btn-outline:hover, 
.kh-global-btn-outline.active {
    background-color: var(--kh-dark-green);
    color: var(--kh-white);
}
.kh-global-btn-outline:hover svg path,
.kh-global-btn-outline.active svg path {
    fill: currentColor;
}
.kh-video-panel-container {
    display: grid;
    grid-template-rows: 0fr; 
    transition: grid-template-rows 0.4s ease-in-out, border-color 0.4s ease-in-out;
    background-color: var(--kh-bg-light-green);
    border-top: 1px solid transparent;
}
.kh-tutorial-container .kh-video-panel-container {
	background-color: var(--kh-white);
    border-top: none;
	
}
.kh-video-panel-container.is-open {
    grid-template-rows: 1fr; 
    border-top-color: var(--kh-grey);
}
.kh-video-panel-content {
    overflow: hidden; 
}
.kh-video-inner {
    padding: 25px;
}
.kh-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    border-radius: var(--kh-border-radius);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background: var(--kh-black); 
    overflow: hidden;
}
.kh-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .kh-section-title {
        font-size: 20px;
    }
    .kh-guide-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px; 
        gap: 12px; 
    }
    .kh-guide-info h3 {
        font-size: 16px;
    }
    .kh-guide-info span {
        font-size: 13px;
        line-height: 1.4;
        display: block;
    }
    .kh-global-download-links {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 8px; 
    }
    .kh-global-btn-outline {
        flex: 1; 
        padding: 8px 6px; 
        font-size: 13px; 
        white-space: nowrap; 
    }
    .kh-global-btn-outline svg {
        width: 16px;
        height: 16px;
    }
    .kh-video-inner {
        padding: 15px;
    }
}
@media (max-width: 360px) {
    .kh-global-btn-outline {
        font-size: 12px;
        gap: 5px;
    }
}

/* Typy sietoviny - Mash container*/

.kh-mesh-airy-wrapper {
  margin: 40px auto;
  font-family: inherit;
  color: var(--kh-black);
  padding: 0 15px;
}
.kh-mesh-heading {
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 8px;
  color: var(--kh-black);
}
.kh-mesh-airy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.kh-mesh-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.kh-mesh-icon-wrap {
  flex-shrink: 0;
}
.kh-mesh-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--kh-bg-light-green); 
}
.kh-mesh-icon svg {
  width: 24px;
  height: 24px;
}
.kh-color-gray {
  background-color: var(--kh-white);
  border: 1px solid var(--kh-grey);
  color: #888;
}
.kh-color-black {
  background-color: var(--kh-white);
  border: 1px solid var(--kh-grey);
  color: var(--kh-black);
}
.kh-color-pet {
  background-color: #fff8e8; 
  color: var(--kh-gold-dark);
}
.kh-color-pollen {
  background-color: var(--kh-bg-light-green);
  color: var(--kh-dark-lighter-green);
}
.kh-mesh-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px; 
}
.kh-mesh-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--kh-black);
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.kh-badge {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 4px;
}
.kh-badge-light {
  background-color: var(--kh-bg-light-green);
  color: var(--kh-black);
}
.kh-badge-pet {
  background-color: var(--kh-gold-light);
  border: 1px solid var(--kh-gold);
  color: var(--kh-gold-dark);
}
.kh-badge-pollen {
  background-color: var(--kh-bg-light-green);
  border: 1px solid var(--kh-dark-lighter-green);
  color: var(--kh-dark-green);
}
.kh-mesh-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--kh-grey-dark);
  margin: 0;
}
@media (max-width: 900px) {
  .kh-mesh-airy-grid {
    grid-template-columns: 1fr; 
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .kh-mesh-airy-wrapper {
    margin: 30px auto; 
    padding: 0 10px; 
  }
  h3.kh-mesh-heading {
    margin-bottom: 10px !important;
  }
  .kh-mesh-icon-wrap {
    display: none; 
  }
  .kh-mesh-airy-grid {
    row-gap: 24px; 
  }
  .kh-mesh-item {
    gap: 0; 
  }
  .kh-mesh-content {
    padding-top: 0;
    gap: 6px; 
  }
  .kh-mesh-title {
    font-size: 16px;
    gap: 8px; 
  }
 
  .kh-badge {
    font-size: 11px;
    padding: 2px 6px;
  }
  .kh-mesh-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ===== TITULKA ===== */

/* Hero — akčné tlačidlá */
.kh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
		margin-left: 10px;
  }
.kh-btn-primary {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    background-color: var(--kh-dark-green);
    color: var(--kh-white);
    border: 2px solid var(--kh-dark-green);
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
  }
.kh-btn-primary:hover {
    background-color: var(--kh-dark-lighter-green);
    border-color: var(--kh-dark-lighter-green);
    color: var(--kh-white);
}

 /* Hero — fajky (checks) */
  .kh-hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 18px;
  }
  .kh-hero-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--kh-dark-green);
  }
  .kh-hero-check .kh-tick {
    flex: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--kh-dark-green);
    color: var(--kh-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

@media (max-width: 600px) {
    .kh-hero-actions {
      flex-direction: column;
			margin: 0;
			margin-top: 10px;
    }
    .kh-hero-actions .kh-btn-primary,
    .kh-hero-actions .kh-btn-outline {
      width: 100%;
      justify-content: center;
    }
	.kh-hero-checks {
      flex-direction: column;
      gap: 12px;
    }
}

/* Sekčný nadpis — opakovateľný komponent */
.kh-sec-head {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}
.kh-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--kh-gold-dark) !important;
}
.kh-sec-head h2 {
  margin: 7px 0 12px;
  color: var(--kh-dark-green);
}
.kh-uline {
  width: 54px;
  height: 3px;
  margin: 0 auto;
  background: var(--kh-gold);
  border-radius: 2px;
}
.kh-sec-head p {
  margin: 12px 0 0;
  color: var(--kh-grey-dark);
}

/* Hero — badge */
.kh-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e3eae5;
  color: var(--kh-dark-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
}
.kh-hero-badge svg {
  flex: none;
  width: 14px;
  height: 14px;
}

/* Sekcia 2 — kategórie */
.kh-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.kh-cat-card {
  display: flex;
  flex-direction: column;
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .15s ease, transform .15s ease;
}
.kh-cat-card:hover {
  box-shadow: 0 10px 26px rgba(14, 67, 38, .12);
  transform: translateY(-3px);
}
.kh-cat-img {
  aspect-ratio: 16 / 10;
  background: var(--kh-bg-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9bdb1;
  font-size: 13px;
}
.kh-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh-cat-body {
  padding: 20px 21px 22px;
}
.kh-cat-body h3 {
  margin: 0;
  font-size: 20px;
  color: var(--kh-dark-green);
}
.kh-cat-body p {
  margin: 6px 0 14px;
  font-size: 14.5px;
  color: var(--kh-grey-dark);
}
.kh-cat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kh-cat-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--kh-gold-dark);
}
.kh-cat-link {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--kh-dark-green);
}
.kh-cat-card:hover .kh-cat-link {
  color: var(--kh-gold-dark);
}
@media (max-width: 768px) {
  .kh-cat-grid {
    grid-template-columns: 1fr;
  }
}

/* Sekcia 3 — Trust strip */
.kh-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 26px;
}
.kh-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.kh-trust-ic {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kh-trust-ic svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--kh-dark-green);
  stroke-width: 2;
}
.kh-trust-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--kh-dark-green);
}
@media (max-width: 600px) {
  .kh-trust-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Sekcia 4 — Sieťky na mieru */
.kh-sietky-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: center;
}
.kh-sietky-text h2 {
  margin: 7px 0 0;
  color: var(--kh-dark-green);
}
.kh-sietky-text .kh-uline {
  margin: 12px 0 16px;
}
.kh-sietky-lead {
  margin: 0;
  color: var(--kh-grey-dark);
}
.kh-steps {
  display: flex;
  gap: 12px;
  margin: 22px 0 24px;
}
.kh-step {
  flex: 1;
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.kh-step:hover {
  border-color: var(--kh-gold);
  box-shadow: 0 6px 16px rgba(14, 67, 38, .1);
  transform: translateY(-2px);
}
.kh-step-n {
  width: 30px;
  height: 30px;
  margin: 0 auto 9px;
  border-radius: 50%;
  background: var(--kh-dark-green);
  color: var(--kh-white);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kh-step-t {
  font-weight: 800;
  font-size: 15px;
  color: var(--kh-dark-green);
}
.kh-step-link {
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--kh-gold-dark);
}
.kh-sietky-text .kh-btn-primary {
  display: inline-flex;
}
.kh-sietky-img {
  aspect-ratio: 4 / 3;
  border-radius: var(--kh-border-radius);
  overflow: hidden;
  background: var(--kh-bg-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9bdb1;
  font-size: 13px;
}
.kh-sietky-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .kh-sietky-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Sekcia 4 — akčné tlačidlá (primárne + návody) */
.kh-sietky-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 600px) {
  .kh-sietky-actions .kh-btn-primary {
    width: 100%;
    justify-content: center;
  }
  .kh-sietky-actions .kh-btn-outline {
    flex: 1;
    justify-content: center;
  }
}

/* Sekcia 4 — kroky pod seba na mobile */
@media (max-width: 600px) {
  .kh-steps {
    flex-direction: column;
  }
}

/* Sekcia 5 — Repelenty */
.kh-microcopy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.kh-microcopy span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--kh-dark-lighter-green);
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  padding: 5px 13px;
  border-radius: 20px;
}
.kh-repel-cta {
  text-align: center;
}
.kh-repel-cta .kh-btn-outline {
  display: inline-flex;
}

/* Sekcia 6 — Značky */
.kh-brands-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}
.kh-brands-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--kh-grey-dark);
}
.kh-brand-logo {
  font-weight: 800;
  font-size: 18px;
  color: var(--kh-dark-green);
  border: 1.5px solid var(--kh-grey);
  border-radius: 4px;
  padding: 13px 28px;
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease;
}
.kh-brand-logo:hover {
  border-color: var(--kh-gold);
  color: var(--kh-gold-dark);
}
@media (max-width: 600px) {
    .kh-brands-row {
      flex-direction: column;
      gap: 14px;
    }
  }
/* Sekcia 7 — Naša misia */
.kh-misia-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: center;
}
.kh-misia-img {
  aspect-ratio: 4 / 3;
  border-radius: var(--kh-border-radius);
  overflow: hidden;
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9bdb1;
  font-size: 13px;
}
.kh-misia-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh-misia-text h2 {
  margin: 7px 0 0;
  color: var(--kh-dark-green);
}
.kh-misia-text .kh-uline {
  margin: 12px 0 16px;
}
.kh-misia-lead {
  margin: 0;
  color: var(--kh-grey-dark);
}
.kh-misia-text .kh-btn-outline {
  display: inline-flex;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .kh-misia-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
/* Sekcia 8 — Pomoc */
.kh-help .kh-sec-head {
  margin-bottom: 0;
}
.kh-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
@media (max-width: 600px) {
  .kh-help-actions {
    flex-direction: column;
  }
  .kh-help-actions .kh-btn-primary,
  .kh-help-actions .kh-btn-outline {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================================
   PRODUKT DETAIL — sieťky na okno (nový koncept)
   Triedy kh-pd-* · obsah taba zabalený do .kh-pd
   ======================================================== */

/* Podnadpisy v tabe + úvodný text */
.kh-pd h3 {
  font-size: 19px;
  color: var(--kh-dark-green);
  margin: 34px 0 16px;
}
.kh-pd h3:first-of-type {
  margin-top: 24px;
}
.kh-pd-lead {
  font-size: 16px;
  color: var(--kh-black);
  margin: 0 0 8px;
}

/* Karta — benefity, balenie */
.kh-pd-grid {
  display: grid;
  gap: 16px;
}
.kh-pd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.kh-pd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.kh-pd-card {
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  padding: 20px;
}
.kh-pd-card-ic {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--kh-bg-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.kh-pd-card-ic svg {
  width: 21px;
  height: 21px;
  stroke: var(--kh-dark-green);
  fill: none;
  stroke-width: 2;
}
.kh-pd-card-ic svg.kh-pd-ico-fill {
  stroke: none;
}
.kh-pd-card-ic svg.kh-pd-ico-fill path {
  fill: var(--kh-dark-green);
}
.kh-pd-card h4 {
  font-size: 17px;
  color: var(--kh-dark-green);
  margin: 0 0 5px;
}
.kh-pd-card p {
  font-size: 16px;
  color: var(--kh-grey-dark);
  margin: 0;
}

/* Typy sieťoviny — vzdušný textový layout */
.kh-pd-mesh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
.kh-pd-mesh-item h4 {
  font-size: 17px;
  color: var(--kh-dark-green);
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.kh-pd-mesh-item p {
  font-size: 16px;
  color: var(--kh-grey-dark);
  margin: 0;
}
.kh-pd-tag {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  color: var(--kh-dark-green);
  padding: 2px 7px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .kh-pd-grid-3,
  .kh-pd-grid-2,
  .kh-pd-mesh {
    grid-template-columns: 1fr;
  }
}

/* Kompatibilita — rozbaľovací box */
.kh-pd-compat {
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  padding: 0 18px;
  margin: 6px 0 10px;
	margin-top: 15px;
}
.kh-pd-compat-h {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--kh-dark-green);
  padding: 13px 0;
  cursor: pointer;
  list-style: none;
}
.kh-pd-compat-h::-webkit-details-marker {
  display: none;
}
.kh-pd-compat-chev {
  width: 18px;
  height: 18px;
  flex: none;
  margin-left: auto;
  stroke: var(--kh-dark-green);
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.kh-pd-compat[open] .kh-pd-compat-chev {
  transform: rotate(180deg);
}
.kh-pd-compat-body {
  padding-bottom: 7px;
}
.kh-pd-compat-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  padding: 6px 0;
}
.kh-pd-compat-row p {
  margin: 0;
}
.kh-pd-compat-ic {
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.kh-pd-compat-ic svg {
  width: 11px;
  height: 11px;
  stroke: var(--kh-white);
  stroke-width: 3.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kh-pd-compat-ic.ok {
  background: #1c7344;
}
.kh-pd-compat-ic.warn {
  background: var(--kh-gold-dark);
}
.kh-pd-compat-ic.no {
  background: #9aa39d;
}

/* Kroky — zameranie, montáž */
.kh-pd-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.kh-pd-step {
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  overflow: hidden;
}
.kh-pd-step-img {
  aspect-ratio: 4 / 3;
  background: var(--kh-bg-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9bdb1;
  font-size: 12px;
  border-bottom: 1px solid var(--kh-grey);
}
.kh-pd-step-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh-pd-step-body {
  padding: 18px;
}
.kh-pd-step-n {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--kh-dark-green);
  color: var(--kh-white);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.kh-pd-step-body h4 {
  font-size: 17px;
  color: var(--kh-dark-green);
  margin: 0 0 6px;
}
.kh-pd-step-body p {
  font-size: 16px;
  color: var(--kh-grey-dark);
  margin: 0;
}
.kh-pd-step-body ul {
  margin: 8px 0 0;
  padding-left: 17px;
  font-size: 16px;
  color: var(--kh-grey-dark);
}

/* Tlačidlá návodov + rozbaľovacie video */
.kh-pd-dl {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.kh-pd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 20px;
  border: 2px solid var(--kh-dark-green);
  border-radius: 4px;
  background: transparent;
  color: var(--kh-dark-green);
  text-decoration: none;
  cursor: pointer;
}
.kh-pd-btn:hover {
  color: var(--kh-gold-dark);
  border-color: var(--kh-gold-dark);
}
.kh-pd-btn svg {
  width: 17px;
  height: 17px;
  flex: none;
}
.kh-pd-video {
  display: none;
  margin-top: 14px;
}
.kh-pd-video.is-open {
  display: block;
}
.kh-pd-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--kh-border-radius);
  overflow: hidden;
  border: 1px solid var(--kh-grey);
  background: #000;
}
.kh-pd-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .kh-pd-steps {
    grid-template-columns: 1fr;
  }
}

/* Callout — success / info box */
.kh-pd-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  border-left: 3px solid #1c7344;
  border-radius: var(--kh-border-radius);
  padding: 16px 18px;
  margin-top: 22px;
}
.kh-pd-note svg {
  width: 20px;
  height: 20px;
  flex: none;
  stroke: #1c7344;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 1px;
}
.kh-pd-note p {
  font-size: 16px;
  color: var(--kh-grey-dark);
  margin: 0;
}

/* RENOLIT — zvýraznený prémiový panel (len produkt Renolit) */
.kh-pd-feature {
  background: var(--kh-bg-light-green);
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  padding: 34px 30px;
  margin: 26px 0;
}
.kh-pd-feature-head {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 26px;
}
.kh-pd-feature-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--kh-gold);
  color: var(--kh-black);
  padding: 6px 15px;
  border-radius: 50px;
}
.kh-pd-feature .kh-pd-feature-head h3 {
  margin: 14px 0 8px;
  font-size: 20px;
}
.kh-pd-feature-head p {
  font-size: 16px;
  color: var(--kh-grey-dark);
  margin: 0;
}
.kh-pd-feature .kh-pd-card {
  border-color: transparent;
  box-shadow: 0 1px 5px rgba(14, 67, 38, .06);
}
@media (max-width: 768px) {
  .kh-pd-feature {
    padding: 24px 18px;
  }
}

/* ===== 404 STRÁNKA ===== */
.kh-404 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 52px 26px 4px;
  text-align: center;
}

/* veľká „404" — prostredná nula je koruna (brand vizuálny kód) */
.kh-404-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 4px;
}
.kh-404-digit {
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  color: var(--kh-dark-green);
}
.kh-404-mark svg {
  flex: none;
  width: 112px;
  height: 112px;
  fill: var(--kh-gold);
}

.kh-404-title {
  margin: 8px 0 12px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--kh-dark-green);
}
.kh-404-lead {
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 16px;
  color: var(--kh-grey-dark);
}

/* tlačidlá na kategórie — flex riadok (kh-btn-* sú display:flex) */
.kh-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* odsadenie nadpisu „Vybrané produkty" od tlačidiel */
.kh-404 .kh-sec-head {
  margin-top: 52px;
}

/* spodný help blok pod produktmi */
.kh-404-help {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 26px 56px;
  text-align: center;
}
.kh-404-help p {
  margin: 0 0 18px;
  font-size: 15px;
  color: var(--kh-grey-dark);
}
.kh-404-help .kh-btn-outline {
  display: inline-flex;
}

@media (max-width: 680px) {
  .kh-404 {
    padding: 36px 16px 2px;
  }
  .kh-404-digit {
    font-size: 76px;
    letter-spacing: -2px;
  }
  .kh-404-mark svg {
    width: 66px;
    height: 66px;
  }
  .kh-404-title {
    font-size: 25px;
  }
  .kh-404-lead {
    font-size: 15px;
  }
  .kh-404-actions {
    flex-direction: column;
  }
  .kh-404-actions .kh-btn-primary,
  .kh-404-actions .kh-btn-outline {
    width: 100%;
    justify-content: center;
  }
  .kh-404-help {
    padding: 26px 16px 44px;
  }
}

/* ===== SIEŤKY — VÝBEROVÁ STRÁNKA (rozbočovač) ===== */
.kh-pick {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 26px 60px;
}

/* veľký výberový divider — 2 panely (okno / dvere) */
.kh-pick-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 6px;
}
.kh-pick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
  padding: 34px 32px;
  border-radius: var(--kh-border-radius);
  overflow: hidden;
  text-decoration: none;
}
.kh-pick-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.kh-pick-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(14, 67, 38, .94) 0%,
    rgba(14, 67, 38, .60) 42%,
    rgba(14, 67, 38, .12) 100%);
  transition: opacity .25s ease;
}
.kh-pick-card:hover .kh-pick-card-img {
  transform: scale(1.05);
}
.kh-pick-card:hover .kh-pick-card-shade {
  opacity: .9;
}
.kh-pick-card-body {
  position: relative;
}
.kh-pick-card-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--kh-gold);
}
.kh-pick-card-body h3 {
  margin: 9px 0 8px;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--kh-white);
}
.kh-pick-card-body p {
  margin: 0 0 8px;
  max-width: 360px;
  font-size: 15px;
  color: rgba(255, 255, 255, .85);
}
.kh-pick-meta {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .70);
}
.kh-pick-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--kh-gold);
}
.kh-pick-cta svg {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}
.kh-pick-card:hover .kh-pick-cta svg {
  transform: translateX(5px);
}

/* vyrolované modely pod dividerom — 2 stĺpce */
.kh-pick-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}
.kh-pick-listcol {
  background: var(--kh-white);
  border: 1px solid var(--kh-grey);
  border-radius: var(--kh-border-radius);
  padding: 22px 26px 8px;
}
.kh-pick-listcol h3 {
  margin: 0 0 2px;
  font-size: 18px;
  color: var(--kh-dark-green);
}
.kh-pick-listcol-sub {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: var(--kh-grey-dark);
}
.kh-pick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kh-pick-list li {
  border-top: 1px solid var(--kh-grey);
}
.kh-pick-list li:first-child {
  border-top: none;
}
.kh-pick-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  text-decoration: none;
  color: var(--kh-black);
  font-weight: 600;
  font-size: 14.5px;
  transition: color .15s ease;
}
.kh-pick-list a:hover {
  color: var(--kh-gold-dark);
}
.kh-pick-price {
  flex: none;
  font-size: 14px;
  font-weight: 800;
  color: var(--kh-gold-dark);
}

@media (max-width: 768px) {
  .kh-pick {
    padding: 38px 0 44px;
  }
  .kh-pick-split,
  .kh-pick-lists {
    grid-template-columns: 1fr;
  }
  .kh-pick-card {
    min-height: 300px;
    padding: 26px 22px;
  }
  .kh-pick-card-body h3 {
    font-size: 26px;
  }
}

/* Doprava PACKETA */
.packeta-widget .packeta-widget-place {
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	background-color: #e0e8e3;
}
.packeta-widget .packeta-widget-info {
	padding: 0 10px 10px 10px;
	background-color: #e0e8e3;
	margin-bottom: 10px;
	font-weight: bold;
}
.packeta-widget.after-rate .packeta-widget-button {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.packeta-widget.after-rate .packeta-widget-button .packetery-widget-button-logo {
	max-width: 50px;
	max-height: 50px;
}
.packeta-widget.after-rate .packeta-widget-button button.button {
	width: auto !important;
}

/* Kroky — 2-stĺpcový variant (napr. plissé montáž = 4 kroky 2×2).
   Použiť spolu so základnou .kh-pd-steps: class="kh-pd-steps kh-pd-steps-2" */
.kh-pd-steps-2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
	.kh-pd-steps-2 {
		grid-template-columns: 1fr;
	}
}

/* Callout — varovný (gold) variant. Použiť spolu so základným .kh-pd-note:
   class="kh-pd-note kh-pd-note-warn" */
.kh-pd-note-warn {
	background: var(--kh-gold-light);
	border-color: var(--kh-gold);
	border-left-color: var(--kh-gold-dark);
}
.kh-pd-note-warn svg {
	stroke: var(--kh-gold-dark);
}

/* Custom free shipping bar */
.woocommerce-checkout-review-order-table tbody tr:last-child td {
	padding-bottom: 0;
}
.kh-freebar {
	margin: 0 0 1rem;
	padding: .85rem 1rem;
	background: var(--kh-bg-light-green);
	border-radius: var(--kh-border-radius);
}
.kh-freebar__msg {
	margin: 0 0 .6rem;
	font-size: .9rem;
	line-height: 1.4;
	color: var(--kh-black);
}
.kh-freebar__track {
	height: 8px;
	background: rgba(14, 67, 38, .12);
	border-radius: 99px;
	overflow: hidden;
}
.kh-freebar__track span {
	display: block;
	height: 100%;
	background: var(--kh-dark-lighter-green);
	border-radius: 99px;
	transition: width .35s ease;
}
.kh-freebar__link {
	display: inline-block;
	margin-top: .75rem;
	font-size: .85rem;
	font-weight: 600;
	color: var(--kh-dark-green);
	text-decoration: none;
}
.kh-freebar__link:hover {
	color: var(--kh-gold-dark);
	text-decoration: underline;
}
.kh-freebar-row td {
	padding: 1rem 0 0 !important;
	border: 0 !important;
}
li.kh-freebar-li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
li.kh-freebar-li .kh-freebar {
	margin: .5rem 0;
}

/* Odstupenie od zmluvy wpify */
.woocommerce-button.button.wpify_withdrawal.order-actions-button {
	margin-right: 10px;
}
.bolder-link {
	font-weight: bold;
	font-size: 16px !important;
	margin-bottom: 10px;
}
/* --- Konfigurátor: živý prepočet mm → cm --- */
.kh-mm-hint { 
	font-size:.85em; 
	color: var(--kh-muted, #6b7280); 
	margin-top:4px; 
	font-weight: bold;
}
.kh-mm-hint.kh-mm-warn { 
	color: var(--kh-danger, #c0392b); 
	font-weight:600; 
}

/* ==========================================================================
     Cookiebot — skrytie brandingu z consent banneru
     ========================================================================== */

#CybotCookiebotDialogHeader,
#CybotCookiebotDialogHeaderLogosWrapper,
#CybotCookiebotDialogPoweredbyCybot {
	display: none !important;
}

/* Plávajúce privacy tlačidlo (vľavo dole) — NEOVERENÉ */
#CookiebotWidget .CookiebotWidget-main-logo {
	display: none !important;
}
/* Skrytie signal GPC */
div.CybotCookiebotDialogGpcContainer {
	display: none !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
	color: var(--kh-dark-green);
}
div.CybotCookiebotDialogBodyBottomWrapper {
	margin-top: 0 !important;
}
#CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton {
	background-color: var(--kh-dark-green) !important;
	border-color: var(--kh-dark-green) !important;
}
#CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton:hover {
	background-color: var(--kh-dark-lighter-green) !important;
	border-color: var(--kh-dark-lighter-green) !important;
}
#CybotCookiebotDialogBodyButtonDecline.CybotCookiebotDialogBodyButton {
	border-color: var(--kh-dark-lighter-green) !important;
	color: var(--kh-dark-green) !important; !important;
}
#CybotCookiebotDialogBodyContent.CybotCookiebotScrollArea {
	padding: 1em 0.625em !important;
}
a#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
	color: var(--kh-dark-green) !important;
}
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
	border: none !important;
}
div.CybotCookiebotDialogBodyBottomWrapper #CybotCookiebotDialogBodyEdgeMoreDetails {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}








