.sawc-popup {
	position: fixed;
    top: -100%;
    left: 15%;
    background-color: white;
    color: red;
    width: 70%;
	min-height: 50%;
    text-align: center;
	padding: 32px;
	z-index: 999999;
	border: 2px solid gray;
	border-radius: 32px;
}

.sawc-popup-header {
	text-transform: uppercase;
}

.sawc-blackout {
	position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    color: red;
    width: 100%;
    height: 100%;
    opacity: 0.2;
	z-index: 999998;
}

.sawc-popup-close {
	color: black;
	cursor: pointer;
}

.sawc-popup-x {
	position: absolute;
	top: 0px;
	right: 24px;
	font-size: 32px;
}

.sawc-popup-nothanks {
	float: right;
	font-size: 14px;
}

.sawc-popup .col {
	margin: auto;
}

.sawc-popup .cross-sells {
	border-top: 2px solid #ddd;
	margin-top: 12px;
	padding-top: 16px;
}

.sawc-don-button-div input[type='number'] {
	width: 96px;
	margin: 10px;
}

.sawc-don-button {
	display: inline-block;
    padding: 8px 16px;
	margin: 6px;
    background-color: #126;
    color: white;
    font-size: 18px;
	cursor: pointer;
}

.sawc-don-button-div {
	text-align: center;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-top: 16px;
	padding: 16px 0px;
}

.sawc-don-div {
	margin-bottom: 24px;
}

.sawc-rmv-don {
	color: #44d;
	cursor: pointer;
}

#sawcdonfreeinput {
	width: 128px;
}

.sawc-free-sub {
	background-color: #d26e4b;
	color: white;
}

.sawc-anchor {
    position: relative;
}

.sawc-grey-cover {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: grey;
    opacity: 0.5;
}

.sawc-dual-ring {
	position: absolute;
    top: 50%;
    left: 50%;
    margin:  -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 5px solid grey;
	border-color: grey transparent grey transparent;
	animation: sawc-dual-ring 1.2s linear infinite;
}
@keyframes sawc-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sawc-reg-button {
    border: 1px solid grey;
	border-radius: 4px;
}

.sawc-reg-notice {
	padding: 6px;
	border: 1px solid grey;
	font-size: 14px;
}

.sawc-error {
	color: red;
	border-color: red;
}
/* SPSE fixes 2 Sep 2026: show product images, match site navy styling */
.sawc-popup { color: #1c1d54; max-height: 85vh; overflow-y: auto; }
.sawc-popup li.product .et_shop_image { display: block !important; }
.sawc-popup .cross-sells img { width: 140px !important; height: auto !important; display: block !important; margin: 0 auto 10px; }
.sawc-popup .cross-sells > h2 { font-size: 20px; }
.sawc-popup-nothanks { border: 1px solid #1c1d54; border-radius: 4px; padding: 6px 14px; margin-top: 8px; }
