/** Shopify CDN: Minification failed

Line 350:45 The "-" operator only works if there is whitespace on both sides
Line 375:45 The "-" operator only works if there is whitespace on both sides

**/
/* ----------------------------- JUSTIN WALTER CODE ----------------------------- */

:root{
  --main-content-radius: 8px
}

.product-item__vendor.link {
  text-wrap: nowrap !important;
  overflow-x: hidden !important;
}

.store-pic {
  width: 144px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  padding: 8px;
  background: var(--background);
}

.store-pic--rounded {
  border-radius: 50%;
  box-shadow: 0 4px 8px #00000012, 0 6px 20px #0000000d;
}


.popover--large {
  min-width: 320px;
  max-height: 800px;
}

.popover--large::-webkit-scrollbar {
  display: none;
}

.product-item--vertical .product-item__action-button {
  flex: 1 0 auto;
  margin: 0 !important;
}

@media screen and (max-width: 641px) {
  .inventory {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .product-item {
    padding: 10px;
  }
}

.disabled {
  color: lightgray;
  cursor: not-allowed !important;
}

.color-swatch__item .disabled::before {
  content: 'X';
  color: rgb(255, 128, 128);
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
}

input[type=submit]:not(.button) {}

/*add the :not to this css*/



.form--wide {
  max-width: 500px;
  margin: 60px auto;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .form--wide {
    margin-top: 110px;
    margin-bottom: 150px;
  }
}

.flexbox {
  display: flex;
  justify-content: space-between;
}

.flexbox div,
.flexbox span {
  flex: 1 0 auto;
}

.flexbox--verticle {
  flex-direction: column;
}

.flexbox--top {
  align-items: flex-start;
}

.product-item--vertical .product-item__action-list {
  margin: 0 !important;
}

.product-item {
  padding: 14px !important;
}


#preview-bar-iframe {
  display: none !important;
}


/*Flexbox*/
.flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.flexBox>div {
  flex: 1;
  /* Distribute available space evenly among child elements */
  box-sizing: border-box;

}

.flexBox--column {
  flex-direction: column;
}

.flexBox--no-gap {
  gap: 0px;
}

.collection__mobile-filters-recap{
  background-color: var(--secondary-background) !important;
}

.product-item__title{
  min-height: 50px;
}

.rating{
  margin-bottom: 15px;
}

.locale-selectors__container{
  display: none !important;
}

.product-form__inventory_custom.inventory_custom:before {
  margin-right: 14px;
}
.inventory_custom {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  padding-left: 1.4em;
  line-height: 1.2;
  display: block;
  position: relative;
}

.inventory_custom:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: .45em;
  left: 0;
}

.inventory_custom--high {
  color: var(--product-in-stock-color);
}

.inventory_custom--low {
  color: var(--product-low-stock-color);
}

.card,
.product-recommendations,
.recently-viewed-products-placeholder,
.product-list--vertical {
  box-shadow: 0 4px var(--main-content-radius) #00000012, 0 6px 20px #0000000d;
  border-radius: var(--main-content-radius);
}

.card .scroller {
   box-shadow: none;
}

@media screen and (max-width: 1000px) {
  .collection__toolbar{
    margin-top: 0px;
  }
  .card,
  .scroller {
    box-shadow: none !important;
 }
}

.collection__description {
  margin-bottom: 22px;
}

.collection__products-count,
.collection__mobile-active-filters-results,
.collection__showing-count{
  display: none;
}

.button{
  border-radius: var(--main-content-radius);
}

.product-meta__vendor+.product-meta__line:before,
.product-meta__line+.product-meta__sku:before,
.product-meta__line+.product-meta__line:before {
  content: "";
  background: var(--border-color);
  vertical-align: middle;
  width: 1px;
  height: 13px;
  margin: 0 14px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.product-meta__line{
  text-transform: uppercase;
}

#product-specs-tbody tr td:first-child {
  font-weight: bold;
  color: var(--accent-color);
}

#product-specs-tbody tr:nth-child(even) {
  background-color: #f2f2f2; 
}

@media screen and (max-width: 640px)
{
  .card .table {
      margin-left: 0px !important;
  }
  .card{
    border-radius: 0;
  }
}

.similar-products{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Adjust as needed */
}

.similar-products--item {
  flex: 1 1 calc(33.33% - 10px); /* Adjust the width and margin as needed */
  margin: 5px;
}

.similar-products--item-swatch{
  max-width: 50px;
}

.expandable-content__toggle{
  border-bottom-left-radius: var(--main-content-radius);
  border-bottom-right-radius: var(--main-content-radius);
}

.expandable-content__toggle-blue{
  background-color: var(--accent-color);
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.expandable-content__toggle-blue::before {
  background: linear-gradient(rgba(var(--accent-color-rgb), 0), rgba(var(--accent-color-rgb), .4) 15%, var(--accent-color));
}

.button--error{
  border: 1px solid red;
  color: red;
}

/*cart*/
.cart-line-items--heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

@media screen and (max-width: 640px) {
  .cart-line-items--heading{
    padding: 10px 5px;
  }
}

@media screen and (max-width: 1000px) {
  .cart-line-items--heading{
    padding: 10px 10px;
  }
}

@media screen and (max-width: 640px){
  .card .table th:first-child, .card .table td:first-child {
      padding-left: 10px;
  }
}

.cart--checkout-message {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-size: small;
  user-select: none;
  cursor: pointer;
  margin-top: 15px;
}
/*cart*/

/*cart warnings*/
.cart-item--custom-order,
.cart-item--pre-order{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
  text-wrap: nowrap;
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
  display: flex;
  gap: 10px;
  max-height: 26px;
  justify-content: flex-start;
  align-items: flex-start;
  transform: scale(0.8);
  transform-origin: left top;
}

.cart-item--custom-order svg,
.cart-item--pre-order svg {
  vertical-align: middle;
  max-height: 24px;
  max-width: 24px;
}

.cart-heading--pre-order,
.cart-heading--restock-soon,
.cart-heading--custom-order{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
  text-wrap: nowrap;
  color: var(--product-on-sale-accent);
  padding: 0 11px;
  max-height: 26px;
  max-width: fit-content;
  transform: scale(0.8);
  transform-origin: right middle;
}

.cart-heading--pre-order svg,
.cart-heading--restock-soon svg,
.cart-heading--custom-order svg {
  vertical-align: sub;
  max-height: 24px;
  max-width: 24px;
}
/*cart warnings*/



/*header login*/
.header-login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-login-inner {
  background-color: var(--accent-color);
  color: var(--secondary-background);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 500px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  box-shadow: 0 4px 8px #00000012, 0 6px 20px #0000000d;
}

@media screen and (max-width: 500px) {
  .header-login-inner {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.header-not-approved {
  background-color: var(--error-background);
  color: var(--error-color);
  padding: 0px 5px;
  text-align: center;
}

/*header login*/


.card--error{
  color: var(--error-color);
  background-color: var(--error-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;

}


.card--error--collection{
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: transparent;
  font-size: smaller;
}

@media screen and(max-width: 640px) {
  .card--error{
    padding: 5px;
  }
}


/*sticky*/

.sticky--top{
  position: sticky;
  top: 0;
}

/*sticky*/


.select-wrapper {
  min-height: 48px;
}

.rating{
  margin-bottom: 0px;
  justify-content: center;
}


/*customer register*/
.delete-animation {
  opacity: 0;
  /* Gradually decrease opacity */
  transform: scale(0);
  /* Gradually scale down to zero size */
  transition: opacity 0.5s, transform 0.5s;
  /* Use transitions for smooth animation */
}

.form-message-container {
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.form-error-container {
  background-color: rgb(252, 207, 207);
}

.form-error {
  color: red;
}

.form-success-container {
  background-color: rgb(210, 255, 210);
}

.form-success {
  color: green;
}

.half-width {
  width: 50%;
  display: inline-flex !important;
}

.half-width:last-child{
  padding-left: 5px;
}

.half-width:first-child{
  padding-right: 5px;
}

.multi-choice-selector--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.multi-choice-selector{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}



/*customer register*/
/* ----------------------------- JUSTIN WALTER CODE ----------------------------- */


/*customer update sections */
.sections-container {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 800px) {
  .sections-container {
    grid-template-columns: 1fr 1fr;
  }
}

.section-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.section-item:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.section-item-heading {
  color: var(--accent-color);
}

.section-item-approved {
  color: var(--success-color);
}
.section-item-denied{
  color: var(--error-color);
}

.section-item-pending {
  color: rgb(165, 149, 3);
}
/*customer update sections */












/* stores */
.stores {
  margin-top: 45px;
  margin-bottom: 62px;
  text-align: center;
}

.stores__block-list {
  margin-bottom: 45px;
}

.stores__block-item {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .stores {
    margin-top: 62px;
    margin-bottom: 80px;
  }

  .stores__block-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -15px 47px -15px;
  }

  .stores__block-item {
    margin: 15px;
    flex: none;
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1000px) {
  .stores__block-item {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .stores__block-item {
    width: calc(25% - 30px);
  }
}

.store {
  padding: 30px 20px 20px 20px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--secondary-background);
}

.store-pic {
  width: 144px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  padding: 8px;
  background: var(--background);
}

.store-pic--rounded {
  border-radius: 50%;
  box-shadow: 0 4px 8px #00000012, 0 6px 20px #0000000d;
}

.store-title,
.store-subheading {
  margin-bottom: 0;
  line-height: 1.4;
}

.store-title {
  margin-bottom: 6px;
}

.store-link {
  display: inline-block;
  margin-top: 6px;
}

.store-address {
  padding:5px;
  line-height:8px;
}

.store-hours {
  padding:5px;
  margin-top:15px;
}

.store-icon {
  padding: 15px;
}

.store-icons {
  margin: 10px;
}
/* stores */



/* comapct table */

.table--compact {
  width: 100%;
  overflow: scroll;
  margin-bottom: 15px;
}

.table--compact tbody tr{
  border-bottom: none !important;
  border-top: none !important;
}

/* comapct table */


.layout__section--secondary {
  width: 340px !important;
}

@media screen and (max-width: 640px) {
  .layout__section--secondary {
    width: 100% !important;
  }
}

.value-picker__inner {
  height: 67% !important;
}

.value-picker__choice-list {
  max-height: calc(505px + env(safe-area-inset-bottom,0px)) !important;
}

.value-picker{
  z-index: 100001;
}

.table td {
  text-wrap: nowrap !important;
}



.bundle-items-container {
  margin: 30px 0px;
  padding: 20px 0px;
  border-top: 1px solid var(--border-color);
}

.bundle-items-header {
  text-align: center;
}

.bundled-products-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bundle-product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 10px;
  height: 100%;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.bundle-product-item:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.bundle-product-item-footer {
  bottom: 0;
  position: absolute;
}

.bundle-savings {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}

.bundle-regular,
.bundle-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bundle-price-heading {
  color: red;
  font-size: larger;
}

.bundle-price-heading-regular {
  color: grey !important;
}

.bundle-price-regular {
  text-decoration: line-through;
  color: grey !important;
}

.bundle-price {
  color: red;
}

.referrals_container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.referral_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  max-width: 400px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
}

.referral_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.referral_button {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.no_margin {
  margin: 0px;
}

#admin-bar-iframe {
  display: none !important;
}



.mainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1000px){

  .mainGrid {
    display: block;
  }
}



.b2b-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}


.b2b-price-heading{

}

.salon-price-heading{
  font-size: 80%;
}

.salon-pricing {
  font-size: 80% !important;
  color: var(--success-color);
}


.price.crossed {
  text-decoration: line-through;
}

.product-item__info-inner,
.product-item__price-list{
  display: flex;
  flex-direction: column;
}

.sale-badge{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
    font-size: smaller;
}

.sale-ends-date{
  color: red;
}


#addToCart {
  margin-bottom: 20px;
}


.product-form__payment-container{
  flex-direction: column !important;
}

.free_gift_container{
  color: var(--success-color);
    background-color: #caffca;
    padding: 0px 10px;
}


.componentQty{
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--footer-background-color);
  border-radius: 28px;
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--footer-body-text-color);
  margin: 4px;
}

button[name="checkout"]{
  background-color: green;
}

.line-item__title{
  text-wrap: wrap;
}

.block-swatch-list.custom {
  overflow: auto;
  max-width: 500px;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #888 #f1f1f1; /* Handle and track colors for Firefox */
}

@media screen and (max-width: 1500px) {
  .block-swatch-list.custom {
    max-width: 30vw;
  }
}

@media screen and (max-width: 1300px) {
  .block-swatch-list.custom {
    max-width: 22vw;
  }
}

@media screen and (max-width: 1200px) {
  .block-swatch-list.custom {
    max-width: 16vw;
  }
}

@media screen and (max-width: 1000px) {
  .block-swatch-list.custom {
    max-width: 30vw;
  }
}

@media screen and (max-width: 725px) {
  .block-swatch-list.custom {
    max-width: 22vw;
  }
}

@media screen and (max-width: 640px) {
  .block-swatch-list.custom {
    max-width: calc(100vw - 44px - 80px);
  }
}

/* For WebKit browsers (Chrome, Safari, etc.) */
.block-swatch-list.custom::-webkit-scrollbar {
  width: 8px; /* Width of the scroll bar */
  height: 8px; /* Height of the scroll bar (for horizontal scrolling) */
}

.block-swatch-list.custom::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px; /* Rounded edges for the track */
}

.block-swatch-list.custom::-webkit-scrollbar-thumb {
  background-color: #888; /* Scroll bar handle color */
  border-radius: 10px; /* Rounded handle */
  border: 2px solid #f1f1f1; /* Adds padding around the thumb for better aesthetics */
}

.block-swatch-list.custom::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker color on hover */
}

.block-swatch__item.custom{
  padding: 3px 6px;
}

.block-swatch__item.custom.selected{
  box-shadow: 0 0 0 1px var(--accent-color);
  border-color: var(--accent-color);
  background: rgba(var(--accent-color-rgb), .06);
  color: var(--accent-color);
}

.block-swatch__item.custom.disabled{
  text-decoration: line-through;
}

.special-promo-text{
  color:red;
  margin: 10px 0px;
}

.table-wrapper.noOverflow{
  overflow: hidden;
}

.no-free-shipping{
  color: red;
}