/** Shopify CDN: Minification failed

Line 10:0 Unexpected "("

**/
/* Collection Template */
.image-with-text .rich-text>*+*:not(.spacing-section) {
  margin-block-start: var(--sp-1);
}
(min-width: 1024px) {
  .image-with-text .rich-text>*+*:not(.spacing-section) {
      margin-block-start: var(--sp-1);
  }
}
.collection-specs__heading {
  padding-bottom: 20px;
}

.collection-table__wrapper {
  width: 100%;
}

.collection-table__responsive {
  -webkit-overflow-scrolling: touch;
}

.collection-specs__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.collection-specs__table th,
.collection-specs__table td {
  padding: 6px 4px;
  text-align: center;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .collection-table__responsive {
    overflow-x: auto;
  }

  .collection-specs__table th,
  .collection-specs__table td {
    font-size: 12px;
  }
}