/** Shopify CDN: Minification failed

Line 148:0 Unexpected "}"

**/
.collection__title.title-wrapper {
  margin: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (max-width: 749px) {
  .badge,
  .card__badge--new,
  .card__badge--sold_out,
  .price__badge-sold-out
  {
    font-size: 1rem; /* smaller font on mobile */
    /*font-weight: normal;*/
    padding: 5px 10px 5px 5px !important;
  }
}  

.price-item--sale {
  color: #A4525D; 
  font-color: #ffffff
}

.price-item--sale.price-item--last {
  font-weight: bold;
}

.price-item--regular {
  font-weight: 600 !important;
}

.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem; /* space between elements */
}

.price__container {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.price__badge-sale,
.price__badge-sold-out {
  align-self: center;
  margin-top: 0.1rem; /* adjust as needed */
}

.product-form__submit,
.cart__checkout-button {
  background-color: #FFD814 !important;  /* Bright yellow */
  color: #0F1111 !important;             /* Near-black text */
  font-size: 2.0rem !important;          /* Bigger text */
  font-weight: bold !important;          /* Bold */
  min-height: 55px;
  text-transform: uppercase;
  width: 100% !important;               /* Full width */
  max-width: 100%;                      /* Prevent constraints */
} 

.announcement-bar__message {
  font-size: 1.8rem;
}

.form__label {
    font-size: 1.5rem;
    font-weight: 600;
}

.custom-icon-size {
  width: 64px;
  height: 64px;
}
.icon-accordion {
  display: block;
  max-width: none;
}
.icon-with-text__item svg {
  width: auto !important;
  height: 48px !important;
  max-width: 100% !important;
  display: block !important;

}

ul.icon-with-text--vertical li.icon-with-text__item {
  margin-bottom: 4px; /* adjust as needed */
  
}

.icon-with-text--vertical .h4 {
  font-weight: normal !important;
}

ul.icon-with-text--vertical .h4 {
  line-height: 1.0; /* tighter line height for the text */
  /*margin-top: 8px;   /* optional: reduce spacing between icon and text */
}

.multicolumn-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.multicolumn-card__info .button {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.predictive-search__item {
  color: #3d4246;
}

.search__input,
.search__input:focus {
  background-color: #ffffff;
  color: #3d4246;
}

.caption-with-letter-spacing {
  font-size: 1rem;
  font-weight: 600;
}

.product__title h1 {
  font-weight: 600;
}

.product__text.subtitle {
  text-transform: uppercase;
  font-size: 1.2rem;
}

}
.swatch-fill {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  display: inline-grid;
}

.swatch-list:empty {
  display: inline-grid !important;
}


.collections-showcase__button-template--22629481742644aicollectionsshowcase2rlzfzv{
  font-size: 0.8rem;
}

.product-availability {
  margin: 15px 0;
  padding: 10px;
  border-radius: 5px;
}

.availability-status {
  font-weight: normal;
   font-size: 0.9em;
  display: inline-block;
  margin-bottom: 0px;
}

.in-stock { color: #28a745; }
/* .backorder { color: #fd7e14; } */
.out-of-stock { color: #dc3545; }

.availability-date {
  margin: 5px 0 0 0;
  font-size: 0.9em;
  color: #666;
}