.product-detail,
.product-detail-breadcrumb,
.product-inquiry {
  font-family: 'CustomFont', Arial, Helvetica, sans-serif;
}

.product-detail-breadcrumb {
  height: 47px;
  background: #ffffff;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.product-detail-breadcrumb .page-container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-top: 10px;
  white-space: nowrap;
}

.product-detail-breadcrumb a:hover,
.product-detail-breadcrumb a:focus-visible {
  color: #0567cc;
}

.product-detail {
  background: #ffffff;
}

.product-detail__layout {
  grid-template-columns: 274px minmax(0, 1fr);
  gap: 57px;
  padding-top: 30px;
  padding-bottom: 123px;
}

.product-detail__main {
  min-width: 0;
}

.product-overview {
  min-height: 617px;
  display: grid;
  grid-template-columns: 461px minmax(0, 1fr);
  gap: 33px;
  align-items: start;
}

.product-gallery {
  position: relative;
  width: 461px;
  min-width: 0;
}

.product-gallery__main {
  width: 461px;
  height: 461px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.product-gallery__main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__lens {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 33.333%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
  will-change: transform;
}

.product-gallery__zoom {
  position: absolute;
  z-index: 20;
  top: 0;
  left: calc(100% + 6px);
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  background-repeat: no-repeat;
  pointer-events: none;
}

.product-gallery.is-zooming .product-gallery__main {
  cursor: crosshair;
}

.product-gallery__rail {
  width: 461px;
  height: 87px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
}

.product-gallery__thumbs {
  width: 100%;
  max-width: 353px;
  height: 63px;
  margin: 0;
}

.product-gallery__thumbs .swiper-slide {
  width: 56px !important;
  height: 56px;
  padding: 0;
  border: 1px solid transparent;
  background: #ffffff;
  transition: border-color 180ms ease;
}

.product-gallery__thumbs .swiper-slide-thumb-active {
  border-color: #0567cc;
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__arrow {
  position: relative;
  width: 44px;
  height: 63px;
  padding: 0;
  background: transparent;
  color: #000000;
  opacity: 1;
}

.product-gallery__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.product-gallery__arrow--prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.product-gallery__arrow--next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

.product-gallery__arrow:hover,
.product-gallery__arrow:focus-visible {
  color: #0567cc;
}

.product-gallery__arrow.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}

.product-summary {
  min-width: 0;
}

.product-summary h1 {
  margin: 0;
  color: #222222;
  font-family: 'CustomFont', Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  overflow-wrap: anywhere;
}

.product-summary__description {
  min-height: 56px;
  margin: 10px 0 0;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.product-summary__specs {
  margin: 24px 0 0;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.product-summary__specs > div {
  min-height: 37px;
  display: grid;
  grid-template-columns: 40% 60%;
  border-bottom: 1px solid #ededed;
}

.product-summary__specs dt,
.product-summary__specs dd {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-left: 1px solid #ededed;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.product-inquiry-button {
  width: 200px;
  height: 52px;
  margin-top: 30px;
  border-radius: 4px;
  background: #0567cc;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 180ms ease;
}

.product-inquiry-button:hover,
.product-inquiry-button:focus-visible,
.product-inquiry__submit:hover,
.product-inquiry__submit:focus-visible {
  background: #004f9f;
}

.product-detail-section {
  width: 100%;
}

.product-detail-section > h2 {
  margin: 0;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.product-description {
  min-height: 996px;
  margin-top: 60px;
  padding: 60px 0;
  background: #fafafa;
}

.product-description__content {
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.product-description__content h3,
.product-description__content h4,
.product-description__content p,
.product-description__content ul,
.product-description__content li {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: 'CustomFont', Arial, Helvetica, sans-serif;
  line-height: 26px;
}

.product-description__content h3 {
  font-size: 18px;
  font-weight: 700;
}

.product-description__content h4 {
  font-size: 15px;
  font-weight: 700;
}

.product-description__content p,
.product-description__content li {
  font-size: 15px;
  font-weight: 400;
}

.product-description__content ul {
  list-style: none;
}

.product-description__content strong {
  font-weight: 700;
}

.product-description__content img {
  height: auto;
  margin: 24px 0;
}

.product-cross-reference {
  max-width: 900px;
  margin: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.product-cross-reference > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-cross-reference span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #555555;
  font-size: 14px;
}

.product-cross-reference span:first-child {
  color: #333333;
  font-weight: 700;
}

.product-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-downloads a {
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  border: 1px solid #0567cc;
  color: #0567cc;
  font-size: 14px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-downloads a:hover,
.product-downloads a:focus-visible {
  background: #0567cc;
  color: #ffffff;
  transform: translateY(-2px);
}

.product-downloads a span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-faq {
  min-height: 769px;
  padding: 30px 11px 74px;
  background: #ffffff;
}

.product-faq__list {
  display: grid;
  gap: 21px;
  margin-top: 40px;
}

.product-faq__item {
  border: 1px solid #ededed;
  background: #ffffff;
  transition: border-color 180ms ease;
}

.product-faq__item.is-open {
  border-color: #0567cc;
}

.product-faq__item > button {
  position: relative;
  width: 100%;
  min-height: 61px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 30px;
  gap: 16px;
  align-items: center;
  padding: 0 30px;
  background: #ffffff;
  color: #222222;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.product-faq__item.is-open > button {
  min-height: 67px;
}

.product-faq__item.is-open > button::after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  background: #ededed;
}

.product-faq__item > button > span:nth-child(2) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-faq__badge {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 6px;
  background: #b9b9b9;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  transition: background-color 180ms ease;
}

.product-faq__item.is-open .product-faq__badge {
  background: #0567cc;
}

.product-faq__icon {
  position: relative;
  width: 30px;
  height: 22px;
}

.product-faq__icon::before,
.product-faq__icon::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  background: #d1d1d1;
}

.product-faq__icon::after {
  transform: rotate(90deg);
  transition: opacity 180ms ease;
}

.product-faq__item.is-open .product-faq__icon::after {
  opacity: 0;
}

.product-faq__item.is-open .product-faq__icon::before {
  background: #0567cc;
}

.product-faq__answer {
  min-height: 118px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 29px 30px 26px;
  color: #222222;
  font-size: 18px;
  line-height: 28px;
}

.product-faq__answer[hidden] {
  display: none;
}

.product-faq__answer-badge {
  color: #0567cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

.product-faq__answer-content {
  min-width: 0;
  overflow-wrap: anywhere;
}

.related-products {
  padding-top: 30px;
  background: #ffffff;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 255px));
  justify-content: start;
  gap: 22px;
  margin-top: 30px;
}

.related-products .products-card {
  width: 255px;
  height: 345px;
  border-color: #ededed;
}

.related-products .products-card__image {
  width: 253px;
  height: 253px;
  aspect-ratio: auto;
}

.related-products .products-card__image img {
  object-fit: cover;
}

.related-products .products-card h2 {
  height: 90px;
  padding: 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  -webkit-line-clamp: 3;
}

.product-inquiry {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-inquiry[hidden] {
  display: none;
}

.product-inquiry__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.product-inquiry__dialog {
  position: relative;
  z-index: 1;
  width: 700px;
  height: 493px;
  max-width: calc(100vw - 30px);
  padding: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.3);
  outline: 0;
}

.product-inquiry__dialog h2 {
  margin: 88px 30px 0;
  color: #333333;
  font-family: 'CustomFont', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

.product-inquiry__dialog > p {
  margin: 10px 30px 0;
  color: #222222;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-inquiry__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 15px;
  background: transparent;
  color: #888888;
}

.product-inquiry__close span::before,
.product-inquiry__close span::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 8px;
  width: 14px;
  height: 2px;
  background: currentColor;
}

.product-inquiry__close span::before {
  transform: rotate(45deg);
}

.product-inquiry__close span::after {
  transform: rotate(-45deg);
}

.product-inquiry form {
  margin: 20px 30px 0;
}

.product-inquiry__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 13px;
}

.product-inquiry__fields label {
  display: block;
}

.product-inquiry__fields label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-inquiry__fields input,
.product-inquiry__fields textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #edf2f5;
  color: #333333;
  font-size: 14px;
}

.product-inquiry__fields input {
  height: 44px;
  padding: 0 10px;
}

.product-inquiry__fields textarea {
  height: 100px;
  padding: 10px;
  resize: vertical;
}

.product-inquiry__fields input:focus,
.product-inquiry__fields textarea:focus {
  border-color: #0567cc;
  outline: 2px solid rgba(5, 103, 204, 0.14);
}

.product-inquiry__message {
  grid-column: 1 / -1;
}

.product-inquiry__submit {
  width: 127px;
  height: 47px;
  display: block;
  margin: 30px auto 0;
  border-radius: 4px;
  background: #0567cc;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.product-inquiry__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.product-inquiry__status {
  min-height: 18px;
  margin: 4px 0 0;
  color: #555555;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 1499px) {
  .product-detail__layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 36px;
  }

  .product-overview {
    grid-template-columns: minmax(380px, 45%) minmax(0, 1fr);
    gap: 30px;
  }

  .product-gallery,
  .product-gallery__main,
  .product-gallery__rail {
    width: 100%;
  }

  .product-gallery__main {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .related-products__grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 255px));
  }
}

@media (max-width: 1199px) {
  .product-detail__layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

  .product-overview {
    min-height: 0;
    grid-template-columns: minmax(300px, 43%) minmax(0, 1fr);
    gap: 26px;
  }

  .product-summary h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .product-summary__description {
    min-height: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .product-summary__specs {
    margin-top: 18px;
  }

  .product-summary__specs > div {
    grid-template-columns: 43% 57%;
  }

  .product-summary__specs dt,
  .product-summary__specs dd {
    padding: 7px 8px;
    font-size: 13px;
  }

  .product-inquiry-button {
    margin-top: 24px;
  }

  .product-description {
    min-height: 0;
    margin-top: 60px;
  }

  .related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .related-products .products-card,
  .related-products .products-card__image {
    width: 100%;
  }

  .related-products .products-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .product-detail-breadcrumb {
    height: 52px;
    font-size: 13px;
  }

  .product-detail-breadcrumb .page-container {
    overflow: hidden;
  }

  .product-detail-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-detail__layout {
    display: block;
    padding-top: 22px;
    padding-bottom: 54px;
  }

  .product-overview {
    display: block;
  }

  .product-gallery__rail {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 6px;
  }

  .product-gallery__lens,
  .product-gallery__zoom {
    display: none !important;
  }

  .product-summary {
    padding-top: 30px;
  }

  .product-summary h1 {
    font-size: 24px;
    line-height: 33px;
  }

  .product-summary__specs > div {
    grid-template-columns: 42% 58%;
  }

  .product-inquiry-button {
    width: 200px;
  }

  .product-detail-section > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .product-description {
    margin-top: 50px;
    padding: 42px 15px;
  }

  .product-description__content {
    margin-top: 22px;
  }

  .product-cross-reference span {
    padding: 9px 10px;
    overflow-wrap: anywhere;
  }

  .product-faq {
    min-height: 0;
    padding: 42px 0 54px;
  }

  .product-faq__list {
    gap: 14px;
    margin-top: 28px;
  }

  .product-faq__item > button {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .product-faq__item.is-open > button::after {
    right: 14px;
    left: 14px;
  }

  .product-faq__answer {
    min-height: 0;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 14px 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .product-faq__answer-badge {
    font-size: 16px;
    line-height: 24px;
  }

  .related-products {
    min-height: 0;
    padding-top: 42px;
  }

  .related-products__grid {
    margin-top: 28px;
    gap: 15px;
  }

  .related-products .products-card {
    height: auto;
  }

  .related-products .products-card h2 {
    height: 74px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-inquiry {
    align-items: flex-start;
    overflow-y: auto;
    padding: 20px 15px;
  }

  .product-inquiry__dialog {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  .product-inquiry__dialog h2 {
    margin-top: 52px;
    font-size: 24px;
    line-height: 31px;
  }

  .product-inquiry__dialog > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .product-inquiry form {
    margin: 20px 20px 0;
  }

  .product-inquiry__fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-inquiry__message {
    grid-column: auto;
  }

  .product-inquiry__submit {
    margin-top: 26px;
  }
}

@media (max-width: 479px) {
  .related-products__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .product-detail-breadcrumb { height: 46px; font-size: 12px; }
  .product-detail__layout { padding-top: 18px; padding-bottom: 44px; }
  .product-gallery__rail { grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 4px; }
  .product-gallery__main { aspect-ratio: 1 / 1; }
  .product-summary { padding-top: 24px; }
  .product-summary h1 { font-size: 22px; line-height: 30px; }
  .product-detail-section > h2 { font-size: 27px; line-height: 35px; }
  .product-description { margin-top: 38px; padding: 34px 15px; }
  .product-faq { padding: 36px 0 44px; }
  .related-products { padding-top: 36px; }
  .product-inquiry__dialog h2 { font-size: 22px; line-height: 29px; }
}
