.outofstock .gpsr-product-info {
	clear: both;
}

.outofstock .cst-out-of-stock {
	margin-bottom: 1rem;
}

.gpsr-product-info {
	margin-top: 1em;
	border-top: 1px solid #e8e4e3;
	/* max-width: 420px; */
	font-family: "Open Sans", sans-serif;
}

.gpsr-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	background: transparent;
	cursor: pointer;
	user-select: none;
}

.gpsr-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}

.gpsr-open .gpsr-content {
	grid-template-rows: 1fr;
}

.gpsr-content-inner {
	overflow: hidden;
}

.gpsr-arrow {
	display: flex;
	align-items: center;
	margin-left: auto;
	color: #9f9693;
	transition: transform 0.25s ease;
}

.gpsr-open .gpsr-arrow {
	transform: rotate(180deg);
}

.gpsr-icon {
	display: flex;
	align-items: center;
	color: #ff4800;
	flex-shrink: 0;
}

.gpsr-icon svg {
	width: 14px;
	height: 14px;
}

.gpsr-title {
	font-size: 0.7em;
	font-weight: 600;
	color: #363230;
	font-family: "Bree Serif", sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.gpsr-body {
	padding: 4px 0 10px;
}

.gpsr-body--second {
	border-top: 1px dashed #e8e4e3;
	margin-top: 6px;
	padding-top: 10px;
}

.gpsr-row {
	margin-bottom: 4px;
	font-size: 0.8em;
	line-height: 1.6;
	color: #6c6360;
}

.gpsr-row:last-child {
	margin-bottom: 0;
}

.gpsr-row-label {
	font-weight: 600;
	color: #363230;
	margin-right: 4px;
}

.gpsr-row a {
	color: #ff4800;
	text-decoration: none;
	transition: color 0.2s ease;
}

.gpsr-row a:hover {
	color: #dd2600;
	text-decoration: underline;
}