
/* Color variables for normal use */
:root {
	--page-background: #0f1924;
	--dark-ctn-bg: rgba(0, 0, 0, .2);
	--price-dark-bg: rgba(0, 0, 0, 0.25);
	--dark-ctn-bg-gradient: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
	--light-ctn-bg: rgba(179, 218, 255, 0.08);
	--light-ctn-bg-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(28, 50, 70, 0.5) 65%, rgba(40, 70, 98, 0.45) 95%, rgba(40, 70, 98, 0.65) 100%);
	--light-ctn-bg-gradient-top-color: rgba(40, 70, 98, 0.65);
	--light-ctn-bg-hover: rgba(115, 150, 184, 0.25);
	--light-fg: rgba(255,255,255,0.8);
	--midlight-fg: rgba(255,255,255,0.5);
	--dimlight-fg: rgba(255,255,255,0.2);
	--dimmestlight-fg: rgba(255,255,255,0.1);
	--mid-ctn-bg: rgba(179, 218, 255, 0.12);
	--green: #A1CD44;
	--green-mid: #59BF40;
	--bright-teal: #00e4e4;
	--blue: #1a9fff;
	--blue-translucent: #1aa0ff20;
	--blue-gradient-bg-bold: radial-gradient(ellipse 161.29% 1235.17% at -3.10% 130.83%, rgb(37, 134, 183) 0%, rgb(28, 71, 140) 60%, rgb(14, 61, 97) 100%);
	--blue-gradient-bg-muted: radial-gradient(ellipse 161.29% 1235.17% at -3.10% 130.83%, rgb(43, 82, 128) 0%, rgb(25, 51, 87) 60%, rgb(33, 63, 98) 100%);
	--multi-color-bg-gradient-1: linear-gradient(315deg, rgba(49, 72, 113, .90) 5%, rgba(10, 94, 94, .90) 95%);
	--multi-color-bg-gradient-2:  linear-gradient(0deg, rgba(31, 49, 74, .45) 5%, rgba(33, 54, 77, .65) 20%, rgba(28, 50, 70, 0.5) 65%, rgba(40, 70, 98, 0.45) 95%, rgba(43, 83, 118, 0.55) 100%),  radial-gradient(circle at 10% 0%, rgba(94, 174, 255, 0.2) 0%,rgba(34, 53, 77, 0.05) 50%,rgba(94, 174, 255, 0.00) 90%), radial-gradient(circle at 80% 100%, rgba(94, 174, 255, 0.1) 0%,rgba(94, 174, 255, 0.05) 50%,rgba(94, 174, 255, 0.00) 90%);
	--multi-color-bg-gradient-3: linear-gradient(315deg, rgb(16 124 101) 5%, rgb(46 121 159) 50%, rgb(55 73 132) 95%);
	--multi-color-bg-gradient-4: linear-gradient(115deg, rgb(16 124 101 / 25%) 5%, rgb(46 121 159 / 18%) 50%, rgb(55 73 132 / 29%) 95%);
	--multi-color-bg-gradient-5: linear-gradient(315deg, rgb(183, 37, 90) 5%, rgb(140, 28, 95) 50%, rgb(97, 14, 93) 95%);
}

/* Color variable overrides for use during a seasonal sale */
:root .seasonal_sale {
	--light-ctn-bg: rgba(50, 48, 75, 0.836);
	--light-ctn-bg-hover: rgba(77, 74, 124, 0.788);
	--bright-fg: #e2f9b2;
	--bright-teal: #794df3;
	--dark-ctn-bg: rgba(15, 19, 39, 0.671);
	--price-dark-bg: rgba(24, 28, 56, 0.788);
	--mid-ctn-bg: rgba(102, 98, 172, 0.24);
	--blue-gradient-bg-muted: radial-gradient(ellipse 160% 1235% at -30% 130%, rgba(33, 51, 110, 0.842) 0%, rgba(39, 71, 90, 0.904) 60%, rgba(48, 62, 99, 0.959) 100%);
	--blue-gradient-bg-muted-opaque: radial-gradient(ellipse 160% 1235% at -45% 130%, rgb(82, 63, 116) 0%, rgb(41, 52, 79) 60%, rgb(48, 49, 78) 100%);
	--light-ctn-bg-gradient: linear-gradient(0deg, rgba(35, 111, 94, 0) 10%, rgba(46, 56, 109, 0.336) 65%, rgba(22, 53, 89, 0.404) 95%, rgba(40, 60, 98, 0.425) 100%);
	--light-ctn-bg-gradient-top-color: rgba(40, 91, 98, 0.37);
	--multi-color-bg-gradient-1: linear-gradient(285deg, rgba(21, 30, 57, 0.9) 5%, rgba(18, 32, 50, 0.9) 95%);
	--multi-color-bg-gradient-2: linear-gradient(285deg, rgba(50, 48, 75, 0.836) 5%, rgba(50, 48, 75, 0.836) 95%);
}

/* Other variables */

:root {
	--gpShadow-Small: 0px 2px 2px 0px #0000003D;
    --gpShadow-Medium: 0px 3px 6px 0px #0000003D;
    --gpShadow-Large: 0px 12px 16px 0px #0000003D;
    --gpShadow-XLarge: 0px 24px 32px 0px #0000003D;
	--hightlight-bottom: inset 0px -2px 10px 0px rgba(30, 62, 92, 0.35);
}

body.v7 {
	background-color: var(--page-background);
	background-image: radial-gradient(circle at 50% 5%, rgba(94, 174, 255, 0.35) 0%,rgba(94, 174, 255, 0.08) 30%,rgba(94, 174, 255, 0.00) 70%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
	font-family: "Motiva Sans", Sans-serif;
}

@media screen and ( max-width: 910px )
{
	body.v7 {
		background: var(--page-background);
	}
}

body.v7 .responsive_page_template_content {
	margin: 0 auto;
}

body.v7 .home_page_takeover_sizer {
	height: 50vw;
	display: block;
}

body.v7 .home_page_takeover_sizer_mobile {
	display: none;
}

body.v7 .home_page_takeover_link {
	position: relative;
	z-index: 1;
}

body.v7 .home_page_body_ctn {
	position: relative;
}

.takeunder {
	max-width: 1200px;
	transition: transform .2s ease-in-out;
}

.takeunder:hover {
	transform: scale(1.01);
}

.page_background_holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

body.v7 .home_page_takender {
	height: 14.4vw;
	max-height: 175px;
	background-size: contain;
}

body.v7 .home_ctn.discovery_queue_ctn, body.v7 .home_ctn.top_new_releases {
	background: transparent;
}

body.v7.infinite_scrolling #footer.small_footer {
    background: var(--dark-ctn-bg);
}

/* body.v7 #footer .footer_content {
	width: 1200px;
} */

body.v7 #footer .rule {
	border-top: 1px solid var(--dimmestlight-fg);
}

.carousel_container.paging_capsules .carousel_items > * {
	display: -webkit-box; /* Very Old webkit */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* Old webkit */
	display: flex;
	gap: 12px;
	transition: opacity 100ms;
}

.carousel_container .carousel_thumbs {
	min-height: 12px;
}

.carousel_container .carousel_thumbs > div {
	height: 8px;
	border-radius: 6px;
}

.page_background_holder_mobile {
    display: none;
}

.page_background_overlay {
	width: 100vw;
	max-width: 1200px;
	height: 100%;
	margin-left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.click_for_alt {
	width: 20%;
	height: 25%;
	max-height: 150px;
	max-width: 175px;
	position: absolute;
	top: 25%;
	left: 5%;
	pointer-events: auto;
	cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/01.svg?v=1') 15 25, pointer;
	animation: playcursor 1.5s steps(1, end) infinite;
	-webkit-animation: playcursor 1.5s steps(1, end) infinite;
}

@keyframes playcursor {
	0% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/01.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	10% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/03.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	20% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/02.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	30% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/03.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	40% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/02.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0.01); /* this is to trick the browser into pushing the animation through, dumb but it works */
	}
	70%, 100% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/04.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
}

@-webkit-keyframes playcursor {
	0% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/01.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	10% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/03.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	20% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/02.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	30% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/03.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
	40% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/02.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0.01); /* this is to trick the browser into pushing the animation through, dumb but it works */
	}
	70%, 100% {
		cursor: url('https://cdn.akamai.steamstatic.com/store/promo/spring2026/04.svg?v=1') 15 25, pointer;
		outline-color: rgba(0,0,0,0);
	}
}

/* Hide mobile versions by default */
html.responsive .fullscreen-bg__video_mobile {
	display: none;
}

.home_page_body_ctn.transition_header .fullscreen-bg__video {
	opacity: 0;
}

@media screen and ( max-width: 500px ) {

	/* if mobile video exists, show it and hide desktop video and static */
	html.responsive div.mobile_video_set .fullscreen-bg__video_mobile, html.responsive .page_background_holder_mobile  {
		display: block;
		height: 70vw !important;
		background-size: cover;
		position: absolute;
		width: 100%;
	}

	html.responsive body.v7 .home_page_takeover_sizer,
	html.responsive body.v7 .page_background_overlay {
		height: 70vw;
	}

	html.responsive .fullscreen-bg__video, html.responsive .page_background_holder {
		display: none;
	}

}

.store_bg_overlay {
	width: 1854px;
	height: 450px;
	z-index: 800;
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	display: none;
}

.gradient_width {
	width: 200px;
	height: 100%;
	pointer-events: none;
}

@media screen and ( min-width: 1800px ) {
	html.responsive .store_bg_overlay {
		display: block;
	}
}

.menu_takeover_background {
	position: absolute;
	height: var( --store-menu-overlap-height, 0px );
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.menu_takeover_background img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-position: center top;
	object-fit: none;
	transform: scaleY( -1 );
}

.hero_parent_ctn {
	position: relative;
	z-index: 1;
}

.hero_parent_ctn .home_section_title {
	/* display: none; */
	text-align: center;
	font-weight: 600;
	font-size: clamp(1rem, 1.75cqi, 1.5rem);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 0px 0px 10px 0px;
	border-radius: 20px;
}

.summer_banner_ctn {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	flex-wrap: nowrap;
	margin: 20px 0;
	flex-grow: 1;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

/* ============================================ */
/* Split Home Banners */
.home_split_banner_ctn {
	display: flex;
	flex: 1 1 50%;
	gap: 50px;
}
.home_split_banner {
	transition: transform 0.15s ease-in-out;
}

.home_split_banner:hover {
	transform: translateY(-3px);
}

.home_split_banner_ctn img {
	max-width: 100%;
}

@media screen and ( max-width: 500px )
{
	.home_split_banner_ctn {
		flex-wrap: wrap;
		gap: 15px;
	}
}

/* ============================================ */
/* STEAM AWARDS homepage section */
.home_steamawards_ctn.home_pagecontent_ctn {
	position: relative;
	background: url('https://cdn.akamai.steamstatic.com/store/promo/steamawards2025/header_notrophy.webp'), #040c65;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
	margin-bottom: 60px;
	max-width: 1200px;
	z-index: 1;
}

.home_steamawards_title {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: 900; /* black */

		    font-size: 44px;
    letter-spacing: -0.7px;
    color: #ee6c5d;
    line-height: 47px;
    padding-left: calc(100%/6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_steamawards_subtitle {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		    font-size: 16px;
    color: #feeae6;
    padding-left: calc(100%/6);
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trophy_icon {
    position: absolute;
    width: 153px;
    height: auto;
    top: -91px;
    left: 34px;
}

.trophy_icon img {
    width: 100%;
}

.winner_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax( 175px, 1fr ) );
    gap: 50px 10px;
}

@media screen and ( max-width: 1200px )
{
    html.responsive .trophy_icon {
        width: 13%;
    }

    html.responsive .home_steamawards_title,
    html.responsive .home_steamawards_subtitle {
        padding-left: 21%;
    }
}

@media screen and ( max-width: 910px )
{
    html.responsive .trophy_icon {
         top: -5vw;
     }

	html.responsive .winner_ctn:nth-child(1) {
		grid-column-start: unset;
	}

	html.responsive .winner_ctn {
		min-height: max( 250px, 33vw );
	}
}

.winner_ctn {
    position: relative;
    width: 100%;
    min-height: 200px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 8px #050e64;
    background-color: #050e64;
    justify-self: center;
}

/* offset the first item in the grid so that there is room for the trophy on the left */
.winner_ctn:nth-child(1) {
    grid-column-start: 2;
}

.winner_ctn .category_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    filter: opacity(0.6);
}

.winner_ctn .category_content {
    position: relative;
    height: 100%;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.0784313725) inset;
}

.winner_ctn .category_content .category_title {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		    padding: 10px;
    font-size: 19px;
    line-height: 21px;
    color: white;
    text-align: center;
    height: 50%;
    display: flex;
    flex-direction: column;
}

.winner_ctn:hover, .winner_ctn.gpfocus {
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
}

.winner_ctn .category_content .game_capsule {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 8px black;
}

.winner_ctn:hover .category_content .game_capsule img, .winner_ctn.gpfocus .category_content .game_capsule img {
    transform: scale(1);
}

.winner_ctn .category_content .game_capsule img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.winner_ctn .category_content .game_capsule img:nth-child(1) {
    transform: scale(0.75);
    transform-origin: 50% 80%;
    filter: opacity(0);
}

.winner_ctn:hover .category_content .game_capsule img:nth-child(1), .winner_ctn.gpfocus .category_content .game_capsule img:nth-child(1) {
    transform: scale(1);
    filter: opacity(1);
}

.winner_ctn .category_content .game_capsule img:nth-child(2) {
    transform: scale(0.90);
    transform-origin: 50% 0%;
    filter: opacity(1);
}

.winner_ctn:hover .category_content .game_capsule img:nth-child(2), .winner_ctn.gpfocus .category_content .game_capsule img:nth-child(2) {
    filter: opacity(0);
}


.winner_price {
    background: black;
    height: 20px;
    width: 100px;
}
/* ================================================= */
/* End STEAM AWARDS */

body.v7 .carousel_container.paging_capsules .carousel_items.hero_row > * {
	transition: opacity 400ms;
	width: auto;
	gap: 16px;
}

/* Add space for arrows */
body.v7 .sale_capsule_carousel .carousel_items > * {
	width: 100%;
}

/* ================================================= */
/* FOR HOMEPAGE SECTIONS WITH A BACKGROUND */

.home_pagecontent_ctn .ctn_background .home_section_button {
	margin: 0;
}

.home_pagecontent_ctn .ctn_background .carousel_container.paging_capsules {
	padding: 16px;
}

/* ================================================= */
/* NEW FEATURED DISCOUNTS */
.home_pagecontent_ctn.featured_special_deals .ctn_background, .home_pagecontent_ctn.hero_parent_ctn .ctn_background {
	position: relative;
	border-radius: 3px;
	background: var(--light-ctn-bg);
}

@media screen and ( max-width: 500px )
{
	body.v7 .home_pagecontent_ctn.featured_special_deals .ctn_background, body.v7 .home_pagecontent_ctn.hero_parent_ctn .ctn_background {
		border-radius: 0;
	}
}

.featured_special_deals .home_section_title {
	color: #ffffff;
	text-shadow: 1px 1px 8px var(--dark-ctn-bg);
	font-family: "Motiva Sans", sans-serif;
	font-size: clamp(1rem, 1.75cqi, 1.5rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	/* text-transform: none; */
}

.home_pagecontent_ctn.featured_special_deals .ctn_background .btnv6_white_transparent, .home_pagecontent_ctn.hero_parent_ctn .ctn_background .btnv6_white_transparent {
	background: #cccccc;
	padding: 6px 12px;
}
.home_pagecontent_ctn.featured_special_deals .ctn_background .btnv6_white_transparent span, .home_pagecontent_ctn.hero_parent_ctn .ctn_background .btnv6_white_transparent span {
	font-size: 16px;
}

/* ================================================= */
/* END NEW FEATURED DISCOUNTS */

.main_content_ctn {
    position: relative;
}

.ds_options:hover > div {
	background-color: #415f8a;
}

.home_pagecontent_ctn {
	container-type: inline-size;
    max-width: 1300px;
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 50px;
    width: auto;
}

#module_special_offers.home_pagecontent_ctn {
	padding-bottom: 0px;
}

.home_pagecontent_ctn.recommended_creators_ctn.v2 {
	margin-top: 0;
	margin-bottom: 0;
}

.home_pagecontent_ctn.no_bottom_padding {
	padding-bottom: 0;
}

@media screen and ( max-width: 910px ) {
	.home_pagecontent_ctn {
		padding: 2vw 2vw;
		--gpSpace-Gutter: 2vw;
	}

	#sale_under10_area.home_pagecontent_ctn {
		padding-bottom: 6vw;
	}
}

@media screen and ( max-width: 500px ) {
    .home_pagecontent_ctn.no_mobile_margin {
        padding-left: 0;
        padding-right: 0;
    }
}

body.v7 .home_page_gutter {
    display: none;
}

body.v7 .discount_pct  {
	display: flex;
	align-items: center;
    font-weight: bold;
    color: #000000;
    background: var(--green);
    font-size: 14px;
}

body.v7 .discount_block_inline .discount_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 3px;
}

body.v7 .discount_block_inline .discount_icon img {
    height: 20px;
}

body.v7 .discount_prices .discount_original_price {
    color: #848e94;
	font-size: 11px;
}

@media screen and ( max-width: 910px )
{
	body.v7 .discount_prices .discount_original_price {
		font-size: 9px;
	}
}

body.v7 .discount_block.no_discount .bundle_base_discount {
    display: flex;
	align-items: center;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: bold;
    color: #000000;
    background: var(--green);
    padding: 6px;
    font-size: 16px;
    line-height: 15px;
}

body.v7 .discount_prices > div {
    font-size: 14px;
    color: #ffffff;
	padding-left: 0;
}

body.v7 .discount_block.no_discount .bundle_base_discount {
	height: unset;
	border: unset;
}
@media screen and ( max-width: 1200px )  {
	html.responsive .discount_block_inline .discount_prices,
	html.responsive .discount_block .discount_prices {
		padding: 4px;
	}

	html.responsive body.v7 .discount_prices > div {
		font-size: 12px;
	}
}

@media screen and ( max-width: 500px )  {
	body.v7 .discount_prices > div {
		font-size: 11px;
	}
	body.v7 .discount_pct, body.v7 .discount_block.no_discount .bundle_base_discount {
		font-size: 12px;
	}
}

body.v7 .discount_block.no_discount .discount_final_price {
	padding: 0px 4px;
}

body.v7 .discount_block {
	background: none;
	justify-content: flex-end;
	padding: 0;
}

body.v7 .sale_capsule {
	position: relative;
	z-index: 1;
}

body.v7 .sale_capsule.with_microtrailer.microtrailer_active {
	position: relative;
	z-index: 3;
}

.home_section_title {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: clamp(1rem, 1.75cqi, 1.5rem);
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 600;
	color: #ffffff;
}

.home_section_subtitle {
	display: flex;
	text-transform: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(.75rem, 1.5cqi, 1.25rem);
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.ctn_background .title_grid {
	padding: 24px 16px 10px 16px;
}

.title_grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-template-areas:
    "title button"
    "subtitle button_low";
	z-index: 1;
	position: relative;
	padding: 0 0 10px 0;
}

.title_grid .home_section_title {
	grid-area: title;
	text-align: left;
	margin: 0;
}

.title_grid .home_section_subtitle {
	grid-area: subtitle;
}

.title_grid .home_section_button {
	grid-area: button;
	justify-self: end;
	align-self: center;
	font-weight: 600;
	font-size: 14px;
}

@media screen and ( max-width: 500px )
{
.content_hub_carousel_ctn .carousel_items {
	justify-content: start;
	padding-left: 12px;
	scroll-padding-left: 12px;
}
}

.content_hub_capsule_ctn .label {
	font-size: clamp( 16px, 1.3vw, 21px );
	line-height: 24px;
}

.content_hub_carousel_ctn .home_section_title {
	background-color: unset;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
	flex-wrap: wrap;
}

.home_deck_title {
	z-index: 1;
}

.home_deck_section {
	background: var(--multi-color-bg-gradient-2);
	position: relative;
	/* overflow: hidden; */
}

.home_deck_title_ctn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sale_capsule_image {
	display: block;
	max-width: 100%;
}

.with_microtrailer .sale_capsule_image, .hover_active .sale_capsule_image {
	transition: opacity 0.3s;
	position: relative;
}

.with_microtrailer .ds_flag, .hover_active .ds_flag {
	transition: opacity 0.6s;
}

.with_microtrailer:hover .ds_flag, .hover_active .ds_flag,
.hover_active .broadcast_live_stream_icon, .with_microtrailer:hover .broadcast_live_stream_icon {
	opacity: 0;
}

.home_capsule_banner {
	position: absolute;
	top: -12px;
	left: -5px;
	background: var(--multi-color-bg-gradient-5);
	box-shadow: 2px 2px 10px rgba( 0, 0, 0, 0.75 );
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 500;
	font-size: clamp(11px, 1.2vw, 14px);
	padding: 3px 8px;
	z-index: 2;
	transition: opacity 0.6s;
}

.GamepadMode .home_capsule_banner {
	display: none;
}

.capsule_hover_screenshots {
	width: 100%;
	height: 100%;
	max-height: 113%;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}

.capsule_hover_screenshots .screenshot {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}

.hover_active .capsule_hover_screenshots .screenshot {
	transition: opacity 500ms;
	animation: screenshot_hover_fadein_v7 4s linear;
	animation-iteration-count:infinite;
}

.capsule_hover_screenshots .screenshot:nth-child(1) { animation-delay: 0s }
.capsule_hover_screenshots .screenshot:nth-child(2) { animation-delay: 1s }
.capsule_hover_screenshots .screenshot:nth-child(3) { animation-delay: 2s }
.capsule_hover_screenshots .screenshot:nth-child(4) { animation-delay: 3s }

@keyframes screenshot_hover_fadein_v7 {
	0% {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}

	31% {
		opacity: 0;
	}
}

.sale_capsule_video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 616 / 353;
	width: 100%;
	height: auto;
	max-height: 113%;
	z-index: 3;
	opacity: 0;
	object-fit: contain;
	background: black;
	transition: opacity 0.6s;
}

.with_microtrailer.microtrailer_active .sale_capsule_image,
.sale_capsule:hover .sale_capsule_curator {
	opacity: 0;
}

.with_microtrailer.microtrailer_active .sale_capsule_video {
	opacity: 1;
	box-shadow: 4px 4px 10px #110c0c;
}

.home_featured_ctn .three_row {
	display: flex;
	justify-content: space-between;
}

.home_featured_ctn .three_row .sale_capsule {
	position: relative;
}

.home_featured_ctn .three_row .sale_capsule .discount_block {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.home_featured_ctn .three_row .sale_capsule .discount_block > div {
	font-size: 14px;
}

.sale_capsule_image.autosize {
	width: 100%;
}

.home_morefeatured_ctn .home_section_title {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		font-size: clamp(1rem, 1.75cqi, 1.5rem);
}

.home_morefeatured_ctn .three_row, .home_morefeatured_ctn .four_row {
	display: flex;
	justify-content: space-between;
}

.home_category_ctn {
	display: flex;
	position: relative;
}

body.v7 .page_content_ctn.dark {
	background-color: unset;
}

.home_category_ctn .home_category_title_ctn {
	width: 330px;
	max-width: 28%;
	flex-shrink: 0;
	padding: 20px 0px 20px 30px;
	justify-content: center;
	flex-direction: column;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		position: relative;
	display: flex;
	background-size: cover;
	background: linear-gradient(20deg, rgba(15, 84, 112, 0.7) 0%, rgba(94, 44, 174, 0.8) 100%);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.home_tabs_row {
	color: #ffffff;
}

.home_category_games_ctn {
	margin: 20px 0;
	padding: 18px;
	min-width: 0;
	background: linear-gradient(20deg, rgba(15, 84, 112, 0.6) 0%, rgba(94, 44, 174, 0.6) 100%);
}

.home_category_games_ctn .salerow3 .sale_capsule {
	max-width: 49%;
	min-width: 26%;
	width: auto;
	flex: 1;
}

.sale_capsule_carousel .sale_capsule {
	flex-shrink: 1;
	scroll-snap-align: start;
}

.home_deck_banner_ctn {
	display: flex;
	justify-content: center;
	padding: 0 2% 2% 2%;
	max-height: 285px;
	position: relative;
}

.home_deck_banner {
	transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.home_deck_banner.mobile {
	display: none;
}

.home_deck_banner:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
}

.home_deck_banner img {
	max-width: 100%;
}

.home_deck_title_img {
	width: 18px;
}

.see_more_gamepad_hint {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 5px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-size: 13px;

	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.see_more_gamepad_hint img {
	width: 20px;
	height: 20px;
}

.see_more_gamepad_hint.hover_active {
	opacity: 1;
}

.see_more_link {
	display: flex;
	align-items: center;
	justify-content: right;
	flex-wrap: wrap;
	gap: 5px;
	color: rgb(255, 255, 255);
	text-align: right;
	font-size: 14px;
}

.GamepadMode .home_tabs_sections .see_more_link {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-right: 0;
}

.see_more_mobile {
	display: none;
}

.GamepadMode .see_more_desktop {
	display: none;
}

@media screen and ( max-width: 910px ) {

	html:not( .GamepadMode ) .see_more_mobile {
		display: block;
	}

	.see_more_desktop {
		display: none;
	}
}

a:hover {
	color: rgb(255, 255, 255);
}

.btnv6_white_transparent {
	background: #cccccc;
	border: none;
}

.btnv6_white_transparent:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover {
	text-decoration: none !important;
	background: rgba(255,255,255,1);
	border: none;
}

.btnv6_white_transparent > span {
	display: block;
	border: none;
	color: black;
	font-weight: 500;
	font-size: 13px;
}

.btnv6_white_transparent:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover > span {
	border: none;
}

.home_category_ctn .see_more_link {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.6);
}

.home_category_ctn .see_more_link span {
	font-size: 14px;
	font-weight: 600;
	color: black;
}

.home_category_focus_ctn .sale_capsule {
	margin: 0;
	margin-top: 50px;
}

.home_category_title {
	font-size: 28px;
	color: #ffffff;
	word-wrap: break-word;
	min-width: 70%;
	max-width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight: 900;
}

.home_category_title b {
	font-size: 28px;
	font-weight: 900;
}

.home_tag_category_title,
.home_tag_category_title b {
	min-width: 70%;
	max-width: 100%;
	position: relative;
	color: #ffffff;
	word-wrap: break-word;
	font-weight: 900;
	font-size: 28px;
}

html:lang( ru ) .home_tag_category_title,
html:lang( ru ) .home_tag_category_title b{
	font-size: 32px;
}

.home_category_subtitle_tags {
	font-size: 14px;
	color: #fefeef;
	word-wrap: break-word;
	line-height: 48px;
	min-width: 70%;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
}

.home_category_top_decoration {
	overflow: hidden;
	max-width: 380px;
	width: 500px;
	position: absolute;
	left: -5pt;
	top: -5pt;
}

.home_category_top_decoration img {
	height: 45px;
	position: relative;
	-webkit-filter: drop-shadow(0px 0px 4px #222);
	filter: drop-shadow(0px 0px 4px #222);
}

.home_category_subtitle {
	font-size: 17px;
	color: #ffffff;
	word-wrap: break-word;
	line-height: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 70%;
	max-width: 100%;
	font-weight: 600;
}

.home_category_subtitle b {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}

/* Spotlight/Special Deals Carousel */

.carousel_container.spotlight .carousel_items {
	background: var(--multi-color-bg-gradient-2);
}

.carousel_container.spotlight .carousel_items .home_special_offers_group {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	transition: opacity 100ms;
	margin: 0;
	width: 90%;
	padding: 18px 0px 18px 21px;
	gap: 18px;
}

body.v7 .carousel_container.spotlight .carousel_items .home_special_offers_group > div {
	aspect-ratio: 343 / 442;
}

body.v7 .spotlight_col {
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
	min-height: 0;
	min-width: 0;
	gap: 5%;
}

.spotlight_col .sale_capsule {
	margin: 0;
}

.spotlight_col .capsule_image_ctn img {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 92 / 43;
}

.carousel_container.spotlight .carousel_items > * .sale_capsule {
	min-height: 0;
	background: none;
	width: auto;
}

.carousel_container.spotlight .spotlight_title_row {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 34px;
	gap: 8px;
	background: var(--multi-color-bg-gradient-3);
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 500; /* medium */

		font-size: 16px;
}

.special_deal_row {
	height: 44px;
	background: var(--blue-gradient-bg-muted);
}

.specials_target {
	display: flex;
}

@media (forced-colors: active) {
	.carousel_container.spotlight .carousel_items > * .sale_capsule {
		background: Canvas;
		border: 1px solid ButtonBorder;
	}
}

.carousel_container.spotlight .store_capsule {
	margin-right: 0;
}

.carousel_container.spotlight .spotlight_img {
	padding: 0px;
	overflow: hidden;
	width: auto;
	min-width: auto;
	height: auto;
	position: unset;
}

.carousel_container.spotlight .spotlight_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.carousel_container.spotlight .spotlight_img a {
	height: 100%;
	display: block;
}

.carousel_container.spotlight .spotlight_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px;
	background: unset;
	position: relative;
	margin: 0px;
}

.carousel_container.spotlight .spotlight_title_ctn {
	display: flex;
	align-items: center;
	padding: 12px 12px;
	gap: 8px;
	background: var(--blue-gradient-bg-muted);
}

.carousel_container.spotlight .spotlight_title {
	margin: 0;
	padding: 0;
}

.carousel_container.spotlight .spotlight_body {
	color: #99D4FF;
}

.carousel_container.spotlight .spotlight_price {
	margin: 0;
	padding: 0;
}

body.v7 .home_area_spotlight {
	display: flex;
	flex-direction: column;
	height: unset;
	max-width: 374px;
	min-height: 0;
}

@media (forced-colors: active) {
	body.v7 .home_area_spotlight {
		background: Canvas;
		border: 1px solid ButtonBorder;
	}
}

@media screen and ( min-width: 911px )
{
	html.responsive:not( .GamepadMode ) .carousel_container.spotlight .carousel_items {
		overflow: hidden;
	}

	html.responsive:not( .GamepadMode ) .carousel_container.spotlight .carousel_items .next {
		left: 90%;
		opacity: .5;
		mask-image: linear-gradient(90deg, black 5%, transparent 10%);
	}
}

@media screen and ( max-width: 910px )
{
html.responsive:not( .GamepadMode ) .carousel_container.spotlight .carousel_items > * {
	width: auto;
	height: auto;
}

html.responsive:not( .GamepadMode ) .carousel_container.spotlight .carousel_items .home_special_offers_group > div {
	max-width: 225px;
}
}

/* ============================================ */
/* Main Cap Carousel */
/* ============================================ */

/* Wide Mode */
@media screen and ( min-width: 1400px )
{
.carousel_wide_mode {
	overflow: hidden;
	margin: 0 auto;
}

.carousel_wide_mode .carousel_container .store_main_capsule {
	transition: none;
}

.carousel_wide_mode .carousel_container .focus {
	transform: translateX( 0 );
}

.carousel_wide_mode .carousel_container .next,
.carousel_wide_mode .carousel_container .prev {
	/* height: 90%; */
	top: 5%;
	width: 756px;
	background: transparent;
	filter: saturate(.15);
	opacity: .5;
	grid-template-columns: 1fr;
}

.carousel_wide_mode.arrow_hover_next .carousel_container .store_main_capsule.next,
.carousel_wide_mode.arrow_hover_prev .carousel_container .store_main_capsule.prev {
	filter: saturate(.5);
	opacity: .75;
}

.carousel_wide_mode .carousel_container .next {
	mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.25) 50%, transparent 70%);
	transform: translateX( calc( 1200px + 40px ) );

}

.carousel_wide_mode .carousel_container .prev {
	mask-image: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.25) 50%, transparent 70%);
	transform: translateX( calc( -756px - 40px ) );
}

.carousel_wide_mode .carousel_container .store_main_capsule.next .info,
.carousel_wide_mode .carousel_container .store_main_capsule.prev .info {
	display: none;
}

.carousel_wide_mode.go-next {
	--nudge: -5%;
}

.carousel_wide_mode.go-prev {
	--nudge: 5%;
}

.carousel_wide_mode .carousel_container .arrow {
	transition: all .15s ease-in-out;
	height: calc(90% - 37px);
	bottom: 0;
	width: 300px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.carousel_wide_mode .carousel_container .arrow.left {
	left: calc(0px - 360px);
	right: unset;
	justify-content: right;
}

.carousel_wide_mode .carousel_container .arrow.right {
	right: calc(0px - 360px);
	left: unset;
	justify-content: left;
}
}

/* Main Cap */

/* -- Gift Card button --*/
#home_maincap_v7 .home_title_ctn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home_gift_card_link {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 4px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-inline-end: 10px;
	background: linear-gradient(to right, #09141B 0%, #319DDD 100% );
	border-radius: 3px;
	position: relative;
	overflow: visible;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home_gift_card_link:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px 4px rgba(13, 170, 243, 0.35);
}

.home_gift_card_img {
	height: 38px;
	width: auto;
}

.home_gift_card_text {
	font-size: clamp(.75rem, 1.25cqi, 1.25rem);
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
}

.gift_card_mobile {
	display: none;
}

.GamepadMode #gift_card_banner_mobile, .GamepadMode .home_gift_card_link {
	display: none;
}

@media screen and ( max-width: 500px ) {
	.gift_card_desktop {
		display: none;
	}

	.gift_card_mobile {
		display: flex;
		height: 36px;
		gap: 8px;
	}

	.gift_card_mobile .home_gift_card_img {
		height: 48px;
	}

	.gift_card_mobile .home_gift_card_text {
		font-size: clamp(.75rem, 4vw, 1rem);
	}
}

.store_main_capsule {
	flex-grow: 0;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(10%, 30%);
	box-shadow: var(--gpShadow-Medium);
	background: var(--dark-ctn-bg);
}

.store_main_capsule .capsule {
	flex-grow: 1;
	background-color: transparent;
	position: relative;
	z-index: 2;
	aspect-ratio: 616 / 353;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.store_main_capsule .info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	font-size: clamp(12px, 1.15vw, 14px);
	padding: 14px 18px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: var(--multi-color-bg-gradient-2);
	box-shadow: var(--hightlight-bottom);
}

.store_main_capsule .info_ctn {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	z-index: 1;
}

.store_main_capsule .data_ctn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: flex-start;
}

.store_main_capsule .app_name > div {
	max-height: 31px;
	overflow: hidden;
	font-size: clamp(18px, 1vw, 20px);
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.store_main_capsule .app_name {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 500; /* medium */

		z-index: 1;
}

.store_main_capsule:not(.no_screenshots) .app_name {
	display: -webkit-box; /* Very Old webkit */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* Old webkit */
	display:flex;
	align-items:center;
}

.store_main_capsule .screenshots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	padding: 10px 0;
}

img.main_capsule_header {
	max-width: 250px;
}

/* if there are no screenshots to show in main cap */
.store_main_capsule.no_screenshots .screenshots {
	display: none;
}

.store_main_capsule.no_screenshots .app_name {
	margin-top: 112px;
	height: auto;
	padding-right: 6px;
	display: inline-block;
	width: 300px;
}

.store_main_capsule.no_screenshots .reason {
	margin-top: 0px;
}

.store_main_capsule.no_screenshots .reason .main.default {
	line-height: 24px;
}

.store_main_capsule .large_screenshot {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.3s;
}

.store_main_capsule .large_screenshot.focus {
	opacity: 1;
}

.store_main_capsule .screenshots > div {
	flex: 1 1 calc(50% - 5px);
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-position: center center;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.store_main_capsule .screenshots > div:hover {
	opacity: 1;
}

.store_main_capsule .reason {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.store_main_capsule .reason .main {
	min-height: 45px;
	font-size: clamp(14px, 1vw, 17px);
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.store_main_capsule .reason .main.bytags {
	padding-top: 0px;
}

.store_main_capsule .reason .main.friend .friend_name {
	display: block;
}

.store_main_capsule .reason .main.bytags .tags {
	margin-top: 8px;
	font-size: 17px;
	height: 23px;
	overflow: hidden;
}

.store_main_capsule .reason .main.default, .store_main_capsule .reason .additional {
	font-size: clamp(14px, 1vw, 17px);
	font-weight: 300;
	min-height: auto;
}

.store_main_capsule .reason .additional:empty {
	display: none;
}

.store_main_capsule.ds_ignored .capsule::before {
	content: "";
	opacity: 0.75;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
}

.store_main_capsule .reason .main strong {
	font-weight: 500;
	color: var(--green);
}

.store_main_capsule .reason .main .tags > span, .tab_preview .tags > a {
	display: inline-block;
	line-height: 19px;
	padding: 2px 8px;
	background-color: var(--mid-ctn-bg);
	color: #fff;
	box-shadow: none;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 3px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
}

.tab_preview .tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.carousel_container.maincap .reason .avatar {
	float: left;
}

.carousel_container.maincap .reason .avatar > img {
	max-width: 64px;
	max-height: 64px;
	margin: 5px 10px 5px 0px;
	border-radius: 3px;
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.store_main_capsule .discount_block.no_discount .bundle_base_discount {
	display: none;
}

.store_main_capsule .info_bottom_ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
	min-height: 28px;
}

.store_main_capsule .info .tags  {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-right: 15px;
}

.store_main_capsule .info .tags div {
	background: var(--mid-ctn-bg);
	color: var(--light-fg);
	padding: 5px 8px;
	font-size: 14px;
}

.store_main_capsule .info .review_summary, .store_main_capsule .info .coming_soon {
	display: flex;
	gap: 3px;
	padding: 5px 8px 5px 0;
}

.store_main_capsule .main_reason_topseller {
	display: flex;
	gap: 12px;
}

.store_main_capsule .main_reason_topseller img {
	width: 30px;
}

.store_main_capsule .main_reason_topseller .topseller_title {
	font-weight: 500;
	color: var(--green);
}

.store_main_capsule .main_reason_topseller .topseller_subtext > span {
	font-weight: 500;
}

.tab_item_reviews {
	display: flex;
	gap: 3px;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 3px;
}

.tab_item_release_date {
	margin-top: auto;
	color: var(--midlight-fg);
}

.review_summary_row {
	display: flex;
	align-items: baseline;
}

.review_summary_title {
	font-weight: 300;
	color: var(--light-fg);
	padding-right: 5px;
}

.tags_ctn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tags_title {
	font-weight: 300;
	color: var(--light-fg);
}

@media screen and ( max-width: 1200px )
{
	html.responsive .store_main_capsule .capsule {
		flex-shrink: 1;
	}
}

@media screen and ( max-width: 910px )
{
	html.responsive .store_main_capsule {
		display: flex;
		flex-wrap: wrap;
		max-height: unset;
		height: auto;
	}

	html.responsive .store_main_capsule .capsule {
		width: 100%;
	}

	html.responsive .store_main_capsule .info {
		padding: 10px;
		flex-grow: 1;
	}

	html.responsive .review_placeholder {
		display: flex;
		gap: 3px;
		padding: 5px 8px 5px 0;
	}

	html.responsive .store_main_capsule .reason {
		display: none;
	}

	html.responsive .store_main_capsule .screenshots, html.responsive .store_main_capsule .large_screenshot {
		display: none;
	}

	html.responsive .carousel_container .carousel_items:not(.no_paging) .store_main_capsule {
		max-width: 90%;
	}
}

/* Community Recommendations widget */

.community_recommendations_by_steam_labs_ctn .subtitle {
	display: block;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
	letter-spacing: 0.03em;
	font-weight: normal;
	padding-top: 2px;
}

div.community_recommendations_by_steam_labs_ctn h2.title {
	color: #ffffff;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: 0.07em;
	z-index: -1;
	margin-bottom: -8px;
}

.community_recommendations_by_steam_labs_ctn #community_recommendations_preferences_last_updated {
	font-size: 14px;
}

.community_recommendations_by_steam_labs_ctn .carousel_items .focus {
	z-index: 1;
}

.community_recommendation_app {
	display: flex;
	width: 100%;
}

.community_recommendation_app:has(.community_recommendation_capsule:focus) {
	overflow: visible;
}

.community_recommendation_app > .community_recommendation_capsule {
	position: relative;
	margin-right: 0px;
	box-shadow: 0 0 4px #000;
	background: #000;
	outline: none;
	flex-basis: 60%;
}

.community_recommendation_app > .community_recommendation_capsule > .capsule {
	position: relative;
	display: flex;
}

.community_recommendation_app > .community_recommendation_capsule:focus-visible > .capsule {
	outline: auto Highlight;
	outline: auto -webkit-focus-ring-color;
}
.community_recommendation_app > .community_recommendation_capsule .capsule  img {
	transition: opacity 0.5s;
	width: 100%;
	height: auto;
	aspect-ratio: 616 / 353;
}

.community_recommendation_app .microtrailer_video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s;
	object-fit: cover;
}
.community_recommendation_app:hover .microtrailer_video {
	display: block;
	opacity: 1;
}

.community_recommendation_app.has_microtrailer:hover .capsule img {
	opacity: 0;
}

.community_recommendation_app .reviewed_app_small_image {
	position: absolute;
	bottom: 2px;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
.community_recommendation_app.has_microtrailer:hover .reviewed_app_small_image {
	opacity: 1;
}

.community_recommendation_app > .right_col {
	background: var(--dark-ctn-bg);
	border-radius: 3px;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 25px;
	flex-grow: 1;
	flex-basis: 30%;
}

.community_recommendation_app > .right_col > .community_recommendations_block {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.community_recommendation_app > .right_col > .paging_thumbs {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	height: 20px;
}

.community_recommendation_app > .right_col > .paging_thumbs > .num_reviews_desc {
	line-height: 20px;
}

.community_recommendation_app .paging_thumbs .review_arrow.left > div {
	background-image: url( 'https://cdn.akamai.steamstatic.com/store/icons/arrow_left.svg' );
}

.community_recommendation_app .paging_thumbs .review_arrow.right > div {
	background-image: url( 'https://cdn.akamai.steamstatic.com/store/icons/arrow_right.svg' );
}

.community_recommendation_app > .right_col > .paging_thumbs > .review_arrow > div {
	width: 13px;
	height: 100%;
	background-size: contain;
	cursor: pointer;
	transition: opacity .15s ease-in-out;
	opacity: .5;
}

.community_recommendation_app > .right_col > .paging_thumbs > .review_arrow > div:hover {
	opacity: 1;
}

.community_recommendation_app .app_name {
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(16px, 1.25vw, 20px);
	color: white;
}

.community_recommendation_app .info_bottom_ctn {
	display: flex;
	justify-content: flex-end;
}

.community_recommendations_block > .review_box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 100ms;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 10px;
}

.community_recommendations_block > .review_box.focus {
	opacity: 1;
	pointer-events: auto;
}

.community_recommendations_block > .review_box .author_block {
	display: flex;
	flex-direction: row;
	font-size: 10px;
	color: #8091a2;
}

.community_recommendations_block > .review_box .avatar {
	margin-right: 5px;
}
.community_recommendations_block > .review_box .avatar .playerAvatar {
	width: 40px;
	height: 40px;
}
.community_recommendations_block > .review_box .avatar .playerAvatar img {
	width: 38px;
	height: 38px;
}

.community_recommendations_block > .review_box .view_more {
	text-align: center;
	font-size: 12px;
}

.community_recommendations_block > .review_box .view_more a {
	color: #c1dbf4;
}

.community_recommendations_block > .review_box .view_more a:hover {
	color: #fff;
}

.community_recommendations_block > .review_box .persona_name {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
	margin-top: -2px;
}

.community_recommendations_block > .review_box .persona_name:has(:focus-visible) {
	outline: auto Highlight;
	outline: auto -webkit-focus-ring-color;
}

.community_recommendations_block > .review_box .persona_name a {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		color: #c1dbf4;
	font-size: 13px;
	outline: none;
}

.review_box .content {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		font-size: clamp(13px, 1vw, 16px);
	/* height: 210px; */
	color: #ebebeb;
	overflow-wrap: break-word;
	overflow: hidden;
}

/* Community Recommendations Responsive */
@media screen and (max-width: 910px) {

.community_recommendation_app > .community_recommendation_capsule > .capsule {
	height: auto; /* Clear out the hardcoded 350px height above */
	width: auto;
}

html.responsive .community_recommendation_app > .community_recommendation_capsule {
	width: 100%;
}

html.responsive .community_recommendation_app {
	display: flex;
	flex-direction: column;
	width: 100%;
}

html.responsive .community_recommendation_app > .right_col {
	max-width: 100%;
}

html.responsive	.community_recommendation_app > .right_col > .community_recommendations_block {
	height: 150px;
}

html.responsive .review_box .content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

html.responsive .community_recommendation_app .app_name {
	font-size: 18px;
}

}

@media screen and ( max-width: 500px ) {
	html.responsive .community_recommendations_block > .review_box .view_more {
		display: none;
	}

	html.responsive .community_recommendation_app > .right_col > .paging_thumbs {
		display: none;
	}
}

@media screen and ( max-width: 910px )  {
	html.responsive .community_recommendation_app > .right_col > .paging_thumbs {
		display: none;
	}
}

/* STEAM CURATORS */

.steam_curators_ctn h2
{
	margin-bottom: 7px;
}
.steam_curators_bottom_bar
{
	margin-top: 1px;
	padding: 5px;
	padding-left: 10px;
	background: rgba( 0, 0, 0, 0.2 );
}
.steam_curators_bottom_bar a
{
	text-decoration: none;
}

.steam_curators_empty
{
	background: rgba( 0, 0, 0, 0.2 );
	width: 908px;
	padding: 16px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 15px;
	color: #8f98a0;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		font-weight: normal;
	height: 183px;
}

.steam_curators_empty p {
	margin-top: 30px;
}

.steam_curator
{
	display: inline-block;
	padding: 12px;
	border: 1px solid transparent;
	background: rgba( 0, 0, 0, 0.2 );
	margin-right: 4px;
	width: 282px;
	height: 66px;
	overflow: hidden;
	cursor: pointer;
}

.steam_curator:hover
{
	border-color: rgba( 139, 185, 224, 0.2 );
}

.steam_curators_ctn .steam_curator:nth-child(3n)
{
	margin-right: 0px;
}

.steam_curator_img
{
	float: left;
	margin-right: 10px;
}

.steam_curator_name
{
	padding-top: 0px;
	font-size: 15px;
	line-height: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.steam_curator_desc
{
	font-size: 13px;
	color: #8F98A0;
	overflow: hidden;
	height: 32px;
	line-height: 16px;
}

.steam_curator_featuring_desc {
	padding-top: 3px;
	color: #61686D;
	font-size: 9px;
	line-height: 11px;
}

.carousel_container.paging_capsules.more_apps_by_curators_capsule {
	padding: 16px;
}

.responsive_giant_curator_capsule {

}

.responsive_giant_curator_capsule .capsule_image {
	width: 100%;
}

.responsive_giant_curator_capsule .curator_giant_capsule {
	display: flex;
}

.responsive_giant_curator_capsule .curator_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 10px;
	padding: 15px;
	background: linear-gradient(180deg, #0A141D 0%, rgba(10, 20, 29, 0.2) 100%);
}

.responsive_giant_curator_capsule .curator_details_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.responsive_giant_curator_capsule .curator_text {
	font-size: 14px;
	color: #C6D4DF;
	font-style: italic;
	line-height: 18px;
}

.responsive_giant_curator_capsule .date_row {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.responsive_giant_curator_capsule .recommendation_thumb {
	width: 12px;
	height: 12px;
}

.responsive_giant_curator_capsule .recommendation_status {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.03em;

	margin: 0 8px;
}

.responsive_giant_curator_capsule .recommendation_status.recommended {
	color: #66c0f4;
}

.responsive_giant_curator_capsule .recommendation_status.notrecommended {
	color: #f49866;
}

.responsive_giant_curator_capsule .recommendation_date {
	font-size: 12px;
	color: #C6D4DFAA;
}

.responsive_giant_curator_capsule .curator_identifier {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.responsive_giant_curator_capsule .curator_img {
	width: 41px;
	height: 41px;
}

.responsive_giant_curator_capsule .curator_name {
	margin-left: 12px;

	font-size: 12px;
	font-weight: bold;
	color: #C6D4DF;
}

.responsive_giant_curator_capsule .curator_details_row {
	justify-content: flex-end;
}

.curator_giant_capsule {
	position: relative;
	box-shadow: 0 0 4px #000;
	display: block;
	clear: both;
	overflow: hidden; /* Crops subpixels we get from percentage scaled screenshots */
}

.curator_giant_capsule .screenshots, .curator_giant_capsule .capsule {
	width: 50%;
	display:table-cell; /* Inline-block won't work here because we have inline-block children (screenshots) which need a percentage height. Hence filthy hacks. */
	vertical-align: top;
	font-size: 0;
	position: relative;
}

.curator_giant_capsule .screenshots, .curator_giant_capsule .capsule .discount_block.main_cap_discount {
	bottom: 0px;
}

.curator_giant_capsule .capsule img {
	width: 100%;
	height: auto;
}

.curator_giant_capsule .curator_block {
	background-color: #000;
	position: absolute;
	right: 10%;
	top: 33%;
	width: 45%;
	height: 33%;

	box-shadow: 0 0 10px 1px #000;
}

.curator_giant_capsule .curator_block img {
	height: 100%;
	width: auto;
	float: left;

}

.curator_giant_capsule .curator_block .blurb {
	padding: 8px;
	height: 100%;
	display: table;
	box-sizing: border-box;
}

.curator_giant_capsule .curator_block .blurb > span, .curator_giant_capsule .curator_block .blurb > span:hover {

	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: clamp(11px, 1vw, 14px);
	color: #c7d5e0;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		;
	font-style: italic;
}

.curator_giant_capsule .curator_block {
	overflow: hidden;
}

.curator_giant_capsule .curator_block .blurb > span:before, .curator_giant_capsule .curator_block .blurb > span:after {
	content: '"';
}

.curator_giant_capsule .screenshots .screenshot {
	width: 50%;
	padding-bottom: 28.6%;
	background-size: cover;
	display: inline-block;
	vertical-align: top;
	box-shadow: 1px 1px 0 0px var(--dark-ctn-bg) inset;
}

.giant_curator_controls > span {
	color: #407899;
	display: inline-block;
	margin: 3px 10px 0 0;
	font-size: 11px;
	cursor: pointer;
}
.giant_curator_controls > span:hover {
	color: white;
}

.apps_recommended_by_curators {
	position: relative;
	background: var(--dark-ctn-bg);
}

.apps_recommended_by_curators_carousel {
	margin-top: 15px;
}

body.v6 .apps_recommended_by_curators_ctn .store_capsule_frame > h3 {
	margin: 30px 0 10px;
}

body.v6 .apps_recommended_by_curators_ctn .store_capsule_frame {
	margin: 0px -17px;
	background: none;
	border: none;
	border-image: none;
}

.steam_curator {
	width: 284px;
	margin-bottom: 4px;
	margin-right: 8px;
	border: none;
background: -webkit-linear-gradient( -65deg, rgba(37,49,63,1) 5%,rgba(54,97,125,1) 95%);
	background: linear-gradient( -65deg, rgba(37,49,63,1) 5%,rgba(54,97,125,1) 95%);
}

.steam_curator:hover {
background: -webkit-linear-gradient( -65deg, #304761 5%,#30739f 95%);
	background: linear-gradient( -65deg, #304761 5%,#30739f 95%);
}

#steam_curators_not_empty .subTitle {
	font-size: 15px;
	padding-bottom: 12px;
	margin-top: -5px;
}

.steam_curator_name {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		color: #ffffff;
}
.steam_curator_desc {
	font-size: 13px;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		font-style: italic;
	height: 48px;
	color: #abdaf4;
}

.curated_app_curators {
	z-index: 1;
}

.steam_curator_for_app img {
	border: 1px transparent;
}

@media screen and (max-width: 910px)
{
html.responsive .steam_curator {
	width: calc( 33% - 24px - 3px );
}

html.responsive .responsive_giant_curator_capsule .curator_giant_capsule {
	flex-wrap: wrap;
}
}

@media screen and ( max-width: 910px )
{
html.responsive .steam_curator {
	width: calc( 50% - 24px - 4px );
}

html.responsive .steam_curators_ctn .steam_curator:nth-child(3n)
{
	margin-right: 4px;
}

html.responsive .steam_curators_ctn .steam_curator:nth-child(2n)
{
	margin-right: 0;
}
}

@media screen and ( max-width: 500px )
{
html.responsive .steam_curator {
	width: auto;
	display: block;
	margin-right: 0;
	margin-bottom: 2px;
}

html.responsive .steam_curators_ctn .steam_curator:nth-child(3n),
html.responsive .steam_curators_ctn .steam_curator:nth-child(2n)
{
	margin-right: 0;
}

html.responsive .steam_curators_ctn .steam_curator:nth-child(4),
html.responsive .steam_curators_ctn .steam_curator:nth-child(5),
html.responsive .steam_curators_ctn .steam_curator:nth-child(6) {
	display: none;
}
}

/* Recently Updated */

.recently_updated_desc {
	--lines: 3;
	background: var(--blue-gradient-bg-muted);
	padding: 16px;
	color: #ebebeb;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--lines);
	overflow: hidden;
	white-space: normal;
	word-break: break-word;
	min-block-size: calc(var(--lines) * 1lh + 8px);
	max-block-size: calc(var(--lines) * 1lh + 8px);
}

@media screen and ( max-width: 1200px )
{
.home_category_games_ctn .salerow3 .sale_capsule
{
	min-width: 200px;
}

body.responsive_page .page_background_holder,
body.responsive_page .fullscreen-bg__video,
body.responsive_page .page_background_overlay {
	height: 50vw;
	background-size: cover;
}

}

@media screen and ( max-width: 1200px ) {
html.responsive .home_browsemore_carousel {
	margin: 0;
}

html.responsive .home_tag_category_title, html.responsive .home_tag_category_title * {
	font-size: 30px;
}

html.responsive .home_category_ctn .home_category_title_ctn {
	width: auto;
	max-width: none;
	flex-direction: column;
}

html.responsive .home_category_ctn .home_category_title_ctn br {
	display: none;
}

html.responsive .home_category_ctn {
	flex-direction: column;
}

html.responsive .home_category_ctn .salerow {
	justify-content: center;
}

html.responsive .home_category_games_ctn .salerow3 .sale_capsule {
	max-width: 450px;
}
}

@media screen and (max-width: 910px )
{

html.responsive .home_featured_ctn.hero_parent_ctn {
	margin-bottom: 20px;
}

html.responsive .content_hub_carousel_ctn .carousel_items {
	display: flex;
	justify-content: unset;
}

html.responsive body.responsive_page .carousel_container.tag_carousel .carousel_items:not(.no_paging) > * {
	margin-bottom: 0;
}

html.responsive body.responsive_page .content_hub_carousel .carousel_items > * {
	width: auto;
}

html.responsive body.responsive_page .sale_capsule_carousel .carousel_items > * {
	width: auto;
}

html.responsive .sale_capsule_carousel .sale_capsule {
	width: 25vw;
}

html.responsive body.responsive_page .sale_capsule_carousel .carousel_items {
	justify-content: unset;
}

html.responsive .hero_row {
	justify-content: unset;
}

body.responsive_page .home_page_body_ctn.has_takeover .home_header_textimage_ctn {
	margin-top: 616px;
}
body.responsive_page .home_page_body_ctn.has_takeover .home_header_textimage_ctn .home_header_textimage {
	height: 136px;
	background-size: contain;
	background-position: left;
	margin-right: 292px;
}
.home_category_top_decoration {
	visibility: hidden;
}
.home_category_title, .home_category_title b, .home_category_subtitle {
	font-size: 28px;
}

.body.responsive_page .hero_ctn .hero_row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.body.responsive_page .carousel_container.paging_capsules .carousel_items > * > * {
	margin: 0px;
	width: 32%;
}

.home_category_title {
	padding: 8px 5%;
	text-align: center;
	margin-top: 15px;
}

html.responsive .tag_genre_title {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}

.home_category_subtitle {
	padding: 8px 5%;
	text-align: center;
}

.home_category_games_ctn {
	margin: 0 3% 20px;
	background: #293855;
}

.home_category_ctn .see_more_link {
	position: absolute;
	right: 3%;
}

.home_category_games_ctn .salerow3 .sale_capsule {
	min-width: 30%;
}

html.responsive .home_tab_content .tab_content_items .TopSellerCapsule:nth-child(even) {
	transform: none;
}

html.responsive .home_ctn {
	padding-left: 0;
}

html.responsive .summer_banner_ctn {
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

html.responsive .summer_banner_ctn.home_topgames_ctn {
	align-items: flex-start;
	background-position-x: 25%;
	height: 27vw;
}

html.responsive .home_sticker_col {
	padding-left: 20px;
	text-align: left;
	padding: 0px;
	text-shadow: 3px 3px 3px #0009;
	z-index: 2;
}

html.responsive .home_sticker_desc {
	margin-top: 10px;
}

#tier1_target {
	padding: 10px;
}

#tier2_target {
	padding: 10px;
}

body.responsive_page .home_tab_button {
	font-size: 16px;
}
}

@media screen and ( max-width: 910px )
{
.home_category_games_ctn .salerow3 .sale_capsule {
	min-width: 120px;
}

html.responsive .home_ctn.top_new_releases {
	display: none;
}
html.responsive body.v7 .home_header_textimage_ctn .summer_points_ctn {
	display: none;
}
}

/* switch to specific mobile header image */
@media screen and ( max-width: 500px )
{
html.responsive body.v7 .fullscreen-bg {
	display: none;
}

html.responsive body.v7 .tag_carousel .carousel_items:not(.no_paging) > * {
	width: auto;
}

html.responsive .hero_capsule:hover .hero_data, html.responsive .hero_capsule:hover .hover_screenshots {
	display: none;
}

html.responsive .home_deck_title_ctn {
	justify-content: center;
}

html.responsive .home_tab_button {
	font-size: 14px;
	background: var(--light-ctn-bg);
	padding: 12px;
	border-radius: 3px;
}

html.responsive .home_tab_button.active {
	background: var(--blue-translucent);
}

html.responsive .home_tabs_row_ctn {
	gap: 6px;
}

.event_nav_element {
	display: none;
}

body.responsive_page .home_featured_ctn.hero_parent_ctn {
	margin-bottom: 0px;
}

body.responsive_page .broadcast_live_stream_icon {
	display: none;
}

body.responsive_page p.home_subtitle_ctn a {
	font-size: 14px;
	font-weight: 300;
}

body.responsive_page .home_title {
	line-height: 22px;
	font-size: clamp(1rem, 1.75cqi, 1.5rem);
}

html.responsive .title_grid .home_section_button {
	grid-column: span 2;
	font-size: 12px;
}

html.responsive .see_more_link span {
	font-size: 12px;
}

html.responsive .home_tag_category_title, html.responsive .home_tag_category_title * {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	padding: 0.5em;
}

body.responsive_page .home_title_ctn .home_line {
	display: none;
}

body.responsive_page .home_discounts_ctn {
	padding: 0px;
	margin: 0px;
}

body.responsive_page .see_more_text {
	display: block;
}

html.responsive .home_browsemore_ctn {
	margin-top: 0px;
	margin-bottom: 40px;
}

html.responsive .home_category_ctn {
	margin: 30px 0;
}

html.responsive .home_category_title {
	font-size: 26px;
	padding: .5em;
	margin-top: 0px;
	font-weight: 600;
}

html.responsive .home_category_subtitle {
	font-size: 22px;
	line-height: 28px;
	padding: .5em;
	font-weight: 600;
}

html.responsive .home_category_focus_ctn .sale_capsule {
	margin-top: 26px;
}

html.responsive .home_category_subtitle_tags {
	font-size: 11px;
}

html.responsive .tag_genre_ctn .floating_image {
	display: none;
}

html.responsive .home_discount_games_ctn.single_row .sale_capsule {
	max-width: 50%;
	min-width: 40%;
}

body.responsive_page .franchise_overflow {
	margin-left: 6px;
	margin-right: 6px;
}

html.responsive .content_hub_carousel_ctn .home_section_title {
	padding: 0px 10px 10px;
	margin-bottom: 0px;
}

html.responsive .home_category_ctn .home_category_title_ctn {
	padding: 10px;
	box-shadow: unset;
}
}

.home_discounts_ctn {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.home_discounts_ctn .home_discounts_block {
	flex: 1;
	min-width: 340px;
}

.home_title_ctn {
	display: flex;
	padding: 0px 0px 10px 0px;
	flex-direction: column;
}

.home_title_ctn .home_title {
	font-size: clamp(1rem, 1.75cqi, 1.5rem);
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 600;
	color: #ffffff;
}

.home_title_ctn a:link, .home_title_ctn a:visited {
	color: #ffffff;
}

.dlc_block .home_title_ctn {
	color: #ffffff;
}
.dlc_block .home_title_ctn .home_line {
	background: #100b0b;
}

.home_title_ctn .home_line {
	display: none;
}

.home_browsemore_ctn {
	margin-top: 00px;
}

.tag_genre_ctn .floating_image {
	margin-bottom: -35px;
	margin-left: -75px;
}

/* Tab Sections */

.home_tabs_columns {
	display: flex;
	min-height: 825px;
	gap: 10px;
}

.home_tabs_row_ctn {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: manipulation;
}

.home_tabs_row_ctn::-webkit-scrollbar {
	display: none;
}

.home_tabs_sections {
	width: 66%;
	flex-grow: 1;
}

.home_tabs_sections .tab_content_items {
	display: flex;
	padding: 10px;
	gap: 10px;
	background: var(--dark-ctn-bg);
	border-radius: 4px;
}

.home_tabs_sections.row_list_view .tab_content_items {
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 100%;
}

.home_tabs_sections.grid_list_view .tab_content_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 850px;
}

.tab_content_items.loading {
	opacity: 0.5;
	transition: opacity 0.25s;
}

.home_tabs_sections.row_list_view .tab_row_item:nth-child(n + 11) {
	display: none;
}

.home_tabs_sections.row_list_view .tab_item_capsule_purchase {
	display: none;
}

.home_tabs_sections .tab_row_capsule {
	width: 100%;
	aspect-ratio: 77/29;
}

.home_tabs_sections.grid_list_view .sale_capsule {
	background: none;
}

.home_tabs_sections.grid_list_view .tab_item_content, .home_tabs_sections.grid_list_view .tab_item_rank {
	display: none;
}

.home_tabs_sections.grid_list_view .tab_item_capsule_purchase {
	display: block;
}

.tabs_menu_ctn {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	justify-content: space-between;
	gap: 6px;
}

.tab_controls_ctn {
	display: flex;
	justify-content: flex-end;
}

.topsellers_controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.topsellers_controls .tab_control {
	font-size: 12px;
}

.top_sellers_info {
	display: flex;
}

.topsellers_controls .top_sellers_info img {
	width: 24px;
}

@media screen and (max-width: 910px) {

.tabs_menu_ctn {
	flex-direction: column;
	gap: 20px;
}

.tab_controls_ctn {
	justify-content: flex-start;
}

.topsellers_controls {
	flex-wrap: wrap;
}

.home_tabs_columns {
	min-height: auto;
}
}

.tab_controls_view {
	display: flex;
	margin-left: auto;
	gap: 15px;
}

img.tab_view_control {
	width: 36px;
	opacity: .5;
	transition: opacity .1s ease-in-out;
	cursor: pointer;
}

img.tab_view_control:hover {
	opacity: .8;
}

img.tab_view_control.selected {
	opacity: 1;
}

.tab_row_item {
	display: flex;
	gap: 6px;
	background: var(--light-ctn-bg);
	position: relative;
	transition: background .2s ease-in-out;
}

.tab_row_item:hover {
	background: var(--light-ctn-bg-hover);
}

.tab_row_item.focus {
	background: var(--light-ctn-bg-hover);
}

.tab_item_content {
	display: flex;
	flex-grow: 1;
	padding: 7px;
	gap: 2px;
}

.tab_item_col {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1 1 auto;
	min-width: 0;
}

.tab_item_rank {
	display: none;
	font-weight: 600;
	color: white;
	font-size: 22px;
	align-content: center;
	padding: 15px;
}

.tab_item_title {
	font-size: 16px;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tab_item_header {
	flex-shrink: 0;
	max-width: 231px;
	min-height: 0;
	aspect-ratio: 77 / 29;
}

.tab_item_tags {
	color: var(--light-fg);
	font-size: 12px;
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab_item_price {
	justify-content: flex-end;
	flex: 0 0 auto;
	white-space: nowrap;
}

.tab_item_platforms, .platforms {
	display: flex;
	gap: 5px;
	align-items: center;
}

.tab_item_platforms span.platform_img {
	opacity: .5;
}

.tab_item_platforms .platform_img, .platforms .platform_img {
	margin-left: 0;
}

.home_rightcol {
	display: flex;
	flex-direction: column;
	width: 30%;
	min-width: 0;
}

#tab_preview_container {
	flex: 0;
	position: sticky;
	top: var(--store-menu-overlap-height, 46px); /* Main menu height */
}

body.store_menu_hidden #tab_preview_container {
	top: 0;
}

.tab_preview {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: var(--light-ctn-bg-hover);
	box-sizing: border-box;
	width: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.tab_preview.focus {
	opacity: 1.0;
	pointer-events: auto;
	position: relative;
}

.tab_preview_details {
	background: var(--dark-ctn-bg);
	padding: 8px;
	gap: 6px;
	display: flex;
	flex-direction: column;
}

.tab_title {
	font-size: 18px;
	color: #ffffff;
}

body.v7 .home_rightcol .tab_title {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}

.tab_screenshots_ctn {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tab_preview_video {
	width: 100%;
	margin-bottom: 6px;
	aspect-ratio: 16/9;
	background: #000000;
}

.tab_preview .screenshot {
	width: 100%;
	height: unset;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center center;
}

.tab_preview .screenshot.empty {
	background-color: #000;
	display: -webkit-box; /* Very Old webkit */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* Old webkit */
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	color: #556b79;
}

span.platform_img {
	width: 20px;
	height: 20px;
}

span.platform_img img {
	width: 20px;
	height: 20px;
}

.home_under10_games_ctn {
	display: flex;
	padding: clamp(8px, 3vw, 18px);
	gap: 16px;
	background: var(--dark-ctn-bg);
	border-radius: 4px;
}

.tab_check_control label {
	display: flex;
	gap: 4px;
}

input[type="checkbox"] {
	width: 14px;
	height: 14px;
	cursor: pointer;
	accent-color: var(--blue);
}

.seasonal_sale input[type="checkbox"] {
	accent-color: var(--bright-teal);
}

@media screen and ( max-width: 910px )
{
	.home_tab_content .tab_content_items .TopSellerCapsule,
	.home_tab_content .sale_capsule, .home_under10_games_ctn .sale_capsule {
		min-width: 44%;
	}

	.home_tab_section > .home_pagecontent_ctn {
		padding: 0;
	}

	html.responsive .home_tabs_sections.grid_list_view .tab_content_items {
		grid-template-columns: repeat(2, 1fr);
	}

	html.responsive .home_tab_section .home_rightcol {
		display: none;
	}

	html.responsive .home_tabs_sections {
		width: 100%;
	}

	html.responsive .home_tabs_sections .tab_content_items .tab_item_content {
		/* display: none; */
	}

	html.responsive .home_tabs_sections .tab_content_items .tab_item_header {
		display: flex;
		align-items: center;
	}

	html.responsive .home_tabs_sections .tab_content_items .tab_item_title {
		font-size: 14px;
	}
}

@media screen and ( max-width: 1200px )
{
html.responsive .home_tab_content .tab_content_items .TopSellerCapsule:nth-child(even) {
	transform: translateY( 0 );
}

html.responsive .home_tab_content .tab_content_items {
	justify-content: center;
	gap: 12px;
}

html.responsive .home_tab_content .see_more_link {
	flex-direction: column;
	align-items: flex-end;
	margin-right: 2%;
}

html.responsive.GamepadMode .see_more_link {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-right: 0;
}

html.responsive .tab_item_header {
	max-width: 200px;
}

}

@media screen and ( max-width: 500px )
{
html.responsive .tab_row_item {
	flex-direction: column;
}

html.responsive .home_tabs_sections .tab_content_items .tab_item_header {
	display: flex;
	align-items: center;
	max-width: unset;
	max-height: unset;
}

html.responsive .home_tabs_sections .tab_content_items .tab_item_header .tab_row_capsule {
	max-height: unset;
}
}

.TopSellerCapsule .ds_flag {
	top: 15%;
}

.home_newupcoming_games_ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: clamp(8px, 2vw, 18px);
	gap: 16px;
	background: var(--dark-ctn-bg);
}

@media screen and ( max-width: 1200px )
{
.home_tabs_row {
	text-align: center;
}
}

.home_tab_bg_ctn {
	background: var(--dark-ctn-bg-gradient);
	/* background: var(--light-ctn-bg-gradient); */
	border-top: 2px solid transparent;
  	border-image: linear-gradient(to right, transparent, var(--blue-translucent) 50%, var(--blue-translucent) 50%, transparent) 1;
}

.home_tab_button {
	font-size: 20px;
	color: #ffffff;
	opacity: .7;
	font-weight: 500;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	/* 		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		 */
}

.home_tab_button:hover {
	opacity: 1;
}

.home_tab_button:hover:not( .active ) {
	color: #ffffff;
}

.home_tab_button.active {
	opacity: 1;
	border-bottom: 3px solid #1A9FFF;
}

.salerow {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.salerow3 .sale_capsule {
	width: calc( 100% / 3 );
}

.salerow4 .sale_capsule {
	width: 25%;
}

.salerow.multiline {
	flex-wrap: wrap;
	margin: -6px;
}

.sale_capsule {
	flex-grow: 0;
	display: block;
}

.sale_capsule .sale_capsule_curator {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 64px;
	width: 22%;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.3s;
}

.salerow.multiline .sale_capsule {
	margin: 6px;
}

body.v7 .sale_capsule .discount_block_inline, .store_main_capsule .discount_block_inline {
	background: transparent;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-align: right;
	justify-content: flex-end;
}

@media screen and ( max-width: 910px ) {

	html.responsive body.v7 .sale_capsule .discount_block_inline, .store_main_capsule .discount_block_inline {
		height: 32px;
	}

	html.responsive body.v7 .carousel_container .carousel_items:not(.no_paging), body.v7 .carousel_container.maincap .carousel_items:not(.no_paging) {
		padding-bottom: 8px !important; /* this is here to override store.css padding definition, it would be good to fix this properly */
	}
}


body.v7 .discount_block_large .bundle_base_discount {
	font-size: 12px;
}

@media screen and ( max-width: 500px ) {
.home_tab_content .discount_block .discount_prices {
	flex-direction: column;
	padding: 6px 8px;
	gap: 2px;
	align-items: flex-end;
}
}

.discount_block .discount_prices, .discount_block.no_discount .discount_prices, .discount_block_inline .discount_prices {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-shrink: 1;
	overflow: hidden;
	justify-content: end;
	background: var(--price-dark-bg);
	padding: 8px;
	gap: 4px;
}

/* Deep Dive */

.deep_dive_key_tags {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 8px;
	gap: 8px;
	background: var(--blue-gradient-bg-muted);
	max-height: 61px;
	max-width: 286px;
	overflow: hidden;
}

.deep_dive_tag {
	background: var(--mid-ctn-bg);
	color: var(--light-fg);
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	text-wrap: nowrap;
	justify-self: start;
}

/* Top New Releases */

.top_new_releases_ctn {
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: 16px auto;
}

.top_new_releases_date {
	padding: 3px 8px;
	border-radius: 4px;
	font-weight: bold;
	color: #ffffff;
	background: var(--multi-color-bg-gradient-1);
}

.top_new_releases_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-mask-image: linear-gradient( 90deg, transparent 0%, rgba(0, 0, 0, .25) 15%, rgba(0, 0, 0, .25) 85%, transparent 100%);
	mask-image: linear-gradient( 90deg, transparent 0%, rgba(0, 0, 0, .25) 15%, rgba(0, 0, 0, .25)k 85%, transparent 100%);
	opacity: 0.5;
	z-index: -1;
}

.top_new_releases_carousel_bg {
	background: var(--multi-color-bg-gradient-1);
	padding: 20px 10px 10px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}

/* Styling for top new releases section during seasonal sales so the background doesn't clash with the seasonal tile */

.seasonal_sale .top_new_releases_background {
	-webkit-mask-image: linear-gradient(90deg, #00000000 0%, rgba(0, 0, 0, .25) 5%, rgb(0 0 0 / 85%) 85%, transparent 100%);
	mask-image: linear-gradient(90deg, #00000000 0%, rgba(0, 0, 0, .25) 5%, rgb(0 0 0 / 85%) 85%, transparent 100%);
	isolation: isolate;
	opacity: 1;
	filter: saturate(.5);
}

.seasonal_sale .top_new_releases_background::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #0d56cd;
	mix-blend-mode: color;
	opacity: 1;
	pointer-events: none;
}

/* End Top New Releases */

/* Personal Calendar (most of this styling is in the feature's scss) */

.personal_calendar_ctn {
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: 16px auto;
}

.personal_calendar_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-repeat: repeat; */
	background-size: cover;
	-webkit-mask-image: linear-gradient( 90deg, transparent 0%, rgba(0, 0, 0, .25) 15%, rgba(0, 0, 0, .25) 85%, transparent 100%);
	mask-image: linear-gradient( 90deg, transparent 0%, rgba(0, 0, 0, .25) 15%, rgba(0, 0, 0, .25)k 85%, transparent 100%);
	opacity: 0.35;
	z-index: -1;
}

.personal_calendar_ctn .title_grid .home_section_button {
	grid-area: button_low;
}

/* Trending Among Friends */

.friends_container {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 8px;
	gap: 8px;
	background: var(--blue-gradient-bg-muted);
}

.avatars {
	display: flex;
	gap: 6px;
	height: 32px;
}

/* Infinite Scroll */

.home_page_content {
	position: relative;
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
}

.home_content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 25px 0;
}

.home_content_items {
	display: flex;
	justify-content: space-between;
}

.home_content_item {
	display: flex;
	flex-direction: column;
}

.home_content .home_smallcap_title {
	color: #fff;
	font-size: 14px;
	padding: 8px;
	background: var(--blue-gradient-bg-muted);
}

.home_content.twowide a.home_content_item {
	width: 590px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.home_content_items a.home_content_item:last-child  {
	margin-right: 0;
}

.home_content .ds_flag {
	/* top: 50px; */
}

#content_more .filtered_capsule {
	display: none;
}

.home_content.fourwide a.home_content_item {
	width: 283px;
	float: left;
	position: relative;
	margin: 0 6px;
}

.single_header_ctn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
}

.single_title_ctn {
	display: flex;
	flex-direction: column;
}

.home_content.single {
	background: var(--dark-ctn-bg);
	padding: 16px;
	color: var(--light-fg);
	margin-top: 30px;
}

.home_content.single_buttonbar {
	padding: 0px 0px 16px 16px;
	color: var(--light-fg);
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.home_content.single .gamelink {
	position: relative;
	z-index: 10;
	display: flex;
	gap: 15px;
}

.home_content.single .capsule {
	width: 616px;
}

.home_content.single .microtrailer_wrapper {
	position: relative;
}

.home_content.single .screenshots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	align-items: center;
}

.home_content.single a.screenshot {
	display: inline-block;
	height: auto;
	text-align: center;
	margin: 10px 0 -22px;
	margin-top: 8px;
	transition: scale 0.5s;
	-webkit-transition: scale 0.5s;
}

.home_content.single .screenshot {
	flex: 1 1 calc(50% - 5px);
	aspect-ratio: 16 / 9;
	max-width: 100%;
	max-height: 136px;
	transition: transform 0.15s ease-in-out;
}

.home_content.single .screenshot:hover {
	transform: scale(1.05);
	z-index: 10;
	box-shadow: 0px 0px 4px #000;
	cursor: pointer;
}

.home_content a.home_content_item img, .home_content .item img  {
	width: 100%;
	height: 100%;
}

body.v7 h2:not(.BB_Header2), .home_content_reason {
	font-family: "Motiva Sans", Sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #9099a1;
	margin: 0;
	letter-spacing: unset;
	font-weight: normal;
	padding-top: 2px;
}

body.v7 h2:not(.BB_Header2).single_title {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

.home_content .btnv6_white_transparent {
	border-radius: 2px;
	border: none;
	padding: 1px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
	color: #fff !important;
	background: transparent;
	text-wrap: nowrap;
}

.home_content .btnv6_white_transparent span {
	display: block;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.home_content .btnv6_white_transparent:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover {
	text-decoration: none !important;
	color: #fff !important;
	background: transparent;
}

.home_content .btnv6_white_transparent:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover > span {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 2px;
}

.home_content.fourwide, .home_content.twowide {
	padding: 0 16px;
}

.home_content_screenshot_img {
	max-width: 100%;
}

.home_content_single_ctn {
	display: flex;
}

.home_content_single_ctn .screenshot_preview {
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 300ms;
	position: absolute;
	transform: translate(-50%, -50%);
	aspect-ratio: 16/9;
	left: 50%;
	top: 50%;
	opacity: 0;
	width: 100%;
	height: 110%;
}

.home_content_single_ctn .screenshot_preview.hover_active {
	opacity: 1;
	z-index: 3;
}

/* Tablet styling for single item display in infinite scroll */
@media screen and ( max-width: 1200px ) {

html.responsive .home_content.single .screenshots {
	min-width: 0;
}

html.responsive .home_content.single .screenshot {
	flex: 1 1 calc(50% - 5px);
	min-width: 0;
}

html.responsive .home_content.single .microtrailer_wrapper {
	flex: 1 0 55%;
}

html.responsive .home_content.single .capsule {
	width: 100%;
}

html.responsive .home_content.single .gamelink {
	width: 100%;
}

.tabs_menu_ctn {
	flex-direction: column;
	gap: 10px;
}
}

@media screen and ( max-width: 910px ) {
html.responsive body.v7 .home_content_ctn .page_content_ctn.dark {
	padding: 20px 2% 0 2%;
}

html.responsive .home_page_content {
	width: auto;
}

html.responsive .home_page_content h2 {
	margin-bottom: 4px;
	letter-spacing: 0.01em;
}

html.responsive .home_content.twowide a.home_content_item {
	width: calc(50% - 5px);
	padding: 0;
	margin-right: 0;
}

html.responsive .home_content.fourwide a.home_content_item {
	width: calc(50% - 5px);
	padding: 0;
	margin: 0 0 10px 0;
}

html.responsive:not( .GamepadMode ) .home_content.fourwide .home_content_items {
	flex-wrap: wrap;
}

html.responsive .home_content.single .gamelink {
	flex-direction: column;
	max-width: 100%;
	gap: 8px;
}

html.responsive .home_content.single .capsule {
	height: auto;
	width: 100%;
	max-width: none;
	display: block;
}

html.responsive .home_content.single .screenshots {
	/* display: block; */
	white-space: nowrap;
	gap: 6px;
}

html.responsive .home_content.single .screenshots .screenshot {
	margin: 0;
	display: inline-block;
	margin-right: 2px;
}

html.responsive div.nonresponsive_hidden {
	display: block;
}

html.responsive .responsive_hidden {
	display: none;
}

html.responsive .ds_wishlist_flag {
	max-width: 0px;
	overflow: hidden;
}
}

@media screen and ( max-width: 910px ) {
html.responsive .home_content.single .gamelink {
	display: block;
}

html.responsive .home_content.single .screenshots {
	display: block;
	margin-top: 10px;
	gap: 6px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-snap-stop: always;
}

html.responsive .home_content.single .screenshots .screenshot {
	margin-right: 0;
	scroll-snap-align: start;
}

html.responsive .home_content.single .capsule {
	max-width: none;
	display: block;
}
}

/* at 910 wide, fix price layout for long currencies within the 6-pack layouts */
@media screen and ( max-width: 910px )
{
body.currency_wide .home_category_games_ctn .discount_pct,
body.currency_wide .four_pack_block .discount_pct {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.currency_wide .home_category_games_ctn .sale_capsule .discount_block_inline,
body.currency_wide .four_pack_block .sale_capsule .discount_block_inline {
	flex-direction: row;
	display: flex;
}

body.currency_wide .home_category_games_ctn .sale_capsule .discount_block_inline .discount_prices,
body.currency_wide .four_pack_block .sale_capsule .discount_block_inline .discount_prices {
	display: flex;
	flex-direction: column;
}

html.responsive .carousel_container .carousel_items .hero_row {
	flex-wrap: nowrap;
}
}

/* at 500 wide, fix price layout for long currencies within most capsules */
@media screen and ( max-width: 500px ) {
html.responsive div.mobile_video_set .fullscreen-bg__video_mobile {
	height: 70vw !important;
}

body.responsive_page .home_page_body_ctn .home_page_takeover_sizer {
	height: 40vw;
}

html.responsive .page_background_overlay {
	width: 100vw;
}

html.responsive body.v7 .fullscreen-bg {
	align-items: flex-start;
}

html.responsive body.v7 .home_deck_banner.mobile {
	display: block;
}

html.responsive body.v7 .home_deck_banner.desktop {
	display: none;
}

body.currency_wide .discount_pct {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.currency_wide .sale_capsule .discount_block_inline,
body.currency_wide .hero_capsule .discount_block_inline {
	flex-direction: row;
	display: flex;
}

body.currency_wide .sale_capsule .discount_block_inline .discount_prices,
body.currency_wide .hero_capsule .discount_block_inline .discount_prices {
	display: flex;
	flex-direction: column;
}

body.v7 .franchise_discount_tag {
	display: none;
}

html.responsive .sale_capsule.with_microtrailer.microtrailer_active .sale_capsule_video {
	width: 100%;
}

html.responsive .sale_capsule_carousel .sale_capsule {
	width: 250px;
}

html.responsive .capsule_image_ctn:hover {
	transform: none;
}

html.responsive .hero_capsule:hover .hero_discount {
	bottom: 0;
}

html.responsive .hero_capsule:hover img.hero_capsule_img {
	opacity: 1;
}

html.responsive .home_pagecontent_ctn .ctn_background .carousel_container.paging_capsules {
	padding: 0 0 12px 8px;
}
}

.capsule_image_ctn, .sale_capsule_image_ctn {
	position: relative;
	z-index: 2;
	transition: transform 0.2s ease-in-out;
	display: block;
}

.sale_capsule:hover .capsule_image_ctn, .sale_capsule:hover .sale_capsule_image_ctn {
	transform: scale(1.05);
}

@media screen and ( max-width: 910px )
{
html.responsive .salerow4,
html.responsive .salerow3
{
	flex-wrap: wrap;
	margin: 0 -6px 12px 0px;
}

html.responsive .salerow4 .sale_capsule
{
	width: 48%;
	margin-left: 0;
	margin-bottom: 12px;
}
html.responsive .salerow3 .sale_capsule {
	margin-left: 0px;
}
html.responsive .salerow3 .sale_capsule:nth-child(-n+2) {
	width: 48%;
}
html.responsive .salerow3 .sale_capsule:nth-child(3) {
	width: 100%;
	margin-top: 12px;
}
}

.hero_row {
	display: flex;
	justify-content: center;
}

.carousel_container .carousel_items.hero_row {
	margin: 0;
}

.hero_capsule .discount_block_inline .discount_prices {
	background: var(--price-dark-bg);
}

.hero_click_overlay {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.hero_capsule {
	width: 28vw;
	max-height: 450px;
	max-width: 374px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	scroll-snap-align: start;
}

.hero_capsule.hidden {
	display: none;
}

.hero_capsule .ds_flag {
	top: 3%;
}

.hero_capsule .hero_tags_ctn {
	display: flex;
	flex-wrap: wrap;
}

.hero_capsule .hero_tag {
	font-size: 1em;
	color: var(--light-fg);
	text-align: center;
	background-color: var(--mid-ctn-bg);
	padding: 3px 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 3px;
}

.hero_capsule:first-child
{
	margin-left: 0;
}

.hero_capsule img.hero_capsule_img {
	max-width: 100%;
	display: block;
}

.hero_discount {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: bottom 0.3s;
}

.hero_discount.discount_block_inline.no_discount .discount_prices {
	line-height: 25px;
}

.hero_add_to_cart {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 10%;
	transition: top 0.3s;
	padding: 0 0 0 6%;
}

.hero_capsule:hover .hero_discount {
	bottom: 6%;
	background-color: var(--price-dark-bg);
}

.hero_data {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: var(--blue-gradient-bg-muted-opaque);
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		color: #ffffff;
	height: 54%;
	opacity: 0.5;

	transition: top 0.3s, opacity 0.15s;
}

.hero_capsule .hover_video_container {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.hover_active.hero_capsule .capsule_hover_screenshots {
	top: 0;
	opacity: 1.0;
}

.hero_capsule .capsule_hover_screenshots {
	position: absolute;
	margin: 0;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 46.5%;
	opacity: 0;
	pointer-events: none;
	background: #000000;
	transition: top 0.3s, opacity 0.15s;
	transform: none;
}

.hero_capsule .hero_video {
	width: 100%;
}

.hero_capsule.valveindex .franchise_game.single {
	padding: 0 20%;
}

.hero_capsule.valveindex .hero_data {
	height: 58.5%
}

.hero_capsule.valveindex:hover .hero_data {
	top: 41.5%
}

.hero_capsule:hover .hero_data, .hero_capsule.gpfocus .hero_data {
	top: 46.5%;
	opacity: 1.0;
}


.hero_data_content {
	padding: 6%;
}

.hero_stat {
	white-space: nowrap;
	overflow: hidden;;
	text-overflow: ellipsis;
	line-height: 1.7em;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 3px;
}

.hero_name {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		line-height: 1.2em;
	font-size: 2em;
	margin-bottom: 5px;
}

.hero_stat .label {
	color: #959595;
}

@media screen and ( max-width: 910px )
{
.hero_capsule {
	font-size: 10px;
	width: 40vw;
}

html.responsive .carousel_container .hero_row {
	justify-content: unset;
}

html.responsive body.v7 .tag_carousel .carousel_items:not(.no_paging) > * {
	width: auto;
}

html.responsive .carousel_container .carousel_items .hero_capsule {
	margin-left: 8px;
	max-width: 325px;
	height: max-content;
}

html.responsive .hero_capsule img.hero_capsule_img {
	height: auto;
}
}

@media screen and ( max-width: 500px )
{
html.responsive .carousel_container .carousel_items .hero_capsule {
	max-width:250px;
	width: auto;
}
}

@media screen and (max-width: 1200px) {
.hero_add_to_cart {
	visibility: hidden;
}
}

/* this is so tags will go to a single line at a reasonable breakpoint */
@media screen and (max-width: 1350px) {
	html.responsive .hero_tags_ctn {
		max-height: 28px;
		overflow: hidden;
	}
}

.home_discount_games_ctn {
	display: flex;
	flex-wrap: wrap;
	padding: clamp(8px, 2vw, 18px);
	margin-bottom: 10px;
	background: var(--multi-color-bg-gradient-2);
	border-radius: 2px;
	gap: 16px;
}

.home_discount_games_ctn .sale_capsule {
	margin: 0;
	max-width: 50%;
	min-width: 40%;
	flex: 1;
}

.home_discount_games_ctn.single_row .sale_capsule {
	max-width: 25%;
	min-width: 20%;
}

.content_hub_carousel_ctn .content_hub_capsule_ctn {
	scroll-snap-align: start;
	height: 221px;
}

@media screen and ( max-width: 1200px )
{
html.responsive .content_hub_carousel_ctn .content_hub_capsule_ctn {
	width: 17vw;
	height: 16vw;
}
}

@media screen and ( max-width: 910px )
{
html.responsive .content_hub_carousel_ctn .content_hub_capsule_ctn {
	width: 185px;
	height: 160px;
}
}

.featured_in_game_event_carousel_top, .featured_in_game_event_carousel_bottom {
	padding-top: 2px;
}

.content_hub_carousel_ctn {
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		position: relative;
}

.content_hub_carousel_ctn .title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
}

.content_hub_carousel_ctn .carousel_items > div {
	justify-content: space-between;
}

.content_hub_carousel_ctn .content_hub_capsule_ctn {
	width: 19%;
	position: relative;
	max-width: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.content_hub_carousel_ctn .content_hub_capsule_ctn img {
	width: 100%;
	display: block;
	filter: saturate(0.7);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}

.content_hub_capsule_ctn .gradient {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: radial-gradient(115% 120% at 0% 0%, transparent, #2880a6);
	transition: opacity 0.2s ease-in-out;
}

.content_hub_capsule_ctn:nth-child(5n+1) .gradient {
	background: linear-gradient(155deg, rgba(0, 0, 0, 0.00) 15.03%, rgba(74, 14, 15, 0.45) 48.83%, rgba(61, 8, 9, 0.60) 84.73%), linear-gradient(135deg, rgba(0, 0, 0, 0.00) 9.72%, rgba(115, 11, 13, 0.26) 30.04%, rgba(238, 23, 27, 0.38) 51.69%, rgba(255, 0, 4, 0.50) 92.99%);
}

.content_hub_capsule_ctn:nth-child(5n+2) .gradient {
	background: linear-gradient(155deg, rgba(0, 0, 0, 0.00) 15.03%, rgba(74, 55, 14, 0.45) 48.83%, rgba(61, 38, 8, 0.60) 84.73%), linear-gradient(135deg, rgba(0, 0, 0, 0.00) 9.72%, rgba(115, 75, 11, 0.26) 30.04%, rgba(238, 149, 23, 0.38) 51.69%, rgba(255, 94, 0, 0.50) 92.99%);
}

.content_hub_capsule_ctn:nth-child(5n+3) .gradient {
	background: linear-gradient(155deg, rgba(0, 0, 0, 0.00) 15.03%, rgba(41, 143, 25, 0.45) 48.83%, rgba(86, 85, 33, 0.60) 84.73%), linear-gradient(135deg, rgba(0, 0, 0, 0.00) 9.72%, rgba(243, 240, 19, 0.26) 30.04%, rgba(124, 114, 178, 0.38) 51.69%, rgba(251, 255, 0, 0.50) 92.99%);
}

.content_hub_capsule_ctn:nth-child(5n+4) .gradient {
	background: linear-gradient(155deg, rgba(0, 0, 0, 0.00) 15.03%, rgba(14, 59, 74, 0.45) 48.83%, rgba(88, 155, 165, 0.60) 84.73%), linear-gradient(135deg, rgba(0, 0, 0, 0.00) 9.72%, rgba(11, 74, 115, 0.26) 30.04%, rgba(23, 217, 238, 0.38) 51.69%, rgba(54, 159, 170, 0.50) 92.99%);
}

.content_hub_capsule_ctn:nth-child(5n+5) .gradient {
	background: linear-gradient(155deg, rgba(0, 0, 0, 0.00) 15.03%, rgba(22, 14, 74, 0.45) 48.83%, rgba(20, 8, 61, 0.6) 84.73%), linear-gradient(135deg, rgba(0, 0, 0, 0) 9.72%, rgba(41, 16, 101, 0.26) 30.04%, rgba(90, 42, 221, 0.38) 51.69%, rgba(113, 38, 243, 0.5) 92.99%);
}

.content_hub_capsule_ctn .label_ctn {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 90%;
	padding: 1em;
	pointer-events: none;
	transition: transform 0.2s ease-in-out;
}

.content_hub_capsule_ctn .label {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 0.1ch;
	color: #121212;
	text-transform: uppercase;
	background: #ffffff;
	padding: 6px 12px;
	border-radius: 4px;
}

.content_hub_capsule_ctn:hover img {
	transform: scale(1.05);
	filter: brightness(1.1);
}

.content_hub_capsule_ctn:hover .gradient {
	opacity: 0.5;
}

.content_hub_capsule_ctn:hover .label_ctn {
	transform: translateY(44px);
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule {
	position: relative;
	scroll-snap-align: start;
	width: calc( 100% / 3 );
	height: auto;
}

html.GamepadMode .content_hub_carousel_ctn .season_sale_feature_event_capsule  {
	width: calc( 100vw / 3 );
}

@media screen and ( max-width: 500px ) {

html.responsive .content_hub_carousel_ctn .season_sale_feature_event_capsule {
	width: 91vw;
}

}

@media screen and ( max-width: 910px ) {

	html.responsive:not( .GamepadMode ) .carousel_container .carousel_items:not(.no_paging),
	html.responsive:not( .GamepadMode ) .carousel_container.maincap .carousel_items:not(.no_paging) {
		scroll-padding: 10px;
	}

	html.responsive .special_offers .carousel_container, html.responsive .home_deck_section .carousel_container {
		margin-bottom: 10px;
	}

}

.content_hub_carousel_ctn .season_sale_feature_event_capsule img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0)) blur(0) brightness(1);
	transition: filter .2s ease-in-out;
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule:hover img {
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5)) blur(3px) brightness(0.7);
	cursor: pointer;
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule .feature_event_title {
	font-weight: 600;
	font-size: 14px;
	height: 43px;
	padding-right: 12px;
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule .feature_event_subtitle {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	padding: 16px;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule:hover .feature_event_subtitle {
	opacity: 1;
}

.content_hub_carousel_ctn .season_sale_feature_event_capsule .feature_event_appname {
	color: rgba(255,255,255,0.6);
}

.featured_in_game_event_carousel_bottom .arrow.left,
.featured_in_game_event_carousel_bottom .arrow.right {
	top: 13%;
}

.carousel_container .arrow.right > div {
	background-image: url( 'https://cdn.akamai.steamstatic.com/store/icons/cut_arrow.svg' );
	background-size: contain;
}

.carousel_container .arrow.left > div {
	background-image: url( 'https://cdn.akamai.steamstatic.com/store/icons/cut_arrow.svg' );
	transform: rotate(180deg);
	background-size: contain;
}

.carousel_container .arrow > div {
	height: 50px;
}

.carousel_container .arrow {
	transform: translateY(calc(-50% + 37px));
	height: 50px;
}

.carousel_container .arrow.right {
	right: -50px;
	background: none;
	opacity: .7;
	transition: opacity .2s ease-in-out;
}

.carousel_container .arrow.right:hover {
	transform: translateY(calc(-50% + 37px));
	opacity: 1;
	background: none;
}

.carousel_container .arrow.left {
	left: -50px;
	background: none;
	opacity: .7;
	transition: opacity .2s ease-in-out;
}

.carousel_container .arrow.left:hover {
	transform: translateY(calc(-50% + 37px));
	opacity: 1;
	background: none;
}

.carousel_container.maincap .arrow.right:hover {
	transform: translateY(calc(-50% + 37px));
	opacity: 1;
	background: none;
}

.carousel_container.maincap .arrow.left:hover {
	transform: translateY(calc(-50% + 37px)) translateX(0px);
	opacity: 1;
	background: none;
}

.carousel_container .carousel_thumbs > div.focus {
	background-color: hsla(202,60%,100%,1);
}

/* Game Hover overrides */

.game_hover_box {
	background: linear-gradient(360deg, #2a4153 0%, #213340 100%);
	background: #344352;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	color: white;
}

.game_hover_box h4.hover_title {
	color: white;
}

.game_hover .hover_release {
	font-weight: 300;
	color: var(--light-fg);
}

.game_hover .hover_arrow_left, .game_hover .hover_arrow_right {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 36px;
}

.game_hover .hover_arrow_left {
	left: -6px;
	background: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDMgNzkuOTY5MGE4NywgMjAyNS8wMy8wNi0xOToxMjowMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNi0wMi0yM1QwOToyNDoyMi0wODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjYtMDMtMDRUMTA6MzM6NDktMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjYtMDMtMDRUMTA6MzM6NDktMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmE4NjM1ZTIzLWNiOTAtYjk0Yy05ODZhLTEwYTM3YTAwYzE4NiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZjMTlkMTRhLWM2ZjktNjQ0NC05MTAzLTZhZDNhNzdkZDMyYyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmUyZjc0MGI0LTZhNDktODE0YS04NmIxLWUxZTExMWVjYjc4MiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTJmNzQwYjQtNmE0OS04MTRhLTg2YjEtZTFlMTExZWNiNzgyIiBzdEV2dDp3aGVuPSIyMDI2LTAyLTIzVDA5OjI0OjIyLTA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjcuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE4NjM1ZTIzLWNiOTAtYjk0Yy05ODZhLTEwYTM3YTAwYzE4NiIgc3RFdnQ6d2hlbj0iMjAyNi0wMy0wNFQxMDozMzo0OS0wODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI3LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgXYXy4AAAB+SURBVDiNldK5DYBAEATB5pYoMPHwSQCRAfHgkRmBISR0SDz3zI7d5U0zzguOrcETA1vwxADBEyvgFdfALy6BZJwD2TgFivEXVOMnkOIbyPENGhyzrh924AAmFQDIyCKQkT2AhOwDqsgSoIgsA7KoBJKoBn5IAS/UKnXc9bcTwPIk9hr1XxQAAAAASUVORK5CYII=' ) no-repeat top;
}

.game_hover .hover_arrow_right {
	background: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDMgNzkuOTY5MGE4NywgMjAyNS8wMy8wNi0xOToxMjowMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNi0wMi0yM1QwOToyNDoyMi0wODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjYtMDMtMDRUMTA6MzQ6MjEtMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjYtMDMtMDRUMTA6MzQ6MjEtMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmZkYzUwNzlhLTczZWMtMWE0Yy1iN2Y4LTYwYzVhZjMwYzIzOCIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMwYmRkMGZjLWFmYWUtNjU0NS1hMGUxLTZjYmJlOGQxMzlhMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjViNThlMTc3LWNhMTQtOWU0ZC1hMmVhLWY4ZjJiZWMxOGI1MiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWI1OGUxNzctY2ExNC05ZTRkLWEyZWEtZjhmMmJlYzE4YjUyIiBzdEV2dDp3aGVuPSIyMDI2LTAyLTIzVDA5OjI0OjIyLTA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjcuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmZkYzUwNzlhLTczZWMtMWE0Yy1iN2Y4LTYwYzVhZjMwYzIzOCIgc3RFdnQ6d2hlbj0iMjAyNi0wMy0wNFQxMDozNDoyMS0wODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI3LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr2slw0AAACLSURBVDiNldSxDYAgEIXh5+kUlnb2buAG7kNMdDIdTA2JJgLH8biGQP4vZ2UzzYsDsIOcth/GA8AF4GSAvOcGwNUAGkl0LyJR3kwkmfcsEmO7isQAKpICSBADAtSBn61mwzdNDVj9FqmJQX7S+sUMCOISSGILqDEyIBtrwIxjUIz/gIr9+L/GzcZePDspGk13l2WIAAAAAElFTkSuQmCC' ) no-repeat top;
	right: -6px;
}

.hover_tag_row .app_tag {
	background-color: #A7BACC;
	color: #18252f;
	box-shadow: none;
	padding: 0 4px;
	font-size: 11px;
	border-radius: 2px;
}

.hover_body .hover_review_summary {
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 4px;
	color: #c6d4df;
	background-color: rgba(0, 14, 33, 0.285);
}

.game_hover #hover_desc {
	font-weight: 300;
	color: var(--light-fg);
}

.game_hover .tags_title {
	font-weight: 300;
	color: var(--light-fg);
}
