/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
.two-col-square-banner {
  background-color: var(--bg-color);
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner {
    align-items: stretch;
    flex-flow: row;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner.image__left {
    flex-flow: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner.image__right {
    flex-flow: row;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-square-banner.image__top {
    flex-flow: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-square-banner.image__bottom {
    flex-flow: column;
  }
}

.two-col-square-banner__tile {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner__tile {
    flex-basis: 50%;
    width: 50%;
  }
}

.two-col-square-banner__tile-content {
  height: 100%;
  width: 100%;
}
.two-col-square-banner__tile-content > .video-player,
.two-col-square-banner__tile-content > .image-content {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.two-col-square-banner__tile-content .video-player__video {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.two-col-square-banner__tile-content .image-content__image-container {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}
.two-col-square-banner__tile-content .image-content__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.two-col-square-banner__tile-content > .product {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner__tile-content > .product {
    align-items: flex-start;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    padding-top: 4.6%;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-square-banner__tile-content > .product .product-tile-container {
    width: 60.3%;
  }
}
.two-col-square-banner__tile-content > .product .product-tile-container:not(.product-tile-container--atc-on-image) .image-wrapper > .add-to-cart-wrapper {
  display: none;
}
.two-col-square-banner__tile-content > .product .product-tile-container:not(.product-tile-container--atc-on-image) .tile-body-wrapper {
  display: flex;
  flex-direction: column;
}
.two-col-square-banner__tile-content > .product .product-tile-container:not(.product-tile-container--atc-on-image) .tile-body-wrapper .add-to-cart-wrapper--tablet-mobile {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  order: 10;
}
.two-col-square-banner__tile-content > .product .product-tile-container:not(.product-tile-container--atc-on-image) .tile-body-wrapper .animated-btn-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=two-col-square-banner.css.map*/