/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
:root * {
  text-wrap: balance;
}

/*breadcum*/
.section-breadcrumb .isolate {
  border-bottom: none;
}
/*product page*/
/*key information*/
.product-key-info div.product-key-info__heading {
  margin-block: 1rem !important;
}
/*out of stock*/
div:has(>[id^="back-in-stock-enquiry-template"]) {
background-color: #f6f6f6;
border-radius: 8px;
padding: 24px !important;
}
/*sections information*/
pickup-availability, 
section[id^="ProductInfo-template"] .product__info-panel, .product__description {
  background: #f6f6f6;
  padding: 24px !important;
  border-radius: 16px;
  border: none !important;
}

/*button*/
/*disable*/
.product-form__submit:disabled {
background-color: #d1d1d1;
color: #121212;

&:hover {
background-color: #d1d1d1;
}
}


[id^="back-in-stock-enquiry-template"] {
background: none;
color: #121212;
padding: 0 !important;

& h4 {
color: #121212;
}
}

/*Product card*/
.product-card .card__media {
  border-radius: 4px !important;
  overflow: hidden;
}
.product-card {
  padding: 8px;
  background-color: #f6f6f6;
}

}
.product-card button:hover {
  background-color: #0f3a6b !important;
}
.product-card button::after,
.product-card button:hover::after {
  box-shadow: none !important;
}
.product-card ul.list-unstyled li {
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 4px;
  border: none;
}
.button--primary {
  background-color: #0967c6;
}
.button:after,
.button:hover:after {
  box-shadow: none !important;
}
.button--primary:hover {
  background-color: #0f3a6b;
}
.button--secondary {
  opacity: 1 !important;
  background-color: #e1edfd;
  color: #0967c6;
}
.button--secondary:hover {
  background-color: #0f3a6b;
  color: #ffffff;
}
.product-card ul.list-unstyled li:hover {
  background-color: #0967c6;
  color: #ffffff;
}
.product-card .quick-add {
  margin: 0;
}
div[id*="spacer_3yLi6U"] {
  display: none !important;
}
hr {
  background-color: #f6f6f6;
}
.thumbnail-list__item:has(.thumbnail[aria-current]):after {
  border-color: #0967c6;
} /*product single*/ /*quantity*/
.quantity__button {
  background-color: #f6f6f6;
  color: #6d6d6d;
}
.quantity__button:hover {
  background-color: #0967c6 !important;
  color: #ffffff;
} /*sticky cta*/
.sticky-cta {
  z-index: 10 !important;
  border: 1px solid #b0b0b0;
  border-radius: 16px;
  padding: 16px;
}
.sticky-cta:hover {
  border-color: #0967c6;
  box-shadow: 0 0 10px #f1f7fe;
}
/*Reviews*/
.jdgm-write-review-modal__content {
  border-radius: 16px !important;
  
  & textarea, input {
    border-radius: 8px !important;
  }
  
   & textarea:focus, input:focus {
    border-color: #0967c6 !important;
  }
  
  & button[aria-label*="Next"] {
    background-color: #0967c6 !important;
    border-radius: 8px;
  }
  
  & button[aria-label*="Next"]:hover {
    background-color: #0b4581 !important;
    opacity: 1 !important;
  }
  
  & .jdgm-write-review-modal__checkbox-input:checked + span {
  border-color: #0967c6 !important;
  background-color: #0967c6 !important;
  }
}
.jdgm-write-review-modal__stars .jdgm-star, .jdgm-preview-badge .jdgm-star {
  color: #0967c6 !important;
  font-weight: normal;
}
.jm-sort-filter__select:hover {
background-color: transparent !important;
}

/*image with text
@media screen and (min-width: 750px) {
  .image-with-text__container {
    gap: 14rem;
  }
}

div.image-with-text__content {padding-inline: 0 !important}*/

