/** Shopify CDN: Minification failed

Line 155:0 Unexpected "}"
Line 196:2 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: #ff6f00; 
}

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

.price-item--regular {
  font-weight: 500 !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: #ff6f00 !important;  /* Bright yellow */
  color: #ffffff !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 */
} 

@media screen and (min-width: 750px) {
  .announcement-bar__message {
    font-family: 'Helvetica';
    font-size: 1.4rem;
    font-weight: 500 !important;
  }
}

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    font-family: 'Helvetica';
    font-size: 1.2rem;
    font-weight: 400 !important;
  }
}

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

.product__title h1 {
  font-weight: 600;
}

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

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

.article-template__content.page-width--narrow,
.article-template__social-sharing.page-width--narrow {
  max-width: 960px;
}

.article-template__content table td,
.article-template__content table th {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
/* Lighter brand/vendor label 
.product__text.subtitle {
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0.2px;
  color: #888888;
  font-weight: 400;
}*/

.product__text.subtitle {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2px;
}*/

/* Reduce title weight and spacing */
.product__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

/* Lighter form labels */
legend.form__label {
  font-size: 13px;
  font-weight: 400;
}

/* Accordion section headers - remove caps feel */
.accordion__title,
details summary {
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.jdgm-widget * {
    font-size: 1.1rem;
    line-height: 1;
}