.m20-foods-page,
.m20-product-index,
.m20-product-detail {
  color: #222a25;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.m20-foods-page {
  background: #f6f8f4;
  min-height: 100vh;
  padding-bottom: 48px;
  width: 100%;
}

body.post-type-archive-m20_product #header-container,
body.post-type-archive-m20_product #navi,
body.post-type-archive-m20_product .header-container,
body.post-type-archive-m20_product .navi,
body.tax-m20_product_category #header-container,
body.tax-m20_product_category #navi,
body.tax-m20_product_category .header-container,
body.tax-m20_product_category .navi,
body.m20-foods-route #header-container,
body.m20-foods-route #navi,
body.m20-foods-route .header-container,
body.m20-foods-route .navi,
body.single-m20_product #header-container,
body.single-m20_product #navi,
body.single-m20_product .header-container,
body.single-m20_product .navi {
  display: none;
}

body.post-type-archive-m20_product #content-in,
body.tax-m20_product_category #content-in,
body.m20-foods-route #content-in,
body.single-m20_product #content-in {
  max-width: none;
  width: 100%;
}

body.post-type-archive-m20_product #main,
body.tax-m20_product_category #main,
body.m20-foods-route #main,
body.single-m20_product #main {
  float: none;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.post-type-archive-m20_product #sidebar,
body.tax-m20_product_category #sidebar,
body.m20-foods-route #sidebar,
body.single-m20_product #sidebar {
  display: none;
}

.m20-service-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d9e0da;
  position: sticky;
  top: 0;
  z-index: 20;
}

body.admin-bar .m20-service-header {
  top: 32px;
}

.m20-service-header-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 70px;
  padding: 10px 20px;
}

.m20-service-brand {
  align-items: center;
  color: #15251f !important;
  display: inline-flex;
  min-width: 190px;
  text-decoration: none !important;
}

.m20-service-brand b,
.m20-service-brand strong {
  display: block;
  line-height: 1.2;
}

.m20-service-brand b {
  color: #59655f;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 2px;
}

.m20-service-brand strong {
  color: #15251f;
  font-size: 18px;
  font-weight: 900;
}

.m20-service-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

.m20-service-nav a {
  border-radius: 6px;
  color: #33413a !important;
  font-size: 14px;
  font-weight: 800;
  min-height: 38px;
  padding: 9px 12px;
  text-decoration: none !important;
}

.m20-service-nav a:hover {
  background: #eef3ee;
  color: #14382e !important;
}

.m20-service-nav a.is-active {
  color: #14382e !important;
  box-shadow: inset 0 -2px 0 #c75f32;
}

.m20-foods-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}

.m20-foods-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at 92% 16%, rgba(199, 95, 50, 0.15), transparent 28%),
    #fff;
  border-bottom: 1px solid #d7e2da;
  padding: 38px 0 34px;
}

.m20-hero-eyebrow,
.m20-product-brand {
  color: #146c5c;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
}

.m20-foods-hero h1 {
  color: #15251f;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
  margin: 0;
}

.m20-hero-lead {
  color: #53645d;
  font-size: 16px;
  line-height: 1.9;
  margin: 16px 0 0;
  max-width: 680px;
}

.m20-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.m20-category-link {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 999px;
  color: #146c5c !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 7px 12px;
  text-decoration: none !important;
}

.m20-category-link.is-active,
.m20-category-link:hover {
  background: #14382e;
  border-color: #14382e;
  color: #fff !important;
}

.m20-intent-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.m20-intent-links span,
.m20-related-discovery span {
  color: #7b8880;
  font-size: 12px;
  font-weight: 900;
}

.m20-intent-link {
  align-items: center;
  background: #f7faf7;
  border: 1px solid #d8e2db;
  border-radius: 999px;
  color: #40524a !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 30px;
  padding: 5px 10px;
  text-decoration: none !important;
}

.m20-intent-link:hover,
.m20-intent-link.is-active {
  background: #f2e7dc;
  border-color: #d7b79a;
  color: #7a3f1d !important;
}

.m20-category-intro {
  padding-top: 18px;
}

.m20-category-copy {
  border-top: 1px solid #dce5dd;
  color: #68766f;
  padding: 18px 0 0;
}

.m20-category-copy h2 {
  color: #53645d;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.m20-category-copy p {
  color: #68766f;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.m20-category-copy ul {
  color: #68766f;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 14px;
  line-height: 1.7;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.m20-category-copy li::before {
  color: #9a6a45;
  content: "#";
  font-weight: 900;
  margin-right: 3px;
}

.m20-related-discovery {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.m20-related-discovery a {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 999px;
  color: #40524a !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
  text-decoration: none !important;
}

.m20-related-discovery a:hover {
  background: #eef3ee;
  color: #14382e !important;
}

.m20-post-food-links {
  background: #f4f8f5;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  margin: 32px 0;
  padding: 18px;
}

.m20-post-food-links h2 {
  color: #10251e;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 8px;
}

.m20-post-food-links p {
  color: #53645d;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.m20-post-food-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.m20-post-food-links a {
  align-items: center;
  background: #fff;
  border: 1px solid #146c5c;
  border-radius: 6px;
  color: #146c5c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 40px;
  padding: 8px 13px;
  text-decoration: none !important;
}

.m20-post-food-links a:hover {
  background: #146c5c;
  color: #fff !important;
}

.m20-blog-index {
  padding-top: 28px;
}

.m20-blog-grid {
  display: grid;
  gap: 18px;
}

.m20-blog-card {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-blog-card:hover {
  border-color: #146c5c;
  box-shadow: 0 10px 24px rgba(16, 37, 30, 0.08);
  transform: translateY(-2px);
}

.m20-blog-card a {
  color: inherit !important;
  display: block;
  text-decoration: none !important;
}

.m20-blog-thumb {
  aspect-ratio: 16 / 9;
  background: #edf5f0;
  overflow: hidden;
}

.m20-blog-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.m20-blog-card-body {
  padding: 16px;
}

.m20-blog-meta {
  color: #6f7c75;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 8px;
}

.m20-blog-card h2 {
  color: #10251e;
  font-size: 19px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.m20-blog-card p {
  color: #53645d;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.m20-product-card,
.m20-product-facts-card,
.m20-review-form,
.m20-text-list-card,
.m20-empty,
.m20-user-review,
.m20-operator-review > div {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
}

.m20-product-index {
  padding-top: 24px;
}

.m20-product-index-embed {
  background: #f4f8f5;
  border-radius: 8px;
  padding: 20px;
}

.m20-product-filters {
  align-items: end;
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 16px;
}

.m20-filter-keyword {
  min-width: 0;
}

.m20-product-filters label,
.m20-sort-form label,
.m20-review-form label {
  color: #10251e;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.5;
  margin: 0;
}

.m20-product-filters input,
.m20-product-filters select,
.m20-sort-form select,
.m20-review-form input,
.m20-review-form select,
.m20-review-form textarea {
  background: #fff;
  border: 1px solid #c8d8cf;
  border-radius: 6px;
  box-sizing: border-box;
  color: #10251e;
  font: inherit;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.m20-product-filters input:focus,
.m20-product-filters select:focus,
.m20-sort-form select:focus,
.m20-review-form input:focus,
.m20-review-form select:focus,
.m20-review-form textarea:focus {
  border-color: #146c5c;
  outline: 2px solid rgba(20, 108, 92, 0.14);
}

.m20-sugar-stepper {
  align-items: stretch;
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) 42px;
}

.m20-sugar-stepper button {
  background: #eef3ee;
  border: 1px solid #c8d8cf;
  color: #14382e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  min-height: 42px;
}

.m20-sugar-stepper button:first-child {
  border-radius: 6px 0 0 6px;
}

.m20-sugar-stepper button:last-child {
  border-radius: 0 6px 6px 0;
}

.m20-sugar-stepper button:hover {
  background: #dfe9e2;
}

.m20-sugar-stepper input {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  text-align: center;
}

.m20-product-filters button,
.m20-review-form button,
.m20-buy-button {
  align-items: center;
  background: #146c5c;
  border: 0;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  text-decoration: none !important;
  transition: background 160ms ease, transform 160ms ease;
}

.m20-purchase-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.m20-purchase-links p {
  color: #53645d;
  flex: 0 0 100%;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-purchase-links.is-compact {
  align-items: stretch;
  display: grid;
  margin: 0;
}

.m20-buy-button.is-secondary {
  background: #fff;
  border: 1px solid #146c5c;
  color: #146c5c !important;
}

.m20-buy-button.is-secondary:hover {
  background: #edf5f0;
}

.m20-buy-button.is-amazon,
.m20-buy-button.is-amazon.is-secondary {
  background: #ff9900;
  border-color: #ff9900;
  color: #1f2328 !important;
}

.m20-buy-button.is-amazon:hover,
.m20-buy-button.is-amazon.is-secondary:hover {
  background: #e48a00;
  border-color: #e48a00;
  color: #111 !important;
}

.m20-buy-button.is-rakuten,
.m20-buy-button.is-rakuten.is-secondary {
  background: #bf0000;
  border-color: #bf0000;
  color: #fff !important;
}

.m20-buy-button.is-rakuten:hover,
.m20-buy-button.is-rakuten.is-secondary:hover {
  background: #980000;
  border-color: #980000;
}

.m20-buy-button.is-yahoo,
.m20-buy-button.is-yahoo.is-secondary {
  background: #f03;
  border-color: #f03;
  color: #fff !important;
}

.m20-buy-button.is-yahoo:hover,
.m20-buy-button.is-yahoo.is-secondary:hover {
  background: #d6002d;
  border-color: #d6002d;
}

.m20-product-filters button:hover,
.m20-review-form button:hover,
.m20-buy-button:not(.is-amazon):not(.is-rakuten):not(.is-yahoo):hover {
  background: #10251e;
  transform: translateY(-1px);
}

.m20-product-filters .m20-sugar-stepper button {
  background: #edf3ef;
  border: 1px solid #c8d8cf;
  color: #14382e !important;
  min-height: 42px;
  padding: 0;
  transform: none;
}

.m20-product-filters .m20-sugar-stepper button:first-child {
  border-radius: 6px 0 0 6px;
}

.m20-product-filters .m20-sugar-stepper button:last-child {
  border-radius: 0 6px 6px 0;
}

.m20-product-filters .m20-sugar-stepper button:hover {
  background: #dfe9e2;
  transform: none;
}

.m20-product-filters .m20-sugar-stepper input {
  border-left: 0;
  border-radius: 0 !important;
  border-right: 0;
  margin: 0;
  text-align: center;
}

.m20-product-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 14px;
}

.m20-product-heading-wrap {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.m20-product-heading {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.m20-product-heading h2 {
  color: #10251e;
  font-size: 22px;
  margin: 0;
}

.m20-product-total {
  color: #146c5c;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.m20-product-heading small {
  color: #53645d;
  font-size: 15px;
  font-weight: 800;
}

.m20-product-range {
  color: #53645d;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-sort-form {
  align-items: end;
  display: flex;
  margin-left: auto;
}

.m20-sort-form label {
  min-width: 190px;
}

.m20-sort-form select {
  min-height: 40px;
}

.m20-product-count {
  color: #53645d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 12px;
}

.m20-product-grid {
  display: grid;
  gap: 18px;
}

.m20-pagination {
  align-items: center;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 28px 0 0;
}

.m20-load-more {
  align-items: center;
  background: #146c5c;
  border: 1px solid #146c5c;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none !important;
}

.m20-load-more span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.m20-page-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.m20-page-links a,
.m20-page-links span {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 6px;
  color: #10251e !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 12px;
  text-decoration: none !important;
}

.m20-page-links span {
  background: #10251e;
  border-color: #10251e;
  color: #fff !important;
}

.m20-product-card {
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-product-card:hover {
  border-color: #146c5c;
  box-shadow: 0 10px 24px rgba(16, 37, 30, 0.08);
  transform: translateY(-2px);
}

.m20-product-card a {
  color: inherit !important;
  display: block;
  text-decoration: none !important;
}

.m20-product-card-image {
  aspect-ratio: 16 / 9;
  background: #edf5f0;
  overflow: hidden;
  position: relative;
}

.m20-product-card-image::before,
.m20-product-carousel::before {
  background-image: linear-gradient(rgba(244, 248, 245, 0.38), rgba(244, 248, 245, 0.38)), var(--m20-product-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(18px);
  inset: -24px;
  opacity: 0.75;
  position: absolute;
  transform: scale(1.04);
}

.m20-product-card-image img,
.m20-product-carousel img {
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.m20-product-card-image span {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 42, 37, 0.12);
  border-radius: 999px;
  bottom: 12px;
  color: #10251e;
  font-size: 12px;
  font-weight: 800;
  left: 12px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding: 6px 10px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}

.m20-product-card-body {
  padding: 16px;
}

.m20-product-card h3 {
  color: #10251e;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.m20-product-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.m20-product-facts span {
  background: #f4f8f5;
  border-radius: 6px;
  color: #10251e;
  display: grid;
  font-size: 13px;
  gap: 4px;
  min-width: 0;
  padding: 8px;
  text-align: center;
}

.m20-product-facts b {
  color: #53645d;
  font-size: 10px;
  line-height: 1.25;
}

.m20-product-card-body > p:not(.m20-product-brand) {
  color: #53645d;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.m20-product-more {
  color: #146c5c;
  font-size: 14px;
}

.m20-back-link {
  color: #146c5c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 22px 0 14px;
  text-decoration: none !important;
}

.m20-product-detail {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  overflow: hidden;
}

.m20-product-carousel {
  aspect-ratio: 16 / 7;
  background: #e8f1ec;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.m20-product-carousel img {
  display: none;
  inset: 0;
  position: absolute;
}

.m20-product-carousel img.is-active {
  display: block;
}

.m20-product-image-placeholder {
  align-items: end;
  background: linear-gradient(135deg, #eef6f1, #e2ecdf);
  color: #10251e;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 100%;
  padding: 24px;
}

.m20-carousel-prev,
.m20-carousel-next {
  align-items: center;
  background: rgba(16, 37, 30, 0.82);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
}

.m20-carousel-prev {
  left: 16px;
}

.m20-carousel-next {
  right: 16px;
}

.m20-product-detail-main {
  display: grid;
  gap: 24px;
  padding: 22px;
}

.m20-product-detail-copy h2 {
  color: #10251e;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  margin: 0 0 14px;
}

.m20-product-lead {
  color: #53645d;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.m20-text-list,
.m20-related-products,
.m20-operator-review,
.m20-user-reviews,
.m20-review-submit {
  margin: 28px 22px 0;
}

.m20-text-list h2,
.m20-related-products h2,
.m20-operator-review h2,
.m20-user-reviews h2,
.m20-review-submit h2 {
  color: #10251e;
  font-size: 18px;
  margin: 0 0 12px;
}

.m20-text-list-card {
  color: #33443c;
  line-height: 1.75;
  padding: 14px 18px;
}

.m20-text-list ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.25em;
}

.m20-empty,
.m20-user-review,
.m20-operator-review > div {
  color: #33443c;
  line-height: 1.75;
  padding: 12px 14px;
}

.m20-text-list li {
  margin: 4px 0;
  padding: 0;
}

.m20-related-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 12px;
}

.m20-related-heading h2 {
  margin: 0;
}

.m20-related-heading p {
  color: #68766f;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.m20-related-grid {
  display: grid;
  gap: 12px;
}

.m20-related-card {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-related-card:hover {
  border-color: #146c5c;
  box-shadow: 0 8px 20px rgba(16, 37, 30, 0.08);
  transform: translateY(-1px);
}

.m20-related-card a {
  color: inherit !important;
  display: grid;
  text-decoration: none !important;
}

.m20-related-image {
  aspect-ratio: 16 / 10;
  background: #edf5f0;
  overflow: hidden;
  position: relative;
}

.m20-related-image::before {
  background-image: linear-gradient(rgba(244, 248, 245, 0.42), rgba(244, 248, 245, 0.42)), var(--m20-product-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(16px);
  inset: -22px;
  opacity: 0.74;
  position: absolute;
  transform: scale(1.04);
}

.m20-related-image img {
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.m20-related-body {
  display: grid;
  padding: 12px;
}

.m20-related-body strong {
  color: #10251e;
  font-size: 15px;
  line-height: 1.5;
}

.m20-fit-grid {
  display: grid;
  gap: 14px;
}

.m20-product-facts-card {
  background: #f8fcfa;
  padding: 16px;
}

.m20-product-facts-card dl {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.m20-product-facts-card dl div {
  border-bottom: 1px solid #e1ebe5;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.m20-product-facts-card dt {
  color: #53645d;
  flex: 0 0 auto;
}

.m20-product-facts-card dd {
  color: #10251e;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.m20-user-review {
  margin-top: 10px;
}

.m20-review-rating-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.m20-review-rating-label {
  background: #eef6f1;
  border-radius: 999px;
  color: #146c5c;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
}

.m20-star-rating {
  align-items: baseline;
  color: #d48a1f;
  display: inline-flex;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.m20-star-rating b {
  color: #53645d;
  font-size: 12px;
  font-weight: 800;
}

.m20-star-rating.is-compact {
  font-size: 15px;
  gap: 6px;
}

.m20-star-rating.is-compact b {
  font-size: 11px;
}

.m20-review-comment {
  color: #10251e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  margin: 12px 0 14px;
}

.m20-review-score-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.m20-review-score-list div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.m20-review-score-list dt {
  color: #53645d;
  flex: 0 0 72px;
  font-size: 12px;
  font-weight: 800;
}

.m20-review-score-list dd {
  margin: 0;
}

.m20-review-meta {
  color: #7b8983;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 0;
}

.m20-review-form {
  background: #f8fcfa;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.m20-review-form textarea {
  min-height: 120px;
}

.m20-review-form-grid {
  display: grid;
  gap: 12px;
}

.m20-review-message {
  color: #146c5c;
  font-weight: 800;
}

.m20-review-error {
  color: #9b2c2c;
  font-weight: 800;
}

@media (min-width: 720px) {
  .m20-product-filters {
    grid-template-columns: minmax(280px, 2fr) minmax(170px, 1fr) minmax(160px, 0.8fr) minmax(160px, 0.8fr);
  }

  .m20-filter-keyword {
    grid-column: span 1;
  }

  .m20-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-review-form-grid,
  .m20-fit-grid,
  .m20-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .m20-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m20-product-detail-main {
    grid-template-columns: 1fr 320px;
    padding: 28px;
  }

  .m20-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .m20-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.admin-bar .m20-service-header {
    top: 46px;
  }

  .m20-service-header {
    position: static;
  }

  .m20-service-header-inner {
    align-items: stretch;
    display: grid;
    gap: 10px;
    min-height: 0;
    padding: 12px 14px 10px;
  }

  .m20-service-brand {
    min-width: 0;
  }

  .m20-service-brand strong {
    font-size: 17px;
  }

  .m20-service-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -14px;
    overflow-x: auto;
    padding: 0 14px 2px;
  }

  .m20-service-nav a {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 34px;
    padding: 7px 10px;
  }

  .m20-foods-container {
    padding: 0 14px;
  }

  .m20-product-index {
    padding-top: 32px;
  }

  .m20-product-filters {
    gap: 18px;
    padding: 16px;
  }

  .m20-product-facts {
    grid-template-columns: 1fr;
  }

  .m20-product-carousel {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .m20-carousel-prev,
  .m20-carousel-next {
    height: 38px;
    width: 38px;
  }
}
