<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* {{{ custom styles */

.pswp__bg {
	background-color: #fff;
}

.pswp__counter {
	color: #000;
}

.pswp__caption__center {
	max-width: 100%;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(255, 255, 255, 0.6);
}

.mejs__fullscreen .hide_button {
	display: none;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(255, 255, 255, 0.6);
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	width: 140px;
	height: 200px;
	margin-top: -130px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-color: transparent;
	width: 44px;
	height: 44px;
	top: 78px;
	background-color: rgba(255, 255, 255, 0.6);
}

.pswp__button--arrow--left:before {
	background-position: -132px -44px;
}

.pswp__button--arrow--right:before {
	background-position: -88px -44px;
}

/* }}} */
/* {{{ iframe */

.pswp_M_iframe {
	box-sizing: border-box;
	padding-top: 44px;
	height: 100%;
}

.pswp_M_iframe&gt;iframe {
	display: none;
	width: 100%;
	height: 100%;
}

/* }}} */
/* {{{ offer */

.pswp_M_offer {
	height: 55px;
	padding-top: 10px;
	white-space: nowrap;
	text-align: center;
	font: 15px/1 arial, sans-serif;
	color: #000;
}

.pswp_M_offer&gt;* {
	display: inline-block;
	vertical-align: top;
}

.pswp_M_offer a {
	text-decoration: none;
	outline: none;
}

.pswp_M_offer&gt;i {
	font-style: normal;
	padding-top: 5px;
}

.pswp_M_offer&gt;i:first-child {
	margin-right: 15px;
	visibility: hidden;
}

.pswp_M_offer&gt;i:last-child {
	margin-left: 15px;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}
.pswp_M_offer&gt;i&gt;a{
    border-bottom: 1px dotted #e90093;
}
body.female .pswp_M_offer&gt;i&gt;a {
    color: #e90093;
}

body.female .pswp_M_offer&gt;i&gt;a:hover {
	color: #891377;
}

.pswp_M_offer&gt;span {
	font: 24px/1 'Pragmatica Light', sans-serif;
	padding-top: 2px;
}

.pswp_M_offer&gt;span:after {
	content: 'p';
	font-family: 'Rouble Sign', sans-serif;
}

.pswp_M_offer&gt;a {
	background: #cc1588;
	padding: 5px 12px 6px;
	margin-left: 20px;
	color: #fff;
    position: relative;
}



.pswp_M_offer&gt;a.process:after {
    content: '';
    width: 92px;
    height: 26px;
    display: block;
    position: absolute;
    background: url('/local/templates/polashop2/images/green2.gif') 0 -2px no-repeat;
    background-color: #cc1588;
    top: 0;
    left: 0;
    background-position: center -2px;
}

 body.female .pswp_M_offer&gt;a.process:after {
    content: '';
    width: 92px;
    height: 26px;
    display: block;
    position: absolute;
    background: url('/local/templates/polashop2/images/pink2.gif') 0 -2px no-repeat;
    background-color: #cc1588;
    top: 0;
    left: 0;
    background-position: center -2px;
}
/* }}} */
/* {{{ caption */

.pswp_M_caption {
	height: 75px;
	padding-top: 5px;
	white-space: nowrap;
	text-align: center;
}

.pswp_M_caption&gt;a,
.pswp_M_caption&gt;a:hover {
	display: inline-block;
	height: 70px;
	margin: 0 5px;
	vertical-align: top;
	text-decoration: none;
}

.pswp_M_caption&gt;a.pswp_M_thumb {
	background-color: #fff;
	max-width: 100px;
	border: 5px solid #fff;
	overflow: hidden;
}

.pswp_M_caption&gt;a.pswp_M_thumb:first-child {
	margin-left: 55px;
}

.pswp_M_caption&gt;a.pswp_M_thumb:last-child {
	margin-right: 55px;
}

.pswp_M_caption&gt;a.pswp_M_thumb.pswp_M_selected {
	outline: 1px solid #4c4c4c;
}

.pswp_M_caption&gt;a.pswp_M_thumb:empty {
	width: 70px;
	background: grey;
}

.pswp_M_caption&gt;a.pswp_M_thumb&gt;img {
	display: block;
	height: 60px;
	margin: 0;
}

.pswp_M_caption&gt;a.pswp_M_prev,
.pswp_M_caption&gt;a.pswp_M_prev:hover,
.pswp_M_caption&gt;a.pswp_M_next,
.pswp_M_caption&gt;a.pswp_M_next:hover {
	width: 40px;
	height: 70px;
	background-image: url(photoswipe.arrows.png);
	background-repeat: no-repeat;
	background-size: auto 40px;
}

.pswp_M_caption&gt;a.pswp_M_prev {
	background-position: -54px center;
}

.pswp_M_caption&gt;a.pswp_M_next {
	background-position: -4px center;
}

.pswp.pswp--open {
    z-index: 9999;
}

.pswp-content.pswp--open {
    z-index: 9998;
}

/* }}} */
</pre></body></html>