/*
Theme Name: Milano Child Theme
Theme URI: http://wpmilano.com/
Author: UIX Themes
Author URI: http://uix.store
Description: 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: milano-child
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: milano
*/

/* Support pics with transparency in product catalog */
@media (pointer: fine) and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
    .card-media.thumbnail--fade:has(.product-card__thumbnail-hover):hover img:first-child {
        opacity: 0;
    }
}

/* Hide product attributes selection section for attributes+variants which are only used for grouping  
tr:has(> th > label[for="pa_kollektion"]) {
	display: none;
}*/

.filter .filter-control {
  padding-top: 0.6em !important;
}

.filter {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
