/** Shopify CDN: Minification failed

Line 74:18 Expected ":"

**/
.devMainSlider {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  max-width: 465px;
  margin: 0 auto;  
}
.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;  
} 

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

.devTrustPilotWrapper {
  background-color: #efefef;  
  padding: 5px 15px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: max-content;
  margin-top: var(--product-info-block-spacing);
  margin-bottom: var(--product-info-block-spacing);
}

.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 {
  fill: #325bd9;
  width: 18px;SETT
  height: 18px;
}



