/* 製品TOP 新着/人気ストリップは共通 c-card-grid + c-card--product へ移行（2026-05-27）。
   旧 Anima カード（pc-products-card-item / frame-50/51/42 / div-wrapper-2 / text-wrapper-19 等）
   向けの PC 打ち消し !important 群は markup 撤去でデッド化したため削除。
   存置: 見出し左寄せ(.frame-2/.frame-41)・セクション余白@media・SP パーツ一式。 */

.element-top.renewal-subpage .oem-top-new-products .frame-2,
.element-top.renewal-subpage .oem-top-new-products .frame-38,
.element-top.renewal-subpage .oem-top-new-products .frame-41,
.element-top.renewal-subpage .oem-top-popular-products .frame-2,
.element-top.renewal-subpage .oem-top-popular-products .frame-38,
.element-top.renewal-subpage .oem-top-popular-products .frame-41 {
  align-items: flex-start;
}

/* PC: 人気製品→新着製品の間隔 64px／新着製品の下に 96px 余白（Figma） */
@media screen and (min-width: 1024px) {
  body.page-products-oem .element-top.renewal-subpage .oem-top-new-products {
    margin-top: 64rem;
    margin-bottom: 24rem;
  }
}

/* OEM SP「オリジナルグッズ製作の人気製品」 */
body.page-products-oem .oem-popular-products-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}

body.page-products-oem .oem-popular-products-sp__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358rem;
  align-items: flex-start;
}

/* Figma 3298:58455 contents01: intro→人気製品 / 人気→新着 セクション間隔 48px */
body.page-products-oem .oem-popular-products-sp,
body.page-products-oem .oem-new-products-sp {
  margin-top: 48rem;
}

@media screen and (min-width: 1024px) {
  body.page-products-oem .oem-popular-products-sp {
    display: none;
  }
}

/* OEM SP「オリジナルグッズ製作の新着製品」 */
body.page-products-oem .oem-new-products-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}

body.page-products-oem .oem-new-products-sp__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358rem;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  body.page-products-oem .oem-new-products-sp {
    display: none;
  }
}

/* イントロ→人気製品の間隔 96px（Figma） */
.oem-top-popular-products {
    margin-top: 96rem;
}

/* SP カードは共通 c-card / c-card-grid（components/card.css）に移行済み（2026-05-28）。
   旧 products-top-sp-list.css と Anima SP カルーセル打ち消しは撤去済。 */
