/** Shopify CDN: Minification failed

Line 81:10 Unexpected "{"
Line 81:19 Expected ":"
Line 82:14 Expected identifier but found whitespace
Line 82:16 Unexpected "{"
Line 82:25 Expected ":"
Line 82:51 Expected ":"
Line 83:17 Expected identifier but found whitespace
Line 83:19 Unexpected "{"
Line 83:28 Expected ":"
Line 83:57 Expected ":"

**/
.collection-seo {
  text-align: center;
}

.collection-seo__content {
  max-width: 100%;
}

.collection-seo__title {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

.collection-seo__description-wrapper {
  position: relative;
}

.collection-seo__description {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.collection-seo__description.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection-seo__description:not(.collapsed) {
  max-height: none;
  -webkit-line-clamp: unset;
}

.collection-seo__toggle {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.collection-seo__toggle:hover {
  opacity: 0.7;
}

.collection-seo__toggle[aria-expanded="false"] .toggle-collapse {
  display: none;
}

.collection-seo__toggle[aria-expanded="true"] .toggle-expand {
  display: none;
}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.collection-seo__description-wrapper h1 {
  margin-bottom: 0;
  font-size: 30px;
}

.collection-seo__description-wrapper p {
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .collection-seo__title {
    font-size: 2.5rem;
  }
}
