/** Shopify CDN: Minification failed

Line 63:1 Expected "}" to go with "{"

**/
.product-grid .card .card__inner {
  border: 1px solid rgba(var(--color-foreground),.5);
}

.color-background-2 .card .card__inner {
  border-color: rgba(var(--color-base-accent-1));
}

.color-background-2 .icon-cart {
  color: rgba(var(--color-foreground));
}

.color-background-2 button {
  background-color: rgba(var(--color-base-accent-1));
}

.color-accent-2 > button {
  background-color: rgba(var(--color-base-accent-2));
}

.card .icon-cart{
  height: 100%;
  width: 100%;
}

.card_product_variants {
  position: relative;
}

.product__media-item:first-child {
  overflow: hidden;
}

bec-variant-selects ~ .card_product_buttons {
  position: absolute;
  right: 0;
  top: 0;
}

bec-variant-selects ~ .card_product_buttons button{
  margin: 0;
  height: 100%;
  min-height: unset;
  width: 34px;
  padding: 8px 12px 5px 3px;
  border: 0;
}

bec-variant-selects .icon-ban {
  max-width: 20px;
  padding-left:5px;
}


@media screen and (max-width:550px) {
bec-variant-selects .select__select {
  font-size: 1.1rem;
}