.collection-thumbnail__image {
  height: 0;
  overflow: hidden;
  padding-bottom: 120%;
  position: relative;
  width: 100%;
}
.collection-thumbnail__title--decoration,
.collection-thumbnail__title--decoration:after {
  background-color: #c7c2b8;
}
.collection-thumbnail__title .collection-label {
  background-color: #fff;
}
.collection-thumbnail__link:hover
  .collection-thumbnail__title
  .collection-label,
.featured-collections__heading {
  color: #6a6a6a;
}
.collection-thumbnail__title,
.collection-thumbnail__title a {
  color: #222;
}
.collection-thumbnail__title--decoration {
  display: none;
}
.collection-thumbnail__image,
.collection-thumbnail__link,
.featured-collections__grid {
  display: block;
}
.featured-collections__grid--mobile {
  display: grid;
  grid-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.collection-thumbnail__title {
  align-items: center;
  display: flex;
  grid-column: span 2;
  justify-content: space-between;
}
.collection-thumbnail__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.collection-thumbnail__image,
.collection-thumbnail__title--decoration {
  position: relative;
}
.collection-thumbnail__image img,
.collection-thumbnail__title--decoration:after {
  position: absolute;
}
.collection-thumbnail__image img {
  max-width: 100%;
}
.collection-thumbnail__image img,
.collection-thumbnail__title--decoration {
  width: 100%;
}
.featured-collections__description,
.featured-collections__title {
  margin: 0;
}
.collection-thumbnail__image {
  margin-bottom: 0.5rem;
}
.featured-collections__heading {
  margin-bottom: 0.75rem;
}
.featured-collections__description {
  padding-top: 0.75rem;
}
.featured-collections {
  padding-top: 2.25rem;
}
.collection-thumbnail,
.collection-thumbnail__title .collection-label {
  padding-right: 0.75rem;
}
.featured-collections__heading {
  padding-bottom: 1.5rem;
}
.featured-collections {
  padding-bottom: 2.25rem;
}
@font-face {
  font-display: swap;
  font-family: Arsenal;
  font-style: normal;
  font-weight: 400;
  src: url(Arsenal-Regular.woff2) format("woff2"),
    url(Arsenal-Regular.woff) format("woff");
}
.collection-thumbnail__link:hover
  .collection-thumbnail__title
  .collection-label,
.collection-thumbnail__title a:focus,
.collection-thumbnail__title a:hover,
.text-underline,
.text-underline-hover:focus,
.text-underline-hover:hover {
  text-decoration: underline;
}
.text-strikethrough,
.text-strikethrough-hover:focus,
.text-strikethrough-hover:hover {
  text-decoration: line-through;
}
.collection-thumbnail__image,
.collection-thumbnail__link,
.collection-thumbnail__title a,
.text-no-decoration,
.text-no-decoration-hover:focus,
.text-no-decoration-hover:hover {
  text-decoration: none;
}
.collection-thumbnail__title .collection-label {
  transition: 0.25s;
  white-space: nowrap;
}
.collection-thumbnail__title--decoration {
  height: 1px;
  opacity: 0.5;
}
.collection-thumbnail__title--decoration:after {
  border-radius: 50%;
  content: "";
  height: 5px;
  right: 0;
  top: -2.5px;
  width: 5px;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  visibility: hidden;
}
.slick-next,
.slick-prev {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}
.slick-next:focus .slick-next-icon:before,
.slick-next:focus .slick-prev-icon:before,
.slick-next:hover .slick-next-icon:before,
.slick-next:hover .slick-prev-icon:before,
.slick-prev:focus .slick-next-icon:before,
.slick-prev:focus .slick-prev-icon:before,
.slick-prev:hover .slick-next-icon:before,
.slick-prev:hover .slick-prev-icon:before {
  opacity: 1;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
}
.slick-next.slick-disabled .slick-next-icon:before,
.slick-next.slick-disabled .slick-prev-icon:before,
.slick-prev.slick-disabled .slick-next-icon:before,
.slick-prev.slick-disabled .slick-prev-icon:before {
  opacity: 0.25;
}
.slick-next .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-prev .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev .slick-prev-icon:before {
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  content: "";
  display: block;
  height: 12px;
  transform: translate(5px) rotate(-45deg);
  width: 12px;
}
[dir="rtl"] .slick-prev .slick-prev-icon:before {
  border: 2px solid #222;
  border-left: none;
  border-top: none;
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next .slick-next-icon:before {
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  content: "";
  display: block;
  height: 12px;
  transform: rotate(-45deg);
  width: 12px;
}
[dir="rtl"] .slick-next .slick-next-icon:before {
  border: 2px solid #222;
  border-bottom: none;
  border-right: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  list-style: none;
  margin: 12px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3rem;
  line-height: 0;
  margin: 0;
  outline: none;
  padding: 0;
  width: 3rem;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0189ba;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 50%;
  line-height: 12px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
.slick-dots li.slick-active button:before {
  color: #0189ba;
  opacity: 0.75;
}
.slick-sr-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.slick-autoplay-toggle-button {
  background: none;
  border: 0;
  bottom: -25px;
  cursor: pointer;
  left: 5px;
  opacity: 0.75;
  position: absolute;
  z-index: 10;
}
.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  opacity: 1;
}
.featured-collections {
  overflow: hidden;
}
.featured-collections .slick-list {
  overflow: visible;
}
.featured-collections .featured-collections-slider-hide-arrows .slick-next,
.featured-collections .featured-collections-slider-hide-arrows .slick-prev {
  display: none;
}
.featured-collections .slick-next,
.featured-collections .slick-prev {
  top: 42%;
}
.js-featured-collections-slider {
  display: flex;
  overflow-x: scroll;
}
.js-featured-collections-slider::-webkit-scrollbar {
  display: none;
}
.js-featured-collections-slider .collection-thumbnail {
  min-width: 26%;
}
@media (hover: hover) {
  .collection-thumbnail__image:hover
    + .featured-collections__collection__title
    a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 30rem) {
  .xsmall--text-underline,
  .xsmall--text-underline-hover:focus,
  .xsmall--text-underline-hover:hover {
    text-decoration: underline;
  }
  .xsmall--text-strikethrough,
  .xsmall--text-strikethrough-hover:focus,
  .xsmall--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .xsmall--text-no-decoration,
  .xsmall--text-no-decoration-hover:focus,
  .xsmall--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 48rem) {
  .featured-collections__grid {
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-collections__grid--mobile {
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .small--text-underline,
  .small--text-underline-hover:focus,
  .small--text-underline-hover:hover {
    text-decoration: underline;
  }
  .small--text-strikethrough,
  .small--text-strikethrough-hover:focus,
  .small--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .small--text-no-decoration,
  .small--text-no-decoration-hover:focus,
  .small--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 62rem) {
  .collection-thumbnail__title--decoration {
    display: block;
  }
  .featured-collections__grid {
    grid-gap: 2.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .featured-collections__grid--mobile {
    grid-gap: 2.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .collection-thumbnail__image {
    margin-bottom: 1.5rem;
  }
  .featured-collections__heading {
    margin-bottom: 2rem;
  }
  .collection-thumbnail {
    padding-right: 0.75rem;
  }
  .featured-collections__heading {
    padding-bottom: 0;
    text-align: center;
  }
  .medium--text-underline,
  .medium--text-underline-hover:focus,
  .medium--text-underline-hover:hover {
    text-decoration: underline;
  }
  .medium--text-strikethrough,
  .medium--text-strikethrough-hover:focus,
  .medium--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .medium--text-no-decoration,
  .medium--text-no-decoration-hover:focus,
  .medium--text-no-decoration-hover:hover {
    text-decoration: none;
  }
  .featured-collections .slick-list {
    overflow: hidden;
  }
  .featured-collections .js-featured-collections-slider {
    display: initial;
    overflow: hidden;
  }
  .featured-collections .js-featured-collections-slider .collection-thumbnail {
    width: auto;
  }
}
@media only screen and (min-width: 79.5rem) {
  .featured-collections__grid {
    grid-gap: 3rem;
  }
  .featured-collections__grid--mobile {
    grid-gap: 3rem;
  }
  .collection-thumbnail {
    margin-bottom: 2.25rem;
  }
  .featured-collections {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .large--text-underline,
  .large--text-underline-hover:focus,
  .large--text-underline-hover:hover {
    text-decoration: underline;
  }
  .large--text-strikethrough,
  .large--text-strikethrough-hover:focus,
  .large--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .large--text-no-decoration,
  .large--text-no-decoration-hover:focus,
  .large--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 87.5rem) {
  .xlarge--text-underline,
  .xlarge--text-underline-hover:focus,
  .xlarge--text-underline-hover:hover {
    text-decoration: underline;
  }
  .xlarge--text-strikethrough,
  .xlarge--text-strikethrough-hover:focus,
  .xlarge--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .xlarge--text-no-decoration,
  .xlarge--text-no-decoration-hover:focus,
  .xlarge--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .featured-collections .js-featured-collections-slider .slick-prev {
    left: -30px !important;
  }
  .featured-collections .js-featured-collections-slider .slick-next {
    left: 100%;
    position: relative;
    right: -30px !important;
    top: -90px;
  }
}
@media screen and (min-width: 1272px) {
  .featured-collections .js-featured-collections-slider .slick-prev {
    left: 0 !important;
  }
  .featured-collections .js-featured-collections-slider .slick-next {
    left: 97%;
    right: 0 !important;
    top: -130px;
  }
}
@media screen and (min-width: 1366px) {
  .featured-collections .js-featured-collections-slider .slick-prev {
    left: -3.5% !important;
  }
  .featured-collections .js-featured-collections-slider .slick-next {
    left: 100%;
    position: relative;
    right: -3% !important;
    top: -135px;
  }
}
