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

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

.gpsr-product-info {
	margin-top: 1em;
	border-top: 1px solid #eee;
	/* max-width: 420px; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.gpsr-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	transition: border-color 0.25s ease;
}

.gpsr-open .gpsr-header {
	border-bottom-color: #eee;
}

.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: #aaa;
	transition: transform 0.25s ease;
}

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

.gpsr-icon {
	display: flex;
	align-items: center;
	color: #00609c;
	flex-shrink: 0;
	width: 15px !important;
	height: 15px !important;
}

.gpsr-title {
	font-size: 10px;
	font-weight: 500;
	color: #282828;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gpsr-body {
	padding-top: 10px;
}

.gpsr-body--second {
	border-top: 1px solid #eee;
}

.gpsr-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

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

.gpsr-row-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background-color: #17609c;
	border-radius: 0;
	color: #aaa;
	margin-top: 1px;
}

.gpsr-row-icon svg{
	stroke: white !important;
}

.gpsr-row-content {
	font-size: 13px;
	line-height: 1.8;
	color: #777;
}

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

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

@media (max-width: 480px) {
	.gpsr-product-info {
		max-width: 100%;
	}
}
