/** Shopify CDN: Minification failed

Line 326:2 Unexpected "}"

**/
@media screen and (min-width: 990px) {
  .collage-section .slider-buttons {
    display: none;
  }
}

.collage-section + .collage-section .no-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.collage-wrapper-title {
  margin-bottom: 3rem;
}

.collage {
  display: grid;
  gap: 2rem;
  list-style: none;
  padding: 0;
}

.collage--mobile {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 750px) {

  .collage.desktop_layout-flow-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .collage.desktop_layout-flow-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .collage.collage--4.desktop_layout-flow-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .collage.collage--3.desktop_layout-flow-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .collage.collage--3.desktop_layout-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .collage.collage--2.desktop_layout-flow-grid, .collage.collage--2.desktop_layout-flow-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .collage.desktop_layout-flow-row .collage-card {
    grid-column-start: span 1;
    grid-row-start: span 1;
  }

  .collage {
    max-width: 144rem;
    grid-gap: 2rem;
  }
}

.collage-card {
  position: relative;
  cursor:  pointer;
}

.collage-card.collage-collection {
  border: none;
}

.collage-card:only-child {
  grid-column: 1;
  width: 100%;
}

@media screen and (max-width: 749px) {

  .collage.collage-swipe {
    display: flex;
    gap: 2rem;
  }
  .collage .collage-card:nth-of-type(1) { order: 1; }
  .collage.collage--5:not(.mobile_layout-flow-column) .collage-card:nth-of-type(1) { 
    grid-column-start: span 2;
    grid-row-start: span 2;
    order: 3;
  }

  /*5 column grid mode mobile ordering*/
  .collage.collage--5:not(.mobile_layout-flow-column) .collage-card:nth-of-type(2) { order: 1; }
  .collage.collage--5:not(.mobile_layout-flow-column) .collage-card:nth-of-type(3) { order: 2; }
  .collage.collage--5:not(.mobile_layout-flow-column) .collage-card:nth-of-type(4) { order: 4; }
  .collage.collage--5:not(.mobile_layout-flow-column) .collage-card:nth-of-type(5) { order: 5; }

  /*5 column slider mode mobile ordering*/
  .collage.collage--5 .collage-card.slider__slide:nth-of-type(1) { order: 1; }
  .collage.collage--5 .collage-card.slider__slide:nth-of-type(2) { order: 2; }
  .collage.collage--5 .collage-card.slider__slide:nth-of-type(3) { order: 3; }
  .collage.collage--5 .collage-card.slider__slide:nth-of-type(4) { order: 4; }
  .collage.collage--5 .collage-card.slider__slide:nth-of-type(5) { order: 5; }

 

  /*4 column grid mode mobile ordering*/
  .collage.collage--4:not(.mobile_layout-flow-column) .collage-card:nth-of-type(2) { order: 2 }
  .collage.collage--4:not(.mobile_layout-flow-column) .collage-card:nth-of-type(3) { order: 3 }
  .collage.collage--4:not(.mobile_layout-flow-column) .collage-card:nth-of-type(4) { order: 4 }

  /*4 column mode mobile ordering*/
  .collage.collage--4.mobile_layout-flow-column .collage-card:nth-of-type(1) { order: 1; }
  .collage.collage--4.mobile_layout-flow-column .collage-card:nth-of-type(2) { order: 2; }
  .collage.collage--4.mobile_layout-flow-column .collage-card:nth-of-type(3) { order: 3; }
  .collage.collage--4.mobile_layout-flow-column .collage-card:nth-of-type(4) { order: 4; }

  /*4 column slider mode mobile ordering*/
  .collage.collage--4 .collage-card.slider__slide:nth-of-type(1) { order: 1; }
  .collage.collage--4 .collage-card.slider__slide:nth-of-type(2) { order: 2; }
  .collage.collage--4 .collage-card.slider__slide:nth-of-type(3) { order: 3; }
  .collage.collage--4 .collage-card.slider__slide:nth-of-type(4) { order: 4; }

  /*3 column grid mode mobile ordering*/
  .collage.collage--3:not(.mobile_layout-flow-column) .collage-card:nth-of-type(1) { 
    grid-column-start: span 2;
    grid-row-start: span 2;
    order: 1;
  }

  .collage.collage--3:not(.mobile_layout-flow-column) .collage-card:nth-of-type(2) { order: 2; }
  .collage.collage--3:not(.mobile_layout-flow-column) .collage-card:nth-of-type(3) { order: 3; }

  /*3 column mode mobile ordering*/
  .collage.collage--3.mobile_layout-flow-column .collage-card:nth-of-type(1) { order: 1; }
  .collage.collage--3.mobile_layout-flow-column .collage-card:nth-of-type(2) { order: 2; }
  .collage.collage--3.mobile_layout-flow-column .collage-card:nth-of-type(3) { order: 3; }

  /*2 column grid mode mobile ordering*/
  .collage.collage--2:not(.mobile_layout-flow-column) .collage-card:nth-of-type(1),
  .collage.collage--2.mobile_layout-flow-column .collage-card:nth-of-type(1) { 
    grid-column-start: span 1;
    grid-row-start: span 1;
    order: 1;
  }

  .mobile_layout-flow-column {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .collage.collage--2.mobile_layout-flow-collage {
    grid-template-columns: repeat(1, 1fr);
  }

  .mobile_layout-flow-column .collage-card {
    grid-column-start: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (min-width: 750px) {
/*  .collage-card--left:not(:only-child),
  .collage-card--right:not(:only-child) {
    min-height: 40rem;
  }
*/
  .collage-card--left:nth-last-child(3),
  .collage-card--right:nth-child(3) {
    grid-row: 1/ 3;
  }

  .collage-card--left:nth-last-child(2),
  .collage-card--left:nth-last-child(3) {
    grid-column: 1 / span 2;
  }

  .collage-card--right:nth-child(2),
  .collage-card--right:nth-child(3) {
    grid-column: 2 / span 2;
  }

  .collage-card--right {
    grid-column: 2/ 3;
  }

  .collage-card:only-child {
    grid-column: 1 / span 3;
    max-width: 100%;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right) > * {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .collage-card {
    aspect-ratio: var(--ratio);
  }

  @supports not (aspect-ratio: 1 / 1) { 
    .collage-card::before {
      float: left; 
      padding-top: 100%; 
      content: '';
    }

    .collage-card:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}

@media screen and (min-width: 750px) {
  .collage:not(.desktop_layout-flow-row) .collage-card:nth-of-type(1) { 
    grid-column-start: span 2;
    grid-row-start: span 2;
    order: 2;
  }

  .collage:not(.desktop_layout-flow-row) .collage-card:nth-of-type(2) {
    order: 1;
  }

  .collage:not(.desktop_layout-flow-row) .collage-card:nth-of-type(3) {
    order: 4;
  }

  .collage:not(.desktop_layout-flow-row) .collage-card:nth-of-type(4) {
    order: 5;
  }

  .collage:not(.desktop_layout-flow-row) .collage-card:nth-of-type(5) {
    order: 8;
  }

  .collage.collage--4.desktop_layout-flow-grid .collage-card:nth-of-type(1) {
    order: 2;
  }

  .collage.collage--4.desktop_layout-flow-grid .collage-card:nth-of-type(1) {
    order: 1;
    grid-column-start: span 3;
    grid-row-start: span 3;
  }

  .collage.collage--4.desktop_layout-flow-grid .collage-card:nth-of-type(2) {
    order: 4;
  }

  .collage.collage--4.desktop_layout-flow-grid .collage-card:nth-of-type(3) {
    order: 8;
  }

  .collage.collage--4.desktop_layout-flow-grid .collage-card:nth-of-type(4) {
    order: 12;
  }

  .collage.collage--3.desktop_layout-flow-grid .collage-card:nth-of-type(1) {
    order: 1;
  }

  .collage.collage--3.desktop_layout-flow-grid .collage-card:nth-of-type(2) {
    order: 3;
  }

  .collage.collage--3.desktop_layout-flow-grid .collage-card:nth-of-type(3) {
    order: 6;
  }

  .collage.collage--2.desktop_layout-flow-grid .collage-card:nth-of-type(1) {
    grid-column-start: span 1;
    grid-row-start: span 1;
    order: 1;
  }
}
.collage-card .card,
.collage-card:not(:only-child) .deferred-media {
  height: 100%;
}

.collage-content.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}

.collage-video.collage-card--left .collage-content,
.collage-video.collage-card--right .collage-content {
  position: absolute;
}

.collage-video noscript .collage-content {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .collage-video .collage-content {
    position: absolute;
  }
}

@media screen and (max-width: 749px) {
  .collage-card--left .deferred-media--placeholder,
  .collage-card--right .deferred-media--placeholder,
  .collage-video-placeholder {
    padding-bottom: 25rem;
  }
}

.collage-card iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

/*.collage-card.slider__slide:first-of-type .collage-content {
  padding-left: 2rem;
*/}

.collage-card .card:hover {
  box-shadow: none;
}

.collage-content,
.collage-content.card,
.collage-content.media,
.collage-card__no-image {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.collage-content {
  justify-content: center;
  overflow: hidden;
}

.collage-content h3 {
  margin: 0;
  word-break: break-word;
}

.collage-card.collage-product:only-child {
  max-width: 73rem;
  justify-self: center;
}

.collage-product .collage-card__no-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.collage-card__description {
  overflow: hidden;
}

.card .icon-wrap.collage-card__arrow {
  display: none;
}

.collage-card--left:not(.collage-product) .media > .collage-card__image,
.collage-card--right:not(.collage-product) .media > .collage-card__image {
  position: inherit;
}

@media screen and (max-width: 749px) {
  .collage:not(.collage--mobile) .collage-card__no-image {
    min-height: 25rem;
  }

  .collage-card__no-image.card__text-spacing {
    padding: 2rem;
  }

  .collage-card--left .collage-card__no-image h3,
  .collage-card--right .collage-card__no-image h3 {
    font-size: 3rem;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card__description {
    display: none;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card__arrow {
    display: inline-block;
  }
}

.collage-card--left .collage-card__no-image,
.collage-card--right .collage-card__no-image,
.collage-card--left .placeholder-svg,
.collage-card--right .placeholder-svg {
  min-height: 25rem;
}

@media screen and (min-width: 750px) {
  .collage-card--left .collage-card__no-image,
  .collage-card--right .collage-card__no-image,
  .collage-card--left .placeholder-svg,
  .collage-card--right .placeholder-svg {
    min-height: 40rem;
  }

  .collage-card__no-image h3 {
    font-size: 3rem;
  }
}

.collage-card__image-wrapper {
  flex: 1;
}

.collage-content.collage-card__image-wrapper.image-sale-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #BE1E2F;
  opacity: 0.8;
}

.collage-card__image-wrapper.media--hover-effect img {
  will-change: transform;
}

.collage-card__image-wrapper > * {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .collage--mobile
    .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card__image-wrapper {
    padding-bottom: 100%;
  }

  .collage:not(.collage--mobile) .media > .collage-card__image {
    position: inherit;
  }

  .collage:not(.collage--mobile)
    .collage-product.collage-card--left
    .collage-card__image,
  .collage:not(.collage--mobile)
    .collage-product.collage-card--right
    .collage-card__image {
    position: absolute;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card-spacing
    .collage-card__image-wrapper,
  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card-spacing.collage-card__image-wrapper {
    padding-bottom: 0;
    flex: 0 auto;
  }

  .collage--mobile
    .collage-card--left
    + .collage-card:last-child
    .collage-card__image-wrapper,
  .collage--mobile.collage--right
    .collage-card:first-child:nth-last-child(2)
    .collage-card__image-wrapper {
    padding-bottom: 0;
    flex: 1;
  }

  .collage--mobile
    .collage-card--left
    + .collage-card:last-child
    .collage-card-spacing
    .collage-card__image,
  .collage--mobile.collage--right
    .collage-card:first-child:nth-last-child(2)
    .collage-card-spacing
    .collage-card__image {
    object-fit: contain;
    position: absolute;
    height: 100%;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card-spacing
    .collage-card__image {
    position: inherit;
    height: auto;
  }
}

@media screen and (min-width: 750px) {
  .collage-card--left
    + .collage-card:last-child
    .collage-card-spacing
    .collage-card__image-wrapper,
  .collage--right
    .collage-card:first-child:nth-last-child(2)
    .collage-card-spacing
    .collage-card__image-wrapper {
    padding-bottom: 100%;
    flex: 0 0 auto;
  }
}

.collage-card-spacing:not(.collage-card__image-wrapper),
.collage-card-spacing > img {
  padding: 2rem;
}

.collage-card-spacing iframe,
.collage-video.collage-card--left .collage-card-spacing .collage-content,
.collage-video.collage-card--right .collage-card-spacing .collage-content {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
}

.collage-card-spacing .card__text-spacing {
  padding: 0;
}

.collage-card-spacing .collage-content__info {
  margin: 1.5rem 0 0;
}

@media screen and (min-width: 750px) {
  .collage-card-spacing:not(.collage-card__image-wrapper),
  .collage-card-spacing > img {
    padding: 3rem;
  }

  .collage-card-spacing iframe,
  .collage-video.collage-card--left .collage-card-spacing .collage-content,
  .collage-video.collage-card--right .collage-card-spacing .collage-content {
    width: calc(100% - 6rem);
    height: calc(100% - 6rem);
  }

  .collage-card-spacing .collage-content__info {
    margin: 1.8rem 0 0;
  }

  .collage-card:not(.collage-card--left):not(.collage-card--right)
    .collage-card-spacing
    img {
    object-fit: contain;
  }
}

.collage-product__badge {
  position: relative;
}

.collage-content__info {
  margin: 1.5rem 2rem;
}

.card-information__wrapper.collage-content__info {
  margin: 0;
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 750px) {
  .collage-content__info {
    margin: 2rem 3.5rem;
  }

  .card-information__wrapper.collage-content__info {
    padding: 2rem 3.5rem;
  }
}

.collage-card .collage-content .collage-text-container {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10%;
}

.collage-card .collage-content .collage-text-title {
  width: 100%;
  text-align: center;
  font-size: var(--text-h5);
  line-height: 2.4rem;
  color: var(--color-grey-lightest);
  text-transform: capitalize;
  margin: 0;
}

.collage-card .collage-content .collage-text-container .collage-cta {
  visibility: hidden;
  opacity: 0;
  color: var(--color-grey-lightest);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0;
  letter-spacing: 0.06rem;
  font-weight: bold;
  margin-top: 1rem;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 750px) {
  .collage-card:hover .collage-text-container .collage-cta {
    visibility: visible;
    opacity: 1;
    font-size: 1.2rem;
    transition: all 0.2s linear;
  }

  img.collage-card__image {
    transition: transform 0.4s;
  }

  .collage-card:hover img.collage-card__image {
    transform: scale(1.05, 1.05);
    transition: transform 0.4s;
  }  
}


@media only screen and (min-width: 1024px) {
  .collage-card .collage-content .collage-text-title {
    font-size: var(--text-h2);
    line-height: 3.3rem;
  }
}
/* Video modal testing */
.collage-video__modal.collage-video__modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.collage-video__modal[open].collage-video__modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.collage-video__modal-content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 100%;
  margin: 0;
  width: 100%;
  position: absolute;
  padding: 0;
}

.collage-video__modal-toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  padding: 1.2rem;
  z-index: 2;
  top: 2rem;
  right: 0.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 750px) {
  .collage-video__modal-toggle {
    right: 4.8rem;
    top: 3.5rem;
  }
}

@media screen and (min-width: 990px) {
  .collage-video__modal-toggle {
    right: 4.3rem;
    top: 3rem;
  }
}

.collage-video__modal-toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.collage-video__modal-content-info {
  width: calc(100% - 1rem);
  height: calc(100% - 6rem);
  margin: 0 auto;
  padding-top: 8rem;
}

@media screen and (min-width: 750px) {
  .collage-video__modal-content-info {
    width: calc(100% - 9.6rem);
    height: calc(100% - 7.5rem);
    padding-top: 9.5rem;
  }
}

@media screen and (min-width: 990px) {
  .collage-video__modal-content-info {
    width: calc(100% - 8.6rem);
    height: calc(100% - 7rem);
    padding-top: 9rem;
  }
}

.collage-video__modal-video,
.collage-video__modal-video iframe {
  width: 100%;
  height: 100%;
}

.collage-video__modal-video iframe {
  position: static;
}
