/* The canonical category trail is displayed once in the breadcrumb. */
.single-product .summary .ast-woo-product-category,
.single-product .summary .product_meta .posted_in,
.single-product .summary .product_meta .tagged_as { display: none; }
.single-product .summary h1.product_title {
  font-size: 30px;
  line-height: 1.22;
  text-transform: none;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.single-product .woocommerce-breadcrumb { line-height: 1.6; overflow-wrap: anywhere; }
.single-product .woocommerce-product-details__short-description { line-height: 1.7; }
.noofno-sibling-nav { margin: 30px 0 0; padding-top: 24px; border-top: 1px solid #eadfd8; }
.noofno-sibling-nav h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.25; }
.noofno-sibling-nav h3 span { color: #897b72; font-size: 13px; font-weight: 400; }
.noofno-theme-search { display: block; margin: 0 0 14px; }
.noofno-theme-search input { width: 100%; min-height: 40px; border: 1px solid #d9c9bf; border-radius: 4px; padding: 8px 12px; }
.noofno-swatch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-height: 540px; overflow-y: auto; padding: 2px 4px 8px 0; }
.noofno-swatch-item { min-width: 0; border: 1px solid #e0d2c8; background: #fff; text-decoration: none; color: #201d1b; }
.noofno-swatch-item.current { border-color: #f2520c; box-shadow: 0 0 0 1px #f2520c; }
.noofno-swatch-image { aspect-ratio: 1; background: #f6f2ef; }
.noofno-swatch-image img { width: 100%; height: 100%; object-fit: contain; }
.noofno-swatch-info { padding: 7px; }
.noofno-swatch-title { display: block; min-height: 34px; font-size: 11px; line-height: 1.3; overflow-wrap: anywhere; }
.noofno-swatch-price { display: block; margin-top: 4px; color: #f2520c; font-size: 11px; font-weight: 700; }
.noofno-theme-search-empty { color: #897b72; font-size: 13px; }
.single-product .noofno-collection-hero h1 { font-size: 34px; line-height: 1.2; overflow-wrap: anywhere; }
.single-product .noofno-collection-hero { background: #fafafa; min-height: 0; }
.single-product .noofno-collection-breadcrumb { white-space: normal; flex-wrap: wrap; }
.noofno-collection-story { width: min(1320px, calc(100% - 64px)); margin: 0 auto 40px; border-top: 1px solid #ddd; padding-top: 20px; }
.noofno-collection-story summary { cursor: pointer; font-weight: 600; padding: 12px 0; }
.noofno-collection-story__body { max-width: 780px; line-height: 1.7; padding-top: 12px; }
@media (max-width: 760px) {
  .single-product .summary h1.product_title,
  .single-product .noofno-collection-hero h1 { font-size: 25px; }
  .noofno-collection-story { width: calc(100% - 28px); }
  .single-product .noofno-collection-hero__copy { padding: 20px 8px; }
  .noofno-swatch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-height: 500px; }
  .noofno-swatch-info { padding: 6px; }
  .noofno-swatch-title { font-size: 10px; }
}

.noofno-swatch-grid [data-theme-item][hidden] { display: none !important; }

/* Keep the scrollable related-products window from stretching its flex parent. */
.single-product .noofno-sibling-nav { align-self: flex-start; min-height: 0; }
.single-product .noofno-swatch-grid { height: auto; min-height: 0; }.single-product .noofno-swatch-grid { contain: layout paint; }