/** Shopify CDN: Minification failed

Line 9:14 Expected ")" to end URL token
Line 17:14 Expected ")" to end URL token

**/
@font-face {
  font-family: TT Norms Pro;
  src: url({{ "TT_Norms_Pro_Regular.woff2" | asset_url }}) format('woff2');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: TT Norms Pro;
  src: url({{ "TT_Norms_Pro_Bold.woff2" | asset_url }}) format('woff2');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

.ww-bestseller {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.ww-badge {
  background: #4f66c2;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  white-space: nowrap;
}

.ww-type {
  color: #4f66c2;
  font-size: 14px;
  text-decoration: none;
}

.ww-type:hover,
.ww-type:focus {
  text-decoration: underline;
}
