.shopcart-widget-wrapper {
 display: none !important; 
}

.product-card-price {
/* display: none !important; */
}

.button-buy {
 display: none !important; 
}

.product-prices {
 /*display: none !important; */
}

.counter {
 display: none !important; 
}

.button.is-primary {
 display: none !important; 
}

.button.is-secondary {
  background: #FFA500;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
#insales-quick-checkout-msg {
  top: 50%;
}
.m-modal {
  top:10%;
}
.filter-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .25rem 1rem;
  padding: .25rem;
}

.filter-inputs_input {
  width: 100%;
  padding: .5rem;
}

.filter-section-control .filter-section-name {
  white-space: pre-wrap !important;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .product-card  .button.is-secondary {
  font-size: 12px;
  }
}


.product-card-price.product-prices.in-card, .product-prices.on-page {
  display: none !important;
}
