/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.collection-top{
  width: 100%;
}
#gf-products .spf-product-card:not(.spf-product-card__template-4) .open-quick-view{
  left: 10px !important;
  right: initial !important;
}
#gf-grid .item-product .item-product__wishlist{
  width: 35px;
  height: 35px;
}
.h4.spf-product-card__title a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}  
}
a.open-quick-view {
  right: unset!important;
  left: 10px;
}

.spf-has-filter .item-product .button--top {
  z-index: 9;
}

span.spf-product-card__saleprice {
    color: #000!important;
    font-size: 18px!important;
}

.spf-product-card__price-wrapper .gf-from {
    margin-bottom: 0;
}

.spf-product-card__price-wrapper {
    align-items: center;
}

span.spf-product-card__oldprice {
    margin-bottom: -5px;
}

.spf-has-filter .btn-quick-add.btn {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border: 1px solid;
  border-color: #a88734 #9c7e31 #846a29;
  height: 32px;
  line-height: 32px;
}
.gfqv-product-form #gfqv-btn{
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
  border: 1px solid !importatnt;
  border-color: #a88734 #9c7e31 #846a29 !important;
  color: black !important;
}

@media (min-width: 768px){
  #gf-products .spf-product-card:not(.spf-product-card__template-4) .open-quick-view{
    top: 20px !important;
  }
  /* .h4.spf-product-card__title{
    height: 51px;
    overflow: hidden;
  } */
}
@media (max-width: 767px) {
    .spf-has-filter #gf-grid .gf-filter-selection, 
    .spf-has-filter #gf-grid .gf-filter-trigger {
        flex: 1 1 50%!important;
        max-width: 50% !important;
    }

    .spf-product-card {
      display: flex;
    }

  .spf-product-card__inner{
    flex: 0 0 50%;
  }

  .spf-product__info {
    flex: 0 0 50%;
    padding-left: 10px;
  }

  .spf-has-filter .item-product .button--top > div {
    opacity: 1!important;
    visibility: visible!important;
  }
  #gf-grid .gf-actions{
    flex-direction: row-reverse;
  }
  .globo-dropdown-custom__options{
    right: initial !important;
    left: 0;
    min-width: 100% !important;
  }
  .h4.spf-product-card__title a{
    -webkit-line-clamp: 2;
  }
  .template-collection form.gf-controls-search-form{
    display: none;
  }

  .spf-product-card__price-wrapper {
    flex-direction: column;
  }
  .spf-product-card__price-wrapper {
    align-items: start;
  }
  .spf-has-filter .btn-quick-add.btn{
    margin-top: 10px;
  }
  #gf-products .open-quick-view{
    display: none !important;
  }
}