:root {
  --test-var: red;
 }

body,
#wrapper {
  background-color: #f1f1f1;
}

#subcategories {
  display: none;
}

#wrapper .container {
  width: unset;
}

#product-list-header .block-category {
  background: #f1f1f1;
  min-height: unset;
  margin-bottom: unset;
}

#product-list-header .block-category .block-category-inner {
  display: none;
}

#products #js-product-list .products {
  justify-content: flex-start;
}

#products #js-product-list .products .col-xs-6 {
  width: 25%;
  padding: 0.3vw;
}

#products #js-product-list .products .col-xs-6 .product-miniature .highlighted-informations {
  display: none;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container {
  width: 100%;
  background: unset;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-flags li.product-flag {
  background: #11629C;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .thumbnail-top .product-thumbnail img {
  width: 100%;
  background: white;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description {
  background: unset;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description .product-title {
  text-align: left;
}

#products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-top: 0.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #products #js-product-list .products {
    justify-content: flex-start;
  }

  #products #js-product-list .products .col-xs-6 {
    width: 50%;
  }

  #products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description {
    display: flex;
    flex-direction: column;
  }

  #products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description .product-title {
    text-align: center;
  }

  #products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description span {
    text-align: center;
  }

  #products #js-product-list .products .col-xs-6 .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */