/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/


/* Sakrij sve slike galerije osim prve */
.woocommerce-product-gallery img:not(:first-child) {
    visibility: hidden;
}
/* Prva slika galerije će biti vidljiva odmah, bez obzira na uređaj */
.woocommerce-product-gallery img:first-child {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Osiguraj da slike ostale postaju vidljive kada uđu u viewport, i na mobilnim uređajima */
.woocommerce-product-gallery img {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}