/* PTW_STORE_DETAIL_START — single pt_store only */

body.ptw-store-detail-page {
	overflow-x: hidden;
}

/* Hero */
.ptw-store-hero {
	background: linear-gradient(135deg, #0b74d1 0%, #1677ff 50%, #0a3d7a 100%);
	color: #fff;
	padding: 28px 0 32px;
}

.ptw-store-hero-inner {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 24px;
	align-items: start;
}

.ptw-store-hero-eyebrow {
	margin: 0 0 8px;
	color: #dbe8ff;
	font-size: 14px;
	font-weight: 600;
}

.ptw-store-hero-main h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
}

.ptw-store-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.ptw-store-hero-tags li {
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 13px;
}

.ptw-store-hero-tags span {
	display: block;
	color: #dbe8ff;
	font-size: 11px;
}

.ptw-store-hero-tags strong {
	display: block;
	color: #fff;
	font-weight: 700;
}

.ptw-store-hero-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ptw-store-hero-actions .ptw-btn {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

.ptw-store-hero-actions .ptw-btn.primary {
	background: #fff;
	color: #0b74d1;
	border-color: #fff;
}

.ptw-store-hero-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

/* Body layout */
.ptw-store-body {
	padding: 28px 0 40px;
}

.ptw-store-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 24px;
	align-items: start;
}

.ptw-store-main {
	min-width: 0;
}

.ptw-store-block {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 18px;
}

.ptw-store-block h2 {
	margin: 0 0 16px;
	font-size: 22px;
	color: #102033;
}

.ptw-store-intro-content,
.ptw-store-intro-content p,
.ptw-store-intro-content li {
	color: #4f5b70;
	line-height: 1.7;
}

/* Meta list (basic / data / qualification) */
.ptw-store-meta-list {
	margin: 0;
}

.ptw-store-meta-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 10px 16px;
	padding: 12px 0;
	border-bottom: 1px solid #eef1f5;
}

.ptw-store-meta-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ptw-store-meta-item dt {
	margin: 0;
	color: #5a6b80;
	font-weight: 600;
	font-size: 14px;
}

.ptw-store-meta-item dd {
	margin: 0;
	color: #102033;
	white-space: pre-wrap;
	word-break: break-word;
}

/* Display cards */
.ptw-store-display-section > h2 {
	margin-bottom: 14px;
}

.ptw-store-display-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.ptw-store-display-card {
	background: #f5f9ff;
	border: 1px solid #dbe8ff;
	border-radius: 12px;
	padding: 16px 18px;
}

.ptw-store-display-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	color: #0b74d1;
}

.ptw-store-display-card p {
	margin: 0;
	color: #26344d;
	line-height: 1.65;
	white-space: pre-wrap;
	word-break: break-word;
}

/* Mobile inline consult (hidden on desktop) */
.ptw-store-consult-mobile {
	display: none;
}

/* Sidebar */
.ptw-store-sidebar {
	position: sticky;
	top: 24px;
}

.ptw-store-sidecard {
	background: #fff;
	border: 1px solid #dce6f2;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 12px 40px rgba(6, 20, 40, 0.06);
}

.ptw-store-sidecard h3 {
	margin: 0 0 12px;
	font-size: 20px;
	color: #0b74d1;
}

.ptw-store-sidecard p {
	margin: 0 0 16px;
	color: #5c667a;
	font-size: 14px;
	line-height: 1.6;
}

.ptw-store-sidecard .ptw-btn-block + .ptw-btn-block {
	margin-top: 10px;
}

/* Related links */
.ptw-store-related {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 0;
}

.ptw-store-related h2 {
	margin: 0 0 14px;
	font-size: 20px;
	color: #102033;
}

.ptw-store-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ptw-store-related-links a {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #f5f9ff;
	border: 1px solid #dbe8ff;
	color: #0b74d1;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.ptw-store-related-links a:hover {
	background: #eaf3ff;
	border-color: #b8d4fb;
}

.ptw-store-related-links a.is-back {
	background: #fff;
	border-color: #dce6f2;
	color: #26344d;
}

/* Fixed bottom bar (mobile) */
.ptw-store-float {
	display: none;
}

/* Tablet / mobile */
@media (max-width: 900px) {
	.ptw-store-hero {
		padding: 20px 0 24px;
	}

	.ptw-store-hero-inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ptw-store-hero-main h1 {
		font-size: 24px;
	}

	.ptw-store-hero-tags li {
		flex: 0 1 auto;
	}

	.ptw-store-hero-thumb {
		max-width: 100%;
	}

	.ptw-store-body {
		padding: 20px 0 24px;
	}

	.ptw-store-layout {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ptw-store-block {
		padding: 18px 16px;
		margin-bottom: 14px;
		border-radius: 12px;
	}

	.ptw-store-block h2 {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.ptw-store-meta-item {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 10px 0;
	}

	.ptw-store-display-card {
		padding: 14px 16px;
	}

	.ptw-store-display-card h3 {
		font-size: 16px;
	}

	.ptw-store-sidebar {
		display: none;
	}

	.ptw-store-consult-mobile {
		display: block;
		background: #fff;
		border: 1px solid #dce6f2;
		border-radius: 14px;
		padding: 18px 16px;
		margin-bottom: 14px;
		box-shadow: 0 8px 24px rgba(6, 20, 40, 0.05);
	}

	.ptw-store-consult-mobile h3 {
		margin: 0 0 10px;
		font-size: 18px;
		color: #0b74d1;
	}

	.ptw-store-consult-mobile p {
		margin: 0 0 14px;
		color: #5c667a;
		font-size: 14px;
		line-height: 1.6;
	}

	.ptw-store-consult-actions {
		display: grid;
		gap: 10px;
	}

	.ptw-store-related {
		padding: 18px 16px;
	}

	.ptw-store-related h2 {
		font-size: 18px;
	}

	.ptw-store-related-links {
		flex-direction: column;
	}

	.ptw-store-related-links a {
		width: 100%;
		justify-content: center;
		border-radius: 10px;
	}

	/* Bottom fixed consult bar */
	body.ptw-store-detail-page {
		padding-bottom: 72px;
	}

	.ptw-store-float {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		background: #fff;
		border-top: 1px solid #dce6f2;
		box-shadow: 0 -4px 20px rgba(6, 20, 40, 0.08);
		padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px));
	}

	.ptw-store-float-inner {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.ptw-store-float-phone {
		flex: 0 0 auto;
		padding: 10px 14px;
		border-radius: 10px;
		background: #f5f9ff;
		color: #0b74d1;
		font-weight: 700;
		font-size: 14px;
		text-decoration: none;
		white-space: nowrap;
	}

	.ptw-store-float-btn {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 16px;
		border-radius: 10px;
		background: linear-gradient(135deg, #0b74d1, #1677ff);
		color: #fff;
		font-weight: 700;
		font-size: 15px;
		text-decoration: none;
	}
}

@media (min-width: 901px) {
	.ptw-store-display-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* PTW_STORE_DETAIL_END */

/* PTW_STORE_ARCHIVE_START — /stores/ list page */

body.ptw-store-archive-page {
	overflow-x: hidden;
	background: #eef4f8;
}

.ptw-store-archive {
	padding-bottom: 40px;
}

.ptw-store-archive-head {
	padding: 20px 0 16px;
	background: linear-gradient(180deg, #f5f9ff 0%, #eef4f8 100%);
}

.ptw-store-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 13px;
	color: #5a6b80;
}

.ptw-store-breadcrumb a {
	color: #0b74d1;
	font-weight: 600;
}

.ptw-store-breadcrumb span[aria-current] {
	color: #334155;
	font-weight: 600;
}

.ptw-store-archive-head h1 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.3;
	color: #102033;
}

.ptw-store-archive-desc {
	margin: 0 0 14px;
	max-width: 820px;
	font-size: 15px;
	line-height: 1.65;
	color: #5c667a;
}

.ptw-store-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ptw-store-quick-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dbe8ff;
	color: #0b74d1;
	font-size: 14px;
	font-weight: 600;
}

.ptw-store-quick-links a:hover {
	background: #eaf3ff;
	border-color: #b8d4fb;
}

.ptw-store-archive-filters {
	padding: 16px 0 8px;
}

.ptw-store-section-title {
	margin: 0 0 14px;
	font-size: 20px;
	color: #102033;
}

.ptw-store-filter-groups {
	display: grid;
	gap: 12px;
}

.ptw-store-filter-group {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	padding: 14px 16px;
}

.ptw-store-filter-group h3 {
	margin: 0 0 10px;
	font-size: 15px;
	color: #102033;
}

.ptw-store-filter-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ptw-store-filter-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f5f9ff;
	border: 1px solid #dbe8ff;
	color: #0b74d1;
	font-size: 13px;
	font-weight: 600;
}

.ptw-store-filter-tags a:hover {
	background: #eaf3ff;
}

.ptw-store-archive-list {
	padding: 12px 0 0;
}

.ptw-store-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.ptw-store-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(16, 32, 51, 0.04);
}

.ptw-store-card-media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f3f7fb;
}

.ptw-store-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ptw-store-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eaf3ff, #f5f9ff);
}

.ptw-store-card-placeholder span {
	font-size: 14px;
	font-weight: 700;
	color: #7a93b8;
	letter-spacing: 0.04em;
}

.ptw-store-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 14px 16px 16px;
}

.ptw-store-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.ptw-store-card-price {
	font-size: 20px;
	font-weight: 800;
	color: #ff7a00;
	line-height: 1.2;
}

.ptw-store-card-status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	background: #eaf3ff;
	color: #0b74d1;
}

.ptw-store-card-status.ptw-store-status-on_sale {
	background: #e8f7ee;
	color: #16803c;
}

.ptw-store-card-status.ptw-store-status-reserved {
	background: #fff4e5;
	color: #c45d00;
}

.ptw-store-card-status.ptw-store-status-sold {
	background: #f1f3f5;
	color: #5c667a;
}

.ptw-store-card-title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
}

.ptw-store-card-title a {
	color: #102033;
}

.ptw-store-card-title a:hover {
	color: #0b74d1;
}

.ptw-store-card-meta {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: grid;
	gap: 6px;
}

.ptw-store-card-meta li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 14px;
}

.ptw-store-card-meta span {
	flex: 0 0 auto;
	color: #7a8496;
	min-width: 36px;
}

.ptw-store-card-meta a {
	color: #0b74d1;
	font-weight: 600;
}

.ptw-store-card-meta a:hover {
	text-decoration: underline;
}

.ptw-store-card-meta strong {
	color: #102033;
	font-weight: 700;
}

.ptw-store-card-highlights {
	margin: 0 0 12px;
	color: #5c667a;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ptw-store-card-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: auto;
}

.ptw-store-card-actions .ptw-btn {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 14px;
}

.ptw-store-pagination {
	margin-top: 20px;
}

.ptw-store-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ptw-store-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid #dbe5f3;
	border-radius: 8px;
	color: #0b74d1;
	background: #fff;
}

.ptw-store-pagination .page-numbers.current {
	background: #0b74d1;
	color: #fff;
	border-color: #0b74d1;
}

.ptw-store-empty {
	background: #fff;
	border: 1px dashed #cfd8e6;
	border-radius: 14px;
	padding: 28px 20px;
	text-align: center;
}

.ptw-store-empty p {
	margin: 0 0 16px;
	color: #5c667a;
	font-size: 15px;
	line-height: 1.6;
}

.ptw-store-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.ptw-store-empty-actions .ptw-btn {
	min-height: 42px;
	min-width: 140px;
}

@media (min-width: 768px) {
	.ptw-store-archive-head {
		padding: 28px 0 20px;
	}

	.ptw-store-archive-head h1 {
		font-size: 34px;
	}

	.ptw-store-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (min-width: 1024px) {
	.ptw-store-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ptw-store-card-actions {
		grid-template-columns: 1fr;
	}

	.ptw-store-empty-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ptw-store-empty-actions .ptw-btn {
		width: 100%;
	}
}

/* PTW_STORE_ARCHIVE_END */

/* PTW_PLATFORM_TAX_START — /platform/{slug}/ */

body.ptw-platform-tax-page {
	overflow-x: hidden;
	background: #eef4f8;
}

.ptw-platform-tax-head {
	padding-bottom: 12px;
}

.ptw-platform-tax-actions {
	margin-bottom: 12px;
}

.ptw-platform-tax-related {
	display: grid;
	gap: 12px;
	margin-top: 4px;
}

.ptw-platform-tax-related-group {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	padding: 12px 14px;
}

.ptw-platform-tax-related-title {
	margin: 0 0 10px;
	font-size: 16px;
	color: #102033;
}

.ptw-platform-tax-list {
	padding-top: 8px;
}

.ptw-platform-tax-footer {
	margin-top: 20px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
}

.ptw-platform-tax-footer p {
	margin: 0;
	color: #5c667a;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.ptw-platform-tax-head h1 {
		font-size: 24px;
	}

	.ptw-platform-tax-related-title {
		font-size: 15px;
	}
}

/* PTW_PLATFORM_TAX_END */

/* PTW_CATEGORY_TAX_START — /store-category/{slug}/ */

body.ptw-category-tax-page {
	overflow-x: hidden;
	background: #eef4f8;
}

.ptw-category-tax-head {
	padding-bottom: 12px;
}

.ptw-category-tax-actions {
	margin-bottom: 12px;
}

.ptw-category-tax-related {
	display: grid;
	gap: 12px;
	margin-top: 4px;
}

.ptw-category-tax-related-group {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	padding: 12px 14px;
}

.ptw-category-tax-related-title {
	margin: 0 0 10px;
	font-size: 16px;
	color: #102033;
}

.ptw-category-tax-list {
	padding-top: 8px;
}

.ptw-category-tax-footer {
	margin-top: 20px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
}

.ptw-category-tax-footer p {
	margin: 0;
	color: #5c667a;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.ptw-category-tax-head h1 {
		font-size: 24px;
	}

	.ptw-category-tax-related-title {
		font-size: 15px;
	}
}

/* PTW_CATEGORY_TAX_END */

/* PTW_REGION_TAX_START — /region/{slug}/ */

body.ptw-region-tax-page {
	overflow-x: hidden;
	background: #eef4f8;
}

.ptw-region-tax-head {
	padding-bottom: 12px;
}

.ptw-region-tax-actions {
	margin-bottom: 12px;
}

.ptw-region-tax-related {
	display: grid;
	gap: 12px;
	margin-top: 4px;
}

.ptw-region-tax-related-group {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	padding: 12px 14px;
}

.ptw-region-tax-related-title {
	margin: 0 0 10px;
	font-size: 16px;
	color: #102033;
}

.ptw-region-tax-list {
	padding-top: 8px;
}

.ptw-region-tax-footer {
	margin-top: 20px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
}

.ptw-region-tax-footer p {
	margin: 0;
	color: #5c667a;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.ptw-region-tax-head h1 {
		font-size: 24px;
	}

	.ptw-region-tax-related-title {
		font-size: 15px;
	}
}

/* PTW_REGION_TAX_END */


