/** Shopify CDN: Minification failed

Line 93:8 Expected ":"

**/
.metaobject-accordion {
  cursor: pointer;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 1px solid #8080803d;
  margin-top: 5px;
  font-family: 'Red Hat Display'
}

.meta-main-heading {
  margin-top: 0;
  font-size: 20px;
}

.metaobject-accordion:after {
  content: "\003E";
  font-weight: 700;
  float: right;
  margin-left: 5px;
  transform: rotate(90deg);
  transition: transform .3s ease;
  background-color: #e0e2e3;
  color: black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  font-family: 'Red Hat Display';
}

.metaobject-active:after {
  transform: rotate(270deg);
}

.metaobject-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  line-height: 22px;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 769px) {
  .product-faqs-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 749px) {
  .meta-main-heading {
    font-size: 15px;
  }
}




@media screen and (max-width: 480px){
  .metaobject-accordion {
    font-size: 14px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .metaobject-accordion:after {
    margin-left: 0;
    margin-top: -17px;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 24px;
    width: 24px;
    transform: rotate(90deg);
    font-family: 'Red Hat Display', sans-serif;
    }
  
  .metaobject-active::after {
    transform: rotate(270deg);
  }
  
  
  .meta-main-heading{
    margin-top: unset;
  }
  .metaobject-panel{
    padding: 0;
  }
  
  .meta-main-heading{
    margin-bottom: 0;
    font-size: 15px;
  }
  
  .metaobject-panel .metafield-rich_text_field p,
  .metaobject-panel {
    font-size: 14px;
  }
  
  .metaobject-panel .metafield-rich_text_field p{
    margin-bottom: 0px;
  }
  
}