/*!
Theme Name: Multigun
Theme URI: http://underscores.me/
Author: Krystian Wrona Crowbox.pl
Author URI: https://crowbox.pl
Description: Motyw dla sklepu internetowego Multi-gun
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mtg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Multigun is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.widget_product_categories .product-categories .active li a{
    background-color: #dadadaab;
}

.widget_product_categories .product-categories li a:hover{
    background-color: #ffbe74 !important;
}

.shop-cart{
    border: 1px solid black;
    padding: 12px;
    border-radius: 5px;
}

.product-information__title{
    font-size: 1.4rem !important; 
}

article.product .product__title{
    padding-left: 0 !important;
}

.product__short{
    line-height: 2rem;
    font-size: 1.3rem;
}

@media(min-width:1020px){
    .categories-list__item {
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px){
    .categories-list-full-mobile .swiper-wrapper{
        grid-template-columns: 50% 50%;
        grid-template-rows: 280px;
        column-gap: 6px; 
        display: grid;
        row-gap: 15px;
    }
}

@media (min-width:550px) and (max-width:768px){
    .categories-list-full-mobile .swiper-wrapper{
        row-gap: 35px;
    }
}