.sentai-compare-form {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.sentai-compare-button,
.sentai-compare-link {
	white-space: nowrap;
}

.sentai-compare-content {
	padding: clamp(2rem, 3vw, 3rem) clamp(1.25rem, 4vw, 4rem) clamp(4rem, 6vw, 6rem);
}

.sentai-compare-title {
	margin: 0 0 2rem;
	color: var(--st-shop-green, #526937);
	font-size: clamp(1.9rem, 2.6vw, 3rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.sentai-compare-table-wrap {
	width: 100%;
	overflow-x: auto;
	background: #ffffff;
	border: 1px solid rgba(82, 105, 55, 0.18);
	border-radius: 0.55rem;
	box-shadow: 0 0.4rem 1.4rem rgba(45, 51, 39, 0.035);
}

.sentai-compare-table {
	width: 100%;
	min-width: 980px;
	margin: 0;
	border-collapse: collapse;
	color: #343a32;
	table-layout: fixed;
}

.sentai-compare-table th,
.sentai-compare-table td {
	padding: 0.95rem 1.1rem;
	border-bottom: 1px solid rgba(82, 105, 55, 0.18);
	vertical-align: middle;
}

.sentai-compare-table tr:last-child th,
.sentai-compare-table tr:last-child td {
	border-bottom: 0;
}

.sentai-compare-table th {
	width: 220px;
	color: #191d18;
	background: #ffffff;
	font-size: 0.88rem;
	font-weight: 800;
	text-align: left;
}

.sentai-compare-table td {
	color: #454b43;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
}

.sentai-compare-products-row th,
.sentai-compare-products-row td {
	padding-top: 1.3rem;
	padding-bottom: 1.7rem;
	vertical-align: top;
}

.sentai-compare-products-row td {
	position: relative;
}

.sentai-compare-remove-form {
	position: absolute;
	top: 1rem;
	right: 1.2rem;
	z-index: 2;
	margin: 0;
}

.sentai-compare-remove-form button {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #80857b;
	background: transparent;
	border: 0;
	border-radius: 999px;
	font-size: 1.5rem;
	line-height: 1;
}

.sentai-compare-remove-form button:hover,
.sentai-compare-remove-form button:focus {
	color: var(--st-shop-green, #526937);
	background: rgba(82, 105, 55, 0.08);
}

.sentai-compare-product-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 255px;
	margin: 1.7rem auto 0.75rem;
	color: inherit;
	text-decoration: none;
}

.sentai-compare-product-image {
	width: 100%;
	max-width: 300px;
	max-height: 255px;
	object-fit: contain;
}

.sentai-compare-sku {
	margin-bottom: 0.35rem;
	color: #8b9087;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
}

.sentai-compare-product-title {
	display: inline-block;
	max-width: 330px;
	color: #111511;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.22;
	text-decoration: none;
}

.sentai-compare-product-title:hover,
.sentai-compare-product-title:focus {
	color: var(--st-shop-green, #526937);
}

.sentai-compare-price-row th,
.sentai-compare-price-row td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.sentai-compare-price {
	margin-bottom: 0.55rem;
	color: var(--st-shop-green, #526937);
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.1;
}

.sentai-compare-price del {
	display: block;
	margin-bottom: 0.2rem;
	color: #969b91;
	font-size: 0.9rem;
	font-weight: 600;
}

.sentai-compare-price ins {
	color: var(--st-shop-green, #526937);
	text-decoration: none;
}

.sentai-compare-cart-form,
.sentai-compare-quote-form {
	margin: 0;
}

.sentai-compare-quote-form {
	justify-content: center;
}

.sentai-compare-cart-button,
.sentai-compare-quote-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 10.5rem;
	min-height: 2.8rem;
	padding: 0.5rem 1.4rem;
	color: #ffffff;
	background: var(--st-shop-green, #526937);
	border: 0;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.sentai-compare-quote-button {
	background: var(--st-shop-gold, #d0a13b);
}

.sentai-compare-cart-button:hover,
.sentai-compare-cart-button:focus,
.sentai-compare-quote-button:hover,
.sentai-compare-quote-button:focus {
	color: #ffffff;
	background: #40552b;
}

.sentai-compare-cart-button .ti,
.sentai-compare-quote-button .ti {
	font-size: 1.25rem;
}

.sentai-compare-empty {
	padding: clamp(2rem, 4vw, 4rem);
	background: #ffffff;
	border: 1px solid rgba(82, 105, 55, 0.18);
	border-radius: 0.55rem;
}

.sentai-compare-empty h2 {
	margin-bottom: 0.6rem;
	color: var(--st-shop-green, #526937);
	font-weight: 800;
}

.sentai-compare-empty p {
	margin-bottom: 1.2rem;
	color: #454b43;
}

@media (max-width: 991.98px) {
	.sentai-compare-table {
		min-width: 860px;
	}

	.sentai-compare-table th {
		width: 190px;
	}

	.sentai-compare-product-media {
		min-height: 210px;
	}
}

@media (max-width: 575.98px) {
	.sentai-compare-content {
		padding-inline: 1rem;
	}

	.sentai-compare-title {
		font-size: 2rem;
	}
}
