/** Shopify CDN: Minification failed

Line 63:79 Unexpected "*"
Line 106:13 Unexpected end of file

**/
/* Remove extra margin from collection Above the Blog post section on MOBILE*/
.layout-margin{
  margin: 0px;
}
/* Remove extra margin from collection Above the Blog post section on MOBILE END*/


.collection__toolbar--bordered {
  margin-top: 0px;
}
/* Remove extra margin from collection END */
/* Product Collection Infos */
.product-card__feature{
  list-style-type: none;
  margin-top: 10px;
}
.product-card__icon:not(:last-child){
	margin: 0 0 0.5rem;
}

.product-card__icon:first-child{
	border-top: 1px solid #f0f0f0;
    padding: 0.75rem 0 0 0;
}
.product-card__icon::before{
    position: relative !important;
}
.product-card__icon{
	list-style: none;
}
.product-card__icon-inner{
	-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.product-card__icon-text{
	display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 0.75rem;
    line-height: 1.6;
    font-size:12px;
}
.product-card__icon-title{
  font-weight: 600;
}
/* Product Collection Infos END */
@media screen and (min-width: 641px){
  /* Remove extra margin from collection Above the Blog post section on DESKTOP*/
.layout-margin{
  margin: 30px;
}
 Remove extra margin from collection Above the Blog post section on DESKTOP END*/
}
body{
    background: #f1f1f1;
  }
  .card__header {
    padding-bottom: 20px;
    background-color: #1a1a1a;
    color: white;
    margin-bottom: 1px;
  }
  .collection__toolbar{
    margin-top: 0;
  }
  .collection__header h1{
    color: white;
  }
.product-item__swatch-list{
  margin-bottom: 10px;
}
.card{
  border: none;
}
.card_filter{
  border: 1px solid var(--border-color);
}
.collection__dynamic-part{
  border: 1px solid var(--border-color);
  border-top: none;
}

@media screen and (max-width: 641px){
  .layout__section, .layout{
    margin: 0px;
  }
}

.heading_blog__post{
  margin: auto;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.link:hover, 