/** Shopify CDN: Minification failed

Line 141:10 Unexpected "{"
Line 141:19 Expected ":"

**/
.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;
}

.section-{{ section.id }}-padding .slider-buttons 
{
  display: flex !important;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 990px) 
{
  .slider.slider--desktop + .slider-buttons 
  {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 100%;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    pointer-events: none;
  }

  .slider-button 
  {
    pointer-events: auto;
    background: white !important;
    color: black !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
  }
}