/* Epoxy Table PDP (product 15910) — scoped module styles */
.rs-et-pdp {
	--rs-et-ink: #1a1a1a;
	--rs-et-muted: #5c5c5c;
	--rs-et-line: #e5e5e5;
	--rs-et-bg: #f7f6f4;
	margin: 2rem 0 2.5rem;
	color: var(--rs-et-ink);
}

.rs-et-section {
	margin: 0 0 2rem;
	padding: 1.5rem 0;
	border-top: 1px solid var(--rs-et-line);
}

.rs-et-section h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	line-height: 1.25;
}

.rs-et-section h3 {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.rs-et-section p,
.rs-et-section li,
.rs-et-section dd {
	color: var(--rs-et-muted);
	line-height: 1.55;
}

.rs-et-size-rooms ul {
	margin: 0 0 1.25rem;
	padding-left: 1.15rem;
}

.rs-et-price-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--rs-et-line);
	background: #fff;
}

.rs-et-price-table {
	width: 100%;
	min-width: 280px;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.rs-et-price-table caption {
	caption-side: top;
	text-align: left;
	padding: 0.75rem 1rem;
	font-weight: 600;
	color: var(--rs-et-ink);
	background: var(--rs-et-bg);
	border-bottom: 1px solid var(--rs-et-line);
}

.rs-et-price-table th,
.rs-et-price-table td {
	padding: 0.7rem 1rem;
	border-bottom: 1px solid var(--rs-et-line);
	text-align: left;
	vertical-align: top;
}

.rs-et-price-table thead th {
	background: var(--rs-et-bg);
	font-weight: 600;
}

.rs-et-price-table tbody tr:last-child th,
.rs-et-price-table tbody tr:last-child td {
	border-bottom: 0;
}

.rs-et-trust-grid {
	display: grid;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}

.rs-et-trust-card {
	padding: 1.15rem 1.15rem 1.25rem;
	background: var(--rs-et-bg);
	border: 1px solid var(--rs-et-line);
}

html body.single-product .rs-et-trust-icon {
	display: flex;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	margin-bottom: 0.45rem;
	color: #111;
	overflow: hidden;
}

html body.single-product .rs-et-trust-icon svg {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	display: block;
}

.rs-pdp-late-block {
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.rs-et-trust-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rs-et-faq {
	background: var(--rs-et-bg);
	padding: 0.85rem 1rem;
	border: 1px solid var(--rs-et-line);
}

.rs-et-faq summary {
	cursor: pointer;
	font-weight: 600;
}

.rs-et-faq dl {
	margin: 1rem 0 0;
}

.rs-et-faq dt {
	margin-top: 0.75rem;
	font-weight: 600;
	color: var(--rs-et-ink);
}

.rs-et-faq dd {
	margin: 0.25rem 0 0;
}

.rs-et-guides-list {
	display: grid;
	gap: 0.45rem 1.5rem;
	margin: 0;
	padding-left: 1.15rem;
}

@media (min-width: 768px) {
	.rs-et-guides-list {
		grid-template-columns: 1fr 1fr;
	}
}

.rs-et-color-options {
	margin: 1.5rem 0 1.25rem;
	padding: 0;
	max-width: 100%;
}

.rs-et-color-options picture,
.rs-et-color-options img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}
