/* Product v2 preview styling. Loaded only by product-v2.blade.php. */

.product_v2_hero {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
  padding: 28px 0 56px;
}

.product_v2__breadcrumb {
  align-items: center;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  font-family: roboto;
  font-size: 14px;
  gap: 10px;
  margin-bottom: 24px;
}

.product_v2__breadcrumb a {
  color: #111111;
}

.product_v2_hero__grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.product_v2_gallery {
  display: grid;
  gap: 18px;
}

.product_v2_gallery__main,
.product_v2_gallery__thumbs figure {
  background: #111111;
  border-radius: 12px;
  overflow: hidden;
}

.product_v2_gallery__main img {
  display: block;
  height: auto;
  width: 100%;
}

.product_v2_gallery__thumbs {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product_v2_gallery__thumbs figure {
  margin: 0;
}

.product_v2_gallery__thumbs img {
  display: block;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.product_v2_summary {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  padding: 34px 34px 30px;
}

.product_v2_summary__eyebrow {
  color: #f5b400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.product_v2_summary h1 {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.04;
  margin: 0;
}

.product_v2_summary__text {
  color: #2b2b2b;
  font-family: roboto;
  font-size: 17px;
  line-height: 1.65;
  margin-top: 20px;
}

.product_v2_summary__text p:last-child {
  margin-bottom: 0;
}

.product_v2_summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product_v2_summary__meta span {
  background: #f7f7f7;
  border-radius: 999px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  min-height: 38px;
  padding: 9px 16px;
}

.product_v2_specs {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.product_v2_specs div {
  align-items: start;
  background: #f8f8f8;
  border-radius: 10px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(130px, 170px) minmax(0, 1fr);
  padding: 14px 16px;
}

.product_v2_specs dt,
.product_v2_specs dd {
  margin: 0;
}

.product_v2_specs dt {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.product_v2_specs dd {
  color: #111111;
  font-family: roboto;
  font-size: 15px;
  line-height: 1.45;
}

.product_v2_price {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding-top: 24px;
}

.product_v2_price span {
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.product_v2_price strong {
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.product_v2_price small {
  color: #707070;
  font-family: roboto;
  font-size: 13px;
  line-height: 1.4;
}

.product_v2_actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.product_v2_actions .header__menu__btn a {
  background: #f5b400;
  border-color: #f5b400;
  color: #111111;
}

.product_v2_actions .header__menu__btn a span,
.product_v2_actions .header__menu__btn a i {
  color: inherit;
}

.product_v2_actions__secondary {
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
}

.product_v2_actions__secondary:hover,
.product_v2_actions__secondary:focus {
  border-color: #111111;
  color: #111111;
}

.product_v2_related {
  padding: 6px 0 58px;
}

.product_v2_related__title h2 {
  color: #111111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 22px;
}

.product_v2_related__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product_v2_related__card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product_v2_related__card a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.product_v2_related__media {
  background: #111111;
}

.product_v2_related__media img {
  display: block;
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.product_v2_related__body {
  display: grid;
  gap: 18px;
  padding: 20px 20px 22px;
}

.product_v2_related__body h3 {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.product_v2_related__footer {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.product_v2_related__footer strong {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
}

.product_v2_related__footer span {
  align-items: center;
  color: #f5b400;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

@media (max-width: 1199px) {
  .product_v2_hero__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .product_v2_hero {
    padding: 20px 0 40px;
  }

  .product_v2_summary {
    padding: 24px 22px;
  }

  .product_v2_summary h1 {
    font-size: 30px;
  }

  .product_v2_specs div {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .product_v2_actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product_v2_actions .header__menu__btn,
  .product_v2_actions .header__menu__btn a,
  .product_v2_actions__secondary {
    justify-content: center;
    width: 100%;
  }

  .product_v2_gallery__thumbs {
    grid-template-columns: 1fr;
  }

  .product_v2_gallery__thumbs img {
    height: auto;
  }

  .product_v2_related__grid {
    grid-template-columns: 1fr;
  }
}
