.woocommerce .ds-catalog-seo {
	margin-top: 5rem;
}

.woocommerce .ds-catalog-seo__content {
	position: relative;
	color: rgb(var(--ds-text-muted) / 0.92);
	font-size: 1rem;
	line-height: 1.65;
}

.woocommerce .ds-catalog-seo__content > * + * {
	margin-top: 0.95rem;
}

.woocommerce .ds-catalog-seo__content p {
	max-width: none;
	margin: 0;
}

.woocommerce .ds-catalog-seo__content h2,
.woocommerce .ds-catalog-seo__content h3,
.woocommerce .ds-catalog-seo__content h4 {
	margin: 1.35rem 0 0.65rem;
	color: rgb(var(--ds-text) / 1);
	font-family: "Exo 2", sans-serif;
	letter-spacing: -0.01em;
	line-height: 1.22;
}

.woocommerce .ds-catalog-seo__content h2 {
	font-size: 1.55rem;
	font-weight: 800;
}

.woocommerce .ds-catalog-seo__content h3 {
	font-size: 1.3rem;
	font-weight: 780;
}

.woocommerce .ds-catalog-seo__content h4 {
	font-size: 1.1rem;
	font-weight: 760;
}

.woocommerce .ds-catalog-seo__content ul,
.woocommerce .ds-catalog-seo__content ol {
	margin: 0.4rem 0 0;
	padding-left: 1.25rem;
}

.woocommerce .ds-catalog-seo__content ul {
	list-style: disc;
}

.woocommerce .ds-catalog-seo__content ol {
	list-style: decimal;
}

.woocommerce .ds-catalog-seo__content li + li {
	margin-top: 0.35rem;
}

.woocommerce .ds-catalog-seo__content a {
	color: rgb(var(--ds-text) / 1);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
}

.woocommerce .ds-catalog-seo__content blockquote {
	margin: 1rem 0;
	padding: 0.2rem 0 0.2rem 0.95rem;
	border-left: 3px solid rgb(var(--ds-border) / 1);
	color: rgb(var(--ds-text) / 0.9);
	font-style: italic;
}

.woocommerce .ds-catalog-seo__content table {
	width: 100%;
	margin-top: 0.8rem;
	border-collapse: collapse;
}

.woocommerce .ds-catalog-seo__content th,
.woocommerce .ds-catalog-seo__content td {
	padding: 0.5rem 0.6rem;
	border: 1px solid rgb(var(--ds-border) / 0.7);
	text-align: left;
	vertical-align: top;
}

.woocommerce .ds-catalog-seo__content strong {
	color: rgb(var(--ds-text) / 1);
	font-weight: 700;
}

.woocommerce .ds-catalog-seo__content.is-collapsed {
	max-height: 10rem;
	overflow: hidden;
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.woocommerce .ds-catalog-seo__content.is-collapsed::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3rem;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	pointer-events: none;
}

.woocommerce .ds-catalog-seo__toggle {
	display: inline !important;
	margin-top: 0.35rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgb(var(--ds-text-muted) / 1) !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.16em !important;
}

.woocommerce .ds-catalog-seo__toggle:hover,
.woocommerce .ds-catalog-seo__toggle:focus-visible {
	color: rgb(var(--ds-text) / 1) !important;
}
