.still-product-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 14px 38px rgba(18, 31, 53, 0.12);
}

.still-product-list-frame > .card-body {
	padding-top: 0 !important;
}

.still-product-list-frame .row > .col-sm-4 {
	display: flex;
	margin-bottom: 1.5rem;
}

.still-product-card__media {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 240px;
	padding: 20px;
	background-image: var(--still-product-bg, url("/themes/cart/default/assets/img/stillbackup-product-default-bg.svg"));
	background-size: cover;
	background-position: center;
	color: #fff;
}

.still-product-card__media::after,
.still-config-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.28));
	pointer-events: none;
}

.still-region-flag {
	position: relative;
	z-index: 1;
	object-fit: cover;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.still-product-card__flag {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 78px;
	height: 58px;
	border: 6px solid rgba(255, 255, 255, 0.96);
	border-radius: 14px;
}

.still-product-card__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 190px;
}

.still-product-card__copy span,
.still-config-hero__content span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.still-product-card__copy strong {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
}

.still-product-card__copy small,
.still-config-hero__content small {
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	line-height: 1.45;
}

.still-product-card .card-header {
	border-bottom: 1px solid rgba(21, 36, 58, 0.08);
	background: #fff;
}

.still-product-card .card-header h5 {
	margin-bottom: 0;
	color: #15243a;
	font-weight: 700;
}

.still-product-card .card-body {
	flex: 1;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.still-product-card > .card-body {
	align-items: stretch !important;
}

.still-product-card > .card-body > .col-sm-12 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.still-product-card__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 46px;
	margin-top: auto;
	padding-top: 14px;
}

.still-product-card__actions .btn {
	min-width: 88px;
	margin-top: 0 !important;
}

.still-product-soldout-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	height: 32px;
	margin-top: 0;
	padding: 0 14px;
	border: 1px solid rgba(96, 112, 134, 0.22);
	border-radius: 999px;
	background: #eef2f7;
	color: #607086;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.still-config-hero {
	--still-product-bg: url("/themes/cart/default/assets/img/stillbackup-product-default-bg.svg");
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 22px;
	padding: 22px 24px;
	border-radius: 8px;
	overflow: hidden;
	background-image: var(--still-product-bg);
	background-size: cover;
	background-position: center;
	color: #fff;
	box-shadow: 0 16px 40px rgba(18, 31, 53, 0.14);
}

.still-config-hero__flag,
.still-config-hero__content {
	position: relative;
	z-index: 1;
}

.still-config-hero__flag {
	width: 98px;
	height: 72px;
	flex: 0 0 98px;
	border: 7px solid rgba(255, 255, 255, 0.96);
	border-radius: 16px;
}

.still-config-hero__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.still-config-hero__content strong {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.12;
}

.still-product-card[data-region-code="unknown"] .still-region-flag,
.still-config-hero[data-region-code="unknown"] .still-region-flag {
	object-fit: contain;
	padding: 10px;
}

@media (max-width: 767.98px) {
	.still-product-list-frame > .card-body {
		padding-top: 1.5rem !important;
	}

	.still-product-card__media {
		min-height: 180px;
	}

	.still-product-card__flag {
		width: 66px;
		height: 50px;
		border-width: 5px;
	}

	.still-config-hero {
		align-items: flex-start;
		gap: 16px;
		padding: 18px;
	}

	.still-config-hero__flag {
		width: 72px;
		height: 54px;
		flex-basis: 72px;
		border-width: 5px;
	}

	.still-config-hero__content strong {
		font-size: 22px;
	}
}
