body:not(.rtl) .elementor-3159 .elementor-element.elementor-element-6a0a2772{right:0px;}body.rtl .elementor-3159 .elementor-element.elementor-element-6a0a2772{left:0px;}.elementor-3159 .elementor-element.elementor-element-6a0a2772{top:0px;z-index:0;text-align:end;}.elementor-3159 .elementor-element.elementor-element-6a0a2772 img{width:60%;}body:not(.rtl) .elementor-3159 .elementor-element.elementor-element-2970dcc9{left:0px;}body.rtl .elementor-3159 .elementor-element.elementor-element-2970dcc9{right:0px;}.elementor-3159 .elementor-element.elementor-element-2970dcc9{top:555px;z-index:0;text-align:start;}.elementor-3159 .elementor-element.elementor-element-12e6035b{padding:0% 0% 0% 1%;}.elementor-3159 .elementor-element.elementor-element-c36cd3c{--grid-columns:5;--grid-row-gap:10px;--grid-column-gap:10px;}.elementor-3159 .elementor-element.elementor-element-c36cd3c .elementor-pagination{text-align:center;margin-top:20px;}body:not(.rtl) .elementor-3159 .elementor-element.elementor-element-c36cd3c .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-3159 .elementor-element.elementor-element-c36cd3c .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3159 .elementor-element.elementor-element-c36cd3c .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3159 .elementor-element.elementor-element-c36cd3c .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-3159 .elementor-element.elementor-element-6a0a2772 img{width:30%;}.elementor-3159 .elementor-element.elementor-element-c36cd3c{--grid-columns:2;}}@media(max-width:767px){.elementor-3159 .elementor-element.elementor-element-6a0a2772 img{width:30%;}.elementor-3159 .elementor-element.elementor-element-2970dcc9 img{width:70%;}.elementor-3159 .elementor-element.elementor-element-c36cd3c{--grid-columns:2;--grid-row-gap:7px;--grid-column-gap:7px;}}/* Start custom CSS for shortcode, class: .elementor-element-4154cc9e *//* Podkategórie produktov */

.woo-cat-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.woo-cat-card {
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 10px 15px;
	color: #2f2a22;
	text-decoration: none;
	background: #fff;
	border: 1px solid #eadfcd;
	border-radius: 10px;
}

.woo-cat-card:hover,
.woo-cat-card:focus-visible {
	color: #2f2a22;
	text-decoration: none;
	border-color: #d8be8b;
}

.woo-cat-card:focus-visible {
	outline: 2px solid #b78f42;
	outline-offset: 3px;
}

.woo-cat-card__image-wrap {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	background: #f6efe3;
	border-radius: 50%;
	overflow: hidden;
}

.woo-cat-card__image {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.woo-cat-card__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.woo-cat-card__title {
	display: block;
	color: #2f2a22;
	font-size: 16px;
	font-weight: 700;
}

.woo-cat-card__meta {
	display: block;
	color: #7b6c5c;
	font-size: 13px;
	font-weight: 500;
}

.woo-cat-card--bonus {
	background: linear-gradient(135deg, #fff8df 0%, #f7ead0 54%, #fffdf4 100%);
	border-color: #e6ca82;
}

.woo-cat-card--bonus .woo-cat-card__image-wrap {
	background: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1024px) {
	.woo-cat-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.woo-cat-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.woo-cat-card {
		min-height: 70px;
		padding: 10px 10px;
		border-radius: 16px;
	}

	.woo-cat-card__image-wrap {
		flex-basis: 54px;
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}

	.woo-cat-card__image {
		width: 44px;
		height: 44px;
	}

	.woo-cat-card__title {
		font-size: 14px;
		line-height: 1.2;
	}

	.woo-cat-card__meta {
		font-size: 12px;
		line-height: 1.3;
	}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6248380d */.elixir-archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0px 0 10px;
  width: 100%;
}

.elixir-archive-count {
  font-size: 14px;
  line-height: 1.4;
  color: #6f6a5f;
}

.elixir-archive-ordering {
  margin-left: auto;
}

.elixir-archive-ordering .woocommerce-ordering {
  margin: 0;
}

.elixir-archive-ordering select {
  min-width: 260px;
  height: 42px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #ffffff;
  color: #1e251f;
  padding: 0 38px 0 14px;
  font-size: 14px;
  line-height: 42px;
  box-shadow: none;
}

.elixir-archive-ordering select:focus {
  outline: none;
  border-color: #1f4d2e;
}

/* Mobile */
@media (max-width: 767px) {
  .elixir-archive-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0px 0 10px;
  }

  .elixir-archive-count {
    font-size: 13px;
  }

  .elixir-archive-ordering {
    width: 100%;
    margin-left: 0;
  }

  .elixir-archive-ordering .woocommerce-ordering,
  .elixir-archive-ordering select {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */
/* Start custom CSS *//* Read more */
body.elementor-page-3159 .cat-readmore-content {
  max-height: 110px;
  overflow: hidden;
  position: relative;
}

body.elementor-page-3159 .cat-readmore-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background: linear-gradient(
  to bottom,
  transparent,
  #fff
);
  pointer-events: none;
}

body.elementor-page-3159.cat-readmore.is-open .cat-readmore-content,
body.elementor-page-3159 .cat-readmore.is-open .cat-readmore-content {
  max-height: none;
}

body.elementor-page-3159.cat-readmore.is-open .cat-readmore-content::after,
body.elementor-page-3159 .cat-readmore.is-open .cat-readmore-content::after {
  display: none;
}




/* ================================
   PRODUCT BADGES - IMAGE OVERLAY
================================ */

/* Wrapper obrázka produktu:
   class product-image-badge-wrap musí byť na Div blocku,
   ktorý obsahuje Obrázok + Shortcode
*/
.product-image-badge-wrap {
  position: relative !important;
  overflow: visible !important;
}

/* Obrázok produktu */
.product-image-badge-wrap img {
  display: block !important;
}

/* Shortcode widget ako overlay nad obrázkom:
   class product-badges-shortcode musí byť na Shortcode widgete
*/
.product-image-badge-wrap .product-badges-shortcode {
  position: absolute !important;
  inset: 0 !important;
  z-index: 30 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

/* Elementor vnútorný wrapper shortcodu */
.product-image-badge-wrap .product-badges-shortcode .elementor-widget-container,
.product-image-badge-wrap .product-badges-shortcode .elementor-shortcode {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* Celá badge vrstva */
.product-image-badge-wrap .custom-product-badges {
  position: absolute !important;
  inset: 0 !important;
  z-index: 31 !important;
  pointer-events: none !important;
}


/* ================================
   TOP TEXT BADGES
   max. 2 vedľa seba, ďalší ide pod
================================ */

.product-image-badge-wrap .custom-badges-top {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 32 !important;

  display: grid !important;
  grid-template-columns: repeat(2, max-content) !important;
  gap: 6px !important;

  width: max-content !important;
  max-width: 220px !important;
}

/* Textové štítky */
.product-image-badge-wrap .custom-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 25px !important;
  padding: 0 11px !important;
  border-radius: 5px !important;

  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;

  box-shadow: 0 3px 10px rgba(30, 37, 31, 0.12) !important;
}

/* Novinka - žltá */
.product-image-badge-wrap .custom-badge-new {
  background: #ffd447 !important;
  color: #1e251f !important;
}

/* Bestseller - oranžová + biele písmo */
.product-image-badge-wrap .custom-badge-best {
  background: #ff8a00 !important;
  color: #ffffff !important;
}

/* Akcia - výrazná tmavšia červená */
.product-image-badge-wrap .custom-badge-sale {
  background: #c62828 !important;
  color: #ffffff !important;
}


/* ================================
   BOTTOM IMAGE BADGES
================================ */

.product-image-badge-wrap .custom-badges-bottom {
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 32 !important;

  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
}

/* Obrázkové certifikáty */
.product-image-badge-wrap .custom-cert-badge {
  display: block !important;
  object-fit: contain !important;
  filter: drop-shadow(0 3px 7px rgba(30, 37, 31, 0.2));
}

/* Značka kvality - ľavý dolný roh */
.product-image-badge-wrap .custom-cert-quality {
  width: 38px !important;
  height: auto !important;
  margin-right: auto !important;
}

/* BIO - pravý dolný roh */
.product-image-badge-wrap .custom-cert-bio {
  width: 42px !important;
  height: auto !important;
  margin-left: auto !important;
}


/* ================================
   MOBILE BADGES
================================ */

@media (max-width: 767px) {
  .product-image-badge-wrap .custom-badges-top {
    top: 10px !important;
    left: 10px !important;
    gap: 4px !important;

    display: grid !important;
    grid-template-columns: repeat(2, max-content) !important;
    width: max-content !important;
    max-width: 170px !important;
  }

  .product-image-badge-wrap .custom-badge {
    min-height: 22px !important;
    padding: 0 7px !important;
    border-radius: 5px !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  .product-image-badge-wrap .custom-badges-bottom {
    left: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
  }

  .product-image-badge-wrap .custom-cert-quality {
    width: 30px !important;
  }

  .product-image-badge-wrap .custom-cert-bio {
    width: 36px !important;
  }
}


/* ================================
   EXTRA SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .product-image-badge-wrap .custom-badges-top {
    top: 10px !important;
    left: 10px !important;
    gap: 3px !important;

    display: grid !important;
    grid-template-columns: repeat(2, max-content) !important;
    width: max-content !important;
    max-width: 155px !important;
  }

  .product-image-badge-wrap .custom-badge {
    min-height: 20px !important;
    padding: 0 6px !important;
    border-radius: 5px !important;
    font-size: 9px !important;
  }

  .product-image-badge-wrap .custom-badges-bottom {
    left: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
  }

  .product-image-badge-wrap .custom-cert-quality {
    width: 27px !important;
  }

  .product-image-badge-wrap .custom-cert-bio {
    width: 31px !important;
  }
}/* End custom CSS */