.wsc-show-category-description .shop-container .term-description,
.wsc-show-category-description .term-description {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	margin: 0 auto 24px;
	max-width: 1120px;
	color: #4b4b4b;
}

.wsc-category-title {
	margin: 0 auto 16px;
	max-width: 1120px;
	text-align: center;
}

body.home rs-module-wrap[id*="rev_slider"],
body.home rs-module[id*="rev_slider"],
body.home .rev_slider_wrapper {
	display: block;
	min-height: 500px !important;
}

body.home rs-module-wrap[id*="rev_slider"] img,
body.home rs-module[id*="rev_slider"] img,
body.home .rev_slider_wrapper img {
	height: auto;
	max-width: 100%;
}

body.home #content > .row:has(.icon-box),
body.home .section-content > .row:has(.icon-box),
body.home .row:has(.icon-box.featured-box),
body.home .row:has(.icon-box) {
	min-height: 220px;
}

body.home .icon-box {
	min-height: 156px;
}

body.home .icon-box-img,
body.home .icon-inner {
	min-width: 56px;
	min-height: 56px;
}

body.home .icon-box-text h5 {
	min-height: 20px;
}

body.home .icon-box-text p {
	min-height: 66px;
}

body.home .product-small .box-image,
.archive .product-small .box-image {
	aspect-ratio: 247 / 300;
	background: #f7f2f7;
	overflow: hidden;
}

body.home .product-small .box-image img,
.archive .product-small .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .product-small,
.archive .product-small {
	min-height: 430px;
}

body.home .product-small .box-text,
.archive .product-small .box-text {
	min-height: 126px;
}

body.home .product-small .title-wrapper,
.archive .product-small .title-wrapper {
	min-height: 42px;
}

body.home .product-small .price-wrapper,
.archive .product-small .price-wrapper {
	min-height: 24px;
}

body.home .woocommerce-LoopProduct-link,
body.home .product-small .price,
body.archive .woocommerce-LoopProduct-link,
body.archive .product-small .price {
	color: #7a3e6f;
}

body.home .button.primary,
body.archive .button.primary,
body.single-product .button.primary {
	background-color: #7a3e6f;
	border-color: #7a3e6f;
	color: #fff;
}

body.home main p a,
body.page main p a,
body.single-product main p a,
body.archive main p a {
	color: #6f3565;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wsc-static-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 520px;
	overflow: hidden;
	background: #3e2943;
	color: #fff;
}

.wsc-static-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wsc-static-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(36, 21, 42, 0.78), rgba(36, 21, 42, 0.48) 48%, rgba(36, 21, 42, 0.16));
}

.wsc-static-hero__content {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 72px 0;
}

.wsc-static-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wsc-static-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.05;
	letter-spacing: 0;
}

.wsc-static-hero__subtitle {
	max-width: 620px;
	margin: 18px 0 28px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.55;
}

.wsc-static-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 4px;
	background: #fff;
	color: #432848;
	font-weight: 700;
	text-decoration: none;
}

.wsc-static-hero__button:hover,
.wsc-static-hero__button:focus {
	background: #f5edf6;
	color: #2f1c33;
}

@media (max-width: 549px) {
	body.home rs-module-wrap[id*="rev_slider"],
	body.home rs-module[id*="rev_slider"],
	body.home .rev_slider_wrapper {
		min-height: 426px !important;
	}

	body.home #content > .row:has(.icon-box),
	body.home .section-content > .row:has(.icon-box),
	body.home .row:has(.icon-box.featured-box),
	body.home .row:has(.icon-box) {
		min-height: 630px;
	}

	body.home .icon-box {
		min-height: 194px;
	}

	body.home .product-small,
	.archive .product-small {
		min-height: 386px;
	}

	.wsc-static-hero {
		min-height: 430px;
	}

	.wsc-static-hero__overlay {
		background: linear-gradient(180deg, rgba(36, 21, 42, 0.82), rgba(36, 21, 42, 0.54));
	}

	.wsc-static-hero__content {
		width: min(100% - 24px, 1120px);
		padding: 48px 0;
	}

	.wsc-static-hero h1 {
		font-size: 34px;
	}

	.wsc-static-hero__subtitle {
		font-size: 16px;
	}
}

.product-info p.stock {
	display: block;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid #6f3f68;
	outline-offset: 2px;
}
