<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wpgs-gallery *{
  box-sizing: border-box;
}

#wpgs-gallery {
  float: left;
}

#wpgs-gallery img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  box-shadow: none;
}

div.product div.summary,
div.product div.product-description {
  min-width: 150px;
  overflow: hidden;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery.vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
	max-width: 100%;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .gallery-navigation-carousel {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.wcgs-carousel {
  position: relative;
  overflow: hidden;
}

.wcgs-carousel .wcgs-slider-image {
  position: relative;
  overflow: hidden;
}
.wcgs-spswiper-before-init.horizontal .spswiper-slide,
.wcgs-spswiper-before-init.horizontal .spswiper-wrapper{
	transition: none;
}
.wcgs-spswiper-before-init.horizontal .gallery-navigation-carousel .wcgs-thumb img {
	width: auto;
}
.wcgs-video-icon {
  background-color: transparent;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2
}
.wcgs-video-icon:after {
  font-family: "spwgfontello";
  font-size: 80px;
  color: #fff;
  opacity: .8;
  content: "\e803";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.gallery-navigation-carousel .wcgs-thumb .wcgs-video-icon::after {
  font-size: 36px;
}
#wpgs-gallery .wcgs-carousel:not(.spswiper-initialized) {
	display: flex;
  visibility: hidden;
}
#wpgs-gallery .gallery-navigation-carousel:not(.spswiper-initialized) {
	display: none;
}
.wcgs-carousel .spswiper-pagination {
  display: block;
  position: absolute;
  margin: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  -webkit-animation: bulletAnimation .5s;
  animation: bulletAnimation .5s
}
.wcgs-carousel .spswiper-pagination .spswiper-pagination-bullet {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0
}
.gallery-navigation-carousel .wcgs-thumb {
  position: relative;
  cursor: pointer;
}
.gallery-navigation-carousel .wcgs-thumb img {
  transition: all .3s;
  box-shadow: none;
}
.wcgs-carousel .spswiper-pagination .spswiper-pagination-bullet {
  width: 10px!important;
  height: 10px!important;
  min-height: 10px!important;
  position: relative;
  font-size: 10px;
  background-color: rgba(115,119,121,.5);
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 6px;
  padding: 0;
  color: transparent!important;
  border: none
}
.gallery-navigation-carousel .sp_wgs-icon-left-open {
  left: 0;
}

.gallery-navigation-carousel .sp_wgs-icon-left-open:before {
  font-size: 8px;
}

.gallery-navigation-carousel .sp_wgs-icon-right-open {
  right: 0;
}

.gallery-navigation-carousel .sp_wgs-icon-right-open:before {
  font-size: 8px;
}


.gallery-navigation-carousel:hover .sp_wgs-icon-left-open,
.gallery-navigation-carousel:hover .sp_wgs-icon-right-open {
  opacity: 1;
}

.gallery-navigation-carousel.vertical {
  height: 100%;
  margin: auto;
}
.wcgs-iframe-wrapper {
	position: relative;
	/* padding-bottom: 100%; */
	height: auto;
	overflow: hidden;
	width: 100%;
}
.wcgs-iframe-wrapper .wcgs-video-self-hosted,
.wcgs-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.wcgs-iframe-wrapper img {
	width: 100%;
}
.wcgs-iframe-wrapper .wcgs-video-self-hosted,
.wcgs-iframe-wrapper iframe
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.wcgs-iframe-wrapper~.wcgs-photo {
	opacity: 0;
}

.wcgs-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #fff;
}
/* Fix odd animation for spswiper transition */
.wcgs-transition-none .wcgs-thumb,
.wcgs-transition-none .spswiper-wrapper {
	transition: none;
}
.wcgs-transition-none .wcgs-thumb img{
	width: auto;
}
.wcgs-photo:hover {
  opacity: 1;
}
.wcgs-hidden-gallery {
  display: none;
}

.wcgs-lightbox .sp_wgs-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  z-index: 999;
}

.wcgs-lightbox .sp_wgs-lightbox {
  padding: 9px;
  line-height: 1;
}

#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
  font-size: 13px;
  width: 34px;
  height: 34px;
}

.wcgs-lightbox.top_right .wcgs-lightbox {
  top: 14px;
  right: 14px;
  font-size: 12px;
}

.wcgs-lightbox.top_left .wcgs-lightbox {
  top: 14px;
  right: auto;
  left: 14px;
}

.wcgs-lightbox.bottom_right .wcgs-lightbox {
  top: auto;
  right: 14px;
  bottom: 14px;
  left: auto;
}

.wcgs-lightbox.bottom_left .wcgs-lightbox {
  top: auto;
  right: auto;
  bottom: 14px;
  left: 14px;
}

.wcgs-lightbox.middle .wcgs-lightbox {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes leftArrow {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes leftArrow {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes rightArrow {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes rightArrow {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bulletAnimation {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bulletAnimation {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.video-icon {
  background-color: transparent;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-icon:after {
  font-family: "FontAwesome";
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  content: "\f01d";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wcgs-gallery-preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -99;
  background-color: #fff;
  background-image: url("../images/spinner.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

.wcgs-gallery-preloader.blur {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#wpgs-gallery {
  display: inline-block;
  z-index: 0;
}

.gray_normal_hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gray_normal_hover:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gray_onhover,
.gray_onhover~.wcgs-photo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gray_onhover:hover,
.gray_onhover~.wcgs-photo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gray_always,
.gray_always~.wcgs-photo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gray_always:hover,
.gray_always~.wcgs-photo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



@media (min-width: 768px) {
  #wpgs-gallery.wcgs-woocommerce-product-gallery {
    /* width: auto !important; */
    margin-right: 30px;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: left !important;
    overflow: hidden;
  }
}

.wcgs-iframe-wraper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.wcgs-iframe-wraper iframe,
.wcgs-iframe-wraper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.fancybox-navigation .fancybox-button {
  background: transparent !important;
}

.fancybox-navigation .fancybox-button&gt;div {
  background: rgba(30, 30, 30, 0.6);
}

.admin-bar .fancybox-container {
  top: 32px;
}

.wcgs-fancybox-custom-wrapper .fancybox-caption__body {
  margin-bottom: 72px;
}

/* divi builder override */

.product #et-boc .et-l #wpgs-gallery ul {
  text-align: center;
}

.product #et-boc .et-l #wpgs-gallery .wcgs-lightbox a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px;
  border-radius: 50%;
}

.product #et-boc .et-l .wcgs-carousel .wcgs-spswiper-arrow.sp_wgs-icon-left-open,
.product #et-boc .et-l .wcgs-carousel .wcgs-spswiper-arrow.sp_wgs-icon-right-open {
  color: #fff;
  line-height: 30px;
  padding-bottom: 0 !important;
}

/* Theme Avada */
.wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary {
  float: none !important;
  overflow: hidden;
}

@media (min-width: 801px) {
  .wcgs-gallery-slider.theme-Avada.woocommerce .avada-single-product-gallery-wrapper {
    max-width: 500px;
  }
}

@media (max-width: 800px) {

  .wcgs-gallery-slider.theme-Avada.woocommerce #wpgs-gallery,
  .wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary {
    margin-left: 0 !important;
  }
}

.wcgs-gallery-slider.theme-Avada.woocommerce .product .summary.entry-summary {
  margin-left: unset !important;
  margin-right: unset !important;
}

.rtl.wcgs-gallery-slider.theme-Avada.woocommerce .avada-single-product-gallery-wrapper {
  float: right;
  margin-left: 30px;
  margin-right: unset;
}

/* Theme Uncode */
.theme-uncode span.font-ui {
  position: absolute;
}

/* rtl side css */
.rtl #wpgs-gallery {
  float: right;
}

@media (min-width: 768px) {
  .rtl #wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 0;
    margin-left: 30px;
  }

  .rtl.woocommerce #content div.product div.summary,
  .rtl.woocommerce div.product div.summary,
  .rtl.woocommerce-page #content div.product div.summary,
  .rtl.woocommerce-page div.product div.summary {
    float: right !important;
  }
}

.gallery-navigation-carousel .wcgs-spswiper-arrow {
	font-family: "spwgfontello";
	font-size: 12px;
	top: 0;
	width: 25px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	color: #fff;
	background-color: rgba(115, 119, 121, 0.5);
	font-size: 10px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.gallery-navigation-carousel .wcgs-spswiper-arrow:before {
	display: contents;
}

.gallery-navigation-carousel .wcgs-spswiper-arrow:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.gallery-navigation-carousel .wcgs-spswiper-button-prev {
	left: 0;
  animation: leftArrow 0.5s;
}

.gallery-navigation-carousel .wcgs-spswiper-button-prev:before {
	content: "\e800";
}

.gallery-navigation-carousel .wcgs-spswiper-button-next {
	right: 0;
  animation: rightArrow 0.5s;
}

.gallery-navigation-carousel .wcgs-spswiper-button-next:before {
	content: "\e801";
}

.gallery-navigation-carousel.always .wcgs-spswiper-arrow {
	opacity: 1;
}

.gallery-navigation-carousel:hover .wcgs-spswiper-button-prev,
.gallery-navigation-carousel:hover .wcgs-spswiper-button-next {
	opacity: 1;
}

.wcgs-carousel .wcgs-spswiper-arrow {
  font-family: "spwgfontello";
  font-size: 12px;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:not(.spswiper-button-lock),
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:not(.spswiper-button-lock) {
  position: absolute;
  cursor: pointer;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none !important;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  margin-top: -19px;
  z-index: 9;
  text-decoration: none;
  top: 50%;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:hover,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:before,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:before {
  display: contents;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev.pointer,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next.pointer {
  pointer-events: none;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
  left: 5px;
  min-width: 38px;
  min-height: 38px;
  -webkit-animation: leftArrow 0.5s;
  animation: leftArrow 0.5s;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:before {
  content: "\e800";

}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
  left: auto;
  min-width: 38px;
  min-height: 38px;
  right: 5px;
  -webkit-animation: rightArrow 0.5s;
  animation: rightArrow 0.5s;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:before {
  content: "\e801";
}
.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-prev,
.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	margin-left: -19px;
	left: 50%;
	margin-top: 0;
	right: auto;
	-webkit-animation: none;
	animation: none;
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	bottom: 0;
	top: auto;
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	top: 0;
	bottom: auto;
}

.wcgs-carousel.spswiper-vertical .spswiper-pagination {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 8px;
	width: auto;
	-webkit-animation: none;
	animation: none;
	display: inline-table;
}

.wcgs-carousel.spswiper-vertical .spswiper-pagination .spswiper-pagination-bullet {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 5px;
}
.spswiper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.wcgs-carousel .spswiper-slide,
.wcgs-carousel .wcgs-slider-image {
  display: flex;
  justify-content: center;
  margin: auto;
}

/* Elementor lightbox conflict */
.wcgs-fancybox-custom-wrapper~.elementor-lightbox {
  display: none !important;
}
#wpgs-gallery:not(.wcgs-visible) .gallery-navigation-carousel-wrapper,
#wpgs-gallery:not(.wcgs-visible) .wcgs-carousel {
  display: none;
}
</pre></body></html>