body.post-type-archive-product,
body.tax-product_cat {
  color: #242424;
  background: #fff;
}

body.post-type-archive-product #content.site-content,
body.tax-product_cat #content.site-content {
  max-width: none;
}

body.post-type-archive-product #content.site-content > .site-content-inner,
body.tax-product_cat #content.site-content > .site-content-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 28px 56px;
}

body.post-type-archive-product #primary.content-area,
body.tax-product_cat #primary.content-area {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.post-type-archive-product #main.site-main,
body.tax-product_cat #main.site-main {
  width: 100%;
}

.craft-catalog__header {
  text-align: center;
  margin: 0 0 28px;
}

.craft-catalog__header .woocommerce-breadcrumb {
  margin: 0 0 10px;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.4;
}

.craft-catalog__header .woocommerce-breadcrumb a {
  color: #9a9a9a;
  text-decoration: none;
}

.craft-catalog__header .woocommerce-breadcrumb a:hover {
  color: #303030;
}

body.post-type-archive-product .craft-catalog__header .woocommerce-products-header__title.page-title,
body.tax-product_cat .craft-catalog__header .woocommerce-products-header__title.page-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.craft-catalog__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  column-gap: 32px;
  align-items: start;
}

.craft-catalog__main {
  min-width: 0;
}

.craft-filter-toggle {
  display: none;
}

.craft-catalog-sidebar {
  position: sticky;
  top: 18px;
  min-width: 0;
  background: #fff;
}

.craft-filter-group {
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #ececec;
}

.craft-filter-group:last-child {
  border-bottom: 0;
}

.craft-filter-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 0 9px;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.craft-filter-group__toggle span:last-child::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(-45deg);
}

.craft-filter-group:not(.is-open) .craft-filter-group__toggle span:last-child::before {
  transform: rotate(135deg);
}

.craft-filter-group__list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.craft-filter-group:not(.is-open) .craft-filter-group__list {
  display: none;
}

.craft-filter-group__list a {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.craft-filter-group__list a:hover .craft-filter-group__name {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.craft-filter-group__name {
  min-width: 0;
}

.craft-filter-group__count {
  flex: 0 0 auto;
  color: #8b8b8b;
  font-size: 12px;
}

.craft-filter-group__checkbox {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

body.post-type-archive-product .shop-grid,
body.tax-product_cat .shop-grid {
  display: block !important;
}

body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering {
  display: none;
}

body.post-type-archive-product .shop-grid > .products,
body.tax-product_cat .shop-grid > .products,
body.post-type-archive-product .craft-category-grid,
body.tax-product_cat .craft-category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 24px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.craft-catalog__main .craft-category-grid--shop,
body.post-type-archive-product .craft-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px 24px;
}

body.post-type-archive-product .shop-grid > .products::before,
body.post-type-archive-product .shop-grid > .products::after,
body.tax-product_cat .shop-grid > .products::before,
body.tax-product_cat .shop-grid > .products::after,
body.post-type-archive-product .craft-category-grid::before,
body.post-type-archive-product .craft-category-grid::after,
body.tax-product_cat .craft-category-grid::before,
body.tax-product_cat .craft-category-grid::after {
  display: none !important;
}

body.post-type-archive-product .shop-grid > .products li.product-category,
body.tax-product_cat .shop-grid > .products li.product-category,
body.post-type-archive-product .craft-category-grid > .product-category,
body.tax-product_cat .craft-category-grid > .product-category,
.craft-catalog__main .craft-category-grid--shop > .product-category {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

body.post-type-archive-product .shop-grid > .products li.product-category > a,
body.tax-product_cat .shop-grid > .products li.product-category > a,
body.post-type-archive-product .craft-category-grid > .product-category > a,
body.tax-product_cat .craft-category-grid > .product-category > a,
.craft-catalog__main .craft-category-grid--shop > .product-category > a {
  display: block !important;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #202020;
  text-align: left !important;
  text-decoration: none;
}

.craft-catalog__main .craft-category-grid--shop > .product-category > a,
body.post-type-archive-product .craft-category-grid > .product-category > a {
  overflow: hidden;
}

body.post-type-archive-product .shop-grid > .products li.product-category > a img,
body.tax-product_cat .shop-grid > .products li.product-category > a img,
body.post-type-archive-product .craft-category-grid > .product-category > a img,
body.tax-product_cat .craft-category-grid > .product-category > a img,
.craft-catalog__main .craft-category-grid--shop > .product-category > a img {
  display: block;
  width: 100% !important;
  height: clamp(170px, 13.5vw, 220px) !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: filter .2s ease, transform .2s ease;
}

.craft-catalog__main .craft-category-grid--shop > .product-category > a img,
body.post-type-archive-product .craft-category-grid > .product-category > a img {
  height: clamp(160px, 13.2vw, 220px) !important;
  aspect-ratio: 16 / 9;
  margin-bottom: 13px !important;
}

body.post-type-archive-product .shop-grid > .products li.product-category > a:hover img,
body.tax-product_cat .shop-grid > .products li.product-category > a:hover img,
body.post-type-archive-product .craft-category-grid > .product-category > a:hover img,
body.tax-product_cat .craft-category-grid > .product-category > a:hover img {
  filter: brightness(.94);
  transform: scale(1.01);
}

body.post-type-archive-product .shop-grid > .products li.product-category .woocommerce-loop-category__title,
body.tax-product_cat .shop-grid > .products li.product-category .woocommerce-loop-category__title,
body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__title,
body.tax-product_cat .craft-category-grid > .product-category .woocommerce-loop-category__title,
.craft-catalog__main .craft-category-grid--shop > .product-category .woocommerce-loop-category__title {
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 500;
}

.craft-catalog__main .craft-category-grid--shop > .product-category .woocommerce-loop-category__title,
body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__title {
  display: block;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 400;
  color: #2f3338;
}

body.post-type-archive-product .shop-grid > .products li.product-category > a:hover .woocommerce-loop-category__name,
body.tax-product_cat .shop-grid > .products li.product-category > a:hover .woocommerce-loop-category__name,
body.post-type-archive-product .craft-category-grid > .product-category > a:hover .woocommerce-loop-category__name,
body.tax-product_cat .craft-category-grid > .product-category > a:hover .woocommerce-loop-category__name {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.post-type-archive-product .shop-grid > .products li.product-category .woocommerce-loop-category__arrow,
body.tax-product_cat .shop-grid > .products li.product-category .woocommerce-loop-category__arrow,
body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__arrow,
body.tax-product_cat .craft-category-grid > .product-category .woocommerce-loop-category__arrow {
  display: inline-block;
  margin-left: 6px;
  color: #8d8d8d;
  font-size: 15px;
}

body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__arrow {
  margin-left: 8px;
  color: #a5a5a5;
  font-size: 19px;
  line-height: 1;
  vertical-align: -1px;
}

body.post-type-archive-product .shop-grid > .products li.product-category .woocommerce-loop-category__title .count,
body.tax-product_cat .shop-grid > .products li.product-category .woocommerce-loop-category__title .count,
body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__title .count,
body.tax-product_cat .craft-category-grid > .product-category .woocommerce-loop-category__title .count,
.craft-catalog__main .craft-category-grid--shop > .product-category .woocommerce-loop-category__title .count {
  display: block;
  position: static !important;
  margin: 4px 0 0;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.craft-catalog__main .craft-category-grid--shop > .product-category .woocommerce-loop-category__title .count,
body.post-type-archive-product .craft-category-grid > .product-category .woocommerce-loop-category__title .count {
  margin-top: 3px;
  color: #777;
  font-size: 14px;
  line-height: 1.2;
}

body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
}

.craft-catalog-more {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
}

.craft-catalog-more button {
  min-width: 160px;
  padding: 13px 28px;
  border: 1px solid #b9c8c3;
  background: #fff;
  color: #404040;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  cursor: default;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers,
body.tax-product_cat .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers li,
body.tax-product_cat .woocommerce-pagination .page-numbers li {
  border: 0;
}

body.post-type-archive-product .woocommerce-pagination a.next,
body.tax-product_cat .woocommerce-pagination a.next {
  min-width: 160px;
  padding: 13px 28px;
  border: 1px solid #b9c8c3;
  color: #404040;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

body.post-type-archive-product .woocommerce-pagination a.next::before,
body.tax-product_cat .woocommerce-pagination a.next::before {
  content: "Показать ещё";
  font-size: 14px;
}

body.post-type-archive-product .woocommerce-pagination a.next,
body.tax-product_cat .woocommerce-pagination a.next {
  font-size: 0;
}

body.post-type-archive-product .woocommerce-pagination a.next:hover,
body.tax-product_cat .woocommerce-pagination a.next:hover {
  border-color: #879892;
}

body.post-type-archive-product .woocommerce-pagination .page-numbers:not(.next),
body.tax-product_cat .woocommerce-pagination .page-numbers:not(.next) {
  display: none;
}

.craft-catalog-help {
  margin: 38px 0 0;
  padding: 28px 48px 32px;
  background: #f1f1f1;
  color: #252525;
  text-align: center;
}

.craft-catalog-help h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  font-style: italic;
}

.craft-catalog-help p {
  max-width: 880px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.42;
}

.craft-catalog-help__link {
  display: inline-block;
  color: #222;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.craft-catalog-help__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-auto-flow: row dense;
  grid-auto-rows: clamp(190px, 13.5vw, 250px);
  gap: 22px 24px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid)::before,
body.tax-product_cat .shop-grid:not(.craft-category-grid)::after {
  display: none !important;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  box-shadow: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+1),
body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+3) {
  grid-column: 1 / span 3;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+2) {
  grid-column: 4 / span 7;
  grid-row: span 2;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+4) {
  grid-column: 1 / span 7;
  grid-row: span 2;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+5),
body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(6n+6) {
  grid-column: 8 / span 3;
}

.craft-product-card__image {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.craft-product-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: filter .2s ease, transform .2s ease;
}

.craft-product-card__image:hover img {
  filter: brightness(.96);
  transform: scale(1.01);
}

.craft-product-card__body {
  flex: 0 0 auto;
  padding: 8px 0 0;
}

.craft-product-card__meta {
  min-width: 0;
}

.craft-product-card__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.craft-product-card__title {
  display: inline-block;
  min-width: 0;
  color: #1e2936;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.craft-product-card__title span {
  display: inline-block;
  margin-left: 8px;
  color: #a3a3a3;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  vertical-align: -2px;
}

.craft-product-card__title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.craft-product-card__sku {
  margin-top: 3px;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1.2;
}

.craft-product-card__favorite {
  position: static !important;
  inset: auto !important;
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c7c7c7;
  cursor: pointer;
}

.craft-product-card__favorite::before {
  content: "\2665";
  display: block;
  font-size: 24px;
  line-height: 1;
}

.craft-product-card__favorite:hover,
.craft-product-card__favorite.active,
.craft-product-card__favorite.is-active {
  color: #9b9b9b;
}

@media (max-width: 1200px) {
  .craft-catalog__layout {
    grid-template-columns: 230px minmax(0, 1fr);
    column-gap: 26px;
  }

  body.post-type-archive-product .shop-grid > .products,
  body.tax-product_cat .shop-grid > .products,
  body.post-type-archive-product .craft-category-grid,
  body.tax-product_cat .craft-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.post-type-archive-product .craft-category-grid > .product-category > a img,
  body.post-type-archive-product .craft-category-grid--shop > .product-category > a img,
  body.tax-product_cat .craft-category-grid > .product-category > a img {
    height: clamp(180px, 24vw, 260px) !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .craft-catalog__main .craft-category-grid--shop {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  body.post-type-archive-product #content.site-content > .site-content-inner,
  body.tax-product_cat #content.site-content > .site-content-inner {
    padding: 18px 18px 42px;
  }

  .craft-catalog__layout {
    display: block;
  }

  .craft-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 18px;
    padding: 12px 18px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #252525;
    font: inherit;
    font-size: 15px;
    cursor: pointer;
  }

  .craft-catalog-sidebar {
    position: static;
    display: none;
    margin: 0 0 24px;
    padding: 18px 0 2px;
    border-bottom: 1px solid #ededed;
  }

  .craft-catalog-sidebar.is-open {
    display: block;
  }

  body.post-type-archive-product .craft-catalog__header .woocommerce-products-header__title.page-title,
  body.tax-product_cat .craft-catalog__header .woocommerce-products-header__title.page-title {
    font-size: 24px;
  }

  .craft-catalog-help {
    padding: 24px 20px 28px;
    text-align: left;
  }

  .craft-catalog-help h2 {
    font-size: 20px;
    text-align: center;
  }

  body.post-type-archive-product .shop-grid > .products,
  body.tax-product_cat .shop-grid > .products,
  body.post-type-archive-product .craft-category-grid,
  body.tax-product_cat .craft-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .craft-catalog__main .craft-category-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tax-product_cat .shop-grid:not(.craft-category-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto;
  }

  .craft-product-card__image {
    flex: none;
  }

  .craft-product-card__image img,
  body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(n) .craft-product-card__image img {
    height: clamp(160px, 34vw, 240px) !important;
  }
}

@media (max-width: 520px) {
  body.post-type-archive-product .shop-grid > .products,
  body.tax-product_cat .shop-grid > .products,
  body.post-type-archive-product .craft-category-grid,
  body.tax-product_cat .craft-category-grid {
    grid-template-columns: 1fr;
  }

  .craft-catalog__main .craft-category-grid--shop {
    grid-template-columns: 1fr !important;
  }

  body.post-type-archive-product .craft-category-grid > .product-category > a img,
  body.post-type-archive-product .craft-category-grid--shop > .product-category > a img,
  body.tax-product_cat .craft-category-grid > .product-category > a img {
    height: clamp(190px, 56vw, 260px) !important;
  }

  body.tax-product_cat .shop-grid:not(.craft-category-grid) {
    grid-template-columns: 1fr;
  }

  .craft-product-card__image img,
  body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(n) .craft-product-card__image img {
    height: clamp(190px, 56vw, 280px) !important;
  }

  .craft-catalog__header {
    margin-bottom: 22px;
  }

  .craft-catalog-help p {
    font-size: 15px;
  }
}

/* Final audit polish: keep catalog and collection pages aligned with the Craft references. */
body.post-type-archive-product #content.site-content > .site-content-inner,
body.tax-product_cat #content.site-content > .site-content-inner {
  max-width: 1240px;
  padding: 18px var(--craft-page-x, 28px) 54px;
}

.craft-catalog__header {
  margin-bottom: 28px;
}

body.post-type-archive-product .craft-catalog__header .woocommerce-products-header__title.page-title,
body.tax-product_cat .craft-catalog__header .woocommerce-products-header__title.page-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 700;
}

.craft-catalog__layout {
  grid-template-columns: 238px minmax(0, 1fr);
  column-gap: 28px;
}

.craft-filter-group__toggle {
  font-size: 16px;
}

.craft-filter-group__list {
  gap: 7px;
}

.craft-filter-group__list a {
  min-height: 19px;
  font-size: 13px;
}

body.post-type-archive-product .craft-category-grid,
body.post-type-archive-product .craft-category-grid--shop {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px 24px !important;
}

body.post-type-archive-product .craft-category-grid > .product-category > a img,
body.post-type-archive-product .craft-category-grid--shop > .product-category > a img {
  height: auto !important;
  aspect-ratio: 16 / 9;
}

body.tax-product_cat .shop-grid:not(.craft-category-grid) {
  grid-auto-rows: clamp(188px, 13.2vw, 238px);
  gap: 23px 24px;
}

.craft-product-card__body {
  padding-top: 9px;
}

.craft-product-card__title {
  color: #233043;
  font-size: 13px;
  line-height: 1.18;
}

.craft-product-card__sku {
  color: #8b8b85;
  font-size: 12px;
}

.craft-product-card__favorite {
  margin-left: auto;
}

.craft-catalog-help {
  margin-top: 42px;
  padding: 30px 44px 34px;
  background: #ededeb;
}

.craft-catalog-help h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.craft-catalog-more button,
body.post-type-archive-product .woocommerce-pagination a.next,
body.tax-product_cat .woocommerce-pagination a.next {
  min-height: 44px;
  border-color: #b7c5bd;
}

@media (max-width: 1024px) {
  .craft-catalog__layout {
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 22px;
  }

  body.post-type-archive-product .craft-category-grid,
  body.post-type-archive-product .craft-category-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  body.post-type-archive-product #content.site-content > .site-content-inner,
  body.tax-product_cat #content.site-content > .site-content-inner {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .craft-catalog-help {
    padding: 24px 18px;
  }
}

@media (max-width: 430px) {
  body.post-type-archive-product .craft-category-grid,
  body.post-type-archive-product .craft-category-grid--shop,
  body.tax-product_cat .shop-grid:not(.craft-category-grid) {
    grid-template-columns: 1fr !important;
  }

  .craft-product-card__image img,
  body.tax-product_cat .shop-grid:not(.craft-category-grid) > .craft-product-card:nth-child(n) .craft-product-card__image img {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }
}
