/** Shopify CDN: Minification failed

Line 93:18 Expected ":"

**/
.devMainSlider {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  max-width: 465px;
  margin: 0 auto;
  width: 100%;
  align-items: flex-start;
}
.devMainSlider .inlineItem {
  display: flex !important;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 8px;
  background: #FAF7F7;
  height: auto;
  padding-bottom: 5px;
  align-items: center;
  width: 25%;
  column-gap: 0px;
  row-gap: 5px;
  padding-top: 8px; 
  height: 100%;
} 

.devMainSlider .inlineItem img {
  margin: 0 auto;
  max-width: 100%;
  width: 56px;
}

.devMainSlider .inlineItem .content {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.devMainSlider .inlineItem .content p {
  margin: 0 5px;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  color: #000;
}
  .trust_pilot_img {
    background-color: #efefef;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: max-content;
    margin: 1rem 0;
 }
  .trust_pilot_img img {
    height: 16px;
 }
  .trust_pilot_img span {
    font-size: 10px;
    font-weight: 600;
    margin: auto;
    width: max-content;
    color: #000;
 }
.devTrustPilotWrapper {
  background-color: #efefef;  
  padding: 5px 15px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: max-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.devTrustPilotWrapper span {
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto;
  width: max-content;
  font-family: sans-serif;
  letter-spacing: -0.26px;
  line-height: 1;
}

.devTrustPilotWrapper .trustpilorImage {
  display: flex;
}
.devTrustPilotWrapper .trustpilorImage svg {
  width: 18px;SETT
  height: 18px;
}
.jdgm-all-reviews-text>a {
    flex-direction: column!important;
}
.jdgm-all-reviews-rating, .jdgm-all-reviews-text__text {
    padding: 0!important;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating__score {
    font-size: 24px;
    font-weight: bold;
    margin-right: 16px;
}
.jdgm-all-reviews-text__text {
    border: none!important;
}
.footer__item.footer__item--review.is-first {
    max-width: 100%;
}
.product-meta__price-list-container {
    margin-bottom: 20px;
}
div#crisp-chatbox{
  transition: opacity 3s;
}
.lock-all div#crisp-chatbox {
    opacity: 0;
    transition: none;
}
.footer__item .jdgm-widget a {
    pointer-events: unset;
}
@media (max-width: 1299px) {
    .trust_pilot_img img {
        height: 12px;
    }
}
@media (max-width: 999px) {
  .trust_pilot_img {
    margin: 3rem 0 1rem;
  }
}
@media (max-width: 740px) {
  .footer__item-list {
    display: block;
  }
  .footer__item {
    max-width: 100%;
    margin-bottom: 50px;
  }
}