#wpgs-gallery {
	float: left;
	display: inline-block;
	z-index: 0;
	box-sizing: border-box;
}

#wpgs-gallery *,
#wpgs-gallery *::before,
#wpgs-gallery *::after {
	box-sizing: border-box;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: auto;
	min-height: 400px;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery.vertical {
	flex-direction: row;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
	order: 1;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .gallery-navigation-carousel {
	order: -1;
}

#wpgs-gallery+div.summary {
	overflow: hidden;
	min-width: 120px;
}

.wcgs-carousel {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.wcgs-carousel .wcgs-slider-image {
	min-width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100%;
}

.wcgs-carousel .wcgs-slider-image img {
	display: block;
	box-shadow: none;
	width: 100%;
	height: auto;
}

#wpgs-gallery .wcgs-slider-image-tag {
	width: 100%;
	height: auto;
	display: block;
}

/* Navigation arrows */
.wcgs-carousel .wcgs-spswiper-arrow,
.wcgs-carousel .wcgs-swiper-button-prev,
.wcgs-carousel .wcgs-swiper-button-next {
	position: absolute;
	cursor: pointer;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c-white, #fff);
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none !important;
	transition: background-color 0.5s;
	z-index: 99;
	text-decoration: none;
	top: 50%;
	margin-top: -19px;
	font-size: 16px;
	line-height: 1;
}

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

.wcgs-carousel .wcgs-swiper-button-prev,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-swiper-button-prev {
	left: 0;
}

.wcgs-carousel .wcgs-swiper-button-prev::after,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-swiper-button-prev::before {
	content: '';
	border-right: 2px solid var(--c-white, #fff);
	border-bottom: 2px solid var(--c-white, #fff);
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	margin-left: 3px;
}

.wcgs-carousel .wcgs-swiper-button-next,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-swiper-button-next {
	left: auto;
	right: 0;
}

.wcgs-carousel .wcgs-swiper-button-next::after,
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-swiper-button-next::before {
	content: '';
	border-right: 2px solid var(--c-white, #fff);
	border-bottom: 2px solid var(--c-white, #fff);
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	margin-right: 3px;
}

/* Vertical carousel arrows */
.wcgs-carousel.vertical .wcgs-spswiper-arrow,
.wcgs-carousel.vertical .wcgs-swiper-button-prev,
.wcgs-carousel.vertical .wcgs-swiper-button-next {
	transform: rotate(-90deg);
}

.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-swiper-button-prev,
.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-swiper-button-next,
.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-spswiper-arrow {
	margin-left: -19px;
	left: 50%;
	margin-top: 0;
	right: auto;
}

.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-swiper-button-prev,
.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-spswiper-arrow.wcgs-swiper-button-prev {
	bottom: 0;
	top: auto;
}

.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-swiper-button-next,
.wcgs-carousel.vertical:not(.bottom_right):not(.bottom_center) .wcgs-spswiper-arrow.wcgs-swiper-button-next {
	top: 0;
	bottom: auto;
}

#wpgs-gallery .wcgs-carousel.swiper .swiper-wrapper {
	align-items: center;
}

#wpgs-gallery .wcgs-carousel.swiper .swiper-slide {
	position: relative;
}

#wpgs-gallery .wcgs-carousel.swiper .swiper-slide,
#wpgs-gallery .wcgs-carousel .wcgs-slider-image {
	display: flex;
	justify-content: center;
	margin: auto;
}

/* Pagination */
.wcgs-carousel .swiper-pagination.swiper-pagination-bullets {
	display: block;
	position: absolute;
	margin: 0;
	padding-left: 0;
	padding-bottom: 16px;
	text-align: center;
	width: 100%;
	bottom: 0;
	cursor: pointer;
}

.wcgs-carousel.wcgs-mobile-layout .swiper-pagination.swiper-pagination-bullets {
	display: block;
	position: static;
	padding-top: 15px;
}

.wcgs-carousel .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

.wcgs-carousel .swiper-pagination.bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	min-height: 12px;
	position: relative;
	font-size: 12px;
	background-color: rgba(115, 119, 121, 0.5);
	display: inline-block;
	text-decoration: none;
	border-radius: 50%;
	margin-right: 6px;
	padding: 0;
	color: transparent !important;
	border: none;
}

.wcgs-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--c-primary);
}

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

.wcgs-carousel.vertical .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 5px;
}

/* Thumbnail navigation */
.gallery-navigation-carousel {
	overflow: hidden;
	position: relative;
}

.gallery-navigation-carousel-wrapper {
	position: relative;
}

.gallery-navigation-carousel-wrapper .wcgs-border-bottom {
	display: none;
}

.anchor_navigation_wrapper .wcgs-thumb,
.gallery-navigation-carousel .wcgs-thumb {
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}

.anchor_navigation_wrapper .wcgs-has-video::after,
.gallery-navigation-carousel .wcgs-has-video::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.anchor_navigation_wrapper .wcgs-has-video::before,
.gallery-navigation-carousel .wcgs-has-video::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent var(--c-white, #fff);
	z-index: 3;
}

.gallery-navigation-carousel .wcgs-thumb img {
	width: 100%;
	min-width: 100%;
	transition: all 0.3s;
	display: block;
	box-shadow: none;
}

#wpgs-gallery .wcgs-anchor-link .wcgs-thumb,
#wpgs-gallery .wcgs-anchor-link .wcgs-thumb img {
	transition: all 0.25s;
}

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

.gallery-navigation-carousel.vertical {
	height: 100%;
	margin: auto;
	display: flex;
}

#wpgs-gallery .gallery-navigation-carousel.vertical .wcgs-thumb img {
	max-height: 100%;
	object-fit: cover;
}

#wpgs-gallery .gallery-navigation-carousel.vertical .wcgs-thumb {
	display: flex;
}

/* Horizontal thumbnails */
#wpgs-gallery.horizontal .gallery-navigation-carousel-wrapper {
	order: 2;
	margin-top: 6px;
}

#wpgs-gallery.horizontal .wcgs-carousel {
	order: 1;
	width: 100%;
}

#wpgs-gallery .wcgs-thumb {
	position: relative;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s;
	overflow: hidden;
}

#wpgs-gallery .wcgs-thumb img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

#wpgs-gallery .swiper-slide-thumb-active.wcgs-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid var(--c-accent, #5EABC1);
	pointer-events: none;
	z-index: 1;
}

/* Anchor navigation */
.anchor_navigation_wrapper .inner-wrapper-navigation {
	padding-top: 200px;
}

.anchor_navigation_wrapper {
	max-width: 70px;
	position: static;
	flex: 0 1 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-self: flex-start;
	align-content: stretch;
	flex-wrap: nowrap;
	transition: none;
	left: 0;
}

.anchor_navigation_wrapper a {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 12px;
	position: relative;
}

.anchor_navigation_wrapper a:focus {
	outline: none !important;
}

.anchor_navigation_wrapper a::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: var(--c-border, #d8dbe3);
	border-radius: 50px;
	display: block;
	transition: 0.2s all;
}

.anchor_navigation_wrapper a.active::before {
	background-color: var(--c-accent);
}

.wcgs_vertical_scroll_nav .anchor_navigation_wrapper .inner-wrapper-navigation {
	padding-top: 0;
}

.wcgs_vertical_scroll_nav .wcgs-thumb img {
	display: block;
}

.wcgs_vertical_scroll_nav .anchor_navigation_wrapper a {
	margin-right: 6px;
	margin-bottom: 6px;
}

.wcgs_vertical_scroll_nav .anchor_navigation_wrapper a::before {
	content: none;
}

.wcgs_vertical_scroll_nav .wcgs-grid-template-slide:last-of-type {
	margin-bottom: 0;
}

.wcgs_vertical_scroll_nav .anchor_navigation_wrapper {
	position: sticky;
	top: 0;
	align-self: flex-start;
}

/* Grid layouts */
.wcgs-grid-template-container {
	position: relative;
}

#wpgs-gallery .wcgs-grid-template.wcgs-grid-height-auto {
	height: auto !important;
}

.wcgs-grid-template-slide {
	position: relative;
	overflow: hidden;
}

.wcgs-grid-template-slide.wcgs-hidden-item {
  display: none;
}

.wcgs-carousel.grid .wcgs-slider-image.wcgs-grid-image {
	height: 100%;
}

/* Modern grid orientations — 6-column layout */
.wcgs_grid_3_1_2:not(.swiper-wrapper),
.wcgs_grid_1_2_2:not(.swiper-wrapper),
.wcgs_grid_1_2_3:not(.swiper-wrapper),
.wcgs_grid_1_3_3:not(.swiper-wrapper),
.wcgs_grid_2_1_3:not(.swiper-wrapper) {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide {
	grid-column: span 6;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-child(1) {
	grid-column: span 3;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-child(2) {
	grid-column: span 3;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-child(3) {
	grid-column: span 6;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-child(n+4):nth-child(-n+6) {
	grid-column: span 2;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(4),
.wcgs_grid_2_1_3 .wcgs-grid-template-slide:last-child:nth-child(5) {
	grid-column: span 3 !important;
}

.wcgs_grid_2_1_3 .wcgs-grid-template-slide:last-child:nth-child(2),
.wcgs_grid_2_1_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(1),
.wcgs_grid_2_1_3 .wcgs-grid-template-slide:last-child:nth-child(1),
.wcgs_grid_2_1_3 .wcgs-grid-template-slide:last-child:nth-child(4) {
	grid-column: span 6 !important;
}

.wcgs_grid_1_2_2 .wcgs-grid-template-slide {
	grid-column: span 6;
}

.wcgs_grid_1_2_2 .wcgs-grid-template-slide:nth-child(n+2):nth-child(-n+5) {
	grid-column: span 3;
}

.wcgs_grid_1_2_2 .wcgs-grid-template-slide:last-child:nth-child(2),
.wcgs_grid_1_2_2 .wcgs-grid-template-slide:last-child:nth-child(1),
.wcgs_grid_1_2_2 .wcgs-grid-template-slide:last-child:nth-child(4) {
	grid-column: span 6 !important;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide {
	grid-column: span 6;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(1),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(3),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(2) {
	grid-column: span 2;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(4) {
	grid-column: span 6;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(6),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-child(5) {
	grid-column: span 3;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-last-child(3):nth-child(1),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-last-child(2):nth-child(2) {
	grid-column: span 3 !important;
}

.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-last-child(2):nth-child(1),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:nth-last-child(1):nth-child(3),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:last-child:nth-child(2),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:last-child:nth-child(1),
.wcgs_grid_3_1_2 .wcgs-grid-template-slide:last-child:nth-child(5) {
	grid-column: span 6 !important;
}

.wcgs_grid_1_3_3 .wcgs-grid-template-slide {
	grid-column: span 6;
}

.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-child(n+2):nth-child(-n+7) {
	grid-column: span 2;
}

.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(2),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(5),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(1):nth-child(6),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(1):nth-child(3),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(2),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:nth-last-child(1):nth-child(3) {
	grid-column: span 3;
}

.wcgs_grid_1_3_3 .wcgs-grid-template-slide:last-child:nth-child(2),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:last-child:nth-child(1),
.wcgs_grid_1_3_3 .wcgs-grid-template-slide:last-child:nth-child(5) {
	grid-column: span 6 !important;
}

.wcgs_grid_1_2_3 .wcgs-grid-template-slide {
	grid-column: span 6;
}

.wcgs_grid_1_2_3 .wcgs-grid-template-slide:nth-child(n+4):nth-child(-n+6) {
	grid-column: span 2;
}

.wcgs_grid_1_2_3 .wcgs-grid-template-slide:nth-child(3),
.wcgs_grid_1_2_3 .wcgs-grid-template-slide:nth-child(2) {
	grid-column: span 3;
}

.wcgs_grid_1_2_3 .wcgs-grid-template-slide:last-child:nth-child(2),
.wcgs_grid_1_2_3 .wcgs-grid-template-slide:last-child:nth-child(4) {
	grid-column: span 6;
}

.wcgs_grid_1_2_3 .wcgs-grid-template-slide:nth-last-child(2):nth-child(4),
.wcgs_grid_1_2_3 .wcgs-grid-template-slide:nth-last-child(1):nth-child(5) {
	grid-column: span 3 !important;
}

/* Lightbox */
.wcgs-lightbox {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	width: 30px;
	height: 30px;
}

.grid-lightbox {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
	color: var(--c-white, #fff);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0;
	margin: 0;
}

#wpgs-gallery .wcgs-slider-lightbox {
	position: absolute;
	z-index: 9;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	color: var(--c-white, #fff);
}

#wpgs-gallery .wcgs-lightbox {
	display: none;
}

#wpgs-gallery .wcgs-lightbox.top_right {
	top: 14px;
	right: 14px;
}

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

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

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

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

#wpgs-gallery .wcgs-carousel .wcgs-lightbox {
	position: absolute;
}

.swiper .swiper-slide:not(.swiper-slide-active) .wcgs-slider-lightbox::before {
	opacity: 0 !important;
}

/* Video */
.wcgs-video-icon {
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	cursor: pointer;
	opacity: 0.8;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcgs-video-icon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent var(--c-white, #fff);
	margin-left: 4px;
}

#wpgs-gallery .wcgs-video-icon-wrapper {
	position: absolute;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
}

#wpgs-gallery .wcgs-video-icon-wrapper.middle,
#wpgs-gallery .wcgs-video-icon-wrapper.center_center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#wpgs-gallery .wcgs-video-self-hosted {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wpgs-gallery .wcgs-video-self-hosted video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#wpgs-gallery .wcgs-iframe-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.wcgs-iframe-wrapper .wcgs-video-self-hosted,
.wcgs-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.wcgs-iframe-wrapper .video-js,
.wcgs-player-dimensions {
	height: 100%;
	width: 100%;
}

#wpgs-gallery .wcgs-iframe-wrapper .wcgs-video-poster {
	visibility: hidden;
}

#wpgs-gallery .wcgs-touch-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

/* Toggle button */
.wcgs-toggle-btn-container {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -23px;
	position: relative;
	z-index: 999;
	padding-bottom: 12px;
}

.wcgs-toggle-btn {
	padding: 10px 20px;
	background-color: var(--c-primary, #0073aa);
	color: var(--c-btn-text, #fff);
	border: none;
	cursor: pointer;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.wcgs-toggle-btn:hover {
	background-color: var(--c-primary, #005177);
	filter: brightness(85%);
}

.wcgs-toggle-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: currentcolor transparent transparent transparent;
	transition: transform 0.3s;
}

.wcgs-toggle-btn.expanded .wcgs-toggle-arrow {
	transform: rotate(180deg);
}

.wcgs-transition-none * {
	transition: none !important;
}

.wcgs-transition-none .wcgs-thumb,
.wcgs-transition-none .swiper-wrapper {
	transition: none;
}

.wcgs-transition-none .wcgs-thumb img {
	width: auto;
}

/* Fancybox overrides */
.wcgs-fancybox-wrapper .fancybox-slide {
	padding: 44px 0;
}

.wcgs-fancybox-wrapper .fancybox__toolbar {
	background: transparent !important;
	z-index: 9999999 !important;
}

.wcgs-fancybox-wrapper,
.wcgs-fancybox-wrapper .fancybox__carousel,
.wcgs-fancybox-wrapper .fancybox__container {
	z-index: 999999 !important;
}

.wcgs-fancybox-wrapper .fancybox__content {
	padding: 0;
}

.woocommerce-js div.product:has(.anchor_navigation_wrapper) span.onsale,
.woocommerce-js div.product:has(.wcgs_vertical_scroll_nav) span.onsale {
	left: 63px;
}

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

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

/* Video.js */
.video-js .vjs-big-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate(-50%, -50%);
}

.vjs-big-play-button .vjs-icon-placeholder {
	display: none;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
	background-color: transparent !important;
}

.vjs-poster img,
.woocommerce .vjs-poster img {
	width: 100%;
	height: 100%;
}

.summary.entry-summary {
	overflow: hidden;
}

/* Responsive */
@media (min-width: 768px) {
	#wpgs-gallery.wcgs-woocommerce-product-gallery {
		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;
	}
}

@media screen and (max-width: 992px) {
	#wpgs-gallery.wcgs-woocommerce-product-gallery {
		max-width: 100% !important;
		width: 100% !important;
		float: none;
		margin-right: 0;
	}

	#wpgs-gallery.wcgs-woocommerce-product-gallery + .summary {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	.anchor_navigation_wrapper {
		display: none;
	}

	#wpgs-gallery .wcgs-grid-template-container .wcgs-grid-template.grid {
		grid-template-columns: 1fr !important;
	}
}
