/** Shopify CDN: Minification failed

Line 7:18 Unexpected "{"
Line 7:27 Expected ":"

**/
#shopify-section-{{ section.id }} .collapsible-content summary:hover {
 background: none;
}
.collapsible-content summary:hover .accordion__title {
  text-decoration: none;
  text-underline-offset: 0.3rem;
}
.custom-collapsible-content-wrapper-narrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
  max-width: none;
}
.custom-width-collapsible-content__heading {
  width: 50rem;
}
.custom-collapsible-div {
  margin-top: 5.7rem;
  border-radius: 17.84px;
  max-width: 445px;
  padding: 2.9rem;
  h4 {
    font-size: 2.4rem;
    margin: 0;
  }
  p {
    margin-block: 2.1rem;
  }
}
.cus-icon-setting {
  background: #efefef;
  height: 23px;
  width: 22px;
  position: absolute;
  right: 0;
  top: calc(50% - 1.2rem);
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

summary .icon-caret {
  height: 0.6rem;
  position: unset !important;
}
.accordion summary {
  padding: 2rem 0;
  cursor: pointer;
}

.accordion__content {
  overflow: hidden;
  /* opacity: 0;
  height: 0; */
}

.custom-collapsible-div-desktop {
  display: block;
}
.custom-collapsible-div-mobile {
  display: none;
}
@media screen and (max-width: 950px) {
  .custom-collapsible-content-wrapper-narrow {
    grid-template-columns: auto;
  }
  .custom-width-collapsible-content__heading {
    width: auto;
    text-align: center;
    margin-bottom: 0px;
  }
  .custom-collapsible-div {
    max-width: 100%;
  }
  .custom-collapsible-div-desktop {
    display: none;
  }
  .custom-collapsible-div-mobile {
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  .accordion summary {
    padding: 1.5rem 0;
  }
}
