
html{background:#fff;}
body{position:relative;z-index:0;background:transparent;}

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

#wpsc-seasonal-skin .wpsc-side{
	position:absolute;
	top:0;
	bottom:0;
	width:var(--wpsc-side-width,max(0px,calc((100vw - var(--wpsc-content-width,1280px))/2)));
	overflow:hidden;
	pointer-events:none;
	background:#fff;
}

/* Decorative full-bleed layer. It may crop, but it never contains critical content. */
#wpsc-seasonal-skin .wpsc-side::before{
	content:"";
	position:absolute;
	inset:-3%;
	background-image:var(--wpsc-skin-url);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	filter:blur(12px);
	transform:scale(1.08);
	opacity:.48;
}

/* The real campaign creative. This layer is NEVER stretched or cropped. */
#wpsc-seasonal-skin .wpsc-skin-image{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	max-width:none;
	max-height:none;
	object-fit:contain;
	object-position:center top;
	user-select:none;
	-webkit-user-drag:none;
	pointer-events:none;
	z-index:1;
}

#wpsc-seasonal-skin .wpsc-skin-image-left{object-position:right top;}
#wpsc-seasonal-skin .wpsc-skin-image-right{object-position:left top;}
#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:var(--wpsc-side-width,max(0px,calc((100vw - var(--wpsc-content-width,1280px))/2)));
	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;
	background:var(--wpsc-cta-bg,#f7941d);
	color:var(--wpsc-cta-text,#fff);
	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,#fff);
	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;}
}
