/** Shopify CDN: Minification failed

Line 94:0 Unexpected "}"
Line 120:0 Unexpected "}"

**/
@media (min-width: 1025px) {
  .summary__title h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-style: normal;
    letter-spacing: 0.1em;
  }
}

.accordion summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}

.accordion .summary__title {
  display: flex;
  flex: 1;
}

.accordion .summary__title + .icon-caret {
  height: calc(var(--font-heading-scale) * 0.6rem);
}

.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}

.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

/* .accordion__title {
    display: inline-block;
    max-width: calc(100% - 6rem);
    min-height: 1.6rem;
    margin: 0;
    word-break: break-word;
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color:#121212;
} */

.accordion .svg-wrapper {
  align-self: center;
  fill: rgb(var(--color-foreground));
  height: calc(var(--font-heading-scale) * 2rem);
  margin-right: calc(var(--font-heading-scale) * 1rem);
  width: calc(var(--font-heading-scale) * 2rem);
}

.accordion details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    overflow-x: auto;
    padding: 0 .6rem;
    font-size: 14px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    line-height: 18px;
}

.accordion__content img {
  max-width: 100%;
}
.product__accordion.accordion.quick-add-hidden p strong {
    font-size: 14px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    line-height: 18px;
    font-style: normal;
    letter-spacing: 0.1em;
     Color:#121212;
}
}
@media (min-width: 768px) and (max-width: 1068px) {
  
  /* .summary__title h2 {
    font-size: 13px !important;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
  } */

  .product__accordion.accordion.quick-add-hidden p strong {
    font-size: 13px !important;
    font-family: 'Neue Haas Grotesk Display Pro',;
  }
}

@media (max-width: 767px) {
  .product__accordion.accordion.quick-add-hidden p strong {
    font-size: 12px;
    font-family: 'Neue Haas Grotesk Display Pro';

}
  .summary__title h2 {
    font-size: 12px;
    font-family: 'Neue Haas Grotesk Display Pro';
}
 
}
}