#category-view-container {
    @apply p-0  flex flex-col;
}

body.catalog-category-view .page-main{
   @apply my-2;
}

.product-item.product_addtocart_form .swatch-attribute.color label.product-option-value-label{
    width:20px;
    height: 20px;
    min-width: 2px;
}

.product-item.product_addtocart_form .swatch-attribute.size label.product-option-value-label{
    font-size: 0.6rem;
    min-width: 20px;
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/
