/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:35 Expected identifier but found "%"
Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 17:26 Expected identifier but found "%"
Line 28:0 Unexpected "{"
Line 28:1 Expected identifier but found "%"
Line 28:35 Expected identifier but found "%"
Line 29:0 Unexpected "{"
... and 2 more hidden warnings

**/
{% comment %}商品一覧ページ{% endcomment %}
{% comment %}位置調整{% endcomment %}
.card-information{
  margin-top: -10px
}
.card-information{
  text-align: left !important;
}
.card-information>.rating{
  margin-top: 7px !important;
}

{% comment %}商品カード部分{% endcomment %}
{% comment %}プライスの文字サイズ{% endcomment %}
span.price-item.price-item--regular{
  font-size: 26px !important;
  letter-spacing: 0.1em !important;
}


@media screen and (max-width: 768px){
   .facets__form{
    display: none !important;
  }
  facet-filters-form.facets.small-hide{
    display: none !important;
  }
  span.price-item.price-item--regular{
      font-size: 24px;
    }
  .card__information{
    margin-top: 5px;
  }
}


@media screen and (max-width: 429px){
  .card__information{
    margin-top: 5px;
  }
  .facets__form{
    display: none !important;
  }
    span.price-item.price-item--regular{
      margin-top: 1px;
      font-size: 16px !important;
    }
}