/** Shopify CDN: Minification failed

Line 12:0 Unexpected "}"
Line 23:0 Unexpected "}"

**/
.nellierares-card-border {
  border: 1px solid #000;
  border-radius: var(--radius-image, 8px);
  overflow: hidden;
}
}
.nellierares-atc-wrapper { padding: 8px 12px 12px; }
.nellierares-atc-btn {
  display: block; width: 100%; padding: 10px;
  background: #000; color: #fff; text-align: center;
  font-weight: 600; font-size: 13px; border: none;
  border-radius: 4px !important;
  cursor: pointer; text-decoration: none;
  letter-spacing: 0.03em; box-sizing: border-box;
}

}
.nellierares-atc-btn:hover { opacity: 0.8; }

product-grid-item {
  display: flex;
  flex-direction: column;
}

.product__grid__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nellierares-atc-wrapper {
  margin-top: auto;
}
.product-grid-slide {
  display: flex;
  flex-direction: column;
}

.product-grid-slide product-grid-item {
  flex: 1;
}
.nellierares-card-border img,
.nellierares-card-border .product-grid-item__image-wrapper,
.nellierares-card-border product-grid-item-image {
  border-radius: 2px 2px 0 0 !important;
}

/* Headset-ikon för Support-länk i huvudmenyn */
a[href="/pages/contact"] .navtext {
  display: none;
}

a[href="/pages/contact"] {
  position: relative;
  display: inline-flex;
  align-items: center;
}

a[href="/pages/contact"]::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
