/**
 * Storefront category / Master Shop intro description.
 */

.winchesters-category-description {
	margin: 0 0 1.5rem;
	padding: 0 1rem;
	overflow-x: clip;
	box-sizing: border-box;
}

.winchesters-category-description-inner {
	max-width: 48rem;
	margin: 0 auto;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
	text-align: center;
}

.winchesters-category-description-inner p {
	margin: 0 0 0.75rem;
}

.winchesters-category-description-inner p:last-child {
	margin-bottom: 0;
}

@media (max-width: 782px) {
	.winchesters-category-description {
		padding: 0 0.75rem;
		margin-bottom: 1.25rem;
	}

	.winchesters-category-description-inner {
		font-size: 0.9375rem;
		line-height: 1.55;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.winchesters-category-description {
		padding: 0 0.5rem;
	}
}
