.generic-video {
  z-index: 2;
  padding: 0;
  height: 100%;
}
.generic-video .video-youtube {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.generic-video .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-video .play-button {
  display: none;
}
.generic-video video.local-video + div.image-video-poster .play-button {
  display: flex;
}
.generic-video div.video-youtube + div.image-video-poster .play-button {
  display: flex;
}
.generic-video video {
  width: 100%;
  height: 100%;
}
.generic-video .image-video-poster button.play-button {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2.4rem);
  z-index: 1;
  width: 4.8rem;
  flex-direction: column;
  align-items: center;
}
.generic-video .image-video-poster button.play-button span.h6 {
  margin: 0;
  display: none;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
}
.generic-video .image-video-poster button.play-button img {
  width: 4rem;
}
.generic-video .image-video-poster button.play-button::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.generic-video .image-video-poster button.play-button:focus,
.generic-video .image-video-poster button.play-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.generic-video .image-video-poster button.play-button:focus::after,
.generic-video .image-video-poster button.play-button:hover::after {
  box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.6);
}
@media  screen and (min-width: 992px) {
  .generic-video .image-video-poster button.play-button {
    width: 8.5rem;
    left: calc(50% - 4.25rem);
    top: calc(50% - 3.34rem);
  }
  .generic-video .image-video-poster button.play-button img {
    width: 5rem;
  }
  .generic-video .image-video-poster button.play-button span.h6 {
    display: block;
  }
  .generic-video .image-video-poster button.play-button:hover::after,
  .generic-video .image-video-poster button.play-button:focus::after {
    box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.6);
  }
  .generic-video .image-video-poster button.play-button:hover span.h6,
  .generic-video .image-video-poster button.play-button:focus span.h6 {
    text-decoration: underline;
  }
  .generic-video .image-video-poster button.play-button::after {
    left: 23px;
    top: 5px;
    width: 4rem;
    height: 4rem;
  }
}
body.skinny-primary .product-detail-cmp .detail-content ul.tags li a {
  color: #3f000b;
}
body.branch-high-contrast-mode .product-detail-cmp .detail-content ul.tags li a {
  color: #3f000b;
}
body.skinny-primary .product-detail-cmp .detail-content ul.tags li a {
  border-color: #3f000b;
}
body.branch-high-contrast-mode .product-detail-cmp .detail-content ul.tags li a {
  border-color: #3f000b;
}
.product-detail-cmp .product-details {
  padding: 4.5rem 1rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-cmp .text-only-style {
  /*padding: 4.5rem 1rem;*/
}
.product-detail-cmp .text-only-style .detail-content {
  padding: 3.2rem 2rem 3rem;
}
.product-detail-cmp .medium-style .detail-content {
  padding: 1.5rem 3.5rem 1.8rem;
}
.product-detail-cmp .large-style .detail-content {
  padding: 1.4rem 3.2rem 2rem;
}
.product-detail-cmp .image-grid {
  display: grid;
  grid-column-gap: 2rem;
  padding: 0 2rem;
  position: relative;
}
.product-detail-cmp .image-grid:after {
  content: '';
  display: block;
  background: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.product-detail-cmp .image-grid.medium {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 0;
}
.product-detail-cmp .image-grid.medium:after {
  height: 50%;
}
.product-detail-cmp .image-grid.large {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 2rem;
}
.product-detail-cmp .image-grid.large:after {
  height: 25%;
}
.product-detail-cmp .product-image {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.product-detail-cmp .product-image .generic-video {
  background-color: #3f000b;
}
.product-detail-cmp .product-image i {
  font-size: 1.2rem;
  color: #ffffff;
  background: #003594;
  padding: 0.7rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
}
.product-detail-cmp .product-image img {
  background-color: #f3f3f3;
}
.product-detail-cmp button.lightbox-trigger {
  position: absolute;
}
.product-detail-cmp button.product-lightbox-trigger {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.product-detail-cmp .detail-content {
  background: #ffffff;
  text-align: center;
}
.product-detail-cmp .detail-content h2 {
  margin-bottom: 0.4rem;
}
.product-detail-cmp .detail-content ul.tags {
  margin-bottom: 0;
  font-size: 1rem;
  display: inline-block;
}
.product-detail-cmp .detail-content ul.tags li {
  display: inline;
  padding-left: 0.2rem;
  font-weight: 200;
  letter-spacing: 0;
}
.product-detail-cmp .detail-content ul.tags li:before {
  display: none;
}
.product-detail-cmp .detail-content ul.tags li:after {
  content: ',';
}
.product-detail-cmp .detail-content ul.tags li:last-of-type:after {
  content: '';
}
.product-detail-cmp .detail-content ul.tags li a {
  color: #3f000b;
  font-weight: 400;
  border-bottom-color: #3f000b;
  text-transform: uppercase;
}
.product-detail-cmp .detail-content h3 {
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
  display: inline-block;
}
.product-detail-cmp .details-paragraph {
  font-size: 1.6rem;
}
.product-detail-cmp .details-paragraph *:last-child {
  margin-bottom: 0;
}
.product-detail-cmp .product-details .image-video-poster .play-button {
  visibility: hidden;
}
@media  screen and (min-width: 992px) {
  .product-detail-cmp .product-details .image-video-poster .play-button {
    visibility: visible;
  }
  .product-detail-cmp .text-only-style {
    padding: 8.2rem 5rem 0;
  }
  .product-detail-cmp .text-only-style .detail-content {
    max-width: 100rem;
    margin: 0 auto;
    width: 100%;
    padding: 6rem 10.2rem 6rem;
  }
  .product-detail-cmp .medium-style .detail-content,
  .product-detail-cmp .large-style .detail-content {
    text-align: left;
  }
  .product-detail-cmp .image-grid.medium {
    padding: 8.2rem 0;
  }
  .product-detail-cmp .image-grid.medium:after {
    height: 100%;
    width: 75%;
    right: 0;
  }
  .product-detail-cmp button.lightbox-trigger {
    display: none;
  }
  .product-detail-cmp button.product-lightbox-trigger {
    display: none;
  }
  .product-detail-cmp .medium-style {
    padding: 8rem 10.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
  }
  .product-detail-cmp .medium-style .centering {
    /*padding: 8.2rem 5.4rem;*/
    padding: 0 5.4rem;
  }
  .product-detail-cmp .medium-style .detail-content {
    /*padding: 8.2rem 5.4rem;*/
    align-self: stretch;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
  }
  .product-detail-cmp .image-grid.large {
    padding: 8.2rem 0;
  }
  .product-detail-cmp .image-grid.large:after {
    height: calc(50% - 8.2rem);
    width: 75%;
    right: 0;
    bottom: calc(25% + 4.1rem);
  }
  .product-detail-cmp .large-style {
    padding: 8.2rem 5.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
  }
  .product-detail-cmp .large-style .detail-content {
    padding: 0 4rem;
    height: calc(50% - 8.2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: null;
    flex-flow: column;
  }
  .product-detail-cmp .product-image i {
    display: none;
  }
  .product-detail-cmp .details-paragraph {
    font-size: 2rem;
  }
  .product-detail-cmp .large-style .details-paragraph,
  .product-detail-cmp .medium-style .details-paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    max-height: calc(3em * 1.5);
    -webkit-box-orient: vertical;
  }
  .product-detail-cmp .detail-content h2 {
    margin-bottom: 1.6rem;
  }
  .product-detail-cmp .detail-content h3 {
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
  .product-detail-cmp ul.tags a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1260px) {
  .product-detail-cmp.medium-style,
  .product-detail-cmp.large-style {
    padding: 8rem calc((100% - 1210px)/2);
  }
}
@media  screen and (min-width: 1200px) {
  .product-detail-cmp .large-style .detail-content {
    padding: 0 5.4rem;
  }
}
@media  screen and (min-width: 1600px) {
  .product-detail-cmp .large-style .details-paragraph,
  .product-detail-cmp .medium-style .details-paragraph {
    -webkit-line-clamp: 5;
    max-height: calc(5em * 1.5);
  }
}
