
/* ========================================
   HERO
======================================== */

.js-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-icon-features__item:nth-child(2) {
  transition-delay: 0.12s;
}


.p-hero__inner {
  position: relative;
  width: 100%;
  height: min(700px, 36.458vw);
  min-height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.p-hero__slides {
  position: absolute;
  inset: 0;
  background: #f6f7f7;
}

.p-hero__slides::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.55) 27%, rgba(255, 255, 255, 0) 55%);
  content: "";
}

.p-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.p-hero__slide.is-active {
  opacity: 1;
}


.p-key-copy {
  padding: 50px 20px 0px;
  text-align: center;
}

.p-key-copy__heading {
  margin: 0 0 28px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #24354a;
}


/* ========================================
   Scene
======================================== */

.p-scene {
  padding: 60px 0 30px 0;
}
.p-scene__content {
  position: absolute;
  top: 8%;
  right: 3%;
  z-index: 1;
  padding: 16px 22px;
}
.p-scene__inner {
  position: relative;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}
.p-scene__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-scene__title {
  margin: 0;
  color: #24354a;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 2.9vw, 48px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
}


@media (max-width: 768px) {
  .p-scene {
    padding: 50px 0 60px;
  }

  .p-scene__inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
  }

  .p-scene__content {
    position: static;
    order: 1;
    margin-bottom: 28px;
    padding: 0;
    text-align: center;
  }

  .p-scene__image {
    order: 2;
    width: 100%;
  }

  .p-scene__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p-scene__title {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.5;
    color: #24354a;
    text-shadow: none;
  }
}


/* ========================================
   02. 有線だから、毎日がもっと快適に。
======================================== */

.l-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.p-key-copy__product-name {
  margin: 30px 0 18px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #24354a;
}
.p-key-copy__product-name span {
  font-size: 0.5em;
  display: inline-block;
  background: #24354a;
  color: #fff;
  padding: 3px 10px;
}

.p-key-copy__series-name {
  margin: 0 0 20px;
  padding: 8px 20px;
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #24354a;
  border-top: 1px solid #24354a;
  border-bottom: 1px solid #24354a;
}


.p-driver__detail-text {
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.9;
    text-align: left;
}



/* 有線だから、毎日がもっと快適に */
.p-icon-features {
  position: relative;
  padding: 70px 0 80px;
  background-image: url("https://www.green-house.co.jp/special/earphones/erca/bg_table.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-icon-features__inner {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
}

.p-icon-features__content {
  text-align: center;
}

.p-icon-features__heading {
  margin: 0 0 42px;
  color: #24354a;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.9);
}

.p-icon-features__list {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  justify-content: center;
  gap: 20px;
}

.p-icon-features__item {
  text-align: center;
}

.p-icon-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.p-icon-features__icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.p-icon-features__title {
  margin: 0 0 10px;
  color: #24354a;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.4;
}



/* Tablet */
@media (max-width: 1100px) {
  .p-icon-features {
    padding: 60px 0 70px;
  }

  .p-icon-features__list {
    gap: 20px;
  }

  .p-icon-features__icon {
    width: 100px;
    height: 100px;
  }
}


/* Smartphone */
@media (max-width: 768px) {
  .p-icon-features {
    padding: 50px 0 55px;
    background-position: center center;
  }

  .p-icon-features__inner {
    width: calc(100% - 32px);
  }

  .p-icon-features__heading {
    margin-bottom: 30px;
    font-size: clamp(28px, 8vw, 36px);
  }

  .p-icon-features__list {
    gap: 12px;
  }

  .p-icon-features__icon {
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
  }

  .p-icon-features__icon img {
    width: 42px;
    height: 42px;
  }

  .p-icon-features__title {
    margin-bottom: 6px;
    font-size: 18px;
  }
}

/* ========================================
   03. 使用シーン
======================================== */


.p-lifestyle__image {
  max-width: 1400px;
  margin: 0 auto;
}

.p-lifestyle__image {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  min-height: 600px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}

.p-lifestyle__visual {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  position: relative;
  width: calc(100% - 130px);
  margin-left: 80px;
  aspect-ratio: 1.68;
  z-index: 0;
}

.p-lifestyle__visual::before {
  position: absolute;
  inset: 20px 24px -20px 0;
  background: #F0EDF5;
  content: "";
}

.p-lifestyle__image-photo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(24px, -20px);
  z-index: 1;
}




.p-lifestyle__content {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: auto;
  padding: 48px clamp(48px, 7vw, 112px);
}



.p-lifestyle__title {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 60px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-lifestyle__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}

.p-ear-fit {
  padding: 60px 0 90px 0;
  background: #fff;
}

.p-ear-fit__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.p-ear-fit__content {
  text-align: center;
}

.p-ear-fit__title {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-ear-fit__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #24354a;
}

.p-ear-fit__earphone {
  display: block;
  width: min(190px, 58%);
  height: auto;
  margin: 24px auto 0;
}

.p-ear-fit__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   04. ハイブリッドドライバー
======================================== */

.p-driver {
  padding: 45px 0 80px 0;
  background: #fff;
}

.p-driver__inner {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}

.p-driver__title {
  margin: 0 0 32px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}
.p-key-copy__subheading {
  font-size: 0.55em;
  font-weight: normal;
}

.p-driver__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}

.p-driver__image img {
  display: block;
  width: 90%;
  height: auto;
}




/* ========================================
   05. USB Type-C
======================================== */

.p-type-c {
  padding: 60px 0 70px 0;
  background: #eef4f7;
}

.p-type-c__inner {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr;
  align-items: center;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  gap: 40px;
}

.p-type-c__content {
  grid-column: 2;
  grid-row: 1;
  padding-left: 0;
}

.p-type-c__title {
  margin: 0 0 32px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-type-c__desc {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}

.p-type-c__icon {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  align-items: center;
  justify-items: stretch;
  gap: 48px 24px;
  text-align: center;
}

.p-type-c__icon li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.p-type-c__icon img {
  display: block;
  width: 100px;
  max-width: 100%;
  height: auto;
}

.p-type-c__icon span {
  display: block;
  margin-top: 10px;
  color: #24354a;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}


/* Tablet */

/* ========================================
   06. マイク付きリモコン
======================================== */

.p-remote {
  padding: 50px 0;
  text-align: center;
}

.p-remote__image {
  max-width: 700px;
  margin: 60px auto 56px;
}

.p-remote__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-remote__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.p-remote__title {
  margin: 0 0 24px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-remote__lead {
  font-size: clamp(15px, 1.2vw, 18px);
}

.p-remote__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}


/* ========================================
   07. イヤーピース
======================================== */

.p-earpiece {
  padding: 70px 0 80px 0;
  background: #eef4f7;
}

.p-earpiece__header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.p-earpiece__title {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-earpiece__lead {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}

.p-earpiece__sizes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 600px;
  margin: 0 auto;
}

.p-earpiece__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 36px 28px;
  border: 1px solid rgba(76, 122, 161, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(237,245,249,0.9));
  box-shadow: 0 18px 32px rgba(31, 42, 55, 0.08);
  position: relative;
  overflow: hidden;
}

.p-earpiece__item img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(72%, 320px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 18px rgba(31, 42, 55, 0.12));
}

.p-earpiece__item span {
  display: none;
}



/* ========================================
   08. カラーバリエーション
======================================== */

.p-colors {
  padding: 100px 0;
  background: #f8fafb;
}

.p-colors__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.p-colors__title {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #24354a;
}

.p-colors__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #58657a;
}

.p-colors__image {
  max-width: 960px;
  margin: 0 auto;
}

.p-colors__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-product-link__card,
.p-store-link__card,
.p-review-link__button {
  text-decoration: none;
}

.p-product-link__card:hover,
.p-store-link__card:hover,
.p-review-link__button:hover {
  text-decoration: none;
}

/* ========================================
   下部リンク
======================================== */

.p-bottom-links {
  padding: 70px 0 90px;
  background: #fff;
}

/* 共通幅・余白 */
.p-product-link,
.p-store-link,
.p-review-link {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 24px;
}

/* 共通カード */
.p-product-link__card,
.p-store-link__card,
.p-review-link__inner {
  border: 1px solid #d9e0e5;
  background: #fff;
}


/* ========================================
   製品ページ
======================================== */

.p-product-link__card {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 40px;
  padding: 28px 40px;
  text-decoration: none;
}

.p-product-link__content {
  min-width: 0;
}

.p-product-link__label {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #24364b;
}

.p-product-link__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1e5a8a;
}

.p-product-link__visual {
  width: 300px;
}

.p-product-link__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-product-link__card:hover .p-product-link__title {
  opacity: 0.7;
}


/* ========================================
   お取り扱い店舗
======================================== */

.p-store-link {
  padding: 40px 0 50px;
}

.p-store-link__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.p-store-link__title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 400;
}

.p-store-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.p-store-link__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 24px;
  border: 1px solid #dbe2e8;
  text-decoration: none;
}

.p-store-link__card h3,
.p-store-link__card span {
  margin: 0;
}

.p-store-link__card h3 {
  font-size: 20px;
  font-weight: 400;
}

.p-store-link__card span {
  margin-top: 10px;
  font-size: 13px;
}

/* ========================================
   レビュー
======================================== */

.p-review-link__inner {
  padding: 40px;
  text-align: center;
}

.p-review-link__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.p-review-link__button {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #1e5a8a;
  color: #1e5a8a;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-review-link__button:hover {
  opacity: 0.7;
}

.breadOuter {
  width: min(900px, calc(100% - 32px));
}
.breadcrumb li {
  display: inline-block;
}



.p-driver__detail-label {
  font-size: clamp(16px, 1.3vw, 18px);
  letter-spacing: 0.1em;
}

.p-driver__detail-title {
  color: #24354a;
  font-size: clamp(18px, 2.2vw, 28px);
}

.p-driver__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 560px));
  justify-content: center;
  gap: 40px;
  width: min(1240px, calc(100% - 32px));
  margin: 50px auto 0;
  grid-column: 1 / -1;
  position: relative;
  left: -20px;
}

.p-driver__detail {
  padding: 35px 45px;
  text-align: center;
  border: 1px solid #d9e0e6;
  background: #f5f8fa;
  border-radius: 8px;
}

.p-driver__detail-title span {
  font-size: 0.55em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}


/* ========================================
   1440px
======================================== */

@media (max-width: 1440px) {

  .p-lifestyle__image {
    min-height: min(600px, 42vw);
  }

  .p-lifestyle__content {
    padding: 32px clamp(40px, 6vw, 80px);
  }

  .p-type-c__icon {
    margin-left: 0;
  }
}

@media (max-width: 1440px) and (min-width: 1101px) {
  .p-driver__inner,
  .p-type-c__inner {
    position: relative;
    left: 80px;
  }

  .p-driver__details {
    transform: translateX(-60px);
  }

}

/* ========================================
   Tablet
======================================== */

@media (max-width: 1100px) {

  .p-icon-features__inner {
    gap: 20px;
  }

  .p-icon-features__item {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    padding: 24px 20px;
  }

  .p-ear-fit {
    padding: 40px 0 60px 0;
  }
  .p-driver {
    padding-bottom: 50px;
  }

  .p-driver__inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .p-driver__details {
    margin-top:20px;
  }
  .p-driver__content {
    padding-right: 0;
    text-align: center;
  }

  .p-driver__image img {
    width: 80%;
    margin: 0 auto;
  }

  .p-type-c__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
  }

  .p-type-c__content {
    grid-column: auto;
    grid-row: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .p-type-c__icon {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 20px;
    margin-left: 0;
  }

}

@media (max-width: 1100px) and (min-width: 769px) {
  .p-driver__details {
    left: 0;
  }
}

/* ========================================
   Smartphone
======================================== */

@media (max-width: 768px) {

  .p-key-copy {
    padding: 20px 16px 0px;
  }

  .p-key-copy__product-name {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .p-key-copy__heading {
    font-size: 30px;
    line-height: 1.25;
  }
  .p-key-copy__subheading {
    display: block;
    line-height: 1.5;
    padding-top: 20px;
  }

  .p-hero__inner {
    height: 240px;
    padding: 0;
  }

  .p-hero__title {
    font-size: 40px;
  }

  .p-hero__slides::after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.5) 65%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .p-icon-features__inner {
    gap: 18px;
  }

.p-driver__image img {
  width: 100%;
}
  .p-lifestyle {
    padding: 0;
    background: #fff;
  }

  .p-lifestyle__image {
    margin-top: 0;
    padding-top: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background-image: none;
  }

  .p-lifestyle__content {
    position: static;
    order: 1;
    width: auto;
    padding: 20px 16px 30px;
    background: #fff;
    transform: none;
    text-align: center;
  }

.p-lifestyle__visual {
  align-self: auto;
  display: block;
  order: 2;
  width: 100%;
  margin-left: 0;
  padding: 24px;
  background: #f1e4e5;
}

.p-lifestyle__image-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  transform: none;
}

.p-lifestyle__visual::before {
  display: none;
}

.p-earpiece {
  padding: 35px 0 40px 0;
}
.p-earpiece__item {
  padding: 0;
  min-height: 200px;
}

.p-type-c {
  padding: 40px 0 35px 0;
}
}


/* ========================================
   Scene - Smartphone
======================================== */

@media (max-width: 768px) {

  .p-scene {
    padding: 50px 0 60px;
  }

  .p-scene__inner {
    width: calc(100% - 32px);
  }

  .p-scene__content {
    position: static;
    text-align: center;
    margin-bottom: 28px;
  }

  .p-scene__title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.5;
  }

  .p-scene__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .p-icon-features {
    margin-top: 40px;
  }

  .p-scene__image img {
    width: 100%;
  }

  .p-ear-fit {
    padding: 0;
  }

  .p-ear-fit__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .p-ear-fit__content {
    order: 1;
  }

  .p-ear-fit__visual {
    order: 2;
  }

  .p-ear-fit__earphone {
    width: min(240px, 80%);
  }

  .p-remote {
    padding: 30px 0; 
  }
  .p-remote__image {
    margin: 50px auto 40px;
  }
  
  .p-colors {
    padding: 40px 0;
  }

  .p-colors__header {
    margin-bottom: 40px;
  }

  .p-bottom-links {
    padding: 30px 0 40px;
  }

  .p-product-link,
  .p-store-link,
  .p-review-link {
    width: calc(100% - 32px);
    margin-bottom: 16px;
  }

  .p-product-link__card {
    grid-template-columns: 1fr 150px;
    gap: 20px;
    padding: 24px;
  }

  .p-product-link__visual {
    width: 160px;
  }

  .p-product-link__title,
  .p-store-link__title {
    font-size: 16px;
  }

  .p-review-link__inner {
    padding: 30px 24px;
  }

  .p-review-link__text {
    font-size: 16px;
  }

  .p-colors__image img {
    width: 90%;
  }

  .p-icon-features__list {
    grid-template-columns: repeat(3, 105px);
    justify-content: center;
    gap: 8px;
  }

  .p-driver__details {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    gap: 30px;
    margin-top: 0px;
    left: 0;
  }

  .p-driver__detail {
    padding: 30px 24px;
  }

}

