<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shipping-holidays {
	line-height: 1.4;
    position: fixed;
    background-color: #222;
    width: 100%;
    z-index: 100;
    top: 0;
    transition-duration: 1s;
    transition-property: top;
    cursor: pointer;
	
    vertical-align: middle;
    padding: 12px 50px;
    color: #ECECEC;
    font-size: 17px;
}

.shipping-holidays:hover {
	text-decoration: none;
	color: #ECECEC;
}</pre></body></html>