/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2,
.category-tile h3 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.category-tile {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.category-tile:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .category-tile.zoom .image-wrapper {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  .category-tile.zoom:hover .image-wrapper {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.category-tile .image-cropper {
  border-radius: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.category-tile .image-wrapper {
  width: 100%;
  position: relative;
}
.category-tile .image-wrapper .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-tile .image-wrapper-custom .background-image-tablet,
.category-tile .image-wrapper-custom .background-image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .category-tile .image-wrapper-custom .background-image-mobile,
  .category-tile .image-wrapper-custom .background-image-desktop {
    display: none;
  }
  .category-tile .image-wrapper-custom .background-image-tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .category-tile .image-wrapper-custom .background-image-mobile,
  .category-tile .image-wrapper-custom .background-image-tablet {
    display: none;
  }
  .category-tile .image-wrapper-custom .background-image-desktop {
    display: block;
  }
}
.category-tile .image-wrapper .video-container .video-aspect-ratio {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding-top: 56.25%;
  padding-left: 177.7777777778vh;
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
}
.category-tile .image-wrapper .video-container .video-aspect-ratio .video-player {
  position: static;
  pointer-events: none;
}
.category-tile .image-wrapper .video-container .video-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-tile .image-wrapper .video-container .video-aspect-ratio iframe.video-player {
  position: absolute;
}
.category-tile .image-text-block-text .primary-text:not([class*=p--]):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-size: 16px;
}
.category-tile .image-text-block-text .secondary-text:not([class*=p--]):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  color: orange;
  font-size: 13px;
}
.category-tile.text-placement-below .category-tile-text {
  margin-top: 1rem;
}
.category-tile.text-placement-inside::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.category-tile.text-placement-inside .category-tile-text {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  z-index: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.category-tile.aspect-ratio-square .image-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.category-tile.aspect-ratio-square .image-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}
.category-tile.aspect-ratio-landscape .image-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.category-tile.aspect-ratio-landscape .image-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 66.6666666667%;
}
.category-tile.aspect-ratio-portrait .image-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.category-tile.aspect-ratio-portrait .image-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 150%;
}

@media (max-width: 1024.98px) {
  .cci-hero-cls .full-width h1 {
    font-size: 2rem;
  }
}

.homepage-wrapper .slider-wrapper {
  margin: 1.25em auto;
}
@media (min-width: 768px) {
  .homepage-wrapper .slider-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .homepage-wrapper .slider-wrapper {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .homepage-wrapper .slider-wrapper {
    max-width: 1200px;
  }
}

.product-tile-caro {
  min-height: 482px;
}
@media (min-width: 576px) {
  .product-tile-caro {
    min-height: 461px;
  }
}
@media (min-width: 768px) {
  .product-tile-caro {
    min-height: 464px;
  }
}
.product-tile-caro .product-tile .image-container {
  min-height: 245px;
}

/*# sourceMappingURL=homePage.css.map*/