/** Shopify CDN: Minification failed

Line 22:45 Unexpected "{"

**/
.product-grid { flex-wrap:wrap; }
.spr-header-title { display:none; }
.spf-product-card__title, .spf-product-card__title * { font-weight:bold!important; font-size:16px!important; }
.spf-product-card__list ul { list-style:none; padding:0!important; }
.spf-product-card__list ul li { font-size:14px!important; }
.spf-product__label-sale { background:#000!important; left:auto!important; right:5px; font-weight:bold; }
.spf-product-card {
  display: flex;
  gap:1rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  padding-bottom: 24px;
}
.spf-product-card .spf-product__info { display:flex; flex-direction: column; gap:10px; flex:1; }
.spf-product-card .spf-product-card__vendor, { display:none!important; }
.spf-product-card form * { position:relative!important; transition:none!important; transform:none!important; }
.spf-product-card .spf-product-bottom-row { display:flex; justify-content:space-between; gap:1rem; margin-top:auto; }
.spf-product-card .spf-product-bottom-row .stamped-badge-caption { display:none; }
.spf-product-card  .spf-product-card__saleprice  { color:rgb(73, 40, 54); font-weight:bold; }

.spf-product-card .open-quick-view { left:5px; }
.spf-product-card .open-quick-view svg { color:rgb(255, 148, 78); }
.gfqv-product-card__saleprice { color:rgb(255, 148, 78)!important; font-weight:bold; }
    
.gf-filter-contents *, .gf-filter-contents span, .gf-block-content .gf-option-box .gf-count, .gf-option-label * { font-size:14px!important; font-weight:normal!important; }
.gf-option-label strong, .gf-option-label strong * { font-weight:bold!important; }
.gf-option-box button {
  width: 100%;
  align-items: flex-start;
  padding-left: 6px;
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: .1rem;
}
.gf-Checkbox { 
  border-radius: 50%;
  background-color: #ededed;
  min-width: 20px;
  height: 20px;
  border: none;
  margin-right: 9px;
}

