.kit-order .sticky {
  top: 20px;
}

.kit-hero-banner {
  width: 100%;
  background: #f4f4f4;
}

.kit-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.kit-order-title {
  padding: 26px 10px 10px;
}

.kit-order-title h1 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.kit-order-title h1::before,
.kit-order-title h1::after {
  content: "";
  flex: 1;
  border-top: 1px dotted #aaa;
}

.kit-order .price-holder {
  margin-top: 14px;
}

.kit-order .form_table {
  margin-top: 0;
}

.kit-order .kit-includes {
  padding: 18px;
  text-align: left;
}

.kit-order .kit-includes h2 {
  margin-bottom: 10px;
  text-align: center;
}

.kit-order .kit-includes ul {
  margin: 0 0 12px;
}

.kit-order .kit-includes__note {
  font-size: 13px;
}

.kit-order .kit-material-note {
  max-width: 460px;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 1.45;
}

.kit-order .kit-material-note strong {
  font-size: 16px;
}

.kit-campaign-intro {
  padding: 24px 0 10px;
}

.kit-campaign-intro p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.kit-box-section {
  padding: 42px 0;
}

.kit-box-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.kit-box-list {
  display: grid;
  gap: 14px;
}

.kit-box-item {
  padding: 14px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.kit-box-item h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.kit-box-item p,
.kit-install-video p {
  margin: 0;
  line-height: 1.55;
}

.kit-install-video {
  padding: 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.kit-install-video iframe {
  display: block;
  width: 100%;
  border: 1px solid #111;
}

.kit-install-video p {
  margin-top: 12px;
  padding: 10px;
  background: #ffd900;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#shipping {
  background:
    linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(246,246,246, 0.9) 47%, rgba(237,237,237,0.7) 100%),
    url('../images/landing-page/fedex-freight-shipping-truck-ycgps4u9mw2if4wv.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  padding: 80px 0;
}

#shipping .ship-notes h2 {
  font-size: 2.25em;
  color: #000;
  font-weight: 600;
}

#shipping .map {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#shipping .map-section img {
  box-sizing: border-box;
  width: 100%;
}

#shipping .ship-notes,
#shipping .map-section {
  flex: 1;
}

#shipping .ship-notes {
  align-self: center;
  padding-left: 5%;
}

#shipping .ship-notes ul {
  margin: 15px 0;
}

#shipping .ship-notes li {
  padding: 7px 0;
  font-size: 1.35em;
}

#shipping .ship-notes p {
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.6;
}

@media (max-width: 998px) {
  .kit-order .sticky {
    position: static;
  }

  .kit-order .col-1,
  .kit-order .col-2 {
    width: 100%;
  }

  .kit-box-layout {
    grid-template-columns: 1fr;
  }

  #shipping .map {
    flex-direction: column;
    gap: 40px;
  }

  #shipping .map-section img {
    padding: 30px;
  }

  #shipping .ship-notes {
    padding: 0 30px;
  }

  .kit-order-title h1 {
    font-size: 26px;
  }
}
