<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gs_grid {
	margin: 0 auto;
	text-align: center;
}

.gs_grid div.owl-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	position: relative;
}

.gs_grid figure {
	margin: 0;
	position: relative;
}

.gs_grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.gs_grid figcaption {
	position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ed4e6e;
}

.sml_prod_w .gs_grid figcaption {
	padding: 20px 20px 10px;
}

.gs_grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.gs_grid figcaption a {
	text-align: center;
    padding: 5px 10px !important;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-family: 'Bitter', serif;
    border: none;
}

.mid_prod_w .gs_grid figcaption a {
    padding: 3px 10px;
}
.sml_prod_w .gs_grid figcaption a {
	padding: 1px 5px;
}

.sml_prod_w .gs-effect-2 .add_to_cart_button,
.sml_prod_w .gs-effect-4 .add_to_cart_button {
	padding: 1px 4px;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.gs-effect-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.no-touch .gs-effect-1 figure:hover figcaption,
.gs-effect-1 figure.cs-hover figcaption {
	opacity: .9;
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.gs-effect-1 figcaption h3 {
	margin-top: 70px;
}

.sml_prod_w .gs-effect-1 figcaption h3 {
	margin-top: 33px;
}

.gs-effect-1 figcaption span {
	display: block;
}

.gs-effect-1 .gs_wps_price .add_to_cart_button {
    margin-top: 15px;
}


/* Caption Style 3 */
.gs-effect-2 figure {
	overflow: hidden;
	text-align: center;
}

.gs-effect-2 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
/*
.no-touch .gs-effect-2 figure:hover img,
.gs-effect-2 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
*/

.gs-effect-2 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: .5;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .gs-effect-2 figure:hover figcaption,
.gs-effect-2 figure.cs-hover figcaption {
	opacity: .9;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.gs-effect-2 h3 {
	font-weight: 200;
}

.gs-effect-2 figcaption {
	padding: 8px 20px;
}

.gs-effect-2 .gs_wps_price .add_to_cart_button {
	margin: 5px 0 0 6px;
}
.gs-effect-2 .gs_wps_price del,
.gs-effect-3 .gs_wps_price del,
.gs-effect-4 .gs_wps_price del,
.gs-effect-5 .gs_wps_price del {
	margin-right: 6px;
}

.gs_wps_price ins {
	background-color: #939786;
}

.gs-effect-2 .gs_wps_price ins,
.gs-effect-3 .gs_wps_price ins,
.gs-effect-4 .gs_wps_price ins,
.gs-effect-5 .gs_wps_price ins {
    margin-right: 6px;
    padding: 3px 5px;
    border-radius: 3px;
}

.sml_prod_w .gs-effect-4 .gs_wps_price del,
.sml_prod_w .gs-effect-4 .gs_wps_price ins,
.sml_prod_w .gs-effect-4 .gs_wps_price .add_to_cart_button,
.sml_prod_w .gs-effect-2 .gs_wps_price del,
.sml_prod_w .gs-effect-2 .gs_wps_price ins,
.sml_prod_w .gs-effect-2 .gs_wps_price .add_to_cart_button {
	margin: 0;
}

.sml_prod_w .gs-effect-2 .gs_wps_price {
	margin-top: 7px;
}

/* Caption Style 4 to gs-effect-3 */
.gs-effect-3 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.gs-effect-3 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
}

.gs-effect-3 figure &gt; div {
	overflow: hidden;
}

.gs-effect-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .gs-effect-3 figure:hover img,
.gs-effect-3 figure.cs-hover img {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	overflow: hidden;
}

.gs-effect-3 figcaption {
	height: 100%;
	width: 60%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .gs-effect-3 figure:hover figcaption,
.gs-effect-3 figure.cs-hover figcaption {
	opacity: .9;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.gs-effect-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.gs-effect-3 .gs_wps_title a {
	bottom: 60px;
	right: 10px;
	font-size: 20px;
}

.mid_prod_w .gs-effect-3 .gs_wps_title a,
.sml_prod_w .gs-effect-3 .gs_wps_title a {
	font-size: 15px;
	font-weight: 300;
}

/* Caption Style 6 &gt; gs-effect-4*/
.gs-effect-4 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .gs-effect-4 figure:hover img,
.gs-effect-4 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.sml_prod_w .gs-effect-4 figure:hover img {
	-webkit-transform: translateY(-40px) scale(0.5);
	-moz-transform: translateY(-40px) scale(0.5);
	-ms-transform: translateY(-40px) scale(0.5);
	transform: translateY(-40px) scale(0.5);
}

.gs-effect-4 figcaption {
	height: 100%;
	width: 100%;
}

.gs-effect-4 figcaption h3 {
	margin-top: 65%;
    text-align: center;
    font-weight: 300;
}

.sml_prod_w .gs-effect-4 figcaption h3 {
	/*margin-top: 58%;*/
	font-size: 15px;
}

.gs-effect-4 .gs_wps_price {
    text-align: center;
}

.sml_prod_w .gs-effect-4 .gs_wps_price {
	margin-top: 7px;
}

.gs-effect-4 .gs_wps_price .add_to_cart_button {
	margin: 7px 0 0 6px;
}

/* Caption Style 5 */
.gs-effect-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .gs-effect-5 figure:hover img,
.gs-effect-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.mid_prod_w .gs-effect-5 figure:hover img,
.sml_prod_w .gs-effect-5 figure:hover img {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}

.gs-effect-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .gs-effect-5 figure:hover figcaption,
.gs-effect-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.gs-effect-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.sml_prod_w .gs-effect-5 figure a {
	bottom: 10px;
}

.gs-effect-5 .gs_wps_title a {
	bottom: 60px;
    left: 20px;
    font-size: 17px;
    font-weight: 300;
}

.mid_prod_w .gs-effect-5 .gs_wps_title a {
    bottom: 55px;
    font-size: 14px;
}
.sml_prod_w .gs-effect-5 .gs_wps_title a {
	bottom: 44px;
    font-size: 13px;
}


@media screen and (max-width: 31.5em) {
	.gs_grid li {
		width: 100%;
		min-width: 300px;
	}
}</pre></body></html>