.molart-product-long-description {
	position: relative;
}

.molart-product-long-description .molart-product-description-content {
	max-height: 10.5em;
	overflow: hidden;
	transition: max-height .45s ease;
}

.molart-product-long-description:not(.is-expanded) .molart-product-description-content {
	-webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
}

.molart-product-long-description.is-expanded .molart-product-description-content {
	max-height: 200rem;
}

.molart-product-description-toggle {
	display: block;
	margin: 1.25rem auto 0;
	padding: .65rem 1.4rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 18%, transparent);
	border-radius: 999px;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
}

.molart-product-reviews {
	margin-block: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 12%, transparent);
	border-radius: 1.25rem;
	background: var(--wp--preset--color--base);
}

.molart-product-reviews .commentlist { padding: 0; }
.molart-product-reviews .comment { list-style: none; }
.molart-product-reviews textarea { width: 100%; }

.molart-product-page .star-rating,
.molart-product-page .comment-form-rating { display: none !important; }

.molart-frame-request {
	margin-block: 1.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 12%, transparent);
	border-radius: 1rem;
	background: color-mix(in srgb, var(--wp--preset--color--base) 92%, var(--wp--preset--color--brand, #c8942f));
}

.molart-frame-notice {
	margin: 0 0 .85rem;
	font-size: .9rem;
	line-height: 1.9;
}

.molart-frame-checkbox {
	display: flex;
	align-items: center;
	gap: .65rem;
	cursor: pointer;
}

.molart-frame-checkbox input {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	accent-color: var(--wp--preset--color--brand, #192a51);
}

.molart-hero { position: relative; overflow: hidden; }
.molart-hero > .wp-block-columns { position: relative; z-index: 1; }
.molart-hero-calligraphy {
	position: absolute;
	z-index: 0;
	max-width: none !important;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	font-family: var(--wp--preset--font-family--display, inherit);
	font-size: clamp(4rem, 11vw, 10rem);
	font-weight: 700;
	line-height: 1;
	color: currentColor;
	opacity: .045;
}
.molart-hero-calligraphy--one { inset: 4% auto auto -8%; transform: rotate(-7deg); }
.molart-hero-calligraphy--two { inset: auto -10% 1% auto; transform: rotate(6deg); }

@media (max-width: 700px) {
	.molart-hero-calligraphy { font-size: 4.5rem; opacity: .04; }
	.molart-product-reviews { border-radius: .9rem; }
}
