/** Shopify CDN: Minification failed

Line 98:0 Unexpected "}"

**/
/* Use this file to add custom css to the theme. */
/* Target Sale link only on Spark theme */
.sale-link span {
  color: #ffcb00 !important;
}
a.drawer-menu__link[href="/collections/sale"] span {
  color: #ffcb00 !important;
}
@media (min-width: 60em) {
  .collection {
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding-bottom: -20px !important;
  }
}
@media (min-width: 45em) {
  .collection__content {
    margin-top: 0px !important;
  }
}
.collection .filter-bar__inner.show {
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 45em) {
  .header {
    padding: 10px !important;
  }
}
.announcement-bar {
  position: relative !important;
  z-index: 1;
}
.announcement-bar {
  height: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 25px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  background-color: #f7f7f7 !important;
  position: relative;
  z-index: 10;
}

.announcement-bar__content-wrapper {
  flex: 1;
}

.announcement-bar__item {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.announcement-bar__content-wrapper,
.announcement-bar__content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.filter-bar {
  margin-bottom: 20px !important;
}
.footer__credits p:nth-child(2) {
  display: none !important;
}

.footer__credits::after {
  content: "Powered by Retail Chronicle";
  display: block;
  font-size: 12px;
  color: inherit;
  margin-top: 5px;
}

/* This is the Product new in badge start here */
/* .product-card__image-container {
  position: relative;
}

.product-badge {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  background-color: #efe2cc00;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 5px;
  border-radius: 3px;
  text-transform: uppercase; /* This makes the text uppercase */
} */


/* This is the product new in badge start here */
.product-item__media {
  position: relative;
}

.product-badge {
  position: absolute;
  z-index: 5;
  background-color: #efe2cc00;
  color: black;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 3px;
  text-transform: uppercase;
}

.product-badge--left {
  top: 5px;
  left: 10px;
}

.product-badge--right {
  top: 5px;
  right: 10px;
}
