/* This file is the variable Playfair font already used by the site, exposed as
   a dedicated face so the wordmark can use its genuinely fine 400 instance. */
@font-face {
  font-family: 'Playfair Display Fine';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/font-2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.wordmark.logo-mark,
.header > .wordmark.logo-mark,
.product-header-logo,
.admin-brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 214px;
  height: 62px;
  max-width: 100%;
  line-height: 1;
  text-decoration: none;
}
.brand-name {
  display: block;
  color: var(--deep, #59431e);
  font-family: 'Playfair Display Fine', var(--serif, 'Playfair Display', Georgia, serif) !important;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  white-space: nowrap;
}
.wordmark.logo-mark > .brand-name,
.product-header-logo > .brand-name,
.admin-brand > .brand-name {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}
.header > .wordmark.logo-mark .brand-name,
.footer-top .wordmark.logo-mark .brand-name,
.product-header-logo .brand-name,
.admin-brand .brand-name {
  font-size: 30px !important;
  font-weight: 400 !important;
  letter-spacing: -.01em !important;
}
.brand-tagline {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 1px 0 0 !important;
  color: #7d643e;
  font-family: var(--font, 'DM Sans', sans-serif);
  font-size: 9px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: .04em;
  text-align: center !important;
  white-space: nowrap;
}
.wordmark.logo-mark:focus-visible { outline-offset: 5px; }
.header, .shop-header { height: 86px; }
.footer-top .wordmark.logo-mark,
.product-page .footer-logo { display: inline-flex; width: 214px; height: 62px; overflow: visible; }
.round-seal .brand-seal {
  display: block;
  margin: 3px auto;
  color: var(--gold, #a4864e);
  font: 400 39px/.95 var(--serif, 'Playfair Display', Georgia, serif);
}
.admin-brand { width: 214px; }

@media (max-width: 1250px) {
  .header > .wordmark.logo-mark { width: 188px; }
  .header > .wordmark.logo-mark .brand-name { font-size: 26px; }
}
@media (max-width: 800px) {
  .header, .shop-header { height: 76px; }
  .header > .wordmark.logo-mark { width: 172px; height: 54px; }
  .header > .wordmark.logo-mark .brand-name { font-size: 27px !important; }
  .header .brand-tagline { margin-top: 0 !important; font-size: 8px !important; letter-spacing: .02em; }
}
@media (max-width: 560px) {
  .header, .shop-header { height: 74px; }
  .footer-top .wordmark.logo-mark,
  .product-page .footer-logo { width: 205px; height: 60px; }
  .round-seal .brand-seal { margin: 2px auto; font-size: 29px; }
}
@media (max-width: 360px) {
  .header > .wordmark.logo-mark { width: 150px; }
  .header > .wordmark.logo-mark .brand-name { font-size: 24px !important; }
  .header .brand-tagline { padding: 0 !important; font-size: 7px !important; letter-spacing: 0; }
}
