﻿.legacy-product-detail-page .site-header::before,
.legacy-product-detail-page .site-header::after {
  content: none !important;
  display: none !important;
}

.legacy-product-detail-page .site-shell {
  min-height: 100vh;
  background: #f8fafc;
}

.legacy-product-detail-page .legacy-product-detail-content {
  position: relative;
  z-index: 1;
  color: #1f2937;
  background: #f8fafc;
}

.legacy-product-detail-page .legacy-product-detail-content .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.legacy-product-detail-page .legacy-product-detail-content > .breadcrumb {
  margin: 0;
  padding: 18px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.legacy-product-detail-page .legacy-product-detail-content main {
  display: block;
  padding: 34px 0 60px;
  background: #f8fafc;
}

.legacy-product-detail-page .legacy-product-detail-content .product-detail {
  width: 100%;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.legacy-product-detail-page .legacy-product-detail-content .product-overview,
.legacy-product-detail-page .legacy-product-detail-content .product-info,
.legacy-product-detail-page .legacy-product-detail-content .pdf-content,
.legacy-product-detail-page .legacy-product-detail-content .contact-info,
.legacy-product-detail-page .legacy-product-detail-content .contact-section,
.legacy-product-detail-page .legacy-product-detail-content .download-section,
.legacy-product-detail-page .legacy-product-detail-content .product-buttons {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.legacy-product-detail-page .site-footer {
  position: relative;
  z-index: 1;
}

.legacy-product-detail-page .site-footer::before,
.legacy-product-detail-page .site-footer::after {
  pointer-events: none;
}

@media (max-width: 720px) {
  .legacy-product-detail-page .legacy-product-detail-content .container {
    width: calc(100% - 28px) !important;
  }
}
