@charset "utf-8";

/* luckdraw promotion banner */
#Product_purchase>.inner{grid-template-rows:auto 1fr;grid-auto-flow:dense;}
#promotion_banner{grid-column:2/-1;display:flex;flex-direction:column;gap:1em;}
#promotion_banner~.item_form{grid-row:span 2;}
@media only screen and (max-width:800px){
	#promotion_banner{margin-block-end:1em;position:relative;z-index:1;}
	#promotion_banner~#item_form_ctrl_on{margin-block-start:unset;}
}


/* Steam Halloween Lucky Draw */
#promotion_banner [data-promotion-theme-code="steam2025"]{display:grid;grid-template-columns:1fr auto;gap:1em;height:7em;padding-block:.75em;padding-inline:1em;box-sizing:border-box;border-radius:1em;overflow:hidden;color:inherit;background-color:rgb(45 13 49);background-image:url('https://seagm-media.seagmcdn.com/promotion/v2/steam2025/banner_bg.jpg?x-oss-process=image/resize,w_840,limit_0');background-repeat:no-repeat;background-position:top center;background-size:cover;}
#promotion_banner [data-promotion-theme-code="steam2025"]>span{display:block;color:transparent;background-image:url('https://seagm-media.seagmcdn.com/promotion/v2/steam2025/banner_1.png?x-oss-process=image/resize,h_132,limit_0'),url('https://seagm-media.seagmcdn.com/promotion/v2/steam2025/banner_2.png?x-oss-process=image/resize,h_132,limit_0');background-repeat:no-repeat;background-position:left center,right center;background-size:contain;}
#promotion_banner [data-promotion-theme-code="steam2025"]::before{order:9;align-self:center;content:attr(icon);display:block;font-size:1.5em;width:1em;height:1em;line-height:1;overflow:hidden;color:#fff;background-color:#000;border-radius:100%}


/* Cozy Winter Lucky Draw */
#promotion_banner [data-promotion-theme-code="xmas2025"]{display:grid;grid-template-columns:1fr auto;gap:1em;height:7em;padding-inline:1em;box-sizing:border-box;border-radius:1em;overflow:hidden;color:inherit;background-color:hsl(1 80% 25%);background-image:radial-gradient(rgba(255 215 0/50%),transparent 71%),url("https://seagm-media.seagmcdn.com/promotion/v2/xmas2025/art_bg01.png?x-oss-process=image/resize,w_240,limit_0");background-repeat:no-repeat,repeat;background-position:top center,center;background-size:100% 200%,25%;}
#promotion_banner [data-promotion-theme-code="xmas2025"]>span{background-image:url("https://seagm-media.seagmcdn.com/promotion/v2/xmas2025/banner_01.png?x-oss-process=image/resize,h_168,limit_0"),url("https://seagm-media.seagmcdn.com/promotion/v2/xmas2025/banner_02.png?x-oss-process=image/resize,h_168,limit_0");background-repeat:no-repeat;background-position:20% center,right bottom;background-size:45% auto,40% auto;color:transparent;}
#promotion_banner [data-promotion-theme-code="xmas2025"]::before{order:9;align-self:center;content:attr(icon);display:block;font-size:1.5em;overflow:hidden;color:#fff;}