/*
Theme Name: Squeeze Child
Description: Custom child theme for Squeeze Squeeze
Template: storefront
Version: 1.0
*/

@import url('../storefront/style.css');

/* Remove sidebar completely */
aside.sidebar-primary,
.sidebar,
.widget-area {
  display: none !important;
}

/* Make shop full width */
.woocommerce-page .col-full,
.storefront-full-width-content .col-full {
  max-width: 100% !important;
}

.woocommerce ul.products {
  margin-left: 0;
  margin-right: 0;
}
