.elementor-kit-123{--e-global-color-primary:#53CD49;--e-global-color-secondary:#3D3D3D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CBF881;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-123 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === WooCommerce klassikaline galerii (flexslider) === */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{
  display:flex !important;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-start;
  margin-top:14px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{
  float:none !important;          /* tühista teema float */
  width:auto !important;          /* tühista %-laiused (25% jne) */
  margin:0 !important;
  list-style:none;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{
  width:78px; height:78px;        /* vali enda mõõt */
  object-fit:cover;
  border-radius:8px;
  border:1px solid #2a2a2a;
  transition:transform .15s ease;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover{
  transform:scale(1.04);
}

/* === Woo Blocks / TT4 blokimall (uued klassid) === */
.wp-block-woocommerce-product-gallery .wc-block-product-gallery__thumbnails{
  display:flex !important;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-start;
  margin-top:14px;
}
.wp-block-woocommerce-product-gallery .wc-block-product-gallery__thumbnail{
  width:auto !important;
  margin:0 !important;
  flex:0 0 auto;
}
.wp-block-woocommerce-product-gallery .wc-block-product-gallery__thumbnail img{
  width:78px; height:78px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #2a2a2a;
  transition:transform .15s ease;
}
.wp-block-woocommerce-product-gallery .wc-block-product-gallery__thumbnail img:hover{
  transform:scale(1.04);
}/* End custom CSS */