/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Убираем fade-анимацию при смене вариаций */
.c-product__slider,
.c-product__slider *,
.woocommerce-product-gallery,
.woocommerce-product-gallery * {
    transition: none !important;
    animation: none !important;
}

/* Убираем дергание opacity */
.c-product__slider-img {
    opacity: 1 !important;
}

/* Отключаем fade-эффект темы */
.h-fade,
.h-fade * {
    transition: none !important;
}


/* Mobile: add side padding so thumbs don’t stick to screen edges */
@media (max-width: 767px){
  .c-product__gallery > .jj-variation-thumbs{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}