/** Shopify CDN: Minification failed

Line 215:12 Expected identifier but found whitespace
Line 215:13 Unexpected "("

**/
/* Font Family */
body {
    font-family: 'SF Pro Display' !important;
}
p {
    font-family: 'SF Pro Display' !important;
}
a {
    font-family: 'SF Pro Display' !important;
}
span {
    font-family: 'SF Pro Display' !important;
}
li {
    font-family: 'SF Pro Display' !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Pro Display' !important;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0px;
}
h2 {
  font-size: 36px !important;
  line-height: 46px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
}
h3 {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0px !important;
}

 .button {
    background: linear-gradient(63.44deg, #58C9DB 16.72%, #4682B4 83.39%);
    color: #131313;
    border-radius: 5px;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
}
.button:before {
    box-shadow: none;
}
.button:hover {
    box-shadow: none;
    border: none;
    background: #2496a8;
    color: #fff;
}
.button:after {
   box-shadow: none;
}
.button:not([disabled]):hover:after {
  box-shadow: none;
}
/* End Font Family */

/* Product Page */
.product p.custom-text-sec-vendor {
    font-size: 18px;
    line-height: 28px;
    color: #2E343A;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 20px;
}
.product span.jdgm-prev-badge__text {
    display: none;
}
.product .product-media-container {
        max-width: 100%;
        border-radius: 16px;
    }
.product .product__media {
    border-radius: 16px;
}
.product-sec-three .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding-top: 1rem !important;
}
.product span.jdgm-prev-badge__stars {
    float: left;
    margin-right: 10px;
}
.product p.product__text {
    font-size: 16px;
    line-height: 26px;
    color: #708090;
    font-weight: 400;
    padding-bottom: 20px;
}
.product p.product__text a {
    color: #58C9DB;
    font-weight: 600;
}
.product .product__description {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.product .product__description {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product .price__regular .price-item--regular {
      color: #4682B4;
}
.product shopify-payment-terms {
    display: none;
}
.product__info-container .product-form {
  margin: 0px !important;
}
.product quantity-input.quantity {
    float: left;
    position: relative;
}
.product .product-form__buttons {
    max-width: 70%;
    float: left;
    width: 70%;
    margin-left: 15px;
    margin-top: -10px;     
    margin-bottom: 12px;
}

.product .product-form__quantity .form__label {
    margin-bottom: .6rem;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #2E343A;
}
.product .product-form__quantity .quantity:after {
    border: 1px solid #797979;
    border-radius: 5px;
}
.product .product-form__quantity .quantity__button {
    width: calc(3rem / var(--font-body-scale));
}
.product .product-form__quantity .quantity {
    width: calc(10rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.product-section-two .icon-text-wrap {
    display: flex;
    gap: 10px;
   margin-top: 5px;
}
.product-section-two .icon-text-wrap .txt-sec {
    color: #2E343A;
    font-size: 16px;
    line-height: 26px;
    font-family: 'SF Pro Display';
}
.product-section-two .rich-txt-heading_YBCjpB {
    color: #2E343A;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0px;
}
.product-section-two .rich-txt-heading_F939Py {
    color: #2E343A;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0px;
}
.product-sec-three  .title-wrapper-with-link {
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
    }
.product-sec-three .media {
    width: 44px;
    padding-bottom: 50% !important;
}
.product-sec-six .media {
    width: 44px;
    padding-bottom: 40% !important;
}
 .product-sec-six .card__media {
    border-radius: 12px !important;
}
.product-sec-four .image-with-text__media img {
    border-radius: 12px !important;
    border: none;
}
.product-sec-four .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        min-width: 500px;
    }
  .product-sec-four  .image-with-text__content {
        padding: 3rem 1rem 0rem;
    }
.product-sec-four .image-with-text__media {
    border-radius: 12px !important;
}
.related-products .related-products__heading {
    text-align: center;
    padding-bottom: 10px;
}

.collapsible-content summary:hover .accordion__title
Specificity: (0,3,1)
 {
    text-decoration: none;
    text-underline-offset: .3rem;
}
.product .price-per-item__container {
  float: left;
}
.product-sec-six h2.title.inline-richtext {
    text-align: center;
}
.product-sec-six .collection__view-all {
    margin-top: 40px;
}

.product-sec-six .button {
    background: transparent;
    color: #131313;
    border-radius: 5px;
    border: 1px solid #58C9DB;
}
.product-sec-six .button:hover {
    background: #2496a8;
    color: #fff;
}
.product-sec-six .collection__view-all .button {
    background: linear-gradient(63.44deg, #58C9DB 16.72%, #4682B4 83.39%);
    color: #131313;
    border-radius: 5px;
}
.product-sec-six .collection__view-all .button:hover {
     background: #2496a8;
    color: #fff !important;
}
.product-sec-six .prod-sub-title p {
    margin-top: 0px;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none;
    text-underline-offset: inherit;
}
.product-sec-six .card__heading {
    font-size: 24px;
    line-height: 34px;
}
.product-sec-six .card--standard .card__inner {
      border-radius: 12px;
}
.product-sec-six .price__regular {
    color: #4682B4;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
}
section#shopify-section-template--16928438616115__174793910518cc8b13 {
    background-color: #EAF8FB;
    padding-top: 30px;
    padding-bottom: 30px;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
    border: none !important;
    background: linear-gradient(63.44deg, #58C9DB 16.72%, #4682B4 83.39%);
    color: #131313 !important;
    border-radius: 5px;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover {
  color: #fff !important;
}
.product-faq-sec .accordion {
    border-top: none;
}
.product-faq-sec .accordion:hover .accordion__title {
    border: none;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important; 
    text-underline-offset: .3rem;
}
.product-faq-sec .accordion__title {
    padding-left: 10px;
}

/* Responsive */

@media screen and (max-width: 1150px) {
  .product .product-form__buttons {
    max-width: 70%;
    width: 65%;
}
  
}

@media screen and (max-width: 1024px) {
  .product .product-form__buttons {
    max-width: 60%;
    width: 55%;
}
}

@media screen and (max-width: 900px) {
   .product .product-form__buttons {
    max-width: 60%;
    width: 50%;
}
}

@media screen and (max-width: 820px) {
 .product .quantity {
    width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
 .product-sec-six .quick-add__submit {
    min-width: fit-content;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.product-sec-six .quick-add.no-js-hidden {
   
    margin-bottom: 20px;
}
  
}

@media screen and (max-width: 767px) {
  h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
  h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
  h3 {
    font-size: 18px !important;
    line-height: 28px !important;
}
 .jdgm-write-rev-link {
    background: linear-gradient(63.44deg, #58C9DB 16.72%, #4682B4 83.39%) !important;
    color: #131313 !important;
    border-radius: 5px !important;
   border-color: #58C9DB !important;
}
  .product-sec-four .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.product .product-form__quantity .form__label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #2E343A;
}
.product span.jdgm-prev-badge__stars {
    float: none;
    margin-right: 0px;
}
.product {
    padding-left: 15px;
    padding-right: 15px;
}
.product-section-two .rich-text {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.product-sec-three .media {
    width: 100%;
    padding-bottom: 50% !important;
}
.shopify-app-block .jdgm-widget.jdgm-widget {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.product .shopify-app-block .jdgm-widget.jdgm-widget {
    padding-left: 0px;
    padding-right: 0px;
}
.product-sec-six .card__heading {
    text-align: left;
}
.prod-sub-title {
    text-align: left;
}
.prod-faq-btn .rich-text__wrapper {
    width: 100%;
}
.product-sec-four .image-with-text__grid {
    flex-direction: column-reverse;
}
.product-sec-four {
    padding-top: 20px;
}
.product-sec-four .image-with-text__content {
    padding: 2rem 0rem 0rem;
    padding-bottom: 20px;
}
  
}