/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.category-collection__title {
    margin: 0.75rem 0;
}
.category-collection__criterions {
    display: flex;
    flex-wrap: wrap;
}
.category-collection__criterion {
    line-height: 1;
    border-radius: 1rem;
    border: 1px solid #eee;
    padding: 0.375rem 0.5rem;
    margin: 0 0.25rem 0.25rem 0;
}
.collections-criterions {
    display:block;
    margin-bottom: 1rem;
}
.collections-criterions__button {
    display: inline-block;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    padding: 0.825rem 2rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: 0.125rem;
    position: relative;
    border: 1px solid #efefef;
    margin: 0 0.625rem 0.625rem 0;
}
.collections-criterions__button:hover {
    background-color: #efefef;
}
.collections-criterions__button--selected {
    color: #58a13a;
    border-color: #58a13a;
}
.collections-criterions__button--selected:hover {
    color: #58a13a;
    background: rgb(88 161 58 / 10%);
}
.collections-criterions__button--selected::before {
    display:inline-block;
    transform: translateX(-.75rem);
    content: '\2715';
}
.category-collection__new::before {
    content: "Nowość";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    color: #fff;
    background-color: #3d076f;
    font-weight: 500;
    line-height: 1;
    padding: 0.275rem;
    border-radius: 0.25rem;
}