/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/catLanding.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-weight: 400;
  letter-spacing: 0;
}

.category-tile a {
  display: block;
}
.category-tile a:hover {
  text-decoration: none;
  color: #252422;
}
.category-tile img {
  width: 100%;
  margin: auto;
}
.category-tile .category-name {
  padding-top: 12px;
  padding-bottom: 25px;
}
@media (min-width: 769px) {
  .category-tile .category-name {
    padding: 25px 10px 60px;
  }
}
.category-tile h3 {
  color: #252422;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .category-tile h3 {
    font-size: 1.125rem;
  }
}
.category-tile h3::after {
  content: "";
  display: block;
  width: 140px;
  max-width: 90%;
  height: 2px;
  margin: 12px auto 0;
  background-color: #e66d1c;
}
@media (min-width: 769px) {
  .category-tile h3::after {
    margin: 16px auto 0;
  }
}

.cat-promo-container {
  border: 2px solid #ccc9c8;
}

.cat-promo-toggle {
  position: relative;
}
.cat-promo-toggle .cat-promo-toggle-link {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-promo-toggle .cat-promo-toggle-link::before {
  font-family: "FontAwesome";
  content: "\e904";
  font-size: 2rem;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .cat-promo-toggle .cat-promo-toggle-link {
    font-size: 1.5rem;
  }
  .cat-promo-toggle .cat-promo-toggle-link::before {
    font-size: 2.5rem;
  }
}
.cat-promo-toggle .close {
  position: absolute;
  top: 25%;
  right: 10px;
}
.cat-promo-toggle .close.collapsed {
  display: none;
}

@media (min-width: 769px) {
  #cat-promo-slider-container {
    background-color: #ebebeb;
  }
}
#cat-promo-slider-container:not(.show) {
  display: block !important;
  height: 0px;
  overflow: hidden;
}
#cat-promo-slider-container .slick-slide > div {
  padding: 0 1rem;
}

.cat-promo-card {
  min-height: 10rem;
}
@media (min-width: 769px) {
  .cat-promo-card {
    min-width: 15rem;
  }
}
@media (min-width: 1300px) {
  .cat-promo-card {
    min-width: 20rem;
  }
}
@media (max-width: 768.98px) {
  .cat-promo-card:first-child .promo-asset {
    border-top: 1px solid #ccc9c8;
  }
  .cat-promo-card:last-child .promo-asset {
    border-bottom: 0;
  }
}

.category-breadcrumb .breadcrumb-container {
  margin: 0;
}

.cat-landing-slotbottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  text-align: center;
}
.cat-landing-slotbottom table {
  margin-left: auto;
  margin-right: auto;
  border: none 0px none;
}
.cat-landing-slotbottom ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

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