.gpw-product-cat {
  padding-block: 0 5rem;
}

.hero {
  padding-block: 0 3.125rem;
}

.term-description {
  color: var(--base-color);
}

.woocommerce-products-header {
  margin-bottom: 1.875rem;
}

.gpw-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 24rem));
  gap: 1.25rem clamp( .75rem, 2.5cqi, 1.25rem );
}

.shop-page-title {
  color: #fff;
}

.shop-page-title .breadcrumbs, .shop-page-title .breadcrumbs a {
  color: inherit;
}

.woocommerce-products-header__title {
  font-size: clamp(2.5rem, 5cqi, 3.125rem);
  color: #fff;
  margin-bottom: 2.5rem;
}

.woocommerce-pagination {
  margin-top: 3.125rem;
}

.included-about, .process {
  padding-block: 3.125rem 0;
}

:is(.included-about, .process) .section-inner {
  background-color: hsl( 0 0 100% / .8 );
  padding-inline: clamp( 1.875rem, 5cqi, 3.75rem );
  padding-block: clamp( .625rem, 2cqi, 1.25rem );
}

:is(.included-about, .process) .title-of-section {
  font-size: 1.5rem;
  color: #000;
}

.included-about .section-inner {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax( 18.75rem, 1fr ) );
  gap: 2.5rem;
}

.included-about__included-grid {
  display: grid;
  grid-template-columns: repeat( 2, minmax(0, 1fr));
  gap: clamp( 1.125rem, 3cqi, 2rem );
}

.included-about__included-item {
  padding-block: 1.25rem;
  border-bottom: .0625rem solid currentColor;

  &:nth-last-child(-n + 2) {
    grid-column: 1 / 3;
  }
}

:is( .process, .included-about__about) :where( ul, ol ) {
  margin-left: .9375rem;
}