.elementor-9 .elementor-element.elementor-element-73bcd39{--swiper-slides-to-display:5;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;--arrow-normal-color:var( --e-global-color-primary );--arrow-hover-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-73bcd39 .swiper-slide > .elementor-element{height:100%;}.elementor-9 .elementor-element.elementor-element-8d14e9e{--swiper-slides-to-display:5;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;--arrow-normal-color:var( --e-global-color-primary );--arrow-hover-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-8d14e9e .swiper-slide > .elementor-element{height:100%;}.elementor-9 .elementor-element.elementor-element-4cf6426{--grid-row-gap:30px;--grid-column-gap:30px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-9 .elementor-element.elementor-element-4cf6426:after{content:"0.66";}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__thumbnail__link{width:100%;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__meta-data span + span:before{content:"•";}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__card{border-radius:5px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__text{margin-top:0px;margin-bottom:5px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__badge{right:0;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-primary );margin:10px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__title{margin-bottom:10px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__excerpt{margin-bottom:5px;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__read-more{margin-bottom:5px;}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-73bcd39{--swiper-slides-to-display:3;}.elementor-9 .elementor-element.elementor-element-8d14e9e{--swiper-slides-to-display:3;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-73bcd39{--swiper-slides-to-display:2;}.elementor-9 .elementor-element.elementor-element-8d14e9e{--swiper-slides-to-display:2;}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-9 .elementor-element.elementor-element-4cf6426:after{content:"0.5";}.elementor-9 .elementor-element.elementor-element-4cf6426 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-b09811c *//* 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 loop-carousel, class: .elementor-element-73bcd39 */.elementor-widget-loop-carousel .swiper:not(.swiper-initialized) {
    opacity: 0;
    visibility: hidden;
}

.elementor-widget-loop-carousel .swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease;
}/* End custom CSS */
/* Start custom CSS *//* ================================
   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 */