/** Shopify CDN: Minification failed

Line 15:14 Expected ")" to end URL token
Line 16:14 Expected ")" to end URL token
Line 17:9 Expected ")" to end URL token
Line 18:9 Expected ")" to end URL token
Line 19:9 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Din';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url({{ 'DIN-Alternate-Bold.eot' | asset_url }});
  src: url({{ 'DIN-Alternate-Bold.eot?#iefix' | asset_url }}) format('embedded-opentype'),
  url({{ 'DIN-Alternate-Bold.woff2' | asset_url }}) format('woff2'),
  url({{ 'DIN-Alternate-Bold.woff' | asset_url }}) format('woff'),
  url({{ 'DIN-Alternate-Bold.svg#DIN-Alternate-Bold' | asset_url }}) format('svg');
}

:root {
  --font-sheffield: 'Din';
}

.header__secondary-nav {
  border-color: #00aba3;
}

body {
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.6 var(--font-sheffield);
}

.accordion__toggle,
.heading,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.prose :is(h1, h2, h3, h4, h5, h6),
.header,
.price-list > *, .product-info__short-description,
.header__categories-nav .header__link-list .contents-link,
.product-info__price *,
.shopify-section--submenu .submenu .collapsible-submenu .link-collapsible,
.announcement-bar__container .header__link-list .contents .contents-item {
  font-family: var(--font-sheffield);
}

.product-card__title,
.product-info__title.font-sheffield ,
.product-card__title *{
  font-family: var(--font-sheffield);
  color: #432B40;
}

.announcement-bar {
  background-color: #432B40;
}

.announcement-bar__container .header__link-list .contents .contents-item {
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 700px) {
  .product-info__title.font-sheffield {
    font-size: 35px;
  }
}