
/* Color variables for normal use */
:root {
	--dark-ctn-bg: rgba(0, 0, 0, .2);
	--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.04);
	--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(179, 218, 255, 0.09);
	--light-fg: rgba(255,255,255,0.8);
	--mid-ctn-bg: rgba(179, 218, 255, 0.12);
	--green: #A1CD44;
	--bright-teal: #00e4e4;
	--blue: #1a9fff;
	--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%);
}

/* Color variable overrides for use during a seasonal sale */
:root .seasonal_sale {
	--light-ctn-bg: rgba(20, 60, 65, 0.45);
	--light-ctn-bg-hover: rgba(97, 255, 252, 0.09);
	--dark-ctn-bg: rgba(21, 53, 57, 0.75);
	--mid-ctn-bg: rgba(20, 60, 65, 0.55);
	--blue-gradient-bg-muted: radial-gradient(ellipse 161.29% 1235.17% at -3.10% 130.83%, rgb(55, 75, 85) 0%, rgb(25, 80, 87) 60%, rgb(33, 92, 98) 100%);
	--light-ctn-bg-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(17, 40, 41, .35) 65%, rgba(23, 62, 62, .5) 95%, rgba(40, 98, 96, .5) 100%);
	--light-ctn-bg-gradient-top-color: rgba(40, 98, 96, .5);
	--multi-color-bg-gradient-1: linear-gradient(285deg, rgba(56, 25, 41, .9) 5%, rgb(70, 36, 66, .9) 95%);
}

body.v7 {
	background-color: rgb(16, 30, 48);
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px), 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%), linear-gradient(145deg, rgb(10, 49, 78) 10%, rgb(16, 30, 48) 70%);
	background-size: 10px 10px, cover, cover;
	background-repeat: repeat, no-repeat, no-repeat;
	background-position: top, center, center;
	background-attachment: scroll, fixed, fixed;
	min-height: 100vh;
	font-family: "Motiva Sans", Sans-serif;
}

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

body.v7 .home_page_takeover_sizer {
	max-height: 450px;
	display: block;
}

body.v7 .home_page_takeover_sizer_mobile {
	display: none;
}

body.v7 .home_page_takeover_link {
	position: relative;
}

body.v7 .home_page_body_ctn {
	position: relative;
	overflow: hidden;
}

.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: black;
}

body.v7 .home_sticker_ctn.mobile, body.v7 .home_deck_banner.mobile {
    display: none;
}

.carousel_container.paging_capsules .carousel_items > * {
	display: -webkit-box; /* Very Old webkit */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* Old webkit */
	display: flex;

	transition: opacity 400ms;
}

.carousel_container.paging_capsules .carousel_items > * > *:not(:last-child) {
	margin-right: 6px;
}

.carousel_container .carousel_thumbs > div {
	height: 4px;
}

.page_background_holder_mobile {
    display: none;
}

.page_background_overlay {
	width: 45vw;
	max-width: 700px;
	height: 100%;
	max-height: 683px;
	margin-left: 50%;
	position: absolute;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
}

.page_background_overlay.alternate {
	width: 90vw;
	max-width: 1350px;
}

.click_for_alt {
	width: 20%;
	height: 20%;
	max-height: 150px;
	max-width: 150px;
	position: absolute;
	bottom: 14%;
	right: 0;
	cursor: url( 'https://cdn.akamai.steamstatic.com/store/promo/winter2024/Winter24_Paw.svg?v=1' ), pointer;
	pointer-events: auto;
}

.page_background_overlay.alternate .click_for_alt {
	bottom: 28%;
	right: 0;
}

@media screen and (max-width: 500px )
{
	body.v7 .page_background_overlay.alternate .click_for_alt {
		right: 10%;
	}
}

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

@media all and (max-width: 910px) {
	body.responsive_page .home_page_body_ctn.has_takeover .fullscreen-bg__video {
		height: 46vw;
	}
	/* takeovers should now scale down based on the center ~960 pixels */
	body.responsive_page .page_background_holder {
		height: 46vw !important;
		background-size: cover !important;
	}
	body.responsive_page .home_page_body_ctn.has_takeover .home_page_takeover_sizer {
		height: 46vw !important;
	}
	body.responsive_page .home_page_body_ctn.has_takeover .home_page_takeover_sizer img {
		height: 46vw !important;
	}
}

@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 .fullscreen-bg__video, html.responsive .page_background_holder, html.responsive div.home_page_takeover_sizer {
		display: none;
	}

	/* set height on sizer if either mobile version exist */
	html.responsive .home_page_body_ctn.has_takeover.mobile_static_set .home_page_takeover_sizer_mobile,
	html.responsive .home_page_body_ctn.has_takeover.mobile_video_set .home_page_takeover_sizer_mobile {
		height: 55vw !important;
		display: block;
	}
	html.responsive .mobile_static_set .home_page_takeover_sizer .home_header_textimage_ctn a,
	html.responsive .mobile_video_set .home_page_takeover_sizer .home_header_textimage_ctn a {
		height: auto;
	}

}

.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: 26px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 0px 10px 10px;
	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 */

		}

.home_sticker_ctn {
	background-size: contain;
	min-height: 150px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0, 0.73, 0.48, 1);
	transform: scale(1.0);
	margin: 0 0 0 0;
}

/* ============================================ */
/* STEAM AWARDS homepage section */
.home_steamawards_ctn.home_pagecontent_ctn {
    position: relative;
    background: url('https://cdn.akamai.steamstatic.com/store/promo/steamawards2024/header_notrophy.webp'), #111111;
    background-blend-mode: color-dodge;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

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

		    font-size: 44px;
    letter-spacing: -0.7px;
    color: #EBF000;
    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: #ffffff;
    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(6, 1fr);
    gap: 50px 10px;
}

@media screen and (max-width: 1115px )
{
    html.responsive .winner_grid {
        grid-template-columns: repeat(5, 1fr);
        width: 95vw;
    }

    html.responsive .trophy_icon {
        width: 13%;
    }

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

    html.responsive .winner_ctn {
        height: 21.5vw;
    }
}
@media screen and (max-width: 975px )
{
    html.responsive .winner_grid {
        grid-template-columns: repeat(4, 1fr);
    }

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

    html.responsive .winner_ctn {
        height: 27vw;
    }
}
@media screen and (max-width: 745px )
{
    html.responsive .winner_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    html.responsive .winner_ctn {
        height: 36vw;
    }

    html.responsive .trophy_icon {
         top: -5vw;
     }
}
@media screen and (max-width: 560px )
{
    html.responsive .winner_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    html.responsive .winner_ctn {
       height: 55vw;
    }
}

.winner_ctn {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 8px black;
    background-color: #67629c;
    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: 6px;
    font-size: 19px;
    line-height: 21px;
    color: white;
    text-align: center;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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: 12px;
}

/* 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: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	/* text-transform: none; */
}

.featured_special_deals .home_section_subtitle, .title_grid .home_section_subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 19px;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.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;
}

body.v7 .ds_options {
	z-index: 100;
}

.home_pagecontent_ctn {
    max-width: 1300px;
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 50px;
    width: auto;
}

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

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

	#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);
	padding: 0 6px;
    font-size: 16px;
}

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;
}

body.v7 .discount_block.no_discount .bundle_base_discount {
    display: inline-block;
	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: 500px )
{
    body.v7 .discount_prices > div {
        font-size: 11px;
    }
    body.v7 .discount_pct {
        padding: 5px;
        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: 24px;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 600;
	color: #ffffff;
}

.home_section_subtitle {
	display: flex;
	font-size: 14px;
	text-transform: none;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #ffffff;
}

.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";
	z-index: 1;
	position: relative;
	padding: 0 0 10px 10px;
}

@media screen and (max-width: 800px )
{
	.title_grid {
		grid-template-areas:
			"title title"
			"subtitle button";
	}
}

.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 10px 10px;
	flex-wrap: wrap;
}

.home_deck_title {
	z-index: 1;
}

.home_deck_section {
	background: rgba(0, 0, 0, 0.15);
	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 {
    transition: opacity 0.3s;
    position: relative;
    z-index: 2;
}

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

.with_microtrailer:hover .ds_flag {
    opacity: 0;
}

.sale_capsule_video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	max-height: 113%;
    z-index: 3;
    opacity: 0;
	object-fit: cover;
	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: 17px;
}

.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;
}

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

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

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

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

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: 600;
	font-size: 14px;
}

.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 carousel (Not to be confused with the v6 spotlight */
.carousel_container.spotlight .carousel_items > * {
	display: -webkit-box; /* Very Old webkit */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex; /* Old webkit */
	display: flex;

	transition: opacity 400ms;
}

.home_special_offers_group {
	background: var(--light-ctn-bg);
	padding: 18px 21px;
	gap: 18px;
}

.spotlight_col {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.spotlight_col .sale_capsule {
	margin: 0;
}

/* .carousel_container.spotlight .carousel_items > * > div {
	margin-right: 11px;
}

.carousel_container.spotlight .carousel_items > * > div:last-child {
	margin-right: 0px;
} */

.carousel_container.spotlight .carousel_items > * .store_capsule {
	width: 374px;
	height: 256px;
	background-size: cover;
	background: none;
}

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

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

.specials_target {
    display: flex;
    height: 256px;
	width: 374px;
}

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

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

.carousel_container.spotlight .spotlight_img {
	width: 374px;
	height: 448px;
	padding: 0px;
}

.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;
}

.home_area_spotlight {
	display: flex;
	flex-direction: column;
	height: 528px;
}

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

/* Main Cap */

.store_main_capsule {
	margin: 0;
	flex-grow: 0;
	color: #fff;
	background: var(--dark-ctn-bg);
	display: flex;
	gap: 15px;
}

.store_main_capsule .capsule {
	flex-shrink: 0;
	background-color: #000;
	position: relative;
	z-index: 2;
	width: 780px;
	height: 439px;
	background-position: center center;
	background-size: cover;
}

.store_main_capsule .info {
	flex-shrink: 1;
	width: 100%;
	max-height: 439px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	font-size: 14px;
	gap: 24px;
	padding: 12px 0px 12px 8px;
}

.store_main_capsule .info_ctn {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.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: 62px;
	overflow: hidden;
	font-size: 24px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

			padding-right: 12px;
}

.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 {
	width: 344px;
	display: inline-block;
	margin-left: -30px;
	max-height: 176px;

	position: relative;
}

/* 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 .screenshots > div {
	width: 162px;
	height: 69px;
	padding: 10px 10px 0 0;
	display: inline-block;
}

.store_main_capsule .screenshots > div >  div {
	width: 162px;
	height: 69px;
	background-size: cover;
	background-position: center center;

	display: inline-block;
	opacity: 0.6;
}

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

.store_main_capsule .reason {
	margin-top: 8px;
	padding-right: 6px;
	display: inline-block;
	width: -webkit-fill-available
}

.store_main_capsule .reason .main {
	min-height: 45px;
	font-size: 17px;
	padding-right: 10px;
	padding-top: 6px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

			line-height: 22px;
}

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

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

.store_main_capsule .reason .main.default {
	font-size: 21px;
	font-weight: 200;
	min-height: auto;
}

.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: 300;
	color: #a3cf06;
}

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

.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 .reason .additional {
	margin-top: 5px;
	font-size: 16px;
}

.store_main_capsule .reason .additional > div {
	margin: 3px 0;
	display: inline-block;
	margin-right: 14px;
	line-height: 19px;
	padding: 6px;
	background: var(--mid-ctn-bg);
	box-shadow: none;
	margin-right: 2px;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 3px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

/* .store_main_capsule .ds_options {
	position: relative;
	right: 0px;
	z-index: 50;
} */

/* .store_main_capsule:hover .ds_options {
	right: 324px;
} */

.store_main_capsule .info_bottom_ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.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, .tab_item_reviews {
	display: flex;
	gap: 3px;
	padding: 5px 8px 5px 0;
	font-weight: 500;
	font-size: 14px;
}

.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);
}

/* 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_recommendation_app {
	display: none;
	margin-bottom: 5px;
	overflow: hidden;
}

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

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

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

.community_recommendation_app > .community_recommendation_capsule > .capsule {
	height: 448px;
	width: 780px;
	position: relative;
}
.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%;
	aspect-ratio: 780 / 448;
}

.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: -webkit-linear-gradient( top, #506c86 5%, #10143100 96%);
	background: linear-gradient( to bottom, #506c86 5%, #10143100 96%);
 */
	background: var(--dark-ctn-bg);
	border-radius: 3px;
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.community_recommendation_app > .right_col > .community_recommendations_block {
	position: relative;
	width: 415px;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.community_recommendation_app > .right_col > .paging_thumbs {
	display: flex;
	justify-content: space-between;
	text-align: center;
	z-index: 1;
	padding-bottom: 20px;
}
.community_recommendation_app > .right_col > .paging_thumbs > .num_reviews_desc {
	line-height: 24px;
	display: inline-block;
	color: #66c0f4;
}

.community_recommendation_app  > .right_col > .paging_thumbs > .community_recommendation_arrow {
	display: inline-block;
	line-height: 24px;
	background-color: rgba( 103, 193, 245, 0.2 );
	border: 1px transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 0px 16px;
	color: #66c0f4;
	transition: background-color 0.2s, color 0.2s;
}

.community_recommendation_app  > .right_col > .paging_thumbs >  .community_recommendation_arrow.left {
	margin-left: 20px;
}

.community_recommendation_app  > .right_col > .paging_thumbs >  .community_recommendation_arrow.right {
	margin-right: 20px;
}

.community_recommendation_app  > .right_col > .paging_thumbs > .community_recommendation_arrow:hover {
	background-color: #66c0f466;
	color: #fff;
	text-decoration: none;
}

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

.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;
	position: absolute;
	bottom: 20px;
}

.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: 18px;
	/* 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 */
}
}

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

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

/* STEAM CURATORS */
.steam_curators_ctn
{
	margin-top: 0px;
	margin-bottom: 40px;
}

.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;
}

.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;
	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,
.responsive_giant_curator_capsule .curator_text,
.responsive_giant_curator_capsule .date_row,
.responsive_giant_curator_capsule .curator_identifier {
	padding: 0 12px 12px 12px;
}

.responsive_giant_curator_capsule .curator_details_row {
	padding-top: 12px;
}

.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: 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 {
	padding: 15px 15px 0 15px;
	position: relative;
}

.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_curators_ctn {
	margin-bottom: 50px;
}

.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 );
	}
}

@media screen and (max-width: 640px)
{
	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: 480px)
{
	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;
	}
}

@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 {
		max-height: 50vw;
		background-size: cover !important;
	}

}

@media screen and (max-width: 1100px ) {
    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;
    }

	html.responsive .home_page_body_ctn .home_page_takeover_sizer {
		max-height: 35vw;
	}
}

@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.home_sticker_ctn
    {
        align-items: flex-start;
        justify-content: flex-start;
    }

    html.responsive .summer_banner_ctn.home_sticker_ctn .home_sticker_col {
        max-width: 50%;
        justify-content: center;
    }

    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 .summer_banner_ctn.home_sticker_ctn:hover img {
        padding-right: 0;
    }

    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: 800px )
{
    .home_category_title {
        font-size: 35px;
    }
    .home_category_subtitle {
        font-size: 24px;
    }

	body.v7 .split_banner_ctn .home_sticker_ctn.desktop {
		display: flex;
    }

    body.responsive_page .page_background_holder, body.responsive_page .fullscreen-bg__video {
		height: 47vw !important;
		background-size: cover !important;
	}

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

@media screen and (max-width: 620px )
{
    .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: 540px )
{
    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;
	}

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

    .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: 26px;
    }

	html.responsive .title_grid {
		padding: 12px 12px 10px 12px;
	}

	html.responsive .home_section_title {
		font-size: 20px;
	}

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

	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 .home_sticker_ctn {
        max-width: 900px;
        justify-content: center;
        flex-direction: row;
    }

    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;
	font-size: 26px;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: 600;
	color: #ffffff;
    padding: 0px 10px 10px;
	flex-direction: column;
}

.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_row_ctn {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

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

.home_tabs_sections .tab_content_items {
	display: flex;
	padding: clamp(8px, 3vw, 18px);
	gap: 16px;
	/* background: var(--dark-ctn-bg); */
	background: rgba( 0, 0, 0, 0.2 );
	border-radius: 4px;
}

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

.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 0.1s;
}

.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.row_list_view .sale_capsule_image {
	max-height: 170px;
}

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

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

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

.tab_controls_ctn {
	display: flex;
	min-height: 36px;
	margin-bottom: 12px;
}

.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;
	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 .capsule_image_ctn {

}

.tab_item_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 15px;
	gap: 6px;
}

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

.tab_item_tags {
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-right: 15px;
}

.tab_item_header {
	flex-shrink: 0;
}

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

.tab_item_details {
	display: flex;
	margin-top: auto;
	justify-content: space-between;
	align-items: center;
}

.tab_item_platforms, .platforms {
	display: flex;
	gap: 5px;
}

.tab_item_platforms span.platform_img {
	opacity: 1;
}

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

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;
}

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

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

.top_sellers_info {
	display: flex;
}

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

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

input[type="checkbox"] {
	width: 18px;
	height: 18px;
	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);
	}
}

@media screen and ( max-width: 500px )
{
	html.responsive .home_tabs_sections.grid_list_view .tab_content_items {
		grid-template-columns: repeat(1, 1fr);
	}

	html.responsive .tab_controls_ctn {
		min-height: unset;
	}
}

@media screen and (max-width: 1073px )
{
    .home_tab_content .tab_content_items .TopSellerCapsule:nth-child(even) {
        transform: translateY( 0 );
    }
    .home_tab_content .tab_content_items {
        justify-content: center;
    }
    .home_section_title {
        text-align: center;
        font-weight: 500;
    }

}

.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:1020px)
{
    .home_tabs_row {
        text-align: center;
    }
}

.home_tab_bg_ctn {
	/* background: var(--dark-ctn-bg-gradient); */
	background: var(--light-ctn-bg-gradient);
}

.home_tab_button {
    font-size: 20px;
    color: #ffffff;
    margin: 0 20px 0 0;
	padding: 5px 10px;
    opacity: .7;
	font-weight: 500;
	background: transparent;
    display: inline-block;
    cursor: pointer;
	border: none;
	transition: opacity .1s ease-in-out;
    /* 		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;
	background: var(--light-ctn-bg-gradient-top-color);
	border-radius: 4px 4px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.salerow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

    margin: 0 -6px 12px -6px;
}

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

.salerow4 .sale_capsule {
    width: 25%;
}

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

.sale_capsule {
    margin: 0 6px;
    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;

}

.sale_capsule .discount_block_inline .discount_prices, .store_main_capsule .discount_block_inline .discount_prices, .special_offers .discount_prices, .store_capsule .discount_block.daily_deal_discount > .discount_prices, .discount_block_large .discount_prices, .home_tab_content .discount_block .discount_prices, .home_content .discount_block .discount_prices {
	display: flex;
    align-items: center;
    flex-direction: row;
    flex-shrink: 1;
    overflow: hidden;
    justify-content: end;
    background: #0c0f11;
    padding: 8px;
	gap: 4px;
}

.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: #0c0f11;
    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: 68px;
	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: 14px;
	text-wrap: nowrap;
	justify-self: start;
}

/* Top New Releases */

.top_new_releases_ctn {
	overflow: visible;
	position: relative;
}

.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: -10%;
	width: 120%;
	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;
}

.seasonal_sale .top_new_releases_background {
	display: none;
}

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

/* End Top New Releases */

/* 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; */
}

.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;
}

.home_content.single .capsule {
    display: inline-block;
    box-shadow: 0 0 5px 0px #000;
    width: 292px;
    height: 136px;
    z-index: 10;
    position: relative;
}

.home_content.single .screenshots {
    display: flex;
    vertical-align: top;
}

.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 a.screenshot img {
    display: inline-block;
    max-width: 100%;
    max-height: 136px;
    position: relative;
    z-index: 9;
    transition: transform .2s ease-out, z-index 0.2s, box-shadow 0.2s ease-out;
    -webkit-transition: transform .2s ease-out, z-index 0.2s ease-out, box-shadow 0.2s ease-out;
    transition-delay: 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home_content.single a.screenshot:hover img {
    transform: scale(1.5);
    z-index: 40;
    box-shadow: 0px 0px 4px #000;
}

.home_content.single .gamelink .ds_options {
	left: 270px;
	right: auto;
	z-index: 10;
}

.home_content .ds_flagged:not(.ds_wishlist) img {
	opacity: 0.3;
}

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

.section_item_background {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: contain; */
	filter: blur(50px) saturate(1) brightness(.85);
	transform: scale(2);
	transform-origin: center;
	transition: background-image .1s ease-out;
	opacity: .5;
	pointer-events: none;
}

.item_background_overflow_ctn {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--dark-ctn-bg);
}

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;
}

@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 .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;
    }
}

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

	html.responsive .home_content.single .screenshots {
        display: flex;
        margin-top: 6px;
        gap: 6px;
    }

	html.responsive .home_content.single .screenshots .screenshot {
        margin-right: 0;
	}

	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_sticker_ctn.mobile {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		height: auto;
	}

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

	html.responsive body.v7 .home_sticker_ctn.desktop, 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 .split_banner_ctn .summer_banner_ctn.home_sticker_ctn {
		min-height: 115px;
	}

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

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

	html.responsive .sale_capsule:hover .sale_capsule_image_hover {
		opacity: 0;
	}

	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 16px;
	}
}

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


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

.sale_capsule_image_hover {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    transition: opacity 0.3s;
    z-index: 3;
}

.sale_capsule:hover .sale_capsule_image_hover {
    opacity: 1;
}

@media screen and (max-width:580px)
{
    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: #0c0f11;
    padding: 5px 5px;
}

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

.hero_capsule {
	width: 40vw;
	max-height: 450px;
	max-width: 374px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
	scroll-snap-align: start;
	box-shadow: 0 0 25px black;
}

.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;
}

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

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

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

@media screen and (max-width: 830px )
{
    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;
	}
}

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

.hero_capsule img.hero_capsule_img {
    max-width: 100%;
	display: block;
    transition: opacity 0.5s;
}

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

.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.5s;
    padding: 0 0 0 6%;
}

.hero_capsule:hover .hero_discount {
    bottom: 6%;
    background-color: #0c0f11;
}

.hero_data {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: -webkit-linear-gradient(315deg, #1d2c3a 5%, #294158 95%);
    background: linear-gradient(315deg, #1d2c3a 5%, #294158 95%);
    /* background: -webkit-linear-gradient( 315deg, #213c55 5%, #016968 95%);
    background: linear-gradient( 315deg, #213c55 5%, #016968 95%); */
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

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

    transition: top 0.6s, opacity 0.5s;
}

.hero_capsule .hover_video_container {
	height: 100%;
}

.hero_capsule .hover_screenshots {
    position: absolute;
    margin: 0;
    top: 100%;
    right: 0;
    width: 100%;
    height: 46.5%;
    opacity: 0;
    pointer-events: none;
    background: #000000;

    transition: top 0.6s, opacity 0.5s;
}

.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_capsule:hover .hover_screenshots, .hero_capsule.gpfocus .hover_screenshots {
    top: 0;
    opacity: 1.0;
}


.hero_capsule:hover img.hero_capsule_img, .hero_capsule.gpfocus img.hero_capsule_img {
    opacity: 0.4;
}

.hero_data_content {
    padding: 6%;
}

.hero_stat {
    white-space: nowrap;
    overflow: hidden;;
    text-overflow: ellipsis;
    line-height: 1.7em;

    position: relative;
    z-index: 2;
	background: #3a4545;
	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;
}

.home_discount_games_ctn {
    display: flex;
    flex-wrap: wrap;
	padding: clamp(8px, 2vw, 18px);
    margin-bottom: 10px;
    background-color: var(--light-ctn-bg);
    border-radius: 4px;
	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: 1315px )
{
	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;
	margin-bottom: 16px;
	margin-top: 16px;
}

.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 .arrow.left, .content_hub_carousel_ctn .arrow.right {
	top: 25%;
}

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

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

@media screen and (max-width: 550px )
{
	html.responsive .content_hub_carousel_ctn .season_sale_feature_event_capsule {
		width: 91vw;
	}
}

.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 {
	right: -50px;
	background: none;
	transition: all .2s ease-in-out;
}

.carousel_container .arrow.right:hover {
	transform: scale(1.05);
	background: none;
}

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

.carousel_container .arrow.left:hover {
	transform: scale(1.05);
	background: none;
}

.hero_parent_ctn .arrow.right {
	top: 33%;
}

.hero_parent_ctn .arrow.left {
	top: 33%;
}

/* Tablet/SteamDeck Overrides */

html.tablet .discount_block_inline .discount_prices {
    padding: 8px;
    background: #0c0f11;
}

html.tablet .discount_block {
    gap: 0;
}

html.tablet body.v7 .hero_add_to_cart  {
    display: none;
}

html.tablet body.v7 .home_sticker_ctn.mobile {
    display: none;
}

html.tablet body.v7 .home_sticker_ctn.desktop {
    display: block;
    min-height: 105px;
}

html.tablet body.v7 .home_featured_ctn {
    margin-top: 0;
}

html.tablet body.v7 .home_page_body_ctn .home_page_takeover_size {
    height: 0;
}

html.tablet body.v7 .franchise_carousel {
    padding: 0 2%;
}

html.tablet body.v7 .home_tabs_row_ctn, html.tablet body.v7 .home_tabs_row {
    display: block;
}

html.tablet body.v7 .pill_tab_menu_item {
	background-color: #000000;
	color: #ffffff;
}

html.tablet body.v7 .pill_tab_menu_item.active {
	background: #e5574b;
}

html.tablet body.v7 .pill_tab_menu_item.gpfocus {
	background: #ffffff;
	color: #000000;
}

html.tablet body.v7 .carousel_container .carousel_items:not(.no_paging).hero_row {
	justify-content: unset;
}

html.tablet body.v7 .home_pagecontent_ctn.no_mobile_margin {
	padding-left: 0;
	padding-right: 0;
}

html.tablet body.v7 .content_hub_carousel_ctn .carousel_items {
	padding-left: 36px;
	scroll-padding: 36px;
}

html.tablet body.v7 .home_page_takeover_sizer {
	height: 22vw !important;
}

html.tablet body.v7 .fullscreen-bg__video, html.tablet body.v7 .page_background_holder {
	height: calc( 45vw - ((100vw - 854px) / 10) ) !important;
}

html.tablet body.v7 .page_background_holder {
    margin: 0;
}

html.tablet body.v7 .hero_parent_ctn .arrow.right, html.tablet body.v7 .hero_parent_ctn .arrow.left {
	visibility: hidden;
}

html.tablet body.v7 .carousel_container .carousel_items .hero_capsule {
	width: 30vw;
	margin-right: 8px;
	height: max-content;
}

html.tablet body.v7 .carousel_container .carousel_items .hero_name {
	font-size: 16px;
}

html.tablet body.v7 .hero_capsule img.hero_capsule_img {
	height: auto;
}

html.tablet body.v7 .franchise_capsule.active .franchise_games {
	top: 10%;
}

