[data-content-region="product_below_price"] #banner-region- {
  max-width: 100%;
  margin-top: 1rem; }

@media (min-width: 0px) {
  .tab-content .colour-swatches {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 739px) {
  .tab-content .colour-swatches {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 1181px) {
  .tab-content .colour-swatches {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.tab-content .colour-swatches > span {
  white-space: normal; }

.tab-content .colour-swatches span img {
  display: block;
  margin-bottom: 4px; }

.tab-content .colour-swatches span {
  text-align: center; }

.lightbox-gallery {
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.5rem; }
  .lightbox-gallery a {
    max-height: 110px;
    align-items: flex-start;
    overflow: hidden;
    justify-content: center;
    display: flex;
    flex-basis: 101px;
    align-content: center; }
    .lightbox-gallery a img {
      max-height: 200px; }
    .lightbox-gallery a:hover img {
      opacity: 0.8; }
