/*
Theme Name:   IFC Boutique
Theme URI:    https://woocommerce.com/products/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Template: storefront
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      4.6.1
Tested up to: 6.7
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  ifc-shop-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

/* Add your custom styles here */

.ifc-products_by_color {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 150px;
}

.ifc-products_by_color .product a {
  display: flex;
  flex-direction: column;
}

.ifc-products_by_color .product a .woocommerce-loop-product__title {
  font-size: 20px;
  text-align: center;
}

.ifc-products_by_color .product a .price {
  text-align: center;
}

.woocommerce-message {
  background: #f2920a;
}

@media (min-width: 504px) {
  .ifc-products_by_color {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .ifc-products_by_color {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */
