/** Shopify CDN: Minification failed

Line 100:8 Expected identifier but found whitespace
Line 100:13 Unexpected ";"

**/
.m-featured-collection {
  display: block;
}
.m-featured-collection .m-product-list {
  position: relative;
}
.m-featured-collection__button {
  justify-content: center;
  margin-top: 60px;
}
.m-featured-collection__button .m-button.m\:hidden {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .m-featured-collection__button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-featured-collection__button {
    margin-top: 30px;
  }
}
.m-featured-collection--show-countdown {
  --color-flash-sale: #c02c30;
}
.bg-dark .m-featured-collection--show-countdown {
  --color-flash-sale: rgb(var(--bg-white));
}
.bg-dark .m-featured-collection--show-countdown .m-flashsale-countdown__box {
  color: rgb(var(--text-black));
}
.m-featured-collection--show-countdown .m-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-flash-sale);
}
.m-featured-collection--show-countdown .m-section__header h2 {
  color: var(--color-flash-sale);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-featured-collection--show-countdown .m-flashsale-countdown {
    height: 40px;
    padding: 0 5px;
  }
  .m-featured-collection--show-countdown .m-flashsale-countdown:before {
    display: none;
  }
  .m-featured-collection--show-countdown .m-flashsale-countdown__box {
    font-size: 18px;
    min-width: 34px;
    text-align: center;
  }
}
.m-flashsale-countdown {
  display: inline-flex;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: var(--color-flash-sale);
  height: 50px;
  padding: 0 10px;
  align-items: center;
  position: relative;
}
.m-flashsale-countdown__wrapper {
  display: flex;
}
.m-flashsale-countdown:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--color-flash-sale);
  border-left: 25px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 100%;
}
.m-flashsale-countdown__box {
  padding: 0 5px;
  position: relative;
  min-width: 50px;
  text-align: center;
}
.m-flashsale-countdown__box:after {
  content: ":";
  position: absolute;
  right: -5px;
}
.m-flashsale-countdown__box:last-child:after {
  display: none;
}
display: none;
}