#wpsc-seasonal-skin{
	display:none;
	position:fixed;
	inset:0;
	z-index:2;
	pointer-events:none;
	overflow:hidden;
}

#wpsc-seasonal-skin .wpsc-side{
	position:absolute;
	top:0;
	bottom:0;
	width:max(0px, calc((100vw - var(--wpsc-content-width, 1280px)) / 2));
	max-width:360px;
	background-image:var(--wpsc-bg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#wpsc-seasonal-skin .wpsc-side-left{left:0;}
#wpsc-seasonal-skin .wpsc-side-right{right:0;}


#wpsc-seasonal-skin .wpsc-cta-position{
	position:absolute;
	top:calc(50% + var(--wpsc-cta-offset, 0px));
	width:max(0px, calc((100vw - var(--wpsc-content-width, 1280px)) / 2));
	max-width:360px;
	display:flex;
	justify-content:center;
	align-items:center;
	transform:translateY(-50%);
	pointer-events:none;
	z-index:5;
	padding:0 12px;
	box-sizing:border-box;
}

#wpsc-seasonal-skin .wpsc-cta-left{left:0;}
#wpsc-seasonal-skin .wpsc-cta-right{right:0;}

#wpsc-seasonal-skin .wpsc-cta-button{
	pointer-events:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	max-width:100%;
	min-height:44px;
	padding:11px 20px;
	border-radius:999px;
	background:var(--wpsc-cta-bg, #f7941d);
	color:var(--wpsc-cta-text, #ffffff);
	text-decoration:none;
	text-align:center;
	font-weight:700;
	font-size:15px;
	line-height:1.25;
	box-shadow:0 6px 20px rgba(0,0,0,.22);
	border:1px solid rgba(255,255,255,.35);
	transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}


#wpsc-seasonal-skin .wpsc-cta-button.wpsc-cta-shape-rounded{
	border-radius:14px;
}

#wpsc-seasonal-skin .wpsc-cta-button.wpsc-cta-shape-square{
	border-radius:0;
}

#wpsc-seasonal-skin .wpsc-cta-button:hover,
#wpsc-seasonal-skin .wpsc-cta-button:focus{
	color:var(--wpsc-cta-text, #ffffff);
	text-decoration:none;
	transform:translateY(-2px);
	box-shadow:0 9px 24px rgba(0,0,0,.28);
	filter:brightness(1.05);
}


@media (prefers-reduced-motion:reduce){
	#wpsc-seasonal-skin .wpsc-cta-button{
		transition:none !important;
	}
}

@media (max-width:1449px){
	#wpsc-seasonal-skin{display:none !important;}
}
