/** Shopify CDN: Minification failed

Line 40:0 Unexpected "}"

**/
.product-samples-button {
color: var(--text-color-light);
border: 1px solid rgba(var(--text-color-light-rgb),.2);
width: 100%;
margin: 15px 0;
padding: 14px 28px;
opacity: 1;
font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
text-align: center;
letter-spacing: .2em;
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
font-style: var(--heading-font-style);
}
.product-samples-button:hover {
color: var(--button-text-color);
    border-color: var(--button-background);
}
.CartItem__PropertyList {
  display: none;
}
.ProductMeta__ShareButtons {
  display: none;
}
#calculator {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
#calculator .element label {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
}