/* WPCode "Single Product CSS", product-page half: rules that only match the product page (legacy-single-product's markup and the summary column). Rules verbatim; loaded on product pages only by includes/legacy/css-single-product.php. The rest is in single-product-sitewide.css; legacy/PORTING.md lists the split. */
.patriot-cat-label {
  color: #888;
  font-size: 15px;
  margin-bottom: 5px;
	font-family: "Inter", Sans-serif !important;
}

.summary .product_title {
    font-family: "good-times", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    color: #444444;
    border-bottom: 1px solid #4444441A;
}

.summary > p.price {
    color: #E1322F !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    font-family: "good-times", Sans-serif !important;
    margin-bottom: 5px !important;
}

.patriot-stock-text {
  color: #E1322F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}
.patriot-stock-text.out {
  color: #999;
}

.summary.entry-summary {
  overflow: visible;
}

.patriot-about-section {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  display: block !important;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.patriot-about-title {
  font-size: 36px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 15px;
	font-family: "good-times", Sans-serif !important;
}
.patriot-size-line {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
	font-family: "Inter", Sans-serif !important;
}
.patriot-size-line span {
  color: #E1322F;
  font-weight: 700;
}
.patriot-description {
  width: 100%;
}
.patriot-description p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  max-width: 1000px;
  width: 100%;
	font-family: "Inter", Sans-serif !important;
}

.patriot-molecular-section {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  display: block !important;
  max-width: 1200px;
  margin: 50px auto 60px;
  padding: 0 20px;
}
.patriot-molecular-title {
  font-size: 36px;
  font-weight: 400;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
	font-family: "good-times", Sans-serif !important;
}
.patriot-molecular-frame {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.patriot-molecular-frame img {
  max-width: 100%;
  height: auto;
}

/* ============================================
   RESPONSIVE — Tablet (max-width: 900px)
   ============================================ */
@media (max-width: 900px) {
  .summary .product_title {
    font-size: 28px;
    line-height: 42px;
  }
  .summary > p.price {
    font-size: 26px !important;
  }
  .patriot-about-title,
  .patriot-molecular-title {
    font-size: 28px;
  }
  .patriot-molecular-frame img {
    width: 100%;
  }
}

/* ============================================
   RESPONSIVE — Mobile (max-width: 600px)
   ============================================ */
@media (max-width: 600px) {
  .summary .product_title {
    font-size: 24px;
    line-height: 34px;
  }
  .summary > p.price {
    font-size: 22px !important;
  }
  .patriot-cat-label {
    font-size: 13px;
  }
  .patriot-about-title,
  .patriot-molecular-title {
    font-size: 22px;
  }
  .patriot-description p {
    font-size: 14px;
  }
  .patriot-molecular-section,
  .patriot-about-section {
    padding: 0 14px;
    margin-top: 40px;
  }
}
