/* =========================================================
   PONOPONO 店頭SALE告知
========================================================= */

.ponopono-gpt-store-sale {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 248px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #333333;
	font-family: inherit;
	text-align: left;
}

.ponopono-gpt-store-sale::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -3%;
	right: -1%;
	bottom: -3%;
	width: 59%;
	pointer-events: none;
	background-image: url("../images/store-sale/used-clothes-rack-banner.jpg");
	background-position: 48% center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(1.18) saturate(0.72) blur(1.4px);
	opacity: 0.82;
	transform: scale(1.025);
}

.ponopono-gpt-store-sale::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse at 13% 112%,
			rgba(244, 234, 215, 0.96) 0,
			rgba(244, 234, 215, 0.82) 31%,
			rgba(244, 234, 215, 0.38) 41%,
			transparent 42%
		),
		linear-gradient(
			90deg,
			#ffffff 0,
			#ffffff 40%,
			rgba(255, 255, 255, 0.97) 51%,
			rgba(255, 255, 255, 0.74) 67%,
			rgba(255, 255, 255, 0.24) 100%
		);
}

.ponopono-gpt-store-sale * {
	box-sizing: border-box;
}

.ponopono-gpt-store-sale-inner {
	position: relative;
	z-index: 2;
	width: 59%;
	max-width: 650px;
	margin: 0;
}

.ponopono-gpt-store-sale--standard {
	min-height: 282px;
	margin: 0 0 28px;
	padding: 34px 40px 36px;
}

.ponopono-gpt-store-sale--compact {
	min-height: 230px;
	margin: 0 0 27px;
	padding: 27px 30px 29px;
}

.pono-content .ponopono-gpt-store-sale-store-width {
	width: 100%;
	max-width: var(--ponopono-gpt-store-sale-store-max-width);
	margin-right: auto;
	margin-left: 0;
}

.pono-content .ponopono-gpt-store-sale-store-width--center {
	margin-right: auto;
	margin-left: auto;
}

.pono-content .ponopono-gpt-store-sale-store-width--right {
	margin-right: 0;
	margin-left: auto;
}

.pono-content
.ponopono-gpt-store-sale-store-width
.ponopono-gpt-store-sale--store {
	width: 100%;
}

body.tax-product_category .content-with-sidebar .ponopono-gpt-store-sale--category {
	min-height: 250px;
	margin-bottom: 20px;
}

.ponopono-gpt-store-sale p {
	margin-right: 0;
	margin-left: 0;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-target {
	margin-top: 0;
	margin-bottom: 7px;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-main {
	margin-top: 0;
	margin-bottom: 0;
	color: #b43f32;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.01em;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-note {
	margin-top: 10px;
	margin-bottom: 0;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-store {
	display: inline-flex;
	margin-top: 14px;
	margin-bottom: 0;
	padding: 5px 10px 5px 11px;
	border-left: 3px solid #c7a15d;
	background: rgba(255, 255, 255, 0.82);
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-category-notice {
	max-width: 560px;
	margin-top: 14px;
	margin-bottom: 0;
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1.7;
}

.ponopono-gpt-store-sale.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-target,
.ponopono-gpt-store-sale.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-note {
	font-size: 15px;
}

.ponopono-gpt-store-sale.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-main {
	font-size: 31px;
}

.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-store,
.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-category-notice {
	font-size: 13px;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 18px;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button,
.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 23px;
	border: 1px solid #333333;
	background: rgba(255, 255, 255, 0.94);
	color: #333333;
	box-shadow: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button:hover,
.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button:focus {
	border-color: #1a1a1a;
	background: #1a1a1a;
	color: #ffffff;
	text-decoration: none;
}

.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button:focus-visible {
	outline: 2px solid #494949;
	outline-offset: 3px;
}

@media screen and (max-width: 767px) {
	.ponopono-gpt-store-sale {
		min-height: 278px;
	}

	.ponopono-gpt-store-sale::before {
		top: -2%;
		right: -14%;
		bottom: -2%;
		width: 78%;
		background-position: 44% center;
		filter: brightness(1.22) saturate(0.64) blur(1.4px);
		opacity: 0.69;
		transform: scale(1.025);
	}

	.ponopono-gpt-store-sale::after {
		background:
			radial-gradient(
				ellipse at 15% 111%,
				rgba(244, 234, 215, 0.98) 0,
				rgba(244, 234, 215, 0.84) 30%,
				rgba(244, 234, 215, 0.36) 41%,
				transparent 42%
			),
			linear-gradient(
				90deg,
				#ffffff 0,
				#ffffff 42%,
				rgba(255, 255, 255, 0.98) 57%,
				rgba(255, 255, 255, 0.77) 77%,
				rgba(255, 255, 255, 0.38) 100%
			);
	}

	.ponopono-gpt-store-sale-inner {
		width: 100%;
		max-width: none;
	}

	.ponopono-gpt-store-sale--standard {
		min-height: 298px;
		margin-bottom: 22px;
		padding: 24px 18px 26px;
	}

	.ponopono-gpt-store-sale--compact {
		min-height: 274px;
		margin-bottom: 22px;
		padding: 22px 17px 24px;
	}

	body.tax-product_category .content-with-sidebar .ponopono-gpt-store-sale--category {
		min-height: 310px;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-target {
		margin-bottom: 6px;
		font-size: 16px;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-main {
		font-size: 26px;
		line-height: 1.3;
	}

	.ponopono-gpt-store-sale.ponopono-gpt-store-sale--compact .ponopono-gpt-store-sale-main {
		font-size: 25px;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-note {
		margin-top: 8px;
		font-size: 15px;
		line-height: 1.55;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-store {
		margin-top: 12px;
		font-size: 13px;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-category-notice {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.65;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-actions {
		flex-direction: column;
		gap: 8px;
		margin-top: 15px;
	}

	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button,
	.ponopono-gpt-store-sale .ponopono-gpt-store-sale-button:visited {
		width: 100%;
		min-height: 48px;
		padding: 10px 12px;
		font-size: 15px;
	}
}
