.noofno-real-category .site-content .ast-container,
.noofno-real-category .site-main {
  max-width: 100% !important;
}

.noofno-real-category .woocommerce-products-header__title.page-title {
  margin-bottom: 54px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.noofno-category-collections,
.noofno-category-products-head {
  width: 100%;
  margin: 0 0 36px;
}

.noofno-category-section-head,
.noofno-category-products-head {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #eadfd8;
}

.noofno-category-section-head small,
.noofno-category-products-head small,
.noofno-collection-hero__copy > small,
.noofno-collection-products > header small {
  color: #f2520c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.noofno-category-section-head h2,
.noofno-category-products-head h2,
.noofno-collection-products h2 {
  margin: 5px 0 0;
  color: #201d1b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.noofno-category-section-head > span {
  position: absolute;
  right: 0;
  bottom: 16px;
  color: #897b72;
  font-size: 12px;
}

.noofno-category-collections__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.noofno-category-collection {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0d2c8;
  border-radius: 8px;
  background: #fff;
}

.noofno-category-collection a {
  display: grid;
  grid-template-columns: minmax(100px, 42%) minmax(0, 1fr);
  height: 100%;
  color: #201d1b;
  text-decoration: none;
}

.noofno-category-collection__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f1ee;
}

.noofno-category-collection__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px;
  object-fit: contain;
}

.noofno-category-collection__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 14px;
}

.noofno-category-collection__body strong {
  font-size: 14px;
  line-height: 1.25;
}

.noofno-category-collection__body span {
  color: #f2520c;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.noofno-category-products-head {
  margin-top: 52px;
  margin-bottom: 20px;
}

.noofno-grouped-collection-page .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.noofno-collection-page {
  width: 100%;
  color: #201d1b;
}

.noofno-collection-breadcrumb,
.noofno-collection-hero,
.noofno-collection-products {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.noofno-collection-breadcrumb {
  display: flex;
  gap: 8px;
  padding: 24px 0;
  color: #897b72;
  font-size: 12px;
}

.noofno-collection-breadcrumb a {
  color: #5f5149;
}

.noofno-collection-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: center;
  min-height: 520px;
  background: #f5f1ee;
}

.noofno-collection-hero__media {
  align-self: stretch;
  min-height: 520px;
}

.noofno-collection-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  object-fit: contain;
}

.noofno-collection-hero__copy {
  padding: 48px;
}

.noofno-collection-hero h1 {
  margin: 8px 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.noofno-collection-hero__copy p {
  max-width: 520px;
  margin: 0 0 24px;
  color: #5f5149;
  font-size: 16px;
  line-height: 1.7;
}

.noofno-collection-hero__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 26px;
}

.noofno-collection-hero__meta strong {
  color: #f2520c;
  font-size: 28px;
}

.noofno-collection-hero__meta span {
  color: #76675f;
  font-size: 13px;
}

.noofno-collection-hero__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  background: #201d1b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.noofno-collection-products {
  padding: 64px 0 80px;
}

.noofno-collection-products > header {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eadfd8;
}

.noofno-collection-products__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.noofno-collection-product {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0d2c8;
  border-radius: 8px;
  background: #fff;
}

.noofno-collection-product__main {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #201d1b;
  text-decoration: none;
}

.noofno-collection-product__media {
  display: block;
  aspect-ratio: 1;
  background: #f5f1ee;
}

.noofno-collection-product__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.noofno-collection-product__main strong {
  min-height: 52px;
  padding: 12px 12px 4px;
  font-size: 12px;
  line-height: 1.3;
}

.noofno-collection-product__main .price {
  padding: 0 12px 14px;
  color: #f2520c;
  font-size: 13px;
  font-weight: 800;
}

.noofno-collection-product__main .price del {
  color: #9a8a80;
  font-size: 10px;
}

.noofno-collection-product__main .price ins {
  text-decoration: none;
}

.noofno-collection-product__add {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  background: #f2520c;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .noofno-category-collections__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .noofno-collection-hero { grid-template-columns: 1fr 1fr; }
  .noofno-collection-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .noofno-real-category .woocommerce-products-header__title.page-title {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .noofno-category-section-head h2,
  .noofno-category-products-head h2,
  .noofno-collection-products h2 { font-size: 25px; }
  .noofno-category-collections__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .noofno-category-collection a { display: flex; flex-direction: column; }
  .noofno-category-collection__body { gap: 7px; padding: 10px; }
  .noofno-category-collection__body strong { font-size: 12px; }
  .noofno-category-products-head { margin-top: 38px; }
  .noofno-category-section-head > span {
    position: static;
    display: block;
    margin-top: 8px;
  }
  .noofno-collection-breadcrumb,
  .noofno-collection-hero,
  .noofno-collection-products { width: calc(100% - 28px); }
  .noofno-collection-breadcrumb { overflow: hidden; padding: 16px 0; white-space: nowrap; }
  .noofno-collection-hero { display: block; min-height: 0; }
  .noofno-collection-hero__media { min-height: 0; aspect-ratio: 1; }
  .noofno-collection-hero__media img { padding: 12px; }
  .noofno-collection-hero__copy { padding: 24px 20px 28px; }
  .noofno-collection-hero h1 { font-size: 36px; }
  .noofno-collection-hero__copy p { font-size: 14px; }
  .noofno-collection-products { padding: 44px 0 64px; }
  .noofno-collection-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .noofno-collection-product__main strong { min-height: 52px; padding: 10px 9px 4px; font-size: 11px; }
  .noofno-collection-product__main .price { padding: 0 9px 11px; }
}
