/** Shopify CDN: Minification failed

Line 7:22 Unexpected "("

**/
JEANS.COM — TWP-STYLE REDESIGN
   Shopify Custom CSS (no @import, no content)
   Fonts loaded via <link> in theme.liquid
   ═══════════════════════════════════════════════ */
​
/* --- ANNOUNCEMENT BAR --- */
.announcement-bar {
  background: #1a1a1a !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
​
/* --- HEADER --- */
.header {
  border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: none !important;
}
​
.header__heading-link {
  font-family: 'Playfair Display', serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
​
.header__menu-item span,
.header__menu-item a {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
​
/* --- FULL-VIEWPORT HERO SECTIONS --- */
.banner {
  min-height: 100vh !important;
}
​
.banner__media {
  min-height: 100vh !important;
}
​
.banner__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(42px, 6vw, 80px) !important;
  font-weight: 400 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
​
.banner__buttons .button {
  background: transparent !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  padding: 0 !important;
}
​
.banner__buttons .button:hover {
  opacity: 0.7 !important;
  background: transparent !important;
}
​
.banner__content {
  background: linear-gradient(transparent, rgba(0,0,0,0.3)) !important;
  padding-bottom: 80px !important;
}
​
/* --- PRODUCT PAGE --- */
.product__title h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}
​
.price__regular .price-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
​
.product-form__input label,
.variant-input-wrapper label {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
​
.product-form__input input[type="radio"] + label {
  min-width: 56px !important;
  padding: 10px 16px !important;
  border: 1px solid #ddd !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
}
​
.product-form__input input[type="radio"]:checked + label {
  background: #1a1a1a !important;
  color: #fff !important;
  border-color: #1a1a1a !important;
}
​
.product-form__submit {
  background: #1a1a1a !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  border: none !important;
  padding: 16px !important;
}
​
.product-form__submit:hover {
  background: #333 !important;
}
​
.product__accordion .accordion__title {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
​
.product__accordion .accordion__content p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555 !important;
}
​
/* --- FOOTER --- */
.footer {
  text-align: center !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
}
​
.footer__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
}
​
.footer__list-item a {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
​
.footer__newsletter input {
  border: none !important;
  border-bottom: 1px solid #1a1a1a !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
}