/** Shopify CDN: Minification failed

Line 52:0 Unexpected "<"
Line 64:0 Unexpected "<"

**/
/* PRODUCT DESCRIPTION FIX */

/* At a glance normal weight */
.product-at-a-glance,
.product-at-a-glance p,
.product-at-a-glance li {
  font-weight: 400 !important;
}

.product-description-drawers {
  border-top: 1px solid rgba(0,0,0,0.12);
  margin-top: 32px;
}

.product-drawer {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 20px 0;
}

.product-drawer summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.product-drawer summary::-webkit-details-marker {
  display: none;
}

.product-drawer summary::after {
  content: "+";
  position: absolute;
  right: 0;
}

.product-drawer[open] summary::after {
  content: "−";
}

.product-drawer .drawer-content {
  font-weight: 400;
  margin-top: 16px;
}
<style>
/* At a glance normal weight */
.product-at-a-glance,
.product-at-a-glance p,
.product-at-a-glance li {
  font-weight: 400;
}

/* Space between drawers and USP badges */
.product-badges {
  margin-top: 48px;
}
</style>