.shop-v2-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	position: relative;
	min-height: 200px;
}

.shop-v2-product-col {
	min-width: 0;
}

.shop-v2-product-card {
	background: #ffffff;
	border-radius: 0.95rem;
	overflow: hidden;
	border: 1px solid #e2e8ef;
	box-shadow: 0 2px 10px rgba(3, 3, 3, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.shop-v2-product-card:hover,
.shop-v2-product-card.touch-hover-active,
.shop-v2-product-card:focus-within {
	transform: translateY(-4px);
	border-color: #d90500;
	box-shadow: 0 0 0 3px rgba(217, 5, 0, 0.6), 0 10px 22px rgba(3, 3, 3, 0.13);
}

.shop-v2-product-link {
	display: block;
	text-decoration: none;
	flex: 1;
}

.shop-v2-product-thumb {
	aspect-ratio: 16 / 9;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.shop-v2-product-badge {
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	max-width: 70px;
	max-height: 28px;
	height: auto;
	object-fit: contain;
	z-index: 2;
}

.shop-v2-product-info {
	min-height: 6.4rem;
	padding: 0.9rem 0.9rem 0.7rem;
}

.shop-v2-product-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: var(--shop-v2-card-title-size, 0.82rem);
	font-weight: var(--shop-v2-card-title-weight, 700);
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #111827;
	line-height: var(--shop-v2-card-title-line-height, 1.35);
	font-style: var(--shop-v2-card-title-style, normal);
}

.shop-v2-product-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 0.65rem 0.85rem 0.85rem;
	gap: 0.5rem;
}

.shop-v2-product-price {
	color: #030303;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: var(--shop-v2-card-price-size, 0.85rem);
	font-weight: var(--shop-v2-card-price-weight, 700);
	line-height: var(--shop-v2-card-price-line-height, 1.4);
	font-style: var(--shop-v2-card-price-style, normal);
}

.shop-v2-product-price del {
	opacity: 0.5;
	font-weight: 400;
}

.shop-v2-product-price ins {
	text-decoration: none;
}

#shop-v2-page .shop-v2-more-info,
.shop-v2-more-info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: var(--shop-v2-card-cta-size, 0.78rem);
	font-weight: var(--shop-v2-card-cta-weight, 700);
	line-height: var(--shop-v2-card-cta-line-height, 1.2);
	font-style: var(--shop-v2-card-cta-style, normal);
	letter-spacing: 0.01em;
	background-color: #d90500;
	color: #fff;
	padding: 0.44rem 1.7rem;
	border-radius: 12px;
	min-width: 8rem;
	border: 2px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

#shop-v2-page .shop-v2-more-info:hover,
#shop-v2-page .shop-v2-more-info:focus-visible,
.shop-v2-more-info:hover,
.shop-v2-more-info:focus-visible {
	background: #b00400;
	color: #fff;
	border-color: transparent;
}

body#light #game-detail-shop section.related-products.shop-v2-related-products {
	padding-bottom: clamp(0.7rem, 1.4vw, 1.2rem);
	margin-bottom: clamp(1.1rem, 2.2vw, 2rem);
}

body#light #game-detail-shop .shop-v2-related-products__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem 1.25rem;
}

body#light #game-detail-shop .shop-v2-related-products__heading {
	margin: 0 0 2rem;
	color: #030303;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.2;
}

body#light #game-detail-shop .shop-v2-related-products .shop-v2-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	min-height: 0;
}

body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-link,
body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-link:hover,
body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-link:focus-visible {
	color: inherit !important;
}

body#light #game-detail-shop .shop-v2-related-products .shop-v2-more-info,
body#light #game-detail-shop .shop-v2-related-products .shop-v2-more-info:hover,
body#light #game-detail-shop .shop-v2-related-products .shop-v2-more-info:focus-visible {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.shop-v2-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#light #game-detail-shop .shop-v2-related-products__inner {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

@media (max-width: 640px) {
	.shop-v2-grid {
		grid-template-columns: 1fr;
	}

	body#light #game-detail-shop .shop-v2-related-products__inner {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@media (min-width: 1025px) {
	body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-info {
		min-height: 5.75rem;
		padding: 0.8rem 0.8rem 0.55rem;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-title {
		font-size: 0.9rem;
		line-height: 1.28;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-footer {
		padding: 0.5rem 0.75rem 0.75rem;
		gap: 0.4rem;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-product-price {
		font-size: 0.78rem;
		line-height: 1.25;
		min-width: 0;
		flex: 1 1 auto;
	}

	body#light #game-detail-shop .shop-v2-related-products .shop-v2-more-info {
		font-size: 0.7rem;
		line-height: 1.1;
		padding: 0.36rem 0.68rem;
		min-width: 5.6rem;
		border-radius: 10px;
		flex: 0 0 auto;
	}
}

body#light #game-detail-shop .bundle-offer-section {
	padding-bottom: clamp(0.7rem, 1.4vw, 1.2rem);
	margin-bottom: clamp(1.1rem, 2.2vw, 2rem);
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

/* The bundle hero holds the title row PLUS the order box (price + add to cart)
   and the bundle-info summary. The generic #game-detail-shop hero uses
   aspect-ratio:1440/870 (≈870px) for its big art area; on bundles that forced
   the order box to overflow and the following section overlapped it (the
   "Add to cart" button was clipped). Let the bundle hero size to its content
   instead, and clip the absolute background to that height. */
body#light #game-detail-shop.bundle-product-detail .hero-image {
	aspect-ratio: auto;
	height: auto;
	min-height: 0;
	overflow: hidden;
}

body#light #game-detail-shop .hero-image .orderbox > .price,
body#light #game-detail-shop .hero-image .orderbox .price {
	display: block;
	margin: 0 0 1rem;
}

body#light #game-detail-shop .bundle-offer {
	background: #f6f7f2;
	border-radius: 2.4rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: min(100%, 61rem);
	margin: 0 auto;
}

body#light #game-detail-shop .bundle-offer__header,
body#light #game-detail-shop .bundle-offer__content,
body#light #game-detail-shop .bundle-offer__footer {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

body#light #game-detail-shop .bundle-offer__header {
	padding-top: 0.9rem;
	padding-bottom: 0.7rem;
}

body#light #game-detail-shop .bundle-offer__heading {
	margin: 0;
	color: #030303;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.2;
}

body#light #game-detail-shop .bundle-offer__divider {
	height: 1px;
	background: rgba(3, 3, 3, 0.14);
}

body#light #game-detail-shop .bundle-offer__content {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

body#light #game-detail-shop .bundle-offer__grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
	gap: 0.85rem;
	min-height: 0;
	justify-content: center;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-link,
body#light #game-detail-shop .bundle-offer .shop-v2-product-link:hover,
body#light #game-detail-shop .bundle-offer .shop-v2-product-link:focus-visible {
	color: inherit !important;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-col {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-info {
	min-height: 5.75rem;
	padding: 0.8rem 0.8rem 0.55rem;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-title {
	font-size: 0.9rem;
	line-height: 1.28;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-footer {
	padding: 0.5rem 0.75rem 0.75rem;
	gap: 0.4rem;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-price {
	font-size: 0.78rem;
	line-height: 1.25;
	min-width: 0;
	flex: 1 1 auto;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

body#light #game-detail-shop .bundle-offer .shop-v2-product-price del,
body#light #game-detail-shop .bundle-offer .shop-v2-product-price ins {
	text-decoration: inherit;
}

body#light #game-detail-shop .bundle-offer .shop-v2-more-info,
body#light #game-detail-shop .bundle-offer .shop-v2-more-info:hover,
body#light #game-detail-shop .bundle-offer .shop-v2-more-info:focus-visible {
	color: #fff !important;
	font-size: 0.7rem;
	line-height: 1.1;
	padding: 0.36rem 0.68rem;
	min-width: 5.6rem;
	border-radius: 10px;
	flex: 0 0 auto;
}

body#light #game-detail-shop .bundle-offer__empty {
	margin: 0;
	color: #030303;
	font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
}

body#light #game-detail-shop .bundle-offer__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	padding-top: 0.85rem;
	padding-bottom: 0.75rem;
	text-align: center;
}

body#light #game-detail-shop .bundle-offer__meta {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	min-width: 0;
	align-items: center;
}

body#light #game-detail-shop .bundle-offer__title {
	margin: 0;
	color: #030303;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	line-height: 1.2;
}

body#light #game-detail-shop .bundle-offer__title br {
	display: block;
}

body#light #game-detail-shop .bundle-offer__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #030303;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: 0.88rem;
	line-height: 1.2;
}

body#light #game-detail-shop .bundle-offer__stock--out-of-stock {
	color: #8d1b1b;
}

body#light #game-detail-shop .bundle-offer__stock-icon {
	width: 1.375rem;
	height: 1.375rem;
	object-fit: contain;
	flex: 0 0 auto;
}

body#light #game-detail-shop .bundle-offer__purchase {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	width: min(100%, 18rem);
	margin-left: 0;
	padding: 1rem;
	text-align: center;
}

body#light #game-detail-shop .bundle-offer__purchase > .price,
body#light #game-detail-shop .bundle-offer__purchase .price {
	margin: 0 0 1rem;
}

body#light #game-detail-shop .bundle-offer__purchase .price {
	display: block;
	text-align: center;
}

body#light #game-detail-shop .bundle-offer__purchase .price del {
	opacity: 0.55;
}

body#light #game-detail-shop .bundle-offer__purchase .price ins {
	text-decoration: none;
}

body#light #game-detail-shop .bundle-offer__purchase .quantity-button {
	background: transparent;
}

body#light #game-detail-shop .bundle-offer__purchase .quantity-button .cart {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

body#light #game-detail-shop .bundle-offer__glow {
	height: 3px;
	margin-top: auto;
	background: linear-gradient(90deg, transparent, #D90500, transparent);
	opacity: 0.4;
}

@media (max-width: 1024px) {
	body#light #game-detail-shop .bundle-offer__grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
	}

	body#light #game-detail-shop .bundle-offer {
		width: min(100%, 54rem);
	}
}

@media (max-width: 640px) {
	body#light #game-detail-shop .bundle-offer-section {
		padding-right: 0;
		padding-left: 0;
	}

	body#light #game-detail-shop .bundle-offer__header,
	body#light #game-detail-shop .bundle-offer__content,
	body#light #game-detail-shop .bundle-offer__footer {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
	}

	body#light #game-detail-shop .bundle-offer__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	body#light #game-detail-shop .bundle-offer__purchase {
		width: 100%;
	}

	body#light #game-detail-shop .bundle-offer {
		border-radius: 1.7rem;
		width: 100%;
	}

	body#light #game-detail-shop .bundle-offer .shop-v2-product-col {
		max-width: 100%;
	}
}
