.product-detail-page {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: #ffffff;
}

.product-detail-page::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: -1;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 64px;
  background: #f5f5f5;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.product-detail-breadcrumb__link {
  color: #0a0203;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.product-detail-breadcrumb__separator {
  font-weight: 400;
}

.product-detail-breadcrumb__current {
  color: #ff4e00;
}

.product-detail-section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail-section-heading--center {
  align-items: center;
  text-align: center;
}

.product-detail-section-heading--left {
  align-items: flex-start;
  text-align: left;
}

.product-detail-section-title {
  margin: 0;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.product-detail-section-title span {
  color: #ff4e00;
}

.product-detail-section-subtitle {
  max-width: 768px;
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

.product-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #0a0203;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.product-detail-link svg {
  width: 24px;
  height: 24px;
}

.product-detail-link path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 20px;
  border: 1px solid #ff4e00;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.product-detail-button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.product-detail-button svg path,
.product-detail-button svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail-button--primary {
  background: #ff4e00;
  color: #ffffff;
}

.product-detail-button--light {
  background: #ffffff;
  color: #ff4e00;
}

.product-detail-button--compact {
  min-width: 200px;
}

.product-detail-button:hover,
.product-detail-button:focus-visible {
  background: #ffffff;
  color: #ff4e00;
}

.product-detail-button--light:hover,
.product-detail-button--light:focus-visible {
  background: #ff4e00;
  color: #ffffff;
}

.product-hero,
.product-benefits,
.product-copy,
.product-videos,
.product-advantages,
.product-testimonials,
.product-applications,
.product-buy,
.product-highlight,
.product-related-content,
.product-solutions,
.product-downloads,
.product-faq,
.product-cta {
  padding-left: 64px;
  padding-right: 64px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 512px;
  gap: 64px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 64px;
}

.product-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.product-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.product-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 78, 0, 0.12);
  color: #ff4e00;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.product-hero__badge--best-seller {
  background: #0a0203;
  color: #ffffff;
}

.product-hero__title {
  margin: 0;
  color: #4c4c4c;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.56px;
}

.product-hero__subtitle {
  margin: 0;
  color: #ff4e00;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

.product-hero__description {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

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

.product-hero__actions {
  display: flex;
  gap: 8px;
}

.product-hero__actions .product-detail-button {
  width: 240px;
  min-width: 240px;
}

.product-hero__media {
  width: 512px;
  max-width: 100%;
}

.product-hero__viewport {
  width: 512px;
  max-width: 100%;
  overflow: hidden;
}

.product-hero__track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.product-hero__slide {
  position: relative;
  flex: 0 0 512px;
  width: 512px;
  height: 524px;
}

.product-hero__shape {
  position: absolute;
  background: #ff4e00;
  z-index: 0;
}

.product-hero__shape--left {
  top: 122.6px;
  left: 13.98px;
  width: 243.688px;
  height: 134.393px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.product-hero__shape--right {
  right: 33.982px;
  bottom: 118.33px;
  width: 184.588px;
  height: 101.2px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.product-hero__image {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  transform: none;
}

.product-hero__image--tall {
  top: 30px;
  left: 91.2px;
  width: 328.79px;
  height: 464px;
}

.product-hero__image--medium {
  top: 73.83px;
  left: 159px;
  width: 189px;
  height: 376.335px;
}

.product-hero__image--wide {
  top: 76.63px;
  left: 155.54px;
  width: 200.357px;
  height: 358.464px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.product-hero__placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: min(320px, 80%);
  aspect-ratio: 1 / 1;
  border: 1px dashed rgba(10, 2, 3, 0.24);
  background: rgba(255, 255, 255, 0.92);
  color: #7f7f7f;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-benefits {
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.product-benefits__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 17px 19px 24px 19px;
  border: 1px solid #d8d8d8;
  background: #f2f2f2;
}

.product-benefits__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-advantages__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 196px;
  padding: 19px;
  border: 1px solid #dfdfdf;
  background: #f2f2f2;
}

.product-benefits__icon,
.product-advantages__icon,
.product-downloads__icon,
.product-buy__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff4e00;
}

.product-benefits__icon svg,
.product-advantages__icon svg,
.product-downloads__icon svg,
.product-buy__badge svg {
  width: 28px;
  height: 28px;
}

.product-benefits__icon img {
  width: 48px;
  height: 48px;
  display: block;
}

.product-benefits__icon path,
.product-benefits__icon circle,
.product-advantages__icon path,
.product-advantages__icon circle,
.product-downloads__icon path,
.product-downloads__icon circle,
.product-buy__badge path,
.product-buy__badge circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-benefits__title,
.product-advantages__card h3,
.product-downloads__card h3 {
  margin: 0;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.product-benefits__title {
  color: #ff4e00;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.product-benefits__text {
  margin: 0;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
  padding: 0 4px;
}

.product-videos,
.product-testimonials {
  display: flex;
  flex-direction: column;
  gap: 29px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-videos__viewport,
.product-testimonials__viewport {
  overflow: hidden;
}

.product-videos__viewport {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.product-videos__track,
.product-testimonials__track {
  display: flex;
  gap: 24px;
  transition: transform 420ms ease;
  will-change: transform;
}

.product-videos__track {
  box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
}

.product-videos__slide {
  flex: 0 0 min(833px, 57.85vw);
  opacity: 0.42;
  transition: opacity 280ms ease, transform 280ms ease;
}

.product-videos__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.product-videos__media {
  position: relative;
  aspect-ratio: 833.209 / 468.495;
  overflow: hidden;
}

.product-videos__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-videos__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 98px;
  height: 98px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.product-videos__play svg {
  width: 100%;
  height: 100%;
}

.product-videos__play circle {
  fill: rgba(255, 255, 255, 0.92);
}

.product-videos__play path {
  fill: #7f7f7f;
}

.product-videos__caption {
  padding: 8px 12px 10px;
  background: #f2f2f2;
}

.product-videos__caption h3 {
  margin: 0;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.product-videos__caption p {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.product-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.product-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-carousel-dots__button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f5d8cc;
  cursor: pointer;
  transition: background-color 220ms ease;
}

.product-carousel-dots__button.is-active {
  background: #ff4e00;
}

.product-carousel-arrows {
  display: flex;
  gap: 16px;
}

.product-carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #0a0203;
  background: #ffffff;
  color: #0a0203;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.product-carousel-arrow:hover,
.product-carousel-arrow:focus-visible {
  border-color: #ff4e00;
  background: #ff4e00;
  color: #ffffff;
}

.product-carousel-arrow svg {
  width: 24px;
  height: 24px;
}

.product-carousel-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-advantages {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-advantages__card h3 {
  text-transform: none;
  padding: 0 4px;
}

.product-copy,
.product-applications,
.product-related {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.product-copy__content {
  display: grid;
  gap: 16px;
  max-width: 900px;
}

.product-copy__content p {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.product-applications__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-applications__tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 78, 0, 0.22);
  background: #fff4ef;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 16px;
}

.product-related__empty {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.product-testimonials__track {
  gap: 16px;
}

.product-testimonials__card {
  display: flex;
  flex: 0 0 calc((100% - 32px) / 3);
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #f2f2f2;
}

.product-testimonials__card--featured {
  position: relative;
}

.product-testimonials__card--featured::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 24px;
  width: 8px;
  height: 72px;
  background: #ff4e00;
}

.product-testimonials__quote {
  margin: 0 0 24px;
  color: #0a0203;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.product-testimonials__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-testimonials__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #dfdfdf;
  color: #7f7f7f;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-testimonials__avatar svg {
  width: 24px;
  height: 24px;
}

.product-testimonials__avatar rect,
.product-testimonials__avatar circle,
.product-testimonials__avatar path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-testimonials__author strong,
.product-testimonials__author span {
  display: block;
  font-family: 'Myriad Pro', sans-serif;
  line-height: 1.5;
}

.product-testimonials__author strong {
  color: #ff4e00;
  font-size: 16px;
  font-weight: 600;
}

.product-testimonials__author span {
  color: #4c4c4c;
  font-size: 16px;
}

.product-applications {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-applications__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-applications__card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: stretch;
}

.product-applications__card img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  display: block;
}

.product-applications__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  min-height: 145px;
  padding: 16px 32px 8px 24px;
  background: #f2f2f2;
}

.product-applications__content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 54px;
  background: linear-gradient(40deg, transparent 50%, #ffffff 50%);
}

.product-applications__content h3,
.product-applications__content p {
  margin: 0;
  font-family: 'Myriad Pro', sans-serif;
  line-height: 1.5;
}

.product-applications__content h3 {
  color: #0a0203;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-applications__content p {
  color: #0a0203;
  font-size: 18px;
}

.product-buy {
  position: relative;
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #ff4e00;
}

.product-buy::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #ff4e00;
  z-index: -1;
}

.product-buy__card {
  display: grid;
  grid-template-columns: minmax(0, 0.99fr) minmax(0, 1.01fr);
  min-height: 554px;
  overflow: hidden;
  background: #ffffff;
}

.product-buy__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 18px 22px 14px 16px;
  background: #fafafa;
}

.product-buy__badge {
  width: 64px;
  height: 64px;
  background: #ffffff;
}

.product-buy__badge svg {
  width: 22px;
  height: 22px;
}

.product-buy__badge path {
  stroke-width: 2.2;
}

.product-buy__title {
  margin: 8px 8px 0 8px;
  color: #000000;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.1px;
}

.product-buy__text {
  max-width: 460px;
  margin: 0 8px 3px;
  color: #667085;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.product-buy__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  max-width: 98%;
  min-height: 31px;
  margin-bottom: 22px;
  margin-left: 8px;
  border: 1px solid #d0d5dd;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 4px;
}

.product-buy__field {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 29px;
  padding: 4px 14px;
  box-sizing: border-box;
}

.product-buy__search-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: #98a2b3;
}

.product-buy__search-icon path,
.product-buy__search-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-buy__input {
  width: 100%;
  min-width: 0;
  min-height: 29px;
  padding: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  color: #101828;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}

.product-buy__input::-webkit-search-decoration,
.product-buy__input::-webkit-search-cancel-button,
.product-buy__input::-webkit-search-results-button,
.product-buy__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.product-buy__input::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.product-buy__input:focus {
  outline: 0;
}

.product-buy__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 28px;
  margin: 2px;
  padding: 0 14px;
  border: 0;
  background: #ff4e00;
  color: #ffffff;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.product-buy__map {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 285px;
  margin-top: auto;
  overflow: hidden;
  margin-left: 8px;
}

.product-buy__continent {
  position: absolute;
  background: radial-gradient(circle, #e5e7eb 0 1.35px, transparent 1.55px) 0 0 / 7px 7px;
  opacity: 0.98;
}

.product-buy__continent--north-america {
  top: 14%;
  left: 4%;
  width: 34%;
  height: 29%;
  clip-path: polygon(0 36%, 12% 12%, 29% 0, 49% 7%, 69% 17%, 100% 28%, 92% 54%, 77% 58%, 66% 50%, 55% 66%, 38% 68%, 25% 90%, 4% 76%, 8% 58%);
}

.product-buy__continent--south-america {
  top: 46%;
  left: 26%;
  width: 13%;
  height: 34%;
  clip-path: polygon(45% 0, 78% 10%, 100% 30%, 86% 55%, 70% 76%, 56% 100%, 42% 89%, 32% 69%, 12% 44%, 14% 21%);
}

.product-buy__continent--europe {
  top: 20%;
  left: 49%;
  width: 12%;
  height: 13%;
  clip-path: polygon(0 45%, 18% 14%, 47% 0, 88% 19%, 100% 45%, 78% 74%, 30% 72%, 10% 63%);
}

.product-buy__continent--africa {
  top: 33%;
  left: 50%;
  width: 13%;
  height: 28%;
  clip-path: polygon(18% 0, 76% 2%, 100% 22%, 83% 58%, 59% 100%, 32% 75%, 6% 26%);
}

.product-buy__continent--asia {
  top: 15%;
  left: 58%;
  width: 31%;
  height: 28%;
  clip-path: polygon(0 30%, 16% 9%, 31% 0, 54% 6%, 79% 16%, 100% 34%, 92% 56%, 72% 61%, 62% 54%, 47% 56%, 36% 73%, 18% 69%, 7% 56%);
}

.product-buy__continent--australia {
  top: 58%;
  left: 79%;
  width: 12%;
  height: 14%;
  clip-path: polygon(9% 26%, 36% 8%, 76% 18%, 100% 45%, 84% 80%, 39% 100%, 0 66%);
}

.product-buy__continent--greenland {
  top: 8%;
  left: 34%;
  width: 9%;
  height: 11%;
  clip-path: polygon(24% 16%, 60% 0, 100% 22%, 88% 76%, 52% 100%, 0 76%);
}

.product-buy__pin {
  position: absolute;
  width: 14px;
  height: 18px;
  transform: translate(-50%, -100%);
}

.product-buy__pin::before,
.product-buy__pin::after {
  content: '';
  position: absolute;
  left: 50%;
  background: #ffffff;
}

.product-buy__pin::before {
  top: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #ff4e00;
  border-radius: 999px;
  background: radial-gradient(circle at center, #ff4e00 0 1.45px, #ffffff 1.6px 100%);
  transform: translateX(-50%);
}

.product-buy__pin::after {
  bottom: 1px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff4e00;
  border-bottom: 2px solid #ff4e00;
  transform: translateX(-50%) rotate(45deg);
}

.product-buy__pin--north-west {
  top: 30%;
  left: 16%;
}

.product-buy__pin--north-central {
  top: 37%;
  left: 24%;
}

.product-buy__pin--europe-west {
  top: 32%;
  left: 55%;
}

.product-buy__pin--europe-east {
  top: 28%;
  left: 62%;
}

.product-buy__pin--south-top {
  top: 68%;
  left: 31%;
}

.product-buy__pin--south-center {
  top: 74%;
  left: 35%;
}

.product-buy__pin--south-west {
  top: 76%;
  left: 29%;
}

.product-buy__pin--south-bottom {
  top: 84%;
  left: 31%;
}

.product-buy__image-wrap {
  min-height: 100%;
  background: #ebe5dc;
}

.product-buy__image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.product-highlight {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
}

.product-highlight__image {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  display: block;
}

.product-related-content,
.product-solutions,
.product-downloads {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 64px;
}

.product-related-content__header,
.product-solutions__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-related-content .product-detail-section-title {
  font-size: 40px;
}

.product-solutions .product-detail-section-title {
  font-size: 40px;
}

.product-solutions {
  padding-top: 128px;
}

.product-related-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}

.product-related-content__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 2px solid #ff4e00;
}

.product-related-content__card img {
  width: 100%;
  aspect-ratio: 292.5 / 164.27;
  object-fit: cover;
  display: block;
  height: 216px;
}

.product-related-content__date {
  margin-top: 12px;
  color: #7a7a7a;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.product-related-content__card h3 {
  margin: 6px 0 58px;
  color: #141414;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.product-related-content__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.product-related-content__cta svg {
  width: 24px;
  height: 24px;
}

.product-related-content__cta path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-solutions {
  gap: 40px;
}

.product-downloads {
  gap: 32px;
  padding-top: 112px;
}

.product-solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-downloads__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.product-downloads__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 236px;
  padding: 24px;
  background: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
}

.product-downloads__icon {
  flex: 0 0 48px;
  width: 56px;
  height: 56px;
}

.product-downloads__icon img,
.product-downloads__icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.product-downloads__card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-downloads__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  margin-top: auto;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #ff4e00;
  background: #ff4e00;
  color: #ffffff;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 14.58px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
}

.product-downloads__button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.product-downloads__button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 768px);
  justify-content: center;
  gap: 32px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 112px;
}

.product-faq__intro {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 520px;
  padding-top: 158px;
}

.product-faq__title {
  font-size: 40px;
}

.product-faq__description {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.product-faq__contact {
  width: 216px;
  min-width: 216px;
  min-height: 38px;
  padding: 7px 18px;
  border-width: 0.911px;
  font-size: 14.58px;
  line-height: 1.5;
}

.product-faq__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 768px;
  padding-top: 158px;
}

.product-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 16px 16px 8px;
  border: 0.75px solid #cecccc;
  background: #ffffff;
  box-sizing: border-box;
}

.product-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.product-faq__trigger-label {
  flex: 1 1 auto;
  min-width: 0;
  color: #4c4c4c;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

.product-faq__trigger svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #606060;
  transition: transform 220ms ease;
}

.product-faq__trigger path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-faq__item.is-open .product-faq__trigger svg {
  transform: rotate(180deg);
}

.product-faq__item.is-open {
  padding-bottom: 16px;
}

.product-faq__panel {
  padding: 0;
}

.product-faq__panel p {
  margin: 0;
  color: #475467;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.product-cta {
  position: relative;
  margin-top: 0;
  background: #ffffff;
  margin: 0 64px;
}

.product-cta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120.367px;
  height: 101px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 110%, 100% 102%);
  z-index: 2;
}

.product-cta__image,
.product-cta__overlay {
  position: absolute;
  inset: 0;
}

.product-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 74%;
  z-index: 0;
}

.product-cta__overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.product-cta__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 226px;
  padding: 64px 24px;
  text-align: center;
  box-sizing: border-box;
}

.product-cta__title {
  max-width: 1040px;
  margin: 0;
  color: #ffffff;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.product-cta__text {
  max-width: 633.5px;
  margin: 0;
  color: #ffffff;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.product-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.product-cta__actions .product-detail-button {
  width: 200px;
  min-width: 200px;
  min-height: 38px;
  padding: 8px 16px;
  border-width: 0.911px;
  font-size: 14.58px;
  line-height: 1.5;
}

@media (max-width: 1360px) {
  .product-hero,
  .product-benefits,
  .product-copy,
  .product-videos,
  .product-advantages,
  .product-testimonials,
  .product-applications,
  .product-buy,
  .product-highlight,
  .product-related-content,
  .product-solutions,
  .product-downloads,
  .product-faq,
  .product-cta,
  .product-detail-breadcrumb {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-hero__media {
    max-width: 512px;
    margin: 0 auto;
  }

  .product-benefits__grid,
  .product-advantages__grid,
  .product-solutions__grid,
  .product-downloads__grid,
  .product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-applications__grid,
  .product-related-content__grid,
  .product-faq {
    grid-template-columns: 1fr;
  }

  .product-buy__card {
    min-height: 500px;
  }

  .product-buy__image-wrap {
    min-height: 420px;
  }

  .product-faq__intro,
  .product-faq__list {
    padding-top: 0;
  }

  .product-faq__intro {
    position: static;
  }

  .product-videos__track {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero__viewport,
  .product-hero__slide {
    width: 512px;
    max-width: 100%;
  }

  .product-cta__image,
  .product-cta__overlay {
    inset: 0;
  }

  .product-cta::after {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .product-videos__slide {
    flex-basis: 74%;
  }

  .product-buy__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-buy__panel {
    min-height: 0;
  }

  .product-buy__map {
    min-height: 260px;
  }

  .product-testimonials__card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .product-related-content__card h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .product-detail-page {
    padding-bottom: 56px;
  }

  .product-detail-breadcrumb {
    display: none;
  }

  .product-hero,
  .product-benefits,
  .product-copy,
  .product-videos,
  .product-advantages,
  .product-testimonials,
  .product-applications,
  .product-buy,
  .product-highlight,
  .product-related-content,
  .product-solutions,
  .product-downloads,
  .product-faq,
  .product-cta,
  .product-detail-breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-detail-section-title,
  .product-buy__title,
  .product-cta__title {
    font-size: 32px;
  }

  .product-detail-section-subtitle,
  .product-hero__subtitle {
    font-size: 22px;
  }

  .product-hero__title {
    font-size: 42px;
  }

  .product-hero__description {
    font-size: 18px;
  }

  .product-hero__actions .product-detail-button,
  .product-detail-button--compact {
    width: 100%;
    min-width: 0;
  }

  .product-hero__actions {
    flex-wrap: wrap;
  }

  .product-hero__slide {
    height: 360px;
  }

  .product-hero__shape--left {
    top: 84px;
    left: 10px;
    width: 168px;
    height: 93px;
  }

  .product-hero__shape--right {
    right: 24px;
    bottom: 72px;
    width: 128px;
    height: 70px;
  }

  .product-hero__image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .product-hero__image--tall {
    width: 226px;
    height: 319px;
  }

  .product-hero__image--medium {
    width: 130px;
    height: 258px;
  }

  .product-hero__image--wide {
    width: 138px;
    height: 246px;
  }

  .product-benefits__grid,
  .product-advantages__grid,
  .product-solutions__grid,
  .product-downloads__grid,
  .product-related-content__grid,
  .product-related__grid {
    grid-template-columns: 1fr;
  }

  .product-benefits__title {
    font-size: 28px;
  }

  .product-benefits__text {
    font-size: 20px;
  }

  .product-copy__content p {
    font-size: 16px;
  }

  .product-applications__tag {
    width: 100%;
    justify-content: center;
  }

  .product-videos__slide {
    flex-basis: 86%;
  }

  .product-carousel-footer,
  .product-related-content__header,
  .product-solutions__header {
    align-items: flex-start;
  }

  .product-carousel-footer {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .product-testimonials__card {
    flex-basis: 100%;
    min-height: 0;
  }

  .product-applications__card {
    grid-template-columns: 1fr;
  }

  .product-applications__card img {
    width: 100%;
    height: 220px;
  }

  .product-buy__panel {
    padding: 24px 20px 20px;
  }

  .product-buy__text,
  .product-faq__description,
  .product-faq__intro-mobile-copy,
  .product-faq__panel p {
    font-size: 16px;
  }

  .product-faq__trigger-label {
    font-size: 20px;
  }

  .product-cta__content {
    min-height: 0;
    padding: 72px 20px;
  }

  .product-cta__actions {
    width: 100%;
    gap: 16px;
  }

  .product-cta__actions .product-detail-button {
    width: 100%;
    min-width: 0;
  }

  .product-videos__track {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-cta::after {
    left: 0;
    width: 82px;
    height: 68px;
  }
}

@media (max-width: 480px) {
  .product-hero__title {
    font-size: 36px;
  }

  .product-detail-section-title,
  .product-buy__title,
  .product-cta__title {
    font-size: 28px;
  }

  .product-benefits__card,
  .product-advantages__card,
  .product-downloads__card {
    padding: 20px;
  }

  .product-benefits__head {
    gap: 12px;
  }

  .product-benefits__text {
    font-size: 18px;
  }

  .product-hero__badge {
    width: 100%;
    justify-content: center;
  }

  .product-hero__placeholder {
    font-size: 15px;
  }

  .product-videos__slide {
    flex-basis: 92%;
  }

  .product-videos__caption h3 {
    font-size: 16px;
  }

  .product-related-content__card h3 {
    font-size: 18px;
  }

  .product-buy__form {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: none;
    border: 0;
    background: transparent;
  }

  .product-buy__field {
    min-height: 40px;
    border: 1px solid #d0d5dd;
    background: #ffffff;
  }

  .product-buy__input {
    min-height: 40px;
  }

  .product-buy__button {
    width: 100%;
    min-height: 40px;
    margin: 0;
  }

  .product-cta__image,
  .product-cta__overlay {
    inset: 40px 16px;
  }
}

.product-section-mobile-link,
.product-solutions__mobile,
.product-downloads__mobile,
.product-downloads__subtitle-mobile,
.product-faq__intro-mobile-copy,
.product-faq__more {
  display: none;
}

@media (max-width: 768px) {
  .product-buy,
  .product-highlight {
    display: none;
  }

  .product-hero,
  .product-benefits,
  .product-videos,
  .product-advantages,
  .product-testimonials,
  .product-applications,
  .product-related-content,
  .product-solutions,
  .product-downloads,
  .product-faq,
  .product-cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .product-hero {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .product-hero__content {
    display: contents;
  }

  .product-hero__heading {
    order: 1;
    gap: 4px;
  }

  .product-hero__media {
    order: 2;
    width: 100%;
  }

  .product-hero__description {
    order: 3;
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .product-hero__actions {
    order: 4;
    margin-top: 4px;
    gap: 12px;
  }

  .product-hero__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .product-hero__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
  }

  .product-hero__viewport {
    width: 100%;
    max-width: none;
  }

  .product-hero__track {
    display: block;
    transform: none !important;
    transition: none !important;
  }

  .product-hero__track > .product-hero__slide {
    display: none;
  }

  .product-hero__track > .product-hero__slide:first-child {
    display: block;
    position: relative;
    width: 100%;
    height: 343px;
    border-radius: 10px;
    background: #f5f5f5;
    overflow: hidden;
  }

  .product-hero__shape {
    display: none;
  }

  .product-hero__track > .product-hero__slide:first-child .product-hero__image {
    top: 50%;
    left: 50%;
    width: 153px;
    height: 294px;
    transform: translate(-50%, -50%);
  }

  .product-hero__actions .product-detail-button {
    width: 100%;
    min-height: 42px;
  }

  .product-hero__actions .product-detail-button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .product-benefits__grid {
    gap: 8px;
  }

  .product-benefits__card {
    min-height: 150px;
    gap: 12px;
    padding: 17px;
  }

  .product-benefits__head {
    gap: 12px;
  }

  .product-benefits__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .product-benefits__icon img {
    width: 32px;
    height: 32px;
  }

  .product-benefits__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
  }

  .product-benefits__text {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .product-videos,
  .product-testimonials,
  .product-advantages,
  .product-applications,
  .product-related-content,
  .product-solutions,
  .product-downloads,
  .product-faq {
    gap: 24px;
  }

  .product-videos .product-detail-section-heading,
  .product-testimonials .product-detail-section-heading {
    width: 100%;
  }

  .product-videos .product-detail-section-heading {
    align-items: center;
    text-align: center;
  }

  .product-videos .product-detail-section-title,
  .product-advantages .product-detail-section-title,
  .product-testimonials .product-detail-section-title,
  .product-applications .product-detail-section-title,
  .product-related-content .product-detail-section-title,
  .product-solutions .product-detail-section-title,
  .product-downloads .product-detail-section-title,
  .product-faq .product-detail-section-title,
  .product-cta__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }

  .product-videos__viewport,
  .product-testimonials__viewport,
  .product-solutions__viewport,
  .product-downloads__viewport {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .product-videos__track,
  .product-testimonials__track,
  .product-solutions__track,
  .product-downloads__track {
    display: flex;
    gap: 24px;
    padding: 0;
    transition: transform 420ms ease;
    will-change: transform;
  }

  .product-solutions__track,
  .product-downloads__track {
    gap: 16px;
  }

  .product-videos__slide {
    flex: 0 0 100%;
    opacity: 1;
    transform: none;
  }

  .product-videos__media {
    height: 193px;
    aspect-ratio: auto;
  }

  .product-videos__play {
    width: 64px;
    height: 64px;
  }

  .product-videos__caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 64px;
    padding: 12px 12px 0;
  }

  .product-videos__caption h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .product-videos__caption p {
    font-size: 12px;
    line-height: 16px;
  }

  .product-carousel-footer {
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
  }

  .product-carousel-arrows {
    margin-left: auto;
    gap: 12px;
  }

  .product-carousel-arrow {
    width: 34px;
    height: 34px;
  }

  .product-carousel-arrow svg {
    width: 16px;
    height: 16px;
  }

  .product-advantages .product-detail-section-subtitle,
  .product-downloads__subtitle-mobile,
  .product-faq__intro-mobile-copy {
    margin: 0;
    color: #475467;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
  }

  .product-advantages__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-advantages__card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    min-height: 120px;
    padding: 16px;
    border-color: rgba(0, 0, 0, 0.15);
  }

  .product-advantages__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .product-advantages__icon img {
    width: 32px;
    height: 32px;
    display: block;
  }

  .product-advantages__card h3 {
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none;
  }

  .product-testimonials__track {
    gap: 24px;
  }

  .product-testimonials__card {
    flex: 0 0 100%;
    min-height: 280px;
    padding: 25px 24px 25px 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #f2f2f2;
  }

  .product-testimonials__card--featured::after {
    display: none;
  }

  .product-testimonials__quote {
    margin: 0;
    max-width: 288px;
    font-size: 16px;
    line-height: 26px;
  }

  .product-testimonials__author {
    margin-top: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .product-testimonials__avatar,
  .product-testimonials__avatar img,
  .product-testimonials__avatar svg {
    display: none !important;
  }

  .product-testimonials__author > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-testimonials__author strong {
    font-size: 16px;
    line-height: 24px;
  }

  .product-testimonials__author span {
    font-size: 14px;
    line-height: 20px;
    color: #4c4c4c;
  }

  .product-applications__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-applications__card {
    display: block;
  }

  .product-applications__card img {
    display: none;
  }

  .product-applications__content {
    min-height: 145px;
    padding: 20px 20px 8px 8px;
    background: #f2f2f2;
  }

  .product-applications__content::after {
    width: 48px;
    height: 40px;
    background: linear-gradient(45deg, transparent 49.5%, #ffffff 50%);
  }

  .product-applications__content h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .product-applications__content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .product-related-content {
    background: #f2f2f2;
  }

  .product-related-content__header,
  .product-solutions__header {
    display: block;
  }

  .product-related-content__header > .product-detail-link,
  .product-solutions__header > .product-detail-link {
    display: none;
  }

  .product-related-content__grid {
    gap: 30px;
  }

  .product-related-content__card:nth-child(n + 3) {
    display: none;
  }

  .product-related-content__card {
    gap: 12px;
    min-height: 358.56px;
    padding-bottom: 16px;
  }

  .product-related-content__card img {
    height: 201.38px;
    aspect-ratio: auto;
  }

  .product-related-content__date {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .product-related-content__card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .product-related-content__cta {
    margin-top: 0;
    gap: 4px;
    font-size: 16px;
    line-height: 22.4px;
  }

  .product-related-content__cta svg {
    width: 22px;
    height: 22px;
  }

  .product-section-mobile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 1px solid #ff4e00;
    background: #ffffff;
    color: #ff4e00;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
  }

  .product-solutions {
    background: #f2f2f2;
    gap: 24px;
    padding-top: 36px;
  }

  .product-solutions__grid,
  .product-downloads__grid {
    display: none;
  }

  .product-solutions__mobile,
  .product-downloads__mobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .product-solutions__slide,
  .product-downloads__slide {
    flex: 0 0 100%;
    min-width: 0;
  }

  .product-solutions__mobile-controls,
  .product-downloads__mobile-controls {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .product-downloads__mobile-controls {
    padding-top: 6px;
  }

  .product-downloads__mobile-controls .product-carousel-arrows {
    justify-content: center;
    gap: 8px;
    margin-left: 0;
  }

  .product-downloads__mobile-controls .product-carousel-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    background: #ff4e00;
    color: #1f1f1f;
  }

  .product-downloads__mobile-controls .product-carousel-arrow:first-child {
    opacity: 0.5;
  }

  .product-downloads__mobile-controls .product-carousel-arrow:hover,
  .product-downloads__mobile-controls .product-carousel-arrow:focus-visible {
    border: 0;
    background: #ff4e00;
    color: #1f1f1f;
  }

  .product-downloads__mobile-controls .product-carousel-arrow svg {
    width: 24px;
    height: 24px;
  }

  .product-solutions__mobile-controls {
    padding-top: 6px;
  }

  .product-solutions__mobile-controls .product-carousel-arrows {
    justify-content: center;
    gap: 8px;
    margin-left: 0;
  }

  .product-solutions__mobile-controls .product-carousel-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    background: #ff4e00;
    color: #1f1f1f;
  }

  .product-solutions__mobile-controls .product-carousel-arrow:first-child {
    opacity: 0.5;
  }

  .product-solutions__mobile-controls .product-carousel-arrow:hover,
  .product-solutions__mobile-controls .product-carousel-arrow:focus-visible {
    border: 0;
    background: #ff4e00;
    color: #1f1f1f;
  }

  .product-solutions__mobile-controls .product-carousel-arrow svg {
    width: 24px;
    height: 24px;
  }

  .product-solutions__slide .featured-products__card {
    height: 447px;
    padding: 0 0 12px;
    border: 0;
    background: #ffffff;
  }

  .product-solutions__slide .featured-products__card-image-wrap {
    min-height: 218px;
  }

  .product-solutions__slide .featured-products__card-image {
    max-width: 115px;
    max-height: 195px;
  }

  .product-solutions__slide .featured-products__card-title {
    margin: 16px 12px 8px;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: 18px;
    line-height: 1.4;
  }

  .product-solutions__slide .featured-products__card-description {
    margin: 0 12px;
    height: auto;
    min-height: 0;
    max-height: none;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .product-solutions__slide .featured-products__card-chips {
    margin: 8px 12px 0;
  }

  .product-solutions__slide .featured-products__card-button {
    width: calc(100% - 24px);
    margin: auto 12px 0;
  }

  .product-downloads .product-detail-section-heading--center {
    align-items: flex-start;
    text-align: left;
  }

  .product-downloads .product-detail-section-subtitle {
    display: none;
  }

  .product-downloads__subtitle-mobile {
    display: block;
  }

  .product-downloads__slide {
    flex: 0 0 249.6px;
  }

  .product-downloads__slide .product-downloads__card {
    width: 100%;
    min-height: 236px;
    padding: 24px;
  }

  .product-downloads__slide .product-downloads__icon {
    width: 48px;
    height: 48px;
  }

  .product-downloads__slide .product-downloads__icon svg {
    width: 24px;
    height: 24px;
  }

  .product-downloads__slide .product-downloads__card h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .product-downloads__slide .product-downloads__button {
    min-height: 42px;
    font-size: 14.58px;
  }

  .product-faq {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .product-faq__intro {
    position: static;
    gap: 16px;
    padding-top: 0;
    max-width: none;
  }

  .product-faq__description,
  .product-faq__contact {
    display: none;
  }

  .product-faq__intro-mobile-copy {
    display: block;
  }

  .product-faq__list {
    width: 100%;
    max-width: none;
    padding-top: 0;
    gap: 8px;
  }

  .product-faq__item {
    gap: 8px;
    padding: 16px;
    border: 0.75px solid #cecccc;
  }

  .product-faq__trigger {
    gap: 12px;
  }

  .product-faq__trigger-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .product-faq__panel {
    padding: 0;
  }

  .product-faq__panel p {
    font-size: 16px;
    line-height: 1.5;
  }

  .product-faq__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 1px solid #ff4e00;
    background: #ff4e00;
    color: #ffffff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
  }

  .product-cta {
    margin: 0 16px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
  }

  .product-cta__image,
  .product-cta__overlay {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .product-cta__content {
    min-height: 0;
    padding: 32px 0 72px;
    gap: 24px;
  }

  .product-cta__title,
  .product-cta__text {
    width: 100%;
    max-width: none;
  }

  .product-cta__text {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    padding: 4px;
  }

  .product-cta__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 0 16px;
  }

  .product-cta__actions .product-detail-button {
    width: 100%;
    min-height: 42px;
  }

  .product-cta::after {
    left: 0;
    bottom: 0;
    width: 85.806px;
    height: 72px;
  }
}
