/** Shopify CDN: Minification failed

Line 17:6 Comments in CSS use "/* ... */" instead of "//"
Line 19:15 Expected identifier but found whitespace
Line 19:17 Unexpected "{"
Line 19:26 Expected ":"
Line 19:72 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:74 Expected ":"

**/


/* CSS from section stylesheet tags */
https://fastia-store-demo.myshopify.com/admin/themes/121533857965?key=sections%2Fsection-blog-v1.liquid
.section-product-v1 .product-item-v1 {
  margin-right: {{ section.settings.item_margin_right | default: 20 }}px;
  margin-bottom: {{ section.settings.item_margin_bottom | default: 30 }}px;
}

.btn-back-to-top {
  display: inline-block !important;
  padding: 15px 50px !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-back-to-top:hover {
  background-color: #333 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-back-to-top:active,
.btn-back-to-top:focus {
  outline: none !important;
  color: #fff !important;
}