.elementor-23900 .elementor-element.elementor-element-5044a48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23900 .elementor-element.elementor-element-46d269bf > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-23900 .elementor-element.elementor-element-46d269bf{text-align:center;}.elementor-23900 .elementor-element.elementor-element-46d269bf .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;text-transform:uppercase;}.elementor-23900 .elementor-element.elementor-element-d9c5e0f.elementor-element{--align-self:center;}.elementor-23900 .elementor-element.elementor-element-11e6fe9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23900 .elementor-element.elementor-element-f7a898a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-23900 .elementor-element.elementor-element-ac487c0 .product{text-align:center;}.elementor-23900 .elementor-element.elementor-element-ac487c0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 40px 0px 40px;}.elementor-23900 .elementor-element.elementor-element-ac487c0.elementor-element{--align-self:center;}.elementor-23900 .elementor-element.elementor-element-ac487c0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-23900 .elementor-element.elementor-element-ac487c0 .woocommerce .woocommerce-loop-category__title{font-size:20px;text-transform:uppercase;}.elementor-23900 .elementor-element.elementor-element-e9ceae0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-23900 .elementor-element.elementor-element-573805c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-23900 .elementor-element.elementor-element-758ffe8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-23900 .elementor-element.elementor-element-5badb8b.elementor-wc-products ul.products li.product{--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;}.elementor-23900 .elementor-element.elementor-element-5badb8b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-23900 .elementor-element.elementor-element-5badb8b.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-23900 .elementor-element.elementor-element-f99c517{--display:flex;}@media(max-width:1024px){.elementor-23900 .elementor-element.elementor-element-5badb8b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-23900 .elementor-element.elementor-element-5badb8b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-categories, class: .elementor-element-ac487c0 *//* Peida kategooriate arv sulgudes */
.elementor-widget-wc-categories .count,
.elementor-widget-product-categories .count,
.elementor-widget-wc-archive-categories .count,
.woocommerce ul.products li.product-category h2 mark.count {
  display: none !important;
}

/* Kogu toodete/kategooriate grid */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* Suurem minmax */
  gap: 36px; /* Suurem vahe */
  padding: 50px 24px; /* Suurem padding */
  background-color: #f9f9f9;
  border-radius: 12px;
  list-style: none;
  width: 100%;
  max-width: 1400px; /* Suurem max-width */
  margin: 0 auto;
}

/* Iga kategooria kaardi stiil */
.woocommerce ul.products li.product-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 36px 28px; /* Suurem padding */
  transition: all 0.3s ease;
  text-align: center;
  height: auto;
}

/* Hover efekt */
.woocommerce ul.products li.product-category:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Kategooriapilt */
.woocommerce ul.products li.product-category img {
  display: block;
  max-width: 100%;
  max-height: 200px; /* Suurem kõrgus */
  object-fit: contain;
  margin-bottom: 20px; /* Suurem vahe pealkirjaga */
}

/* Kategooria nimi – mitmerealine, joondatud ja hingamisruumiga */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
  font-size: 16px; /* Veidi suurem font */
  font-weight: 500;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.4;
  max-height: 70px; /* Veidi kõrgem lubatud tekstiplokk */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 4px;
  letter-spacing: 0.01em;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-573805c *//* === Filtrite konteiner ühele reale === */
.bapf_body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

/* === Iga filtriüksus === */
.bapf_slct {
  flex: 0 0 auto;
}

/* === Select stiil === */
.bapf_slct select {
  width: 180px !important;
  height: 48px;
  appearance: none;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 15px;
  font-family: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  text-align: center;
  text-align-last: center; /* Firefox/Edge tugi */
  line-height: 48px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* === Hover/focus efektid === */
.bapf_slct select:hover,
.bapf_slct select:focus {
  border-color: #aaa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  outline: none;
}

/* === Respondiivsus mobiilile === */
@media (max-width: 768px) {
  .bapf_body {
    flex-direction: column;
    align-items: stretch;
  }

  .bapf_slct select {
    width: 100% !important;
  }
}
/* Filtrite rida */
.bapf_body {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

/* Iga filtri kast */
.bapf_slct {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 180px;
}

/* Select ise */
.bapf_slct select {
  width: 100% !important;
  max-width: 180px;
  height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-5badb8b *//* Tootekaardi konteiner */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 30px 24px;
  margin: 10px;
  transition: all 0.3s ease;
  text-align: center;
  height: auto;
  justify-content: space-between; /* ⬅️ jagab sisu vertikaalselt */
}

/* Hover efekt */
.woocommerce ul.products li.product:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Tootekaardi sisu */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  flex-grow: 1;
}

/* Toote pilt */
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 16px;
}

/* Toote nimi – lisame alumise marginaali */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px; /* ⬅️ rohkem ruumi allapoole */
  line-height: 1.4;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 4px;
}

/* Peida "Loe edasi" nupp */
.woocommerce ul.products li.product .button {
  display: none !important;
}/* End custom CSS */