/*!
Theme Name: UNK
Theme URI: https://sixtudio.com
Author: Sixtudio
Author URI: https://sixtudio.com
Description: Theme for KHAMA Retail
Version: 1.1.0
Tested up to: 6.1
Requires PHP: 8.1
Text Domain: unk
*/

/* Theme */
:root {

	--theme-color_01: #000000;
	--theme-color_02: #ffffff;

	--theme-web_margin: 24px;

}

/* General */
html,
body {
	overscroll-behavior: none;
	touch-action: manipulation;
}

html,
#unk_page {
	position: relative;
	width: 100vw;
	height: 100dvh;
	background: var(--theme-color_01);
	color: var(--theme-color_02);
}

/* Swiper */
.swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-slide {
	position: relative;
	width: 100vw;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;

	background-color: var(--theme-color_01) !important;
}

.swiper-slide .video-js {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;

	background-color: var(--theme-color_01) !important;
}