/** Shopify CDN: Minification failed

Line 66:23 Unexpected bad string token
Line 66:48 Unterminated string token

**/
/* Jost Font Family - With !important to override all other declarations */

/* Normal weights */
@font-face {
  font-family: 'Jost' !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_n3.a5df7448b5b8c9a76542f085341dff794ff2a59d.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_n3.882941f5a26d0660f7dd135c08afc57fc6939a07.woff") format("woff");
}

@font-face {
  font-family: 'Jost' !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_n4.791c46290e672b3f85c3d1c651ef2efa3819eadd.woff") format("woff");
}

@font-face {
  font-family: 'Jost' !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_n7.921dc18c13fa0b0c94c5e2517ffe06139c3615a3.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_n7.cbfc16c98c1e195f46c536e775e4e959c5f2f22b.woff") format("woff");
}

/* Italic weights */
@font-face {
  font-family: 'Jost' !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_i3.8d4e97d98751190bb5824cdb405ec5b0049a74c0.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_i3.1b7a65a16099fd3de6fdf1255c696902ed952195.woff") format("woff");
}

@font-face {
  font-family: 'Jost' !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_i4.b690098389649750ada222b9763d55796c5283a5.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_i4.fd766415a47e50b9e391ae7ec04e2ae25e7e28b0.woff") format("woff");
}

@font-face {
  font-family: 'Jost' !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-display: swap !important;
  src: url("//thebasketry.com/cdn/fonts/jost/jost_i7.d8201b854e41e19d7ed9b1a31fe4fe71deea6d3f.woff2") format("woff2"),
       url("//thebasketry.com/cdn/fonts/jost/jost_i7.eae515c34e26b6c853efddc3fc0c552e0de63757.woff") format("woff");
}


<!-- CSS fixes that can't be added elsewhere -->

/* Force aspect ratio for any images missing dimensions */
img:not([width]):not([height]) {
  width: 100%;
  height: auto;
}

/* Ensure WBENC image has dimensions */
img[alt*="WBENC"],
img[src*="WBENC"] {
  width: auto;
  height: auto;
  aspect-ratio: auto;
}
