.categoryProducts {
  font-size: 0;
  position: relative;
  background-color: #fff; }

.productTile {
  position: relative;
  width: 25%;
  display: inline-block;
  border: 1px solid #f4f4f4;
  vertical-align: top; }

a.productTile {
  text-decoration: none;
  text-transform: none; }

/* Images */
.productTile .images {
  display: block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 15px; }

.productTile .images > img {
  width: 100%;
  height: auto; }

.productTile .images.loading > img {
  display: none; }

.productTile .images.loaded > img.main {
  animation: fadeIn 500ms linear; }

.productTile .images > img.rover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity .3s linear; }

/* badges */
.productTile .badges {
  position: relative;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px; }

.productTile .badges .badge {
  height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-family: "LacosteSansCondensedLight";
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px; }

/* Description */
.productTile .description {
  display: flex;
  flex-direction: row;
  padding: 0 20px; }
  .productTile .description .description-right {
    flex: 3; }
  .productTile .description .description-left {
    font-size: 1.5rem;
    color: #606060;
    font-family: "LacosteSansCondensedLight";
    flex: 4; }
    .productTile .description .description-left .product-title {
      display: block;
      margin: 0px; }

.description-custo, .badges .description-custo, .product-flags .description-custo {
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LacosteSansCondensedLight";
  font-size: 12px;
  line-height: 12px; }
  .description-custo > .description-custo-ico, .badges .description-custo > .description-custo-ico, .product-flags .description-custo > .description-custo-ico {
    display: inline-block;
    width: 16px; }
  .description-custo-label {
    color: #292929;
    vertical-align: middle; }

.badges .description-custo {
  padding: 0 5px 2px 5px; }

/* Price & Colors */
.productTile .description .price {
  display: block;
  font-size: 1.5rem;
  font-family: "LacosteSansCondensedBold";
  color: #292929;
  top: 0px;
  right: 0px;
  text-align: right; }

.price .price-initial.stroke {
  text-decoration: line-through; }

.price .price-promo {
  display: block;
  position: relative; }

.productTile .description .colors.nocolors {
  display: none; }

.productTile .description .colors.more {
  display: block;
  text-align: left;
  position: relative;
  color: #292929;
  font-family: "LacosteSansCondensedLight";
  font-size: 1.5rem; }

/* Shop btn */
.productTile .shop-btn {
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  height: 50px;
  line-height: 4.4rem;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  font-size: 1.5rem;
  font-family: "LacosteSansCondensedBold";
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.3s linear;
  border: 3px solid #105a33;
  color: #fff;
  background-color: #105a33; }

/* Loading states */
/* Image loading */
.productTile .images .isLoading {
  display: block;
  position: relative; }

.productTile .images .isLoading > img {
  width: 100%;
  height: auto; }

.productTile .images .isLoading > .loaderContainer {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.productTile .images .isLoading > .loaderContainer .loader-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

/*
.productTile .images .isLoading > .loaderContainer .loader { top: 50%; transform: translateX(-50%) translateY(-50%); }
*/
/* Category Rebounds */
.categoryRebound {
  display: inline-block;
  position: relative;
  width: 50%; }

/* Common Rebounds styles */
.categoryRebound a {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 40px;
  text-decoration: none;
  overflow: hidden; }

.categoryRebound a img {
  transition: opacity 0.3s linear;
  opacity: 1; }

.categoryRebound a .fulltext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.categoryRebound a .fulltext > div > div {
  text-align: left;
  padding: 90px;
  font-family: "LacosteSansCondensedBold";
  text-decoration: underline; }

.categoryRebound a .background-image {
  position: relative;
  transition: opacity 0.3s linear;
  opacity: 1;
  height: 100%; }

.categoryRebound a .background-image.isLoading {
  opacity: 0; }

.categoryRebound a .background-image > img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none !important;
  max-height: none !important; }

/* Category full size & Page */
.categoryRebound a.catfull {
  font-size: 5rem;
  color: #fff;
  text-decoration: underline;
  line-height: 1.1; }

.categoryRebound a.catfull .fulltext span {
  display: block;
  position: relative;
  left: 0px;
  transition: left 0.3s ease-out;
  margin-top: 15px;
  font-size: 2rem; }

/* Category Description & Product */
.categoryRebound a.catdesc .bloc-description {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "LacosteSansCondensedBold";
  text-transform: none; }

.categoryRebound a.catdesc .bloc-description > p {
  margin: 0;
  padding-right: 60px; }

.categoryRebound a.catdesc .bloc-description > p.price {
  margin-top: 10px; }

.categoryRebound a.catdesc .bloc-description .title {
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px; }

.categoryRebound a.catdesc .bloc-description .description {
  font-family: "LacosteSansCondensedLight"; }

.categoryRebound a.catdesc .bloc-description span.icon-arrow-right {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: right 0.3s ease-out; }

/* Rebound Image + Text */
.categoryRebound .catimagetext {
  width: 100%;
  position: relative; }

.categoryRebound .catimagetext > img {
  width: 100%;
  height: auto; }

.categoryRebound .catimagetext .description {
  position: absolute;
  top: 50%;
  left: 0px;
  padding: 40px;
  transform: translateY(-50%);
  color: #fff; }

.categoryRebound .catimagetext .description h5 {
  font-size: 2.5rem;
  margin: 0px;
  font-family: "LacosteSansCondensedBold";
  margin-bottom: 10px; }

.categoryRebound .catimagetext .description p {
  font-size: 1.7rem;
  margin: 0px; }

/* 0 Rebounds */
.categoryProducts.no-rebound > a:nth-of-type(1) {
  border-left: none; }

/* 1 Rebound */
.categoryProducts.rebound-1 > a:nth-of-type(1), .categoryProducts.rebound-1 > a:nth-of-type(2) {
  border-bottom: none;
  border-top: none; }

.categoryProducts.rebound-1 > a:nth-of-type(3) {
  border-left: none; }

.categoryProducts.rebound-1:not(.rebound-2) > a:nth-of-type(n+2) {
  border-bottom: none; }

/* 2 Rebounds */
.categoryProducts.rebound-2 > a:nth-of-type(3), .categoryProducts.rebound-2 > a:nth-of-type(4) {
  border-bottom: none; }

.categoryProducts.rebound-2 > a:nth-of-type(5) {
  border-left: none; }

.categoryProducts.rebound-2 > div:nth-of-type(2) {
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4; }

.categoryProducts.rebound-2:not(.rebound-3) > a:nth-of-type(n+4) {
  border-bottom: none; }

/* 3 Rebounds */
.categoryProducts.rebound-3 > a:nth-of-type(n+9) {
  border-bottom: none;
  border-top: none; }

/* DESKTOP ONLY */
@media screen and (min-width: 1280px) {
  a.productTile.isLoaded:hover .images > img.rover {
    opacity: 1; }
  a.productTile.isLoaded:hover .shop-btn {
    opacity: 1; }
  .categoryRebound a:hover img {
    opacity: 0.8; } }

/* Desktop small resolution */
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .categoryRebound a {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px; } }

/* Tablet > Landscape */
/* Tablet > Portrait AND Mobile */
@media screen and (max-width: 800px) {
  .productTile {
    width: calc(100% / 3); }
  .productTile .shop-btn {
    display: none; }
  .categoryRebound {
    width: calc((100% / 3) * 2); }
  .categoryRebound a {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px; }
  /* No Rebounds */
  .categoryProducts.no-rebound > a:nth-of-type(4) {
    display: none; }
  /* 1 Rebound */
  .categoryProducts.rebound-1 > a:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #f4f4f4; }
  .categoryProducts.rebound-1 > a:nth-of-type(3) {
    border-left: 1px solid #f4f4f4; }
  .categoryProducts.rebound-1:not(.rebound-2) > a:nth-of-type(5), .categoryProducts.rebound-1:not(.rebound-2) > a:nth-of-type(6) {
    display: none; }
  /* 2 Rebounds */
  .categoryProducts.rebound-2 > a:nth-of-type(5) {
    border-left: 1px solid #f4f4f4;
    border-bottom: none; }
  .categoryProducts.rebound-2 > a:nth-of-type(6) {
    border-left: none; }
  .categoryProducts.rebound-2 > div:nth-of-type(2) {
    border-left: none; }
  /* 3 Rebounds */
  .categoryProducts.rebound-3 > a:nth-of-type(10) {
    display: none; }
  /* Price & Desc */
  .productTile .description {
    flex-direction: column; }
    .productTile .description .description-right {
      width: 100%;
      padding-top: 5px; }
    .productTile .description .description-left {
      width: 100%; }
      .productTile .description .description-left .product-title {
        width: 100%; }
  .productTile .description .price {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    text-align: left; } }

/* Mobile only */
@media screen and (max-width: 640px) {
  .productTile {
    width: 50%;
    border-left: 1px solid #f4f4f4 !important;
    border-top: 1px solid #f4f4f4 !important;
    border-right: none !important;
    border-bottom: none !important; }
  .categoryRebound {
    width: 100%;
    border: none !important; }
  .categoryRebound a {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px; }
  /* No rebounds */
  .categoryProducts > a:nth-of-type(2n+1) {
    border-left: none !important; }
  /* 1 Rebound */
  .categoryProducts.rebound-1:not(.rebound-2) > a:nth-of-type(5), .categoryProducts.rebound-1:not(.rebound-2) > a:nth-of-type(6) {
    display: inline-block; }
  /* 2 Rebounds */
  .categoryProducts.rebound-2 > div:nth-of-type(2) {
    border-top: 1px solid #f4f4f4 !important; }
  /* 3 Rebounds */
  .categoryProducts.rebound-2 > div:nth-of-type(3) {
    border-top: 1px solid #f4f4f4 !important; }
  .categoryProducts.rebound-3 > a:nth-of-type(10) {
    display: inline-block; }
  .categoryRebound a.catdesc .bloc-description {
    position: relative; }
  .categoryRebound a .background-image > img {
    width: 100%;
    height: auto; } }

/*# sourceMappingURL=../css/product-tile.css.map */
