@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

.boldLink>a .nav-drop-title-wrap {
	font-weight: bold !important;
	color: #000;
}

.swiper {
	width: 100%;
	max-width: 100%;
	height: 300px;
}


#watchShopSlider {
	height: 420px;
}

#watchShopSlider .swiper-slide {
	width: 240px !important;
	height: 400px !important;
	border-radius: 15px;
	overflow: hidden;
}

.shopVideo {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.iconVideoPlay {
	height: 50px !important;
	inset: 50% auto auto 50%;
	box-sizing: border-box;
	color: inherit;
	margin: 0px !important;
	padding: 0px !important;
	position: absolute;
	width: 50px;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: 0.3s all;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(63deg) brightness(106%) contrast(101%);
}

.innerSlideWatch {
	height: 100%;
	overflow: hidden;
	background: linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	cursor: pointer;
	position: relative;
}

.iconVideoPlay.hideVideoIcon {
	inset: 30% auto auto 50%;
	opacity: 0;
}

.innerSlideWatch.typeBlock-img {
	display: flex;
	align-items: center;
}


.blur-img {
	width: 200% !important;
	height: 200% !important;
	object-fit: cover;
	filter: blur(5px);
	position: absolute;
	z-index: 1;
}

.imgWatch {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.titleShopSlide {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	transition: 0.3s all;
	opacity: 1;
	z-index: 5;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.innerTitleShopSlide {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.titleShopSlide.hideTitleShopSlide {
	opacity: 0;
}

.shopmod {
	z-index: 1;
	overflow: hidden;
	height: 100%;
	aspect-ratio: 9 / 16;
	padding: 0;
	background: linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
}

.shopVideoModal {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.closeModal {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 0;
	top: 2px;
	right: 2px;
	padding: 0;
	z-index: 10;
	background: transparent !important;
}

.video-control {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 50;
	gap: 20px;
	display: flex;
	align-items: center;
}


.sound {
	width: 24px;
	height: 24px;
	background-image: url(../img/sound-off.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.sound.soundOn {
	background-image: url(../img/sound-on.svg);
}

.prodModalSliderRow {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 0;
	padding: 0 5px;
	width: 100%;
}

.innerProductItemSlide {
	display: flex;
	align-items: flex-start;
}

.product-item-slide {
	width: 100%;
	font-size: 14px;
}

.prodModalSliderRow .swiper-slide {
	width: 230px;
}

.innerProductItemSlide-img {
	width: 70px;
	min-width: 70px;
}

.product-item-slide {
	width: 100%;
	background: #fff;
	font-size: 14px;
	position: relative;
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.08),0 1.5px 3px rgba(0, 0, 0, 0.12);
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.dataTitle {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 1.3;
}

.fullLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.innerProductItemSlide-data {
	padding: 5px;
}

.shopNowSlide {
	background-color: #000;
	font-size: 10px;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	gap: 5px;
	line-height: 1;
	border-radius: 0 0 4px 4px;
	padding: 2px 2px 3px;
}

.dataPrice {
	font-size: 16px;
}


.playControl {
	width: 24px;
	height: 24px;
	background-image: url(../img/pause.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.playControl.pauseMod {
	background-image: url(../img/play.svg);
}

.watchShopRow-top {
	margin-bottom: 32px;
	text-align: center;
}

.watchShopTitle {
	font-weight: 700;
	font-size: 32px;
	color: #000;
	margin-bottom: 16px;
	font-family: "Cormorant", Sans-serif;
}


.page-title h1, .primary-sidebar.widget-area .widget-title {
	font-family: "Cormorant", Sans-serif;
}

.base-color-palette-fixed-switcher {
	display: none;
}

.button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"], .elementor-button {
	background: #123435 !important;
}


.woocommerce .quantity.spinners-added input.minus, .woocommerce .quantity.spinners-added input.plus {
	font-size: 16px !important;
	background-size: unset;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 40px;
	padding: 0;
	color: #fff !important;
}

