/** Shopify CDN: Minification failed

Line 29:0 Expected "}" to go with "{"

**/
.collection-description-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px; /* Default top padding */
  padding-bottom: 40px; /* Default bottom padding */
  padding-left: 20px; /* Default left padding */
  padding-right: 20px; /* Default right padding */
  box-sizing: border-box; /* Ensure padding is included in element's total width and height */
}

.collection-description {
  text-align: center;
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .collection-description-section {
    padding-top: 60px; /* Adjust as needed */
    padding-bottom: 60px; /* Adjust as needed */
    padding-left: 300px; /* Adjust as needed */
    padding-right: 300px; /* Adjust as needed */
  }
