.elementor-432 .elementor-element.elementor-element-bf81858{--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;--padding-top:2rem;--padding-bottom:2rem;--padding-left:0rem;--padding-right:0rem;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-432 .elementor-element.elementor-element-fd654f6 .product{text-align:center;}.elementor-432 .elementor-element.elementor-element-fd654f6{padding:1rem 1rem 1rem 1rem;}.elementor-432 .elementor-element.elementor-element-fd654f6.elementor-wc-products  ul.products{grid-column-gap:24px;grid-row-gap:24px;}.elementor-432 .elementor-element.elementor-element-fd654f6 a > img{margin-bottom:0px;}.elementor-432 .elementor-element.elementor-element-fd654f6 .woocommerce .woocommerce-loop-category__title{color:#000000;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:600;line-height:40px;letter-spacing:0.25px;word-spacing:0px;}.elementor-432 .elementor-element.elementor-element-fd654f6 .woocommerce-loop-category__title .count{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;word-spacing:0px;}@media(max-width:1024px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}@media(max-width:767px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}}/* Start custom CSS for wc-categories, class: .elementor-element-fd654f6 */.parent-cat-grid ul.products li.product-category {
    margin: 5px; /* manji razmak između kartica */
    text-align: center;
}

.parent-cat-grid ul.products li.product-category a img {
    max-width: 300px; /* veće slike */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px; /* zaobljenje ivica */
    transition: transform 0.3s ease;
}

.parent-cat-grid ul.products li.product-category a:hover img {
    transform: scale(1.05); /* hover zoom */
}

.parent-cat-grid ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 14px; /* manji naslov */
    margin-top: 6px; /* manji razmak iznad naslova */
}

/* Sakriva broj proizvoda (count) */
.parent-cat-grid ul.products li.product-category .count {
    display: none !important;
}/* End custom CSS */