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

/* Pagination */
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-content-primary);
}

/* Arrows */
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	color: var(--color-alt-content-text);
	background: rgba(255,255,255,.55);
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
	font-size: 16px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
	color: var(--color-content-primary);
	background: var(--color-content-overlay);
}

/* Cube */
.wpmCube .swiper-slide {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

/* Coverflow */
.wpmCoverflow {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.wpmCoverflow .swiper-slide {
	display: block;
	position: relative;
	width: 30%;
	padding-top: 30%;
	overflow: hidden;
}

/* Flip */
.wpmFlip {
	/* padding: 50px; */
}

.wpmFlip .swiper-slide {
	display: block;
	position: relative;
	width: 100%;
	/* padding-top: 100%; */
	overflow: hidden;
}

/* Cards */
.wpmCards {
	padding: 32px 16%;
}

.wpmCards .swiper-slide {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.wpmCards .swiper-slide &gt; img,
.wpmCoverflow .swiper-slide &gt; img,
.wpmCube .swiper-slide &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: center;
	min-height: 100%;
}

/* Data */
.swiper .swiper-slide &gt; .data {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
}

.swiper .swiper-slide &gt; .data &gt; a &gt; h2,
.swiper .swiper-slide &gt; .data &gt; a &gt; h3 {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	border-radius: 32px;
	background: var(--color-alt-content-primary);
	color: var(--color-alt-content-bg-alt);
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
}

.swiper .swiper-slide &gt; .data &gt; a:hover &gt; h2,
.swiper .swiper-slide &gt; .data &gt; a:hover &gt; h3 {
	background: var(--color-alt-content-heading);
	color: var(--color-alt-content-primary);
}

.swiper .swiper-slide &gt; .data &gt; .age {
	position: absolute;
	right: 20px;
	padding: 4px 8px;
	background: rgba(255,255,255,.5);
	color: rgba(0,0,0,.75);
	font-size: 12px;
	border-radius: 32px;
	line-height: 2em;
}

.swiper .swiper-slide &gt; .data &gt; .actions {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
}

.swiper .swiper-slide &gt; .data &gt; .actions &gt; .action {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	outline: none;
	line-height: 40px;
	background: var(--color-alt-content-primary);
	color: var(--color-alt-content-bg-alt);
}

.swiper .swiper-slide &gt; .data &gt; .actions &gt; .action:hover {
	background: var(--color-alt-content-secondary);
	color: var(--color-alt-content-bg-alt);
}

.swiper .swiper-slide &gt; .data &gt; .location {
	width: 100%;
	margin-top: 6px;
	text-align: right;
}

.swiper .swiper-slide &gt; .data &gt; .onoff {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: block;
	position: absolute;
	top: 58px;
	left: 20px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	line-height: 28px;
	font-size: 10px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	border: solid 1px rgba(0,0,0,.25);
}

.swiper .swiper-slide &gt; .data &gt; .onoff.off {
	background: #dc0f1e;
}

.swiper .swiper-slide &gt; .data &gt; .onoff.on {
	background: #3cdc0f;
}

.swiper .swiper-slide &gt; .data &gt; .location &gt; span {
	display: inline-block;
	position: relative;
	padding: 2px 5px;
	background: rgba(255,255,255,.5);
	color: rgba(0,0,0,.75);
	font-size: 12px;
	border-radius: 32px;
	line-height: 1.6em;
}

.swiper .swiper-slide &gt; .data &gt; .zoom {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: rgba(255,255,255,.45);
	color: rgba(0,0,0,.25);
	line-height: 40px;
	text-align: center;
}

.swiper .swiper-slide &gt; .data &gt; .zoom:hover {
	background: var(--color-alt-content-primary);
	color: var(--color-alt-content-bg-alt);
}

.swiper .swiper-slide &gt; .bg {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}


#pcs_fla {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.75);
	top: 0;
	left: 0;
	z-index: 1000;
}

#pcs_fla .content {
	display: block;
	position: relative;
	width: 720px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: solid 1px var(--color-content-primary);
	border-radius: 12px;
	padding: 24px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.2); 
	box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.2);
}

#pcs_fla .content h2,
#pcs_fla .content .desc,
#pcs_fla .content .list,
#pcs_fla .content .price,
#pcs_fla .content .buttons {
	text-align: center;
}

#pcs_fla .content .desc {
	background: var(--color-content-bg-alt);
	display: block;
	position: relative;
	width: 100%;
	padding: 8px 12px;
	border-radius: 10px;
	border: solid 1px var(--color-content-secondary);
}

#pcs_fla .content .list {
	border-top: solid 2px var(--color-content-primary);
}

#pcs_fla .content .list &gt; span {
	display: block;
	position: relative;
	width: 100%;
	padding: 4px 12px;
	border-bottom: solid 2px var(--color-content-primary);
}

#pcs_fla .content &gt; .price {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-content-secondary);
	padding: 8px 16px;
	border-radius: 32px;
	color: var(--color-content-primary);
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
}

#pcs_fla .content &gt; .price &gt; span {
	font-size: 16px;
	font-weight: 400;
}

#pcs_fla .content &gt; .price &gt; span {
	font-size: 11px;
}

#pcs_fla .content .buttons a {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	border-radius: 32px;
	color: #ffffff;
	margin: 4px;
}

#pcs_fla .content .buttons a#pcs_later {
	background: var(--color-content-faded);
}

#pcs_fla .content .buttons a#pcs_later:hover {
	opacity: .35;
}

#pcs_fla .content .buttons a#pcs_now {
	background: var(--color-alt-content-primary-grad);
	font-weight: 700;
}

#pcs_fla .content .buttons a#pcs_now:hover {
	background: var(--color-alt-content-secondary-grad);
}

.wpcf7-not-valid-tip {
	background: #dc3232;
	font-size: 12px;
	font-weight: 500;
	display: block;
	padding: 0 10px;
	color: #ffffff;
}

.woocommerce-MyAccount-content header,
.woocommerce-order-details header {
	margin-bottom: 24px;
}

#model_ct {
	display: none;
}

.pcs_age {
	display: block;
	position: relative;
	width: 100%;
}

.pcs_age &gt; span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: var(--color-content-faded);
}

.product_model_th {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	
}

.product_model_th &gt; .img {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
	border: solid 2px var(--color-content-primary);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.65); 
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.65);
}

.product_model_th &gt; .img &gt; img {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.product_model_th &gt; .img:hover {
	transform: scale(1.1);
}

.product_model_th &gt; .img:hover &gt; img {
	transform: scale(1.1);
}

.product_model_th &gt; .label {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	padding: 3px 8px;
	border-radius: 12px;
	font-size: 9px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: var(--color-content-primary);
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.45);
}

.product_model_th &gt; .label:hover {
	background: var(--color-content-secondary) !important;
	color: #ffffff !important;
}

@media (max-width: 767px){
	
	#pcs_fla .content {
		width: calc(100vw - 40px);
		height: auto;
		max-height: calc(100vh - 40px);
		overflow-y: scroll;
	}
	
}</pre></body></html>