/*
  chukop.com 商品詳細ページ モックアップ寄せレイアウト
  対象テンプレート：templates/blocks/product_templates/default_template.tpl
  対応TPL：default_template_showcase.tpl
*/

.chukop-product-showcase {
  --cpd-bg: #ffffff;
  --cpd-bg-soft: #f7f5f1;
  --cpd-bg-warm: #fbfaf7;
  --cpd-text: #1e1e1e;
  --cpd-muted: #6f6b66;
  --cpd-line: #e7e2d9;
  --cpd-line-dark: #d7d0c5;
  --cpd-brand: #111111;
  --cpd-accent: #0a9f55;
  --cpd-accent-soft: #eaf8f0;
  --cpd-brown: #8a653d;
  --cpd-shadow: 0 18px 45px rgba(33, 26, 18, 0.08);
  --cpd-radius: 0px;
  --cpd-radius-sm: 0px;
  /* --cpd-max: 1120px; */
  /* max-width: var(--cpd-max);
  margin: 0 auto;
  padding: 0 24px 80px;
  color: var(--cpd-text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.04em; */
}

.chukop-product-showcase *,
.chukop-product-showcase *::before,
.chukop-product-showcase *::after {
  box-sizing: border-box;
}

/* CS-Cart/mosukの幅制限を解除 */
.chukop-product-showcase .max-w-sm,
.chukop-product-showcase .max-w-xs,
.chukop-product-showcase .xl\:max-w-lg {
  max-width: none !important;
}

.chukop-product-showcase .w-full {
  width: 100% !important;
}

/* 上部：画像 + 購入カード */
.chukop-product-showcase__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr) !important;
  gap: 48px !important;
  align-items: start !important;
  margin: 0 auto 40px !important;
}

/* 画像エリア */
.chukop-product-showcase__gallery {
  width: 100% !important;
  min-width: 0;
  position: sticky !important;
  top: 24px;
  align-self: start;
}

.chukop-product-showcase__gallery img {
  max-width: 100%;
  display: block;
}

.chukop-product-showcase__gallery .mosuk-product-images-scroller,
.chukop-product-showcase__gallery .product-images,
.chukop-product-showcase__gallery .ty-product-img,
.chukop-product-showcase__gallery .ty-product-img__gallery,
.chukop-product-showcase__gallery .owl-carousel {
  width: 100% !important;
}

.chukop-product-showcase__gallery .mosuk-product-images-scroller {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.chukop-product-showcase__gallery .owl-carousel:not(.owl-loaded),
.chukop-product-showcase__gallery .owl-stage-outer,
.chukop-product-showcase__gallery .owl-stage,
.chukop-product-showcase__gallery .owl-item,
.chukop-product-showcase__gallery .mosuk-product-page-video-card {
  /* border-radius: var(--cpd-radius) !important; */
}

.chukop-product-showcase__gallery .mosuk-product-page-image-card,
.chukop-product-showcase__gallery .mosuk-product-page-video-card {
  overflow: hidden !important;
  background: #eee !important;
  box-shadow: var(--cpd-shadow) !important;
  /* aspect-ratio: 4 / 3 !important; */
  min-height: 0 !important;
}

.chukop-product-showcase__gallery .aspect-square {
  aspect-ratio: 4 / 3 !important;
}

.chukop-product-showcase__gallery .mosuk-product-page-image-card img,
.chukop-product-showcase__gallery .ty-product-img img,
.chukop-product-showcase__gallery img.cm-image,
.chukop-product-showcase__gallery img.ty-pict,
.chukop-product-showcase__gallery .cm-image-previewer img,
.chukop-product-showcase__gallery picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: var(--cpd-radius) !important;
}

/* サムネイル：モックアップの横並びに寄せる */
.chukop-product-showcase__gallery .mosuk-product-images-navigation,
.chukop-product-showcase__gallery [id^="owl-carousel-navigation-"] {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  margin-top: 0 !important;
}

.chukop-product-showcase__gallery .mosuk-product-page-navigation-image-card,
.chukop-product-showcase__gallery .owl-dot-img {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border: 1px solid var(--cpd-line) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  cursor: pointer;
}

.chukop-product-showcase__gallery .mosuk-product-page-navigation-image-card.active,
.chukop-product-showcase__gallery .mosuk-product-page-navigation-image-card.owl-dot.active,
.chukop-product-showcase__gallery .owl-dot-img.active {
  border: 2px solid var(--cpd-brand) !important;
  padding: 2px !important;
}

.chukop-product-showcase__gallery .mosuk-product-page-navigation-image-card img,
.chukop-product-showcase__gallery .owl-dot-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 7px !important;
}

/* 右側：購入情報カード */
.chukop-product-showcase__summary-card {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  border: 1px solid var(--cpd-line) !important;
  border-radius: var(--cpd-radius) !important;
  padding: 30px !important;
  background: var(--cpd-bg) !important;
  box-shadow: var(--cpd-shadow) !important;
  gap: 0 !important;
}

/* バッジ */
.chukop-product-showcase__badges {
  position: static !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
}

.chukop-product-showcase__badges:empty {
  display: none;
}

.chukop-product-showcase__badges > *,
.chukop-product-showcase__badges .ty-product-labels__item,
.chukop-product-showcase__badges .ty-discount-label,
.chukop-product-showcase__badges .ty-product-labels__content,
.chukop-product-showcase__badges span,
.chukop-product-showcase .ty-product-labels__item {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  background: var(--cpd-bg-soft) !important;
  color: var(--cpd-brown) !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.chukop-product-showcase__summary-main,
.chukop-product-showcase__purchase,
.chukop-product-showcase__head,
.chukop-product-showcase__purchase-box,
.chukop-product-showcase__lead-specs-card,
.chukop-product-showcase__advanced-options {
  width: 100% !important;
  max-width: none !important;
}

.chukop-product-showcase__head,
.chukop-product-showcase__purchase-box,
.chukop-product-showcase__lead-specs-card,
.chukop-product-showcase__advanced-options,
.chukop-product-showcase__promo {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.chukop-product-showcase__promo {
  margin-bottom: 16px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--cpd-line) !important;
  border-radius: var(--cpd-radius-sm) !important;
  background: var(--cpd-bg-warm) !important;
  color: var(--cpd-muted);
  font-size: 13px;
}

/* 商品名・コード */
.chukop-product-showcase__title,
.chukop-product-showcase h1.chukop-product-showcase__title {
  margin: 0 !important;
  color: var(--cpd-text) !important;
  font-size: clamp(22px, 2.0vw, 22px) !important;
  line-height: 1.45 !important;
  letter-spacing: 0.04em !important;
  font-weight: 700 !important;
}

.chukop-product-showcase__code {
  margin: 12px 0 0 !important;
  color: var(--cpd-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* ブランド/ヘッダー特徴 */
.chukop-product-showcase__brand-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 !important;
  margin: 24px 0 0 !important;
  border-top: 1px solid var(--cpd-line);
  border-left: 1px solid var(--cpd-line);
  border-radius: 14px;
  border-radius: 0px;
  overflow: hidden;
  background: var(--cpd-bg-warm);
}

.chukop-product-showcase__brand-list > div {
  display: block !important;
  min-height: 60px;
  padding: 10px 10px !important;
  border-right: 1px solid var(--cpd-line);
  border-bottom: 1px solid var(--cpd-line);
  color: var(--cpd-text) !important;
  margin: 0 !important;
}

.chukop-product-showcase__brand-list > div > div:first-child {
  display: block !important;
  width: auto !important;
  margin: 0 0 4px !important;
  color: var(--cpd-muted) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.chukop-product-showcase__brand-list > div > div:last-child,
.chukop-product-showcase__brand-list a {
  color: var(--cpd-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.chukop-product-showcase__brand-list a {
  pointer-events: none !important;
}

.chukop-product-showcase__brand-list a:hover {
  text-decoration: underline !important;
}

/* 商品特徴：主要スペックカード */
.chukop-product-showcase__lead-specs-card {
  margin: 24px 0 22px !important;
}

.chukop-product-showcase__sub-title {
  display: none !important;
}

.chukop-product-showcase__lead-specs > div,
.chukop-product-showcase__lead-specs .flex.flex-col,
.chukop-product-showcase__lead-specs [class*="flex-col"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--cpd-line) !important;
  border-left: 1px solid var(--cpd-line) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: var(--cpd-bg-warm) !important;
}

.chukop-product-showcase__lead-specs [class*="grid-cols"],
.chukop-product-showcase__lead-specs .grid {
  display: block !important;
  min-height: 68px !important;
  padding: 13px 14px !important;
  border-right: 1px solid var(--cpd-line) !important;
  border-bottom: 1px solid var(--cpd-line) !important;
}

.chukop-product-showcase__lead-specs p {
  margin: 0 !important;
}

.chukop-product-showcase__lead-specs [class*="text-gray"],
.chukop-product-showcase__lead-specs [class*="grid-cols"] > p:first-child,
.chukop-product-showcase__lead-specs .grid > p:first-child {
  display: block !important;
  margin: 0 0 4px !important;
  color: var(--cpd-muted) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.chukop-product-showcase__lead-specs [class*="grid-cols"] > div,
.chukop-product-showcase__lead-specs .grid > div,
.chukop-product-showcase__lead-specs [class*="grid-cols"] > div p,
.chukop-product-showcase__lead-specs .grid > div p {
  color: var(--cpd-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}






.chukop-product-showcase__all-features {
  display: inline-flex !important;
  margin: 12px 0 0 !important;
  color: var(--cpd-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* advanced options */
.chukop-product-showcase__advanced-options {
  /* margin: 18px 0 0 !important;
  border: 1px solid var(--cpd-line) !important;
  border-radius: var(--cpd-radius-sm) !important;
  background: var(--cpd-bg-warm) !important; */
  padding: 14px;
  display: flex;
}

.chukop-product-showcase__advanced-options > div > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
}

/* 購入エリア */
.chukop-product-showcase__purchase-box {
  padding-top: 13px !important;
  border-top: 1px solid var(--cpd-line) !important;
}

.chukop-product-showcase__options {
  margin: 0 0 18px !important;
}

.chukop-product-showcase__options select,
.chukop-product-showcase__options input[type="text"],
.chukop-product-showcase__options input[type="number"],
.chukop-product-showcase .ty-product-options select,
.chukop-product-showcase .ty-product-options input[type="text"] {
  min-height: 46px !important;
  border: 1px solid var(--cpd-line-dark) !important;
  border-radius: var(--cpd-radius-sm) !important;
  background: #fff !important;
  font-size: 14px !important;
}

.chukop-product-showcase__price-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px 12px !important;
  margin: 0 !important;
}

.chukop-product-showcase__price,
.chukop-product-showcase__price .ty-price,
.chukop-product-showcase__price .ty-price-num,
.chukop-product-showcase .ty-price,
.chukop-product-showcase .ty-price-num {
  color: var(--cpd-text) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

.chukop-product-showcase__old-price,
.chukop-product-showcase__old-price .ty-list-price,
.chukop-product-showcase .ty-list-price {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.chukop-product-showcase__tax-note,
.chukop-product-showcase__tax-note * {
  color: var(--cpd-muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.chukop-product-showcase__discount {
  position: relative !important;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  color: var(--cpd-brown) !important;
  background: var(--cpd-bg-soft) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.chukop-product-showcase__discount-wrap > .absolute {
  display: none !important;
}

/* .chukop-product-showcase__amount,
.chukop-product-showcase__amount * {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 0px !important;
  color: var(--cpd-accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
} */

/* .chukop-product-showcase__amount::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--cpd-accent);
  box-shadow: 0 0 0 4px var(--cpd-accent-soft);
} */

.chukop-product-showcase__cart-row {
  display: grid !important;
  grid-template-columns: 132px 1fr !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.chukop-product-showcase__qty,
.chukop-product-showcase__cart {
  margin: 0 !important;
}

/* .chukop-product-showcase__qty .ty-qty,
.chukop-product-showcase__qty .ty-value-changer,
.chukop-product-showcase__qty .cm-value-changer,
.chukop-product-showcase__qty .quantity,
.chukop-product-showcase__qty .quantity-selector {
  grid-template-columns: 34px 1fr 34px !important;
  width: 100% !important;
  min-height: 50px !important;
  border: 1px solid var(--cpd-line-dark) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #fff !important;
} */
.mosuk-value-changer.w-full.flex.items-center.gap-2.cm-value-changer.h-full {
    grid-template-columns: 34px 1fr 34px !important;
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid var(--cpd-line-dark) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.chukop-product-showcase__qty input,
.chukop-product-showcase__qty .ty-value-changer__input,
.chukop-product-showcase__qty input.cm-amount {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  border: 0 !important;
  background: #fff !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.chukop-product-showcase__qty button,
.chukop-product-showcase__qty a,
.chukop-product-showcase__qty .ty-value-changer__increase,
.chukop-product-showcase__qty .ty-value-changer__decrease {
  width: 34px !important;
  height: 50px !important;
  min-height: 50px !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--cpd-muted) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 50px !important;
}

.chukop-product-showcase__qty a:hover {
background-color: #f3efe8 !important;
}

.chukop-product-showcase__cart .ty-btn,
.chukop-product-showcase__cart .ty-btn__primary,
.chukop-product-showcase__cart .ty-btn__add-to-cart,
.chukop-product-showcase__cart button,
.chukop-product-showcase__cart input[type="submit"],
.chukop-product-showcase button[name*="dispatch[checkout.add"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--cpd-brand) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  box-shadow: 0 14px 26px rgba(0,0,0,0.16) !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.chukop-product-showcase button[name*="dispatch[checkout.add"]:hover {
  background-color: #b9841f !important;
}

.chukop-product-showcase__cart .ty-btn:hover,
.chukop-product-showcase__cart .ty-btn__primary:hover,
.chukop-product-showcase__cart .ty-btn__add-to-cart:hover {
  opacity: .86;
}

/* お気に入り/比較などがカート付近に出る場合 */
.chukop-product-showcase__purchase .ty-btn__tertiary,
.chukop-product-showcase__purchase .ty-compare-checkbox,
.chukop-product-showcase__purchase .ty-wish-list__button,
.chukop-product-showcase__purchase .cm-submit {
  color: var(--cpd-muted) !important;
  font-size: 13px !important;
}

/* タブ/説明エリア */
.chukop-product-showcase__detail-layout {
  display: flex !important;
  margin-top: 40px !important;
  flex-wrap: wrap;
  gap: 4%;
}

.pdl_tab {
    width: 66%;
}

.pdl_sepc {
    width: 30%;
    padding: 26px 0;
}

.chukop-product-showcase__detail-layout .ty-tabs,
.chukop-product-showcase__detail-layout .ty-tabs__list {
  display: flex !important;
  gap: 28px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--cpd-line) !important;
  background: transparent !important;
}

.chukop-product-showcase__detail-layout .ty-tabs__item,
.chukop-product-showcase__detail-layout .ty-tabs__a,
.chukop-product-showcase__detail-layout .ty-tabs a {
  display: inline-flex !important;
  padding: 0 0 13px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--cpd-text) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

.chukop-product-showcase__detail-layout .ty-tabs__item.active,
.chukop-product-showcase__detail-layout .ty-tabs__item.cm-active,
.chukop-product-showcase__detail-layout .ty-tabs__item.active .ty-tabs__a,
.chukop-product-showcase__detail-layout .ty-tabs__item.cm-active .ty-tabs__a {
  border-bottom: 2px solid var(--cpd-brand) !important;
}

.chukop-product-showcase__detail-layout .ty-tabs__content,
.chukop-product-showcase__detail-layout .ty-wysiwyg-content,
.chukop-product-showcase__detail-layout .ty-product-detail,
.chukop-product-showcase__detail-layout .product-description,
.chukop-product-showcase__detail-layout #content_description,
/* .chukop-product-showcase__detail-layout #content_features, */
.chukop-product-showcase__detail-layout #content_reviews,
.chukop-product-showcase__detail-layout .ty-tabs__content .ty-product-feature {
  /* border-radius: var(--cpd-radius) !important;
  background: var(--cpd-bg-warm) !important;
  color: #34302c !important;
  font-size: 14px !important;
  line-height: 1.9 !important; */
}

.chukop-product-showcase__detail-layout .ty-tabs__content,
.chukop-product-showcase__detail-layout .ty-wysiwyg-content,
.chukop-product-showcase__detail-layout #content_description,
/* .chukop-product-showcase__detail-layout #content_features, */
.chukop-product-showcase__detail-layout #content_reviews {
  /* padding: 32px !important;
  border: 1px solid var(--cpd-line) !important; */
}

.chukop-product-showcase__detail-layout h2,
.chukop-product-showcase__detail-layout h3 {
  margin: 0 0 18px !important;
  color: var(--cpd-text) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.chukop-product-showcase__detail-layout p,
.chukop-product-showcase__detail-layout pre,
.chukop-product-showcase__detail-layout div {
  font-family: inherit;
}

/* 関連商品・最近見た商品：ページ下部ブロックをモックアップのカード感に寄せる */
.tygh-content .ty-mainbox-title,
.tygh-content .ty-sidebox-title,
.tygh-content .ty-scroller-list__title {
  color: var(--cpd-text, #1e1e1e);
}

.chukop-product-showcase ~ .ty-mainbox-container .ty-mainbox-title,
.chukop-product-showcase ~ .ty-sidebox .ty-sidebox-title,
.chukop-product-showcase ~ * .ty-scroller-list__title {
  margin-top: 76px !important;
  margin-bottom: 22px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.chukop-product-showcase ~ * .ty-grid-list__image,
.chukop-product-showcase ~ * .ty-product-list__image,
.chukop-product-showcase ~ * .ty-scroller-list__img-block {
  margin-bottom: 14px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #eee !important;
}

.chukop-product-showcase ~ * .ty-grid-list__image img,
.chukop-product-showcase ~ * .ty-product-list__image img,
.chukop-product-showcase ~ * .ty-scroller-list__img-block img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

.chukop-product-showcase ~ * .ty-grid-list__item-name,
.chukop-product-showcase ~ * .ty-product-list__item-name,
.chukop-product-showcase ~ * .ty-scroller-list__description-name {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

.chukop-product-showcase ~ * .ty-grid-list__price,
.chukop-product-showcase ~ * .ty-scroller-list__price,
.chukop-product-showcase ~ * .ty-product-list__price {
  margin-bottom: 4px !important;
  color: var(--cpd-text, #1e1e1e) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

@media (max-width: 1024px) {
  .chukop-product-showcase__hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr) !important;
    gap: 32px !important;
  }
}

@media (max-width: 900px) {
  .chukop-product-showcase {
    padding-inline: 18px;
  }

  .chukop-product-showcase__hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-bottom: 48px !important;
  }

  .chukop-product-showcase__gallery {
    position: static !important;
  }

  .chukop-product-showcase__summary-card {
    padding: 22px !important;
  }

  .chukop-product-showcase__brand-list,
  .chukop-product-showcase__lead-specs > div,
  .chukop-product-showcase__lead-specs .flex.flex-col,
  .chukop-product-showcase__lead-specs [class*="flex-col"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .chukop-product-showcase__cart-row {
    grid-template-columns: 1fr !important;
  }

  .chukop-product-showcase__detail-layout .ty-tabs__content,
  .chukop-product-showcase__detail-layout .ty-wysiwyg-content,
  .chukop-product-showcase__detail-layout #content_description,
  /* .chukop-product-showcase__detail-layout #content_features, */
  .chukop-product-showcase__detail-layout #content_reviews {
    padding: 22px !important;
  }

  .chukop-product-showcase__gallery .mosuk-product-images-navigation,
  .chukop-product-showcase__gallery [id^="owl-carousel-navigation-"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .chukop-product-showcase__brand-list,
  .chukop-product-showcase__lead-specs > div,
  .chukop-product-showcase__lead-specs .flex.flex-col,
  .chukop-product-showcase__lead-specs [class*="flex-col"] {
    grid-template-columns: 1fr !important;
  }

  .chukop-product-showcase__price,
  .chukop-product-showcase__price .ty-price,
  .chukop-product-showcase__price .ty-price-num,
  .chukop-product-showcase .ty-price,
  .chukop-product-showcase .ty-price-num {
    font-size: 24px !important;
  }
}


/* =========================================================
   商品スペック表示修正版
   - default_template側で<dl>/<dt>/<dd>を直接出力する構造に対応
   - hidden/lg:blockに依存しないため、商品スペックが常時表示されます
========================================================= */
.chukop-product-showcase__lead-specs-card {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 24px 0 22px !important;
}

.chukop-product-showcase__lead-specs {
  display: block !important;
  width: 100% !important;
}

.chukop-product-showcase__spec-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--cpd-line) !important;
  border-left: 1px solid var(--cpd-line) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: var(--cpd-bg-warm) !important;
}

.chukop-product-showcase__spec-item {
  display: block !important;
  min-height: 68px !important;
  padding: 13px 14px !important;
  border-right: 1px solid var(--cpd-line) !important;
  border-bottom: 1px solid var(--cpd-line) !important;
}

.chukop-product-showcase__spec-item dt {
  display: block !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: var(--cpd-muted) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.chukop-product-showcase__spec-item dd {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cpd-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.chukop-product-showcase__spec-item dd a {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}

.chukop-product-showcase__spec-item dd a:hover {
  text-decoration: underline !important;
}

@media (max-width: 560px) {
  .chukop-product-showcase__spec-grid {
    grid-template-columns: 1fr !important;
  }
}

.spec-panel {
}

.spec-panel h3 {
  margin: 0 0 16px;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.spec-list {
    display: grid;
    gap: 0;
    margin: 0;
    border: 1px solid var(--cpd-line) !important;
    border-radius: var(--cpd-radius) !important;
    padding: 20px !important;
    background: var(--cpd-bg) !important;
    box-shadow: var(--cpd-shadow) !important;
}

.spec-list div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--cdp-line);
  font-size: 13px;
}

.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 700; }

.spec-list__item {
  display: none !important;
}

.spec-list__item--default {
  display: grid !important;
}