@charset "UTF-8";
:where(html body.product_list_page) .ec-productRole {
  margin: 0 auto 120px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1272px;
  margin-bottom: 40px;
}
:where(html body.product_list_page) .ec-productRole:after {
  content: " ";
  display: table;
}
:where(html body.product_list_page) .ec-productRole:after {
  clear: both;
}
:where(html body.product_list_page) .ec-productRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
:where(html body.product_list_page) .ec-productRole ul,
:where(html body.product_list_page) .ec-productRole ol {
  list-style: none;
}
:where(html body.product_list_page) .ec-productRole img {
  max-width: 100%;
}
:where(html body.product_list_page) .ec-productRole html {
  box-sizing: border-box;
}
:where(html body.product_list_page) .ec-productRole *,
:where(html body.product_list_page) .ec-productRole *::before,
:where(html body.product_list_page) .ec-productRole *::after {
  box-sizing: inherit;
}
:where(html body.product_list_page) .ec-productRole img {
  width: 100%;
}
:where(html body.product_list_page) .ec-productRole__point .ec-productRole {
  max-width: 1232px;
  margin: 0 auto;
}
:where(html body.product_list_page) .ec-productRole .gd-quality-heading {
  display: block;
  width: 290px !important;
  max-width: 72% !important;
  height: auto !important;
  margin: 0 auto 56px !important;
}
@media (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .gd-quality-heading {
    width: 240px !important;
    max-width: 80% !important;
    margin-bottom: 36px !important;
  }
}
:where(html body.product_list_page) .ec-productRole .gd-quality-icons__image {
  display: block;
  width: 104px !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .gd-quality-icons__image {
    width: 88px !important;
  }
}
:where(html body.product_list_page) .ec-productRole__for .ec-productRole {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
:where(html body.product_list_page) .ec-productRole__others {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole__others {
    padding: 120px 0;
  }
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole {
  max-width: 1232px;
  margin: 0 auto;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole h2,
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole h2,
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole .h2 {
    font-size: 36px;
  }
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole h2 span,
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .h2 span {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card {
  margin-bottom: 48px;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ded8d0;
  border-radius: 16px;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: border-color 0.2s ease;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card a:hover,
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card a:focus-visible {
  border-color: #c39d4a;
}
@media only screen and (min-width: 1024px) {
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card {
    width: 100%;
    margin-bottom: 0;
  }
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .product-image-container {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1/1;
  background: #f7f5f1;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .product-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .product-content h3,
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .product-content .h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
:where(html body.product_list_page) .ec-productRole__others .ec-productRole .product-row .product-card .description-text {
  margin: 0 0 20px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
:where(html body.product_list_page) .gd-related-product__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
:where(html body.product_list_page) .gd-related-product__eyebrow--pill {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  line-height: 1.4;
}
:where(html body.product_list_page) .gd-related-product__eyebrow--marker {
  display: flex;
  align-items: center;
  gap: 7px;
}
:where(html body.product_list_page) .gd-related-product__eyebrow--marker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
}
:where(html body.product_list_page) .product-card:nth-child(2) .gd-related-product__eyebrow--marker {
  color: #995a31;
}
:where(html body.product_list_page) .product-card:nth-child(3) .gd-related-product__eyebrow--marker {
  color: #aa1b48;
}
:where(html body.product_list_page) .product-card:nth-child(4) .gd-related-product__eyebrow--marker {
  color: #3385a8;
}
:where(html body.product_list_page) .gd-related-product__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding: 12px 0;
  border-top: 1px solid #ebe6e0;
  border-bottom: 1px solid #ebe6e0;
}
:where(html body.product_list_page) .gd-related-product__price > span {
  color: #68645f;
  font-size: 12px;
  font-weight: 500;
}
:where(html body.product_list_page) .gd-related-product__price strong {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
:where(html body.product_list_page) .gd-related-product__price small {
  color: #68645f;
}
:where(html body.product_list_page) .gd-related-product__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 14px;
  color: #995a31;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease;
}
:where(html body.product_list_page) .gd-related-product__cta > span {
  transition: transform 0.2s ease;
}
:where(html body.product_list_page) .product-card a:hover .gd-related-product__cta,
:where(html body.product_list_page) .product-card a:focus-visible .gd-related-product__cta {
  color: #75401f;
}
:where(html body.product_list_page) .product-card a:hover .gd-related-product__cta > span,
:where(html body.product_list_page) .product-card a:focus-visible .gd-related-product__cta > span {
  transform: translateX(4px);
}
@media (min-width: 1024px) {
  :where(html body.product_list_page) .ec-productRole__others {
    padding: 104px 0 112px;
  }
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole h2,
  :where(html body.product_list_page) .ec-productRole__others .ec-productRole .h2 {
    font-size: 28px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__img {
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__profile {
  margin-left: 0;
  background: #f6f2e8;
  padding: 37px 16px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__profile {
    border-radius: 24px;
    padding: 48px 40px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 36px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__tags {
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 10px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__tag {
  background: #c3976f;
  color: #fff;
  padding: 5px 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 16px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__description {
    font-size: 18px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab {
  border: 1px solid #111111;
  border-radius: 8px;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li {
  width: 50%;
  position: relative;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li:first-child {
  border-right: 1px solid #111111;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li:first-child a {
  border-radius: 8px 0 0 8px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li:last-child a {
  border-radius: 0 8px 8px 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li:first-child::after {
  content: "";
  display: block;
  width: 89px;
  height: 28px;
  background: url("./generated/icon_recommend.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: 22px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li:first-child::after {
    top: -12px;
    right: -5px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 500;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a {
    font-size: 18px;
    padding: 24px 10px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a.is-active {
  background: #fff;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a.is-active span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #db5331;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a.is-active span::after {
    top: 5px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a span {
  position: relative;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab li a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #111111;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list {
  margin: 0 0 32px;
  padding: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item {
  margin-bottom: 16px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 18px 40px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label {
    padding: 18px 18px 18px 54px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label:has(input:checked)::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e94f2a;
  position: absolute;
  top: 18px;
  left: 18px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label:has(input:checked)::after {
    width: 14px;
    height: 14px;
    top: 23px;
    left: 23px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 14px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label::before {
    width: 24px;
    height: 24px;
    left: 18px;
    top: 18px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__list__item label input {
  display: none;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label {
    font-size: 20px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label span {
  font-size: 11px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label span {
    font-size: 14px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label__custom {
  border: 1px solid #000;
  color: #111111;
  font-size: 9px;
  border-radius: 24px;
  padding: 4px 8px;
  letter-spacing: 0;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__label__custom {
    font-size: 12px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price {
    justify-content: flex-end;
    margin-top: 0;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .off {
  background: #db5331;
  color: #fff;
  font-size: 11px;
  font-family: serif;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 16px;
  margin-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .off {
    font-size: 13px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .default {
  color: #888;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .default {
    font-size: 10px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .default span {
  text-decoration: line-through;
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .default span {
    font-size: 12px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1200px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main {
    width: auto;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main {
    font-size: 30px;
    width: 100%;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main .yen {
  font-size: 16px;
  margin-right: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main .yen {
    font-size: 20px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main .tax {
  font-size: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__price .main .tax {
    font-size: 14px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__info {
  padding: 0 20px;
  margin-bottom: 32px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__point {
  margin: 0 0 32px;
  padding: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__point li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__point li {
    font-size: 16px;
    padding-left: 30px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__point li::before {
  content: "";
  display: block;
  background: url("./generated/icon_point.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__point li::before {
    width: 24px;
    height: 24px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dt {
  border-radius: 32px;
  background: #378a69;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 12px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dt {
    font-size: 14px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dd {
  font-size: 14px;
  line-height: 175%;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dd ul {
  margin: 0;
  padding: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dd ul li {
  position: relative;
  padding-left: 15px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__buyTab__explain dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__priceRegular {
  padding-top: 14px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__priceRegularTax {
  margin-left: 5px;
  font-size: 10px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__price {
  color: #de5d50;
  font-size: 28px;
  padding: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__code {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__category a {
  color: #33a8d0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: 350px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__btn {
    margin-bottom: 16px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title {
  margin-bottom: 40px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title:has(.extension-toggle-icon) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title .extension-toggle-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("./generated/icon_ac.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select {
  position: relative;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select h2,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select .h2 {
  cursor: pointer;
  background: url("./generated/icon_ac.svg") no-repeat 100% 50%;
  background-size: 32px 32px;
  padding: 2px 35px 2px 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select h2.is-active,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select .is-active.h2 {
  background-image: url("./generated/icon_ac_ov.svg");
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select .select {
  position: absolute;
  border-radius: 16px;
  border: 1px solid #6d6d68;
  background: #fff;
  top: 100%;
  padding: 16px;
  display: none;
  z-index: 20;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select .select li a {
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__title__select .select li a:hover {
  background: #f8f5ed;
  border-radius: 8px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d2cec8;
  border-radius: 0;
  overflow: visible;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  height: 100%;
  margin: 0;
  padding: 16px 12px;
  box-sizing: border-box;
  color: #8b8985;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.12s ease;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a:hover,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a:focus-visible {
  color: #111111;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a.is-active {
  color: #111111;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 1px;
  background: #111111;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a {
    min-height: 64px;
    padding: 18px 16px;
    font-size: 16px;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs li a br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overflow-x: auto;
    scrollbar-width: none;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__tabs::-webkit-scrollbar {
    display: none;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content h3,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content .h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content h3 span,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content .h3 span {
  font-size: 16px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature h4,
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature .h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature dl {
  margin-bottom: 24px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature dl dt {
  border-radius: 32px;
  background: #7A9A6B;
  padding: 8px 12px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 16px;
  color: #fff;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.feature dl dd {
  font-size: 14px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material figure {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material ul {
  margin: 0 -12px;
  padding: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material ul .slick-slide {
  margin: 0 12px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material .slick-dots li.slick-active button::before {
  background-color: #7A9A6B;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material .slick-dots li button:before {
  opacity: 1;
  background-color: #dadada;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material dl {
  margin-bottom: 0;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material dl dt {
  border-radius: 32px;
  background: #7A9A6B;
  padding: 8px 12px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin: 0 auto 16px;
  color: #fff;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.material dl dd {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
  margin-bottom: 24px;
  border-top: 1px solid #b4b4b4;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
    width: calc((100% - 32px) / 2);
    margin-bottom: 0;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table {
  width: 100%;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
  width: 50%;
  padding-bottom: 10px;
  font-size: 16px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__note {
  font-size: 14px;
  margin-top: 12px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__off {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 5px;
  align-items: flex-start;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__off__price {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #888;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__off__price .yen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__price .price {
  color: #e94f2a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__price .price .yen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__price .note {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__cont {
  background: #fff;
  border-radius: 12px;
  padding: 32px 15px;
  margin-bottom: 30px;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__cont p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__trial__cont p span {
  font-size: 17px;
  font-weight: 700;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  margin: 48px 0 0 !important;
  padding: 24px 28px !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #55524d !important;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice__title {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice__title::before,
:where(html body.product_list_page) .ec-productRole .gd-product-notice__title::after {
  content: none !important;
  display: none !important;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice__content {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice__content p {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
}
:where(html body.product_list_page) .ec-productRole .gd-product-notice__content p:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .gd-product-notice {
    margin-top: 48px !important;
    padding: 18px 16px !important;
    border-radius: 6px !important;
  }
  :where(html body.product_list_page) .ec-productRole .gd-product-notice__title {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }
  :where(html body.product_list_page) .ec-productRole .gd-product-notice__content {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide {
  width: 100% !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 48px !important;
  align-items: start !important;
  width: 100% !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__column {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__titleRow {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 16px !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__title {
  margin: 0 0 16px !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__titleRow .gd-feeding-guide__title {
  margin-bottom: 0 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__common {
  color: #77736e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #55524d !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__body p {
  margin: 0 0 14px !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__body p:last-child {
  margin-bottom: 0 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__tableWrap {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: auto !important;
}
:where(html body.product_list_page) .ec-productRole table.gd-feeding-guide__table {
  display: table !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #bdb9b3 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 14px !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table thead {
  display: table-header-group !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table tbody {
  display: table-row-group !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table tr {
  display: table-row !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table th,
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table td {
  display: table-cell !important;
  padding: 11px 14px !important;
  border: 1px solid #bdb9b3 !important;
  vertical-align: middle !important;
  line-height: 1.45 !important;
  box-sizing: border-box !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table thead th {
  background: #f5f4f2 !important;
  color: #111111 !important;
  text-align: center !important;
  font-weight: 700 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table tbody th {
  width: 44% !important;
  background: #faf9f7 !important;
  color: #55524d !important;
  text-align: left !important;
  font-weight: 600 !important;
}
:where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table tbody td {
  width: 56% !important;
  color: #111111 !important;
  text-align: center !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .gd-feeding-guide__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  :where(html body.product_list_page) .ec-productRole .gd-feeding-guide__title {
    font-size: 17px !important;
  }
  :where(html body.product_list_page) .ec-productRole .gd-feeding-guide__body,
  :where(html body.product_list_page) .ec-productRole table.gd-feeding-guide__table {
    font-size: 13px !important;
  }
  :where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table th,
  :where(html body.product_list_page) .ec-productRole .gd-feeding-guide__table td {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  :where(html body.product_list_page) .gd-desktop-hero__title {
    margin: 16px 0 12px;
    color: #2d2b29;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.018em;
    line-height: 1.35;
  }
  :where(html body.product_list_page) .gd-desktop-hero__lead {
    margin: 0 0 20px;
    color: #111;
    font-size: 15px;
    line-height: 1.8;
  }
  :where(html body.product_list_page) .gd-desktop-hero__priceRow {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 16px;
    color: #111;
  }
  :where(html body.product_list_page) .gd-desktop-hero__priceSymbol {
    font-size: 17px;
    font-weight: 700;
  }
  :where(html body.product_list_page) .gd-desktop-hero__priceValue {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.002em;
  }
  :where(html body.product_list_page) .gd-desktop-hero__ctaButton {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    background: #b88b2d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.025em;
    box-shadow: none;
  }
  :where(html body.product_list_page) .gd-desktop-hero__ctaButton:hover {
    background: #b88b2d;
  }
}
:where(html body.product_list_page) .gd-desktop-hero__title {
  font-size: 28px !important;
  line-height: 1.4 !important;
}
:where(html body.product_list_page) .gd-desktop-hero__priceValue {
  font-size: 36px !important;
}
:where(html body.product_list_page) .price-system-ui,
:where(html body.product_list_page) .price-system-ui * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: "tnum" 1 !important;
}
:where(html body.product_list_page) .gd-desktop-hero__priceRow.price-system-ui,
:where(html body.product_list_page) .ec-price.price-system-ui {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
}
:where(html body.product_list_page) .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceSymbol,
:where(html body.product_list_page) .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceValue,
:where(html body.product_list_page) .ec-price.price-system-ui .ec-price__symbol,
:where(html body.product_list_page) .ec-price.price-system-ui .ec-price__amount {
  margin: 0 !important;
  padding: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
:where(html body.product_list_page) .price-system-ui .gd-desktop-hero__priceTax,
:where(html body.product_list_page) .price-system-ui .ec-price__tax,
:where(html body.product_list_page) .price-system-ui small,
:where(html body.product_list_page) .price-system-ui .tax {
  margin-left: 3px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
:where(html body.product_list_page) .gd-desktop-hero__optionPrice.price-system-ui {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  white-space: nowrap !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
:where(html body.product_list_page) .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceTax,
:where(html body.product_list_page) .ec-price.price-system-ui .ec-price__tax {
  margin: 0 0 1px 4px !important;
  padding: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
:where(html body.product_list_page) .gd-desktop-hero__optionPrice.price-system-ui small {
  margin-left: 3px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
@media (min-width: 992px) {
  :where(html body.product_list_page) .gd-desktop-hero__title {
    margin-top: 12px !important;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
  border: 1px solid #d2cec8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 24px 28px !important;
  margin-bottom: 20px !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
  margin: 0 0 16px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #111111 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 span {
  font-size: 0.9em !important;
  color: #68645f !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__materialall {
  font-size: 14px !important;
  line-height: 2 !important;
  color: #55524d !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap {
  margin-top: 8px !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  padding: 18px 20px !important;
  margin-bottom: 16px !important;
  border-top: 1px solid #d2cec8 !important;
  background: #ffffff !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: #55524d !important;
  padding-bottom: 12px !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td:last-child {
  text-align: right !important;
  color: #111111 !important;
  font-weight: 500 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__note {
  margin-top: 6px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e3dfd9 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: #68645f !important;
}
@media only screen and (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
    padding: 18px 16px !important;
    margin-bottom: 16px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
    font-size: 17px !important;
    margin-bottom: 14px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__materialall {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
    padding: 14px 14px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
    font-size: 13px !important;
    padding-bottom: 10px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__note {
    font-size: 12px !important;
  }
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
  margin: 0 0 12px !important;
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 span {
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box {
  width: 100% !important;
  padding: 20px 22px !important;
  box-sizing: border-box !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--material .ec-productRole__textBlock__content__materialall {
  margin: 0 !important;
  color: #55524d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  -moz-column-gap: 36px !important;
       column-gap: 36px !important;
  margin: 0 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap > div {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition table {
  width: 100% !important;
  border-collapse: collapse !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition tr:not(:last-child) {
  border-bottom: 1px solid #ebe8e3 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td {
  width: 50% !important;
  padding: 10px 0 !important;
  color: #55524d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td:last-child {
  color: #111111 !important;
  text-align: right !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 500 !important;
}
:where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__note {
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid #d2cec8 !important;
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 767.98px) {
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box {
    padding: 16px !important;
    border-radius: 6px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--material .ec-productRole__textBlock__content__materialall,
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td {
    font-size: 13px !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
  }
  :where(html body.product_list_page) .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap > div + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
:where(html body.product_list_page) .gd-deal-price__sale,
:where(html body.product_list_page) .gd-deal-price__sale > span:not(.gd-deal-price__discount) {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
:where(html body.product_list_page) .gd-deal-price__sale {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}
:where(html body.product_list_page) .gd-deal-price__sale > span:not(.gd-deal-price__discount) {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}
:where(html body.product_list_page) .gd-desktop-hero__ctaButton {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 1px solid #9f7620 !important;
  border-radius: 999px !important;
  background: #b88b2d !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
:where(html body.product_list_page) .gd-desktop-hero__ctaButton:hover,
:where(html body.product_list_page) .gd-desktop-hero__ctaButton:focus-visible {
  border-color: #8f691b !important;
  background: #b88b2d !important;
}
:where(html body.product_list_page) .gd-deal-price__sale > span.gd-deal-price__discount {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  color: #df4545 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
:where(html body.product_list_page) .gd-deal-price__sale > em.gd-deal-price__off-label {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  color: #df4545 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
html body.product_list_page {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #111 !important;
}
html body.product_list_page .gd-nav__link--current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background: #995a31;
}
.gd-list-page {
  background: #fff;
}
.gd-list-page__inner {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}
.gd-list-breadcrumb {
  padding-top: 34px;
}
.gd-list-breadcrumb ol {
  margin: 0;
}
.gd-list-heading {
  padding: 66px 0 54px;
  text-align: center;
}
.gd-list-page-title {
  margin: 0;
  color: #2d2b29;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1.35;
}
.gd-list-heading__rule {
  display: block;
  width: 24px;
  height: 2px;
  margin: 15px auto 22px;
  background: #995a31;
}
.gd-list-page-lead {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.gd-list-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d2cec8;
  border-radius: 12px;
  background: #fff;
}
.gd-list-feature__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 36px 44px;
  background: #eee;
  text-decoration: none !important;
}
.gd-list-feature__media img {
  display: block;
  width: min(100%, 560px);
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gd-list-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 46px;
  background: #fff;
}
.gd-list-feature__title {
  margin-top: 16px !important;
}
.gd-list-feature__lead {
  margin-bottom: 0 !important;
}
.gd-list-flavors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.gd-list-flavor {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.gd-list-flavor--chicken {
  color: #995a31;
}
.gd-list-flavor--horse {
  color: #aa1b48;
}
.gd-list-flavor--venison {
  color: #748d3c;
}
.gd-list-flavor--fish {
  color: #3385a8;
}
.gd-list-feature__meta {
  margin: 18px 0 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.gd-list-feature__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-top: 22px;
}
.gd-list-regular-inline {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8a8782 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}
.gd-list-regular-inline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #8a8782;
  transform: translateY(-50%);
  pointer-events: none;
}
.gd-list-shipping {
  color: #b88b2d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.gd-list-primary-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px !important;
  padding: 0 20px;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
html body.product_list_page .gd-list-singles {
  margin-top: 88px;
  padding: 88px 0 104px;
  background: #faf6f1;
}
html body.product_list_page .gd-list-singles > .ec-productRole {
  width: calc(100% - 40px);
  max-width: 1152px;
  margin: 0 auto;
}
html body.product_list_page .gd-list-singles .gd-related-title {
  margin-bottom: 14px;
}
.gd-list-section-lead {
  margin: 0 0 40px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
html body.product_list_page .gd-list-product-card--chicken .gd-related-product__eyebrow--marker {
  color: #995a31;
}
html body.product_list_page .gd-list-product-card--horse .gd-related-product__eyebrow--marker {
  color: #aa1b48;
}
html body.product_list_page .gd-list-product-card--venison .gd-related-product__eyebrow--marker {
  color: #748d3c;
}
html body.product_list_page .gd-list-product-card--fish .gd-related-product__eyebrow--marker {
  color: #3385a8;
}
html body.product_list_page .gd-list-singles .product-image-container img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 20px;
}
@media (min-width: 1200px) {
  html body.product_list_page .gd-list-singles .product-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  html body.product_list_page .gd-list-singles .product-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_list_page .gd-list-singles > .ec-productRole {
    max-width: 960px;
    padding-right: 32px;
    padding-left: 32px;
  }
  html body.product_list_page .gd-list-singles .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  html body.product_list_page .gd-list-singles .product-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_list_page .gd-nav__link--current::after {
    display: none;
  }
  .gd-list-page__inner {
    max-width: 820px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .gd-list-breadcrumb {
    padding-top: 24px;
  }
  .gd-list-heading {
    padding: 54px 0 44px;
  }
  .gd-list-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gd-list-feature__media {
    min-height: 360px;
    padding: 32px;
  }
  .gd-list-feature__media img {
    max-height: 300px;
  }
  .gd-list-feature__content {
    padding: 34px 34px 36px;
  }
  .gd-list-primary-link {
    font-size: 16px;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 72px;
    padding: 72px 0 82px;
  }
  html body.product_list_page .gd-list-singles > .ec-productRole {
    width: 100%;
    max-width: 820px;
    padding-right: 32px;
    padding-left: 32px;
  }
  html body.product_list_page .gd-list-singles .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  html body.product_list_page .gd-list-singles .product-card {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  html body.product_list_page .gd-nav__link--current::after {
    display: none;
  }
  .gd-list-page__inner {
    width: 100%;
    max-width: none;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-left: max(18px, env(safe-area-inset-left));
  }
  .gd-list-breadcrumb {
    padding-top: 20px;
  }
  .gd-list-heading {
    padding: 44px 0 34px;
  }
  .gd-list-page-title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .gd-list-heading__rule {
    margin-top: 12px;
    margin-bottom: 17px;
  }
  .gd-list-page-lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .gd-list-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 12px;
  }
  .gd-list-feature__media {
    min-height: 300px;
    padding: 26px 20px;
  }
  .gd-list-feature__media img {
    width: min(100%, 470px);
    max-height: 245px;
  }
  .gd-list-feature__content {
    padding: 28px 22px 30px;
  }
  .gd-list-feature__title {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }
  .gd-list-feature__lead {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  .gd-list-feature__meta {
    margin-top: 16px;
    font-size: 13px;
  }
  .gd-list-feature__price {
    margin-top: 20px;
  }
  .gd-list-primary-link {
    min-height: 54px !important;
    margin-top: 18px !important;
    font-size: 16px;
  }
  .gd-list-regular-inline {
    font-size: 11px !important;
  }
  .gd-list-shipping {
    font-size: 13px;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 64px;
    padding: 56px 0 64px;
  }
  html body.product_list_page .gd-list-singles > .ec-productRole {
    width: 100%;
    max-width: none;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-left: max(18px, env(safe-area-inset-left));
  }
  html body.product_list_page .gd-list-singles .gd-related-title {
    margin-bottom: 12px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.45;
  }
  .gd-list-section-lead {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.75;
  }
  html body.product_list_page .gd-list-singles .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  html body.product_list_page .gd-list-singles .product-card {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    min-width: 0;
    border-radius: 12px;
  }
  html body.product_list_page .gd-list-singles .product-content {
    min-width: 0;
    padding: 14px !important;
  }
  html body.product_list_page .gd-list-singles .product-content h3 {
    margin-bottom: 10px;
    font-size: 15px !important;
  }
  html body.product_list_page .gd-list-singles .description-text {
    display: none;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__eyebrow {
    min-height: 30px;
    margin-bottom: 7px;
    font-size: 10px;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price {
    padding: 10px 0;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price strong {
    font-size: 15px;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__cta {
    padding-top: 12px;
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(16px, env(safe-area-inset-left));
  }
  html body.product_list_page .gd-list-singles .product-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
    height: auto;
  }
  html body.product_list_page .gd-list-singles .product-image-container {
    width: 112px;
    height: 100%;
    min-height: 142px;
    aspect-ratio: auto;
  }
  html body.product_list_page .gd-list-singles .product-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    padding: 12px;
  }
  html body.product_list_page .gd-list-singles .product-content {
    padding: 13px 14px !important;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__eyebrow {
    min-height: 0;
    margin-bottom: 5px;
  }
  html body.product_list_page .gd-list-singles .product-content h3 {
    margin-bottom: 7px;
    font-size: 14px !important;
    line-height: 1.45;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price {
    margin-top: 6px;
    padding: 7px 0;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price > span {
    font-size: 10px;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price strong {
    font-size: 14px;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__cta {
    padding-top: 8px;
    font-size: 11px;
  }
}
@media (max-width: 359.98px) {
  html body.product_list_page .gd-list-singles .product-card a {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  html body.product_list_page .gd-list-singles .product-image-container {
    width: 100px;
    min-height: 136px;
  }
}
html body#page_product_list .ec-topicPath.gd-list-breadcrumb {
  margin: 0 0 32px !important;
  padding-top: 0px !important;
}
html body#page_product_list .ec-topicPath.gd-list-breadcrumb ol {
  margin: 0 !important;
  padding: 0 !important;
}
html body#page_product_list .ec-topicPath.gd-list-breadcrumb *,
html body#page_product_list .ec-topicPath.gd-list-breadcrumb a {
  color: #111111 !important;
}
html body#page_product_list .ec-topicPath.gd-list-breadcrumb li::before {
  background-image: url("./generated/icon_topicPath.svg") !important;
}
html body.product_list_page .gd-list-heading {
  padding: 48px 0 50px !important;
}
html body.product_list_page .gd-list-heading__rule {
  margin: 15px auto 0 !important;
}
html body.product_list_page .gd-list-page-lead {
  display: none !important;
}
html body.product_list_page .gd-list-singles {
  margin-top: 72px !important;
  padding: 0 0 104px !important;
  background: transparent !important;
}
html body.product_list_page .gd-list-singles .gd-related-title,
html body.product_list_page .gd-list-section-lead {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body#page_product_list .ec-topicPath.gd-list-breadcrumb {
    padding-top: 24px !important;
  }
  html body.product_list_page .gd-list-heading {
    padding: 42px 0 42px !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 82px !important;
  }
}
@media (max-width: 767.98px) {
  html body#page_product_list .ec-topicPath.gd-list-breadcrumb {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.product_list_page .gd-list-heading {
    padding: 38px 0 34px !important;
  }
  html body.product_list_page .gd-list-heading__rule {
    margin-top: 12px !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  html body.product_list_page .gd-list-feature {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    min-height: 400px;
  }
  html body.product_list_page .gd-list-feature__media {
    min-height: 400px;
    padding: 30px 38px;
  }
  html body.product_list_page .gd-list-feature__media img {
    width: min(100%, 520px);
    max-height: 330px;
  }
  html body.product_list_page .gd-list-feature__content {
    justify-content: center;
    padding: 36px 42px 38px;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 13px 0 9px !important;
  }
  html body.product_list_page .gd-list-feature__lead {
    max-width: 430px;
    margin: 0 !important;
  }
  html body.product_list_page .gd-list-flavors {
    gap: 7px;
    margin-top: 15px;
  }
  html body.product_list_page .gd-list-feature__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 22px;
    margin-top: 20px;
  }
  html body.product_list_page .gd-list-feature__meta {
    max-width: 180px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  html body.product_list_page .gd-list-feature__price {
    align-items: flex-end;
    gap: 5px;
    margin: 0;
    text-align: right;
  }
  html body.product_list_page .gd-list-primary-link {
    margin-top: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_list_page .gd-list-feature__content {
    padding: 32px 34px 34px;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 13px 0 9px !important;
  }
  html body.product_list_page .gd-list-flavors {
    margin-top: 15px;
  }
  html body.product_list_page .gd-list-feature__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-top: 20px;
  }
  html body.product_list_page .gd-list-feature__meta {
    margin: 0;
  }
  html body.product_list_page .gd-list-feature__price {
    align-items: flex-end;
    margin: 0;
    text-align: right;
  }
  html body.product_list_page .gd-list-primary-link {
    margin-top: 18px !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_list_page .gd-list-feature__content {
    padding-top: 26px;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 12px 0 8px !important;
  }
  html body.product_list_page .gd-list-flavors {
    margin-top: 14px;
  }
  html body.product_list_page .gd-list-feature__summary {
    display: block;
    margin-top: 18px;
  }
  html body.product_list_page .gd-list-feature__meta {
    margin: 0;
  }
  html body.product_list_page .gd-list-feature__price {
    align-items: flex-start;
    margin-top: 14px;
    text-align: left;
  }
  html body.product_list_page .gd-list-primary-link {
    margin-top: 17px !important;
  }
}
html body.product_list_page .gd-list-feature__benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
}
html body.product_list_page .gd-list-feature__check {
  display: inline-flex;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b88b2d;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
html body.product_list_page .gd-list-feature__benefit .gd-list-feature__meta {
  margin: 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}
html body.product_list_page .gd-list-feature__purchase {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e4dfd9;
}
html body.product_list_page .gd-list-feature__discountLine {
  display: inline-flex !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 0 8px !important;
}
html body.product_list_page .gd-list-feature__priceRow {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
html body.product_list_page .gd-list-feature__salePrice {
  flex: 0 0 auto;
  margin: 0 !important;
}
html body.product_list_page .gd-list-feature__priceDivider {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 38px;
  background: #ded8d0;
}
html body.product_list_page .gd-list-feature__regularPrice {
  position: relative;
  flex: 0 0 auto;
  margin: 0 !important;
  color: #8a8782 !important;
}
html body.product_list_page .gd-list-feature__regularPrice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #8a8782;
  transform: translateY(-50%);
  pointer-events: none;
}
html body.product_list_page .gd-list-feature__shipping {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 14px !important;
  font-weight: 600 !important;
}
html body.product_list_page .gd-list-primary-link {
  margin-top: 22px !important;
}
@media (min-width: 992px) {
  html body.product_list_page .gd-list-feature__content {
    padding: 38px 46px 40px !important;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 14px 0 10px !important;
  }
  html body.product_list_page .gd-list-feature__lead {
    max-width: 430px;
    line-height: 1.8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_list_page .gd-list-feature__benefit {
    margin-top: 20px;
  }
  html body.product_list_page .gd-list-feature__purchase {
    margin-top: 20px;
    padding-top: 18px;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  html body.product_list_page .gd-list-feature__benefit {
    gap: 10px;
    margin-top: 19px;
  }
  html body.product_list_page .gd-list-feature__check {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  html body.product_list_page .gd-list-feature__benefit .gd-list-feature__meta {
    font-size: 13px !important;
  }
  html body.product_list_page .gd-list-feature__purchase {
    margin-top: 19px;
    padding-top: 16px;
  }
  html body.product_list_page .gd-list-feature__discountLine {
    margin-bottom: 7px !important;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    gap: 12px;
  }
  html body.product_list_page .gd-list-feature__priceDivider {
    height: 32px;
  }
  html body.product_list_page .gd-list-feature__shipping {
    margin-left: auto;
    font-size: 13px !important;
  }
  html body.product_list_page .gd-list-primary-link {
    margin-top: 19px !important;
  }
}
@media (max-width: 420px) {
  html body.product_list_page .gd-list-feature__priceRow {
    display: grid;
    grid-template-columns: auto 1px auto;
    justify-content: start;
    gap: 10px 12px;
  }
  html body.product_list_page .gd-list-feature__priceDivider {
    height: 30px;
  }
  html body.product_list_page .gd-list-feature__shipping {
    grid-column: 1/-1;
    margin: -2px 0 0 !important;
  }
}
html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceSymbol,
html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceSymbol {
  font-size: 17px !important;
  font-weight: 700 !important;
}
html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceValue,
html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceValue {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.002em !important;
}
html body.product_list_page .gd-list-feature__saleGroup {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  gap: 8px;
  min-width: 0;
}
html body.product_list_page .gd-list-feature__discountLine {
  display: inline-flex !important;
  align-items: baseline !important;
  width: auto !important;
  margin: 0 !important;
  flex: 0 0 auto;
}
html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceSymbol,
html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceSymbol {
  font-size: 15px !important;
}
html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceValue,
html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceValue {
  font-size: 28px !important;
  line-height: 1 !important;
}
@media (max-width: 767.98px) {
  html body.product_list_page .gd-list-feature__saleGroup {
    gap: 7px;
  }
  html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceSymbol,
  html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceSymbol {
    font-size: 14px !important;
  }
  html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceValue,
  html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceValue {
    font-size: 26px !important;
  }
}
@media (max-width: 420px) {
  html body.product_list_page .gd-list-feature__priceRow {
    grid-template-columns: auto 1px auto !important;
  }
}
html body.product_list_page {
  overflow-x: clip !important;
}
html body.product_list_page .gd-list-page,
html body.product_list_page .gd-list-singles,
html body.product_list_page .gd-list-feature,
html body.product_list_page .gd-list-feature__media,
html body.product_list_page .gd-list-feature__content,
html body.product_list_page .gd-list-feature__purchase,
html body.product_list_page .gd-list-feature__priceRow,
html body.product_list_page .gd-list-feature__saleGroup,
html body.product_list_page .gd-list-singles .product-row,
html body.product_list_page .gd-list-singles .product-card,
html body.product_list_page .gd-list-singles .product-card a,
html body.product_list_page .gd-list-singles .product-content {
  min-width: 0 !important;
}
html body.product_list_page .gd-list-feature__media img,
html body.product_list_page .gd-list-singles .product-image-container img {
  max-width: 100% !important;
}
html body.product_list_page .gd-list-primary-link {
  width: 100% !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_list_page .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    width: 100% !important;
    max-width: 960px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  html body.product_list_page .gd-list-heading {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  html body.product_list_page .gd-list-feature {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr) !important;
    min-height: 380px !important;
  }
  html body.product_list_page .gd-list-feature__media {
    min-height: 380px !important;
    padding: 28px 30px !important;
  }
  html body.product_list_page .gd-list-feature__media img {
    width: min(100%, 470px) !important;
    max-height: 305px !important;
  }
  html body.product_list_page .gd-list-feature__content {
    padding: 34px 34px 36px !important;
  }
  html body.product_list_page .gd-list-feature__title {
    font-size: 26px !important;
  }
  html body.product_list_page .gd-list-feature__lead {
    font-size: 14px !important;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    gap: 13px !important;
  }
  html body.product_list_page .gd-list-feature__shipping {
    margin-left: auto !important;
    white-space: nowrap !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 56px !important;
    padding-bottom: 88px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_list_page .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    width: 100% !important;
    max-width: 820px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  html body.product_list_page .gd-list-heading {
    padding: 38px 0 38px !important;
  }
  html body.product_list_page .gd-list-feature {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  html body.product_list_page .gd-list-feature__media {
    min-height: 320px !important;
    padding: 28px 32px !important;
  }
  html body.product_list_page .gd-list-feature__media img {
    width: min(100%, 500px) !important;
    max-height: 270px !important;
  }
  html body.product_list_page .gd-list-feature__content {
    padding: 30px 32px 34px !important;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 12px 0 8px !important;
    font-size: 26px !important;
  }
  html body.product_list_page .gd-list-feature__lead {
    max-width: 560px !important;
    font-size: 15px !important;
  }
  html body.product_list_page .gd-list-flavors {
    margin-top: 16px !important;
  }
  html body.product_list_page .gd-list-feature__benefit {
    margin-top: 18px !important;
  }
  html body.product_list_page .gd-list-feature__purchase {
    margin-top: 18px !important;
    padding-top: 16px !important;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    gap: 14px !important;
  }
  html body.product_list_page .gd-list-feature__shipping {
    margin-left: auto !important;
    white-space: nowrap !important;
  }
  html body.product_list_page .gd-list-primary-link {
    min-height: 54px !important;
    margin-top: 18px !important;
    font-size: 16px !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 52px !important;
    padding-bottom: 76px !important;
  }
  html body.product_list_page .gd-list-singles .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    height: 100% !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_list_page .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: max(18px, env(safe-area-inset-right)) !important;
    padding-left: max(18px, env(safe-area-inset-left)) !important;
  }
  html body.product_list_page .gd-list-heading {
    padding: 32px 0 30px !important;
  }
  html body.product_list_page .gd-list-page-title {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }
  html body.product_list_page .gd-list-feature {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }
  html body.product_list_page .gd-list-feature__media {
    min-height: 270px !important;
    padding: 22px 18px !important;
  }
  html body.product_list_page .gd-list-feature__media img {
    width: min(100%, 430px) !important;
    max-height: 225px !important;
  }
  html body.product_list_page .gd-list-feature__content {
    padding: 24px 20px 26px !important;
  }
  html body.product_list_page .gd-related-product__eyebrow--pill {
    font-size: 11px !important;
  }
  html body.product_list_page .gd-list-feature__title {
    margin: 11px 0 8px !important;
    font-size: 23px !important;
    line-height: 1.4 !important;
  }
  html body.product_list_page .gd-list-feature__lead {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
  html body.product_list_page .gd-list-flavors {
    gap: 7px !important;
    margin-top: 14px !important;
  }
  html body.product_list_page .gd-list-flavor {
    min-height: 23px !important;
    padding: 3px 9px !important;
    font-size: 11px !important;
  }
  html body.product_list_page .gd-list-feature__benefit {
    gap: 9px !important;
    margin-top: 17px !important;
  }
  html body.product_list_page .gd-list-feature__check {
    flex-basis: 23px !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 14px !important;
  }
  html body.product_list_page .gd-list-feature__benefit .gd-list-feature__meta {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  html body.product_list_page .gd-list-feature__purchase {
    margin-top: 17px !important;
    padding-top: 15px !important;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    gap: 11px !important;
  }
  html body.product_list_page .gd-list-feature__saleGroup {
    gap: 6px !important;
  }
  html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceSymbol,
  html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceSymbol {
    font-size: 13px !important;
  }
  html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceValue,
  html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceValue {
    font-size: 24px !important;
  }
  html body.product_list_page .gd-list-feature__priceDivider {
    height: 28px !important;
  }
  html body.product_list_page .gd-list-feature__shipping {
    margin-left: auto !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  html body.product_list_page .gd-list-primary-link {
    min-height: 52px !important;
    margin-top: 17px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    font-size: 15px !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 44px !important;
    padding-bottom: 60px !important;
  }
  html body.product_list_page .gd-list-singles .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    height: 100% !important;
  }
  html body.product_list_page .gd-list-singles .product-image-container img {
    padding: 14px !important;
  }
}
@media (max-width: 479.98px) {
  html body.product_list_page .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    padding-right: max(16px, env(safe-area-inset-right)) !important;
    padding-left: max(16px, env(safe-area-inset-left)) !important;
  }
  html body.product_list_page .gd-list-heading {
    padding: 28px 0 26px !important;
  }
  html body.product_list_page .gd-list-feature__media {
    min-height: 235px !important;
    padding: 18px 16px !important;
  }
  html body.product_list_page .gd-list-feature__media img {
    max-height: 200px !important;
  }
  html body.product_list_page .gd-list-feature__content {
    padding: 22px 18px 24px !important;
  }
  html body.product_list_page .gd-list-feature__title {
    font-size: 22px !important;
  }
  html body.product_list_page .gd-list-feature__priceRow {
    display: grid !important;
    grid-template-columns: auto 1px auto !important;
    justify-content: start !important;
    align-items: center !important;
    gap: 8px 10px !important;
  }
  html body.product_list_page .gd-list-feature__shipping {
    grid-column: 1/-1 !important;
    margin: 0 !important;
  }
  html body.product_list_page .gd-list-singles {
    margin-top: 38px !important;
  }
  html body.product_list_page .gd-list-singles .product-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    align-items: stretch !important;
    height: auto !important;
  }
  html body.product_list_page .gd-list-singles .product-image-container {
    width: 112px !important;
    height: 100% !important;
    min-height: 142px !important;
    aspect-ratio: auto !important;
  }
  html body.product_list_page .gd-list-singles .product-content {
    padding: 13px 14px !important;
  }
  html body.product_list_page .gd-list-singles .product-content h3 {
    font-size: 14px !important;
  }
  html body.product_list_page .gd-list-singles .gd-related-product__price {
    margin-top: 5px !important;
    padding: 7px 0 !important;
  }
}
@media (max-width: 359.98px) {
  html body.product_list_page .gd-list-page__inner,
  html body.product_list_page .gd-list-singles > .ec-productRole {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  html body.product_list_page .gd-list-feature__content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  html body.product_list_page .gd-list-feature__salePrice .gd-desktop-hero__priceValue,
  html body.product_list_page .gd-list-feature__regularPrice .gd-desktop-hero__priceValue {
    font-size: 22px !important;
  }
  html body.product_list_page .gd-list-singles .product-card a {
    grid-template-columns: 100px minmax(0, 1fr) !important;
  }
  html body.product_list_page .gd-list-singles .product-image-container {
    width: 100px !important;
    min-height: 136px !important;
  }
}
html body#page_product_list .ec-topicPath.gd-list-breadcrumb li::before {
  background-image: url("../img/common/icon_topicPath.svg") !important;
}
html body.product_list_page .gd-list-singles .ec-productRole .product-row .product-card .product-content h3 {
  text-align: left;
}
html body.product_list_page .gd-list-singles {
  border-top: 0;
}
@media (min-width: 768px) {
  html body.product_list_page .gd-list-singles .ec-productRole .product-row .product-card {
    width: 100%;
  }
}
.gd-tbox {
  display: grid;
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 48px;
  overflow: hidden;
  border-radius: 12px;
  background: #faf7f1;
  padding: 34px;
}
.gd-tbox:hover {
  opacity: 0.85;
}
@media (min-width: 861px) {
  .gd-tbox {
    width: 66.6667%;
    margin-top: 0;
    margin-bottom: 68px;
  }
}
@media (min-width: 861px) {
  .gd-tbox {
    grid-template-columns: minmax(0, 5fr) minmax(0, 5fr);
  }
}
.gd-tbox__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none !important;
}
.gd-tbox__media img {
  display: block;
  transform: none !important;
  transition: none !important;
  width: auto;
  max-width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 861px) {
  .gd-tbox__media img {
    height: 150px;
  }
}
.gd-tbox__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 20px;
}
@media (min-width: 861px) {
  .gd-tbox__content {
    padding: 20px 30px 20px 50px;
  }
}
.gd-tbox__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 3px 14px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #fff;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.gd-tbox__title {
  margin: 5px 0 0;
  color: #111111;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 861px) {
  .gd-tbox__title {
    font-size: 24px;
  }
}
.gd-tbox__lead {
  margin: 12px 0 0;
  color: #3d3a35;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}
.gd-tbox__shippingRow {
  display: contents;
}
.gd-tbox__shipping {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
}
.gd-tbox__priceRow {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 5px;
}
@media (min-width: 861px) {
  .gd-tbox__priceRow {
    margin-top: 10px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
.gd-tbox__off {
  color: #df4545;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media (min-width: 861px) {
  .gd-tbox__off {
    font-size: 18px;
  }
}
.gd-tbox__price small {
  white-space: nowrap;
}
.gd-tbox__price {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #111111;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (min-width: 861px) {
  .gd-tbox__price {
    font-size: 24px;
  }
}
.gd-tbox__price small {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
}
.gd-tbox__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 18px;
  color: #111111 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  transition: color 0.2s ease;
}
.gd-tbox__cta:hover, .gd-tbox__cta:focus {
  color: #9f7620 !important;
}
.gd-prodgrid {
  margin-bottom: 140px;
}
/* SP調整 */
@media (max-width: 860px) {
  .gd-tbox {
    padding: 25px;
  }
  .gd-tbox__media {
    padding: 15px 0 30px;
  }
  .gd-tbox__content {
    padding: 0;
  }
  .gd-tbox__badge {
    font-size: 11px;
  }
  .gd-tbox__title {
    font-size: 18px;
  }
  .gd-tbox__priceRow {
    margin-top: 10px;
  }
  .gd-tbox__off {
    font-size: 15px;
  }
  .gd-tbox__price {
    font-size: 20px;
  }
  .gd-tbox__price small {
    font-size: 13px;
  }
}
/* 商品一覧のSPはカルーセルではなく縦積みグリッドにする
   （component/product-grid.scss の 900px以下カルーセル指定を打ち消す） */
@media (max-width: 900px) {
  #page_product_list .gd-prodgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  #page_product_list .gd-prodgrid__item {
    flex: none;
    scroll-snap-align: none;
  }
  #page_product_list .gd-prodgrid-dots {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #page_product_list .gd-prodgrid {
    grid-template-columns: 1fr;
  }
  #page_product_list .gd-prodgrid__panel {
    aspect-ratio: 16/9;
  }
  #page_product_list .gd-prodgrid__img {
    max-height: 100%;
  }
}
/* 商品グリッド上のリード文 */
.gd-lineup-lead {
  margin: 0 0 32px;
  text-align: center;
}
.gd-lineup-lead__text {
  margin: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 861px) {
  .gd-lineup-lead {
    margin-bottom: 48px;
  }
  .gd-lineup-lead__text {
    font-size: 24px;
  }
}