/** Shopify CDN: Minification failed

Line 95:4 Expected "}" to go with "{"

**/
/* Announcement Bar */
.announcement-bar {
  background: #000000;
  text-align: center;
  padding: 2px 0px;
  font-size: 15px;
  color: white;
  /* position: relative; */
  overflow: hidden;
  /* height: 20px;  */
  /* Fixed height to avoid shifting */
}

/* @media (max-width: 768px) {
  .announcement-bar {
    font-size: 12px;
    padding: 2px 0px 5px 0px;
  }
} */

@media (max-width: 480px) {
  .announcement-bar {
    font-size: 1rem;
    padding: 0px 0px 0px 0px;
  }
}

.announcement-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20px;
  position: relative;
}

.announcement-item {
  position: absolute;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

p.announcement-item {
    margin: 0px;
}


/* mobile fixed element of add to cart and checkout button */
@media (max-width: 768px) {
/* add to cart fixed in mobile  */
    button.product-form__submit.button.button--full-width.button--primary {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin: auto;
        color: white;
    }
/* checkout button fixed in mobile */
     button.cart__checkout-button.button.button--secondary {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin: auto;
        color: #fff;
}

  /* new button */
.header__inline-menu .list-menu--inline>.header__menu-root:last-child .header__menu-item {
    color: white !important;
    background-color: #d82327;
    padding: 1px 12px 1px 12px;
    border-radius: 2px;
    color: white !important;
}

#shopify-section-theme-header1 .header__inline-menu .header__menu-root .header__menu-item {
    color: black;
}

/* discount price label  */
/* .product-label {
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #df1e31;
  font-size: 18px;
  margin-left: 12px;
} */