/*
Theme Name: 4 Seasons Beauty
Theme URI: http://www.proformat.pl/
Description: Motyw Proformatu
Version: 3.3
Author: Proformat
Author URI: http://www.proformat.pl/
*/

:root{
   --repeat-autofit-300: repeat(auto-fit, minmax(300px, 1fr));
   --repeat-autofit-250: repeat(auto-fit, minmax(250px, 1fr));
   --repeat-autofit-200: repeat(auto-fit, minmax(200px, 1fr));
   --repeat-autofit-150: repeat(auto-fit, minmax(150px, 1fr));
   --repeat-autofit-100: repeat(auto-fit, minmax(100px, 1fr));
}
.tag-groups-cloud-hidden{
    opacity:1!important;
}
.tag-groups-cloud ul{
    list-style:none;
    display:flex;
    gap:20px;
    justify-content: center;
    min-height:60px;
    align-items:center;
    flex-wrap:wrap;
    padding-left: 0px;
}
.tag-groups-cloud ul li a{
    aspect-ratio:1/1;
    background-color:#f5f5f5;
    min-width:35px;
    min-height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.tag-groups-cloud ul li a:hover{
    color:white;
    background-color:black;
}
[id^=tabs-]{
    display:grid;
    grid-template-columns:repeat( 5, minmax(150px, 1fr) );
    gap:20px;
    padding: 10px 5px;
}
@media(max-width:600px){
    [id^=tabs-]{
    grid-template-columns:repeat( 2, minmax(150px, 1fr) );
}
}
[id^=tabs-]:nth-child(odd){
    background-color:#efefef;
}
[id^=tabs-]:nth-child(even){
    background-color:#f9f9f9;
}
[id^=tabs-]:not(:first-of-type){
    display:none;
}