/** Shopify CDN: Minification failed

Line 134:1 Expected "}" to go with "{"

**/
button#madeToOrderBtn {
    margin-bottom: 16px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
  }
  
  .orderModal__header {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dotted #ccc;
      margin-bottom: .4em;
      font-size: 22px;
      font-weight: 600;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fff;
    margin: 16% auto 20px auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
    position: relative;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .orderModal__body h1{
    font-weight: 600;
    font-size: 24px;
  }
  
  .orderModal__body h2{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
  }
  
  /* Close Button */
  .close {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
  }
  
  .close:hover {
    color: #000;
  }
  

.product-card__badges {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 0;
}

span.product-card__badge {
    background-color: #efefef;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
}

span.product__badge {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 6px 10px;
    background-color: #f0f0f0;
color: #333333;
    border-radius: 4px;
}

.appify_rcc_row {
    display: none !important;
}
li.header__primary-nav-item[data-title="UPTO 60% OFF SALE"] a {
  color: #c0392b !important;
}
li.header__primary-nav-item[data-title="UPTO 60% OFF SALE"] a:hover {
  color: #a93226 !important;
}.sale-link-red {
  color: #c0392b !important;
}
.sale-link-red:hover {
  color: #a93226 !important;
}
.promo-tile {
  position: relative;
  display: block;
  background: #2b1810;
}
.promo-tile__link {
  display: block;
  width: 100%;
  aspect-ratio: 2143 / 3000;
}
.promo-tile__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-tile__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: 1;
.badge--custom {
  background-color: #f0f0f0 !important;
  color: #333333 !important;
  font-size: 9px !important;
}