/** Shopify CDN: Minification failed

Line 237:19 Unexpected "*"

**/
/* ============================================
   PSTV Base — Design Tokens, Typography, Utilities
   ============================================ */

/* --- Tokens --- */
:root {
  --pstv-color-bg: #FFFFFF;
  --pstv-color-text: #000;
  --pstv-color-text-secondary: #333;
  --pstv-color-separator: #E0E0E0;
  --pstv-color-surface: #F5F5F5;
  --pstv-color-cta-bg: #000;
  --pstv-color-cta-bg-hover: #222;
  --pstv-color-cta-text: #FFFFFF;
  --pstv-color-trust: #666;
  --pstv-margin-desktop: 50px;
  --pstv-margin-mobile: 22px;
  --pstv-nav-height: 56px;
  --pstv-radius: 0px;
}

/* --- Font Faces ---
   Monument Extended — self-hosted WOFF2 via @font-face in theme.liquid.
   Regular (400) for nav, labels, buttons. Ultrabold (800) for headings.
   --- */

/* --- Font Stacks --- */
.pstv-mono,
.pstv-mono * {
  font-family: 'Monument Extended', sans-serif;
}

.pstv-sans,
.pstv-sans * {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/* --- Global Overrides --- */
body {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  color: var(--pstv-color-text);
  background-color: var(--pstv-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Override Dawn's type settings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Monument Extended', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--pstv-color-text);
}

/* --- Typography Scale --- */
h1, .h1 { font-size: 36px; line-height: 1.15; }
h2, .h2 { font-size: 24px; line-height: 1.2; }
h3, .h3 { font-size: 18px; line-height: 1.3; }

p, .pstv-body {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--pstv-color-text-secondary);
}

small, .pstv-small {
  font-size: 12px;
  line-height: 1.5;
}

/* --- Buttons --- */
.pstv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Monument Extended', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
  border-radius: var(--pstv-radius);
  transition: background-color 150ms ease;
}

.pstv-btn--primary {
  background-color: var(--pstv-color-cta-bg);
  color: var(--pstv-color-cta-text);
}

.pstv-btn--primary:hover {
  background-color: var(--pstv-color-cta-bg-hover);
}

.pstv-btn--ghost {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.pstv-btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.pstv-btn--ghost-dark {
  background-color: transparent;
  color: var(--pstv-color-text);
  border: 1px solid var(--pstv-color-text);
}

.pstv-btn--ghost-dark:hover {
  background-color: var(--pstv-color-text);
  color: var(--pstv-color-cta-text);
}

/* Text link CTA */
.pstv-link {
  font-family: 'Monument Extended', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--pstv-color-text);
  border-bottom: 1px solid var(--pstv-color-text);
  padding-bottom: 2px;
  transition: opacity 150ms ease;
}

.pstv-link:hover {
  opacity: 0.6;
}

/* --- Layout Utilities --- */
.pstv-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: var(--pstv-margin-mobile);
  padding-right: var(--pstv-margin-mobile);
}

.pstv-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pstv-section--surface {
  background-color: var(--pstv-color-surface);
}

.pstv-section--dark {
  background-color: var(--pstv-color-text);
  color: var(--pstv-color-cta-text);
}

.pstv-separator {
  border: none;
  border-top: 1px solid var(--pstv-color-separator);
  margin: 0;
}

/* --- Global Dawn Overrides --- */

/* Sale / compare-at badges — monochrome, sharp */
.badge,
.card__badge .badge,
.price__badge-sale,
.price__badge-sale span {
  background-color: var(--pstv-color-text) !important;
  color: var(--pstv-color-cta-text) !important;
  border-radius: 0 !important;
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border: none !important;
}

/* Product card typography */
.card__heading,
.card__heading a,
.card-information__text,
.full-unstyled-link {
  font-family: 'Monument Extended', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 13px !important;
  color: var(--pstv-color-text) !important;
}

.price-item,
.price .money,
.price-item--regular,
.price-item--sale {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 13px !important;
}

/* Kill Dawn's border-radius everywhere */
.button,
.shopify-challenge__button,
.customer button,
input,
select,
textarea,
.field__input,
.select__select,
.search__input,
.form__label,
details[open] > summary,
.card,
.card__inner,
.card__media,
.media {
  border-radius: var(--pstv-radius) !important;
}

/* Override Dawn's color scheme backgrounds */
.color-scheme-1,
.color-background-1 {
  background-color: var(--pstv-color-bg);
}

/* Kill Dawn's default section padding when we control it */
.section-template--*-padding {
  padding-top: 0;
  padding-bottom: 0;
}

/* --- Hide Sale / discount badges (PRD: no badges) --- */
.card__badge,
.badge--sale,
.price__badge-sale,
.badge[class*="sale"],
.badge[class*="Sale"] {
  display: none !important;
}

/* --- Hide empty "Recently viewed" for new visitors --- */
.recently-viewed-products:empty,
.recently-viewed-products--empty,
product-recommendations:empty {
  display: none !important;
}

/* Also hide recently viewed section when it has no product cards */
.recently-viewed-products:not(:has(.card)) {
  display: none !important;
}

/* --- Contact Form Overrides --- */
.contact .title,
.contact h2.title {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  color: var(--pstv-color-text) !important;
}

.contact .field__label {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.contact .field__input,
.contact .text-area {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px !important;
  border: 1px solid var(--pstv-color-separator) !important;
  border-radius: 0 !important;
  color: var(--pstv-color-text) !important;
}

.contact .field__input:focus,
.contact .text-area:focus {
  border-color: var(--pstv-color-text) !important;
  box-shadow: none !important;
}

.contact .button {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  background-color: var(--pstv-color-cta-bg) !important;
  color: var(--pstv-color-cta-text) !important;
  border-radius: 0 !important;
}

.contact .button:hover {
  background-color: var(--pstv-color-cta-bg-hover) !important;
}

/* Contact form status messages */
.contact .form-status,
.contact .form__message {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.contact .form-status-list a {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px !important;
  color: var(--pstv-color-text) !important;
}

.contact .contact__field-error .form__message {
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12px !important;
}

/* --- Responsive --- */
@media (min-width: 1024px) {
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 18px; }

  .pstv-container {
    padding-left: var(--pstv-margin-desktop);
    padding-right: var(--pstv-margin-desktop);
  }

  .pstv-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Mobile type bump for readability */
@media (max-width: 1023px) {
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 20px; }
  h3, .h3 { font-size: 16px; }

  p, .pstv-body {
    font-size: 15px;
  }

  /* --- Mobile touch targets (44px minimum) --- */
  .pstv-btn {
    min-height: 48px;
    padding: 14px 24px;
  }

  .pstv-link {
    padding: 8px 0;
    display: inline-block;
  }
}

/* --- Global focus states for keyboard navigation --- */
.pstv-btn:focus-visible,
.pstv-link:focus-visible,
a:focus-visible {
  outline: 2px solid var(--pstv-color-text);
  outline-offset: 2px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--pstv-color-text);
  outline-offset: 1px;
}

/* Skip to content — visible on focus */
.skip-to-content-link:focus {
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 12px 24px !important;
  position: fixed !important;
  top: 8px;
  left: 8px;
  z-index: 9999;
  background: var(--pstv-color-cta-bg);
  color: var(--pstv-color-cta-text);
  font-family: 'Monument Extended', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  overflow: visible !important;
}
