/**
 * Global settings.
 */
/**
 * Bacon overrides.
 */
/**
 * Mixins (imported after variables so they can use them)
 */
@keyframes skeleton-loading {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/**
 * Hero Image Details component style.
 *
 * 1. Required so IE11 will show background-color :shrug:
 * 2. Correctly position the content box on top of the image.
 */
.c-hero-image-details {
  max-width: 100%;
}
.c-hero-image-details.c-hero-image-details--no-image {
  background: #ffffff;
}
.c-hero-image-details.c-hero-image-details--no-image .hero-image-details__content {
  border-top: 0;
  box-shadow: none;
}
@media (min-width: 600px) {
  .c-hero-image-details.c-hero-image-details--no-image .hero-image-details__content {
    margin-top: 3rem;
  }
}
.c-hero-image-details.c-hero-image-details--no-image .hero-image-details__text {
  font-size: var(--text-base);
  line-height: 1.6;
}
.c-hero-image-details picture {
  width: 100%;
}
.c-hero-image-details picture img {
  display: block;
  max-width: var(--hero-max-width);
  max-height: 26.875rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-image-details.wrapper {
  --wrapper-padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.c-hero-image-details .hero-image-details__content {
  position: relative;
  width: 100%;
  max-width: 66.25rem;
  padding: 1.69rem 1.25rem 1.88rem;
  background-color: #fff;
  border-top: var(--c-brand-secondary) 4px solid;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 400px) {
  .c-hero-image-details .hero-image-details__content {
    padding: 2.32rem 2.5rem 3.13rem;
  }
}
@media (min-width: 600px) {
  .c-hero-image-details .hero-image-details__content {
    width: 86%;
    margin-top: -5.25rem;
  }
}
@media (min-width: 1024px) {
  .c-hero-image-details .hero-image-details__content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    width: 76%;
    padding: 3rem 4rem;
  }
  .c-hero-image-details .hero-image-details__content.has-breadcrumbs {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .c-hero-image-details .hero-image-details__content {
    padding: 3.92rem 6rem;
  }
  .c-hero-image-details .hero-image-details__content.has-breadcrumbs {
    padding-top: 2rem;
  }
}
.c-hero-image-details .hero-image-details__content .breadcrumbs {
  grid-column: 1/3;
}
.c-hero-image-details .hero-image-details__info {
  margin-bottom: 2rem;
}
@media (min-width: 840px) {
  .c-hero-image-details .hero-image-details__info {
    margin-right: 3rem;
  }
}
.c-hero-image-details .hero-image-details__title {
  margin-bottom: 1.11rem;
}
.c-hero-image-details .hero-image-details__text {
  max-width: 620px;
  font-size: var(--text-base);
  line-height: 1.6;
}
.c-hero-image-details .hero-image-details__details {
  margin-top: 1.11rem;
}
.c-hero-image-details .hero-image-details__details table {
  max-width: 37.5rem;
  table-layout: fixed;
}
@media (min-width: 400px) {
  .c-hero-image-details .hero-image-details__details {
    margin-top: 1.94rem;
  }
}
@media (min-width: 860px) {
  .c-hero-image-details .hero-image-details__details {
    display: flex;
  }
  .c-hero-image-details .hero-image-details__details table {
    width: 75%;
  }
}
.c-hero-image-details .hero-image-details__product-image {
  margin-top: var(--s-lg);
}
.c-hero-image-details .hero-image-details__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-hero-image-details .hero-image-details__sidebar {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .c-hero-image-details .hero-image-details__sidebar {
    width: 10.625rem;
  }
}
@media (min-width: 1200px) {
  .c-hero-image-details .hero-image-details__sidebar {
    width: 13rem;
  }
}
.c-hero-image-details .hero-image-details__jump-marks {
  flex: 1;
  align-self: flex-start;
  margin-bottom: var(--s-4xl);
}
@media (min-width: 768px) {
  .c-hero-image-details .hero-image-details__jump-marks {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-hero-image-details .hero-image-details__jump-marks {
    padding-left: 1rem;
    margin-bottom: var(--s-4xl);
    border-left: 1px solid var(--c-grayscale-lighter);
  }
}
.c-hero-image-details .hero-image-details__download-list {
  flex: 1;
}
.c-hero-image-details .details__heading,
.c-hero-image-details .location__heading {
  margin-bottom: 0.3125rem;
  font-size: var(--text-xs);
  color: var(--c-grayscale-dark);
  text-align: left;
  text-transform: uppercase;
}
.c-hero-image-details .details__heading th,
.c-hero-image-details .location__heading th {
  font-weight: 400;
}
.c-hero-image-details .details__body {
  font-size: var(--text-sm);
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c-hero-image-details .details__body {
    line-height: 2;
  }
}
.c-hero-image-details .details__location {
  font-size: var(--text-sm);
}
@media (max-width: 859px) {
  .c-hero-image-details .details__location {
    margin-top: 1.67rem;
  }
}
.c-hero-image-details .product__quantity,
.c-hero-image-details .product__units,
.c-hero-image-details .product__load_class,
.c-hero-image-details .location__city {
  font-weight: bold;
}

.c-hero-image-details__default {
  margin-bottom: var(--s-7xl);
}
@media (min-width: 1024px) {
  .c-hero-image-details__default {
    margin-bottom: var(--s-2xl);
  }
}
.c-hero-image-details__default .hero-image-details__content {
  width: 100%;
  max-width: calc(var(--w-wide) + 2 * var(--s-lg));
  margin-top: var(--s-4xl);
  padding-block: 0 !important;
  padding-inline: var(--s-lg) !important;
  border-top: none;
  box-shadow: none;
}
.c-hero-image-details__default .hero-image-details__content .breadcrumbs {
  margin-bottom: var(--s-3xl);
  grid-column: 1/2;
}
.c-hero-image-details__default .hero-image-details__content .breadcrumbs ul {
  margin: 0 !important;
}
.c-hero-image-details__default .hero-image-details__content .hero-image-details__info {
  margin-bottom: var(--s-lg);
  grid-column: 1/2;
}
.c-hero-image-details__default .hero-image-details__content .hero-image-details__sidebar {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media (max-width: 1023px) {
  .c-hero-image-details__default .hero-image-details__content .hero-image-details__sidebar {
    align-items: flex-end;
    margin-top: var(--s-4xl);
  }
}
.c-hero-image-details__default .hero-image-details__content .hero-image-details__jump-marks {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .c-hero-image-details__default .hero-image-details__content .hero-image-details__jump-marks {
    flex: 0;
  }
}