@charset "UTF-8";
.chaco-home {
  font-size: 3vw;
}
.chaco-home * {
  font-size: 1em;
  line-height: 1;
  color: inherit;
}
.chaco-home img {
  display: block;
  width: 100%;
}
.chaco-home a {
  display: block;
}
.chaco-home h2, .chaco-home h3 {
  text-transform: none;
  margin: 0;
  margin-bottom: 0.5em;
}
.chaco-home h2 {
  font-size: 2.5em;
}
.chaco-home h3 {
  font-size: 1.75em;
}
.chaco-home p {
  font-size: 1.25em;
  line-height: 1.3;
  margin: 1em auto;
}
.chaco-home a {
  display: block;
  color: inherit;
  cursor: pointer;
}
.chaco-home .overlay {
  position: absolute;
  text-align: left;
}
.chaco-home .cta {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  background: #004c59;
  color: #fff;
  padding: 0.85em 1.5em 0.75em;
  border-radius: 2em;
  transition: all 0.2s ease;
}
.chaco-home .cta:hover {
  background: #303030;
}
.chaco-home .inline-cta {
  font-weight: bold;
  text-transform: uppercase;
}
.chaco-home .inline-cta::after {
  content: "»";
}
.chaco-home .block-grid {
  gap: 0.5em;
}
.chaco-home .block-grid .block {
  position: relative;
}
.chaco-home .products {
  display: flex;
  justify-content: center;
}
.chaco-home .products a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chaco-home#home-shop_by_category {
  display: flex;
}
.chaco-home#home-shop_by_category .ag-site-width {
  margin: 2em auto;
}
.chaco-home#home-shop_by_category h2 {
  margin-bottom: 0.5em;
}
.chaco-home#home-shop_by_category h2 span {
  color: #5cbdca;
}
.chaco-home#home-recommended {
  background: #e4f2f3;
  padding: 3em 0;
  margin-top: 4em;
  margin-bottom: 4em;
}
.chaco-home#home-recommended h2 span {
  color: #004c59;
}
.chaco-home#home-recommended .slick-slider .product-tile {
  padding: 1em;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-image {
  background: #fff;
  padding: 0 2em;
  margin-bottom: 0;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-image img {
  width: 100%;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-tile-content {
  background: #fff;
  padding: 0.5em 0.5em 1em;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-tile-content .product-name a {
  font-size: 1.25em;
  text-align: center;
  text-transform: none;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-tile-content .product-pricing {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.chaco-home#home-recommended .slick-slider .product-tile .product-tile-content .bv_averageRating_component_container,
.chaco-home#home-recommended .slick-slider .product-tile .product-tile-content .bv_numReviews_component_container {
  display: none !important;
}
.chaco-home#home-recommended .slick-slider .slick-arrow:after {
  border-color: transparent transparent #303030 #303030;
}
.chaco-home#home-trending h2 span {
  color: #f65024;
}
.chaco-home#home-trending .slide {
  margin-bottom: 1em;
}
.chaco-home#home-trending .slide .copy-wrapper {
  padding: 1em 2em;
}
.chaco-home#home-trending .slick-dots {
  display: flex;
  position: relative;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 3em;
}
.chaco-home#home-trending .slick-dots button {
  display: block;
  background: #ccc;
  text-indent: 2em;
  height: 1.25em;
  width: 1.25em;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0.33em;
}
.chaco-home#home-trending .slick-dots .slick-active button {
  background: #303030;
}
@media (max-width: 640px) {
  .chaco-home#home-hero .block-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .chaco-home#home-hero .block-grid .block:first-of-type {
    grid-column: 1/3;
  }
  .chaco-home .products {
    flex-wrap: wrap;
  }
  .chaco-home .products a {
    width: 40%;
    padding: 0 1em 1em;
  }
  .chaco-home#home-highlights .block {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 641px) {
  .chaco-home {
    font-size: 1.33vw;
  }
  .chaco-home .ag-site-width {
    max-width: 1280px !important;
  }
  .chaco-home .block-grid {
    display: grid;
    grid-template-columns: 54% 1fr;
    gap: 0.5em;
    grid-auto-rows: 20.15em;
  }
  .chaco-home .block-grid .block:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .chaco-home .block-grid .block:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .chaco-home .block-grid .block:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .chaco-home#home-shop_by_category .ag-site-width {
    min-width: 1280px;
    max-width: 1920px !important;
  }
  .chaco-home#home-shop_by_category h2 {
    font-size: 2em;
  }
  .chaco-home#home-shop_by_category h3 {
    font-size: 1.25em;
  }
  .chaco-home#home-shop_by_category .products {
    max-width: 50em;
    margin: 0 auto;
  }
  .chaco-home#home-shop_by_category .products a {
    width: 11em;
    margin: 0 1.5em;
  }
  .chaco-home#home-recommended .slick-slider .product-tile {
    padding: 0;
  }
  .chaco-home#home-recommended .slick-slider .product-tile .product-image {
    padding: 0 1em;
  }
  .chaco-home#home-recommended .slick-slider .product-tile .product-tile-content {
    font-size: 0.6em;
  }
  .chaco-home#home-recommended .slick-slider .slick-arrow:after {
    border-color: transparent transparent #303030 #303030;
  }
  .chaco-home#home-trending .slide .column-wrapper {
    display: flex;
    text-align: left;
  }
  .chaco-home#home-trending .slide .image-wrapper {
    width: 55%;
  }
  .chaco-home#home-trending .slide .copy-wrapper {
    width: 45%;
  }
  .chaco-home#home-trending .slick-slider .slick-arrow:after {
    border-color: transparent transparent #ccc #ccc;
  }
  .chaco-home#home-trending .slick-dots {
    position: absolute;
    left: 55%;
    bottom: 0%;
    width: auto;
  }
  .chaco-home#home-highlights .block-grid {
    direction: rtl;
  }
  .chaco-home#home-highlights .block-grid .overlay {
    direction: ltr;
  }
}
@media (min-width: 1281px) {
  .chaco-home {
    font-size: 17px;
  }
}

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