html {
	overflow-x: hidden;
}
html.open-menu,
html:has(body.modal-open) {
	overflow: hidden;
}
@media (min-width: 992px) {
	html.open-menu,
	html.open-menu #header,
	html.open-menu .header .logo,
	html.open-menu header .dropdown.open .dropdown-menu,
	html.modal-open,
	html.modal-open #header,
	html.modal-open .header .logo,
	html.modal-open header .dropdown.open .dropdown-menu {
		padding-inline-end: 15px;
	}
}
.modal-open body::before {
	content: '';
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(16, 16, 14, 0.45);
}
body {
	padding-block-start: 80px;
}
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
}
@media (min-width: 1330px) {
	.container {
		width: 1288px;
	}
}
@media (min-width: 1498px) {
	.container {
		width: 1480px;
	}
}
@media (min-width: 1498px) {
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.66666667%;
		/* 11/12 */
	}
	.col-xl-10 {
		width: 83.33333333%;
		/* 10/12 */
	}
	.col-xl-9 {
		width: 75%;
		/* 9/12 */
	}
	.col-xl-8 {
		width: 66.66666667%;
		/* 8/12 */
	}
	.col-xl-7 {
		width: 58.33333333%;
		/* 7/12 */
	}
	.col-xl-6 {
		width: 50%;
		/* 6/12 */
	}
	.col-xl-5 {
		width: 41.66666667%;
		/* 5/12 */
	}
	.col-xl-4 {
		width: 33.33333333%;
		/* 4/12 */
	}
	.col-xl-3 {
		width: 25%;
		/* 3/12 */
	}
	.col-xl-2 {
		width: 16.66666667%;
		/* 2/12 */
	}
	.col-xl-1 {
		width: 8.33333333%;
		/* 1/12 */
	}
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {
		float: left;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}
}
ul {
	list-style: none;
	padding-inline-start: 0;
}
a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #10100E;
}
h3 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 140px;
	margin-block-end: 50px;
}
@media (max-width: 991px) {
	h3 {
		text-align: center;
		margin-block-start: 70px;
		margin-block-end: 20px;
	}
}
.learn-more {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #10100E;
}
@media (max-width: 767px) {
	.learn-more {
		font-size: 8px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100% !important;
		padding-inline: 36px;
	}
}

/* Heder ------------------------------------------------------------------------------------------------------------------------- */

#header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, background .5s ease-in-out, padding 0s;
	padding-block: 24px;
}
#header.scrolling-down {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, padding 0s;
}
#header.scrolling-up {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, background .5s ease-in-out, padding 0s;
}
@media (max-width: 767px) {
	#header {
		padding-block: 20px;
	}
}
@media (max-width: 480px) {
	body {
		padding-block-start: 59px;
	}
	#header {
		padding-block: 6px;
	}
}
#header:hover, 
#header.scrolling-up:hover,
.open-menu #header {
	background: #ffffff;
	transition: background .5s ease-in-out;
}
.header > div.col-xs-12 {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header h1,
.header h1 a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	color: #10100E;
	margin: 0;
}
.navbar-nav::before,
.navbar-nav::after {
	display: none;
}
.navbar {
	position: static;
	min-height: auto !important;
	border-radius: 0;
	border: none !important;
	background: transparent !important;
	margin-block-end: 0;
}
.navbar-collapse {
	padding-inline: 0;
}
.navbar-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}
.navbar-nav>li {
	padding-block: 6px;
}
.navbar-nav>li.dropdown {
	position: static;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent !important;
	border: none !important;
}
.navbar-nav > li > a {
	min-height: auto !important;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #10100E !important;
	text-shadow: none !important;
	padding: 0 !important;
}
#menu .nav>li>a:hover,
.navbar-nav>li>a:hover {
	background: transparent;
}

.header .right-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header .right-menu #wishlist-total {
	position: relative;
}
.header .right-menu #wishlist-total .wishlist-count {
	position: absolute;
	top: -5px;
	right: -2px;
	font-family: 'Neutral Face';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #10100E;
}
.header .dropdown .dropdown-menu {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 100%;
	display: flex !important;
	justify-content: center;
	gap: 68px;
	z-index: 1;
	float: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: all .3s ease-in, padding-inline-end 0s;
	padding: 0;
	margin: 0 !important;
}
.header .dropdown .dropdown-menu .container {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 156px;
}
.header .dropdown .dropdown-menu .container::before,
.header .dropdown .dropdown-menu .container::after {
	display: none;
}
.header .dropdown .dropdown-menu .container .dropdown-inner ul {
	display: flex !important;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 0px;
}
.header .dropdown .dropdown-menu .container .dropdown-inner ul li {
	flex: 0 1 25%;
}
body:not(.open-menu):has(.dropdown:hover),
body:not(.open-menu):has(.dropdown.open) {
	position: relative;
}
body:not(.open-menu):has(.dropdown:hover)::before,
body:not(.open-menu):has(.dropdown.open)::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 100%;
	background: rgba(16, 16, 14, 0.45);
}
html:not(.open-menu) .header .dropdown:hover .dropdown-menu,
.header .dropdown.open .dropdown-menu {
	top: 61%;
	opacity: 1;
	visibility: visible;
	height: auto;
	padding-block-start: 94px;
	padding-block-end: 45px !important;
	
}
.header .dropdown .dropdown-menu a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px !important;
	line-height: 12px !important;
	text-transform: uppercase;
	color: #10100E !important;
	padding: 0 !important;
	margin-bottom: 26px;
}
.header .dropdown .dropdown-menu a:hover {
	color: #10100E !important;
	background: transparent;
}
.header .see-all {
	border-block-start: none !important;
	margin-block-start: 0 !important;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #10100E;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
}
.dropdown-image {
	max-width: 500px;
	width: 100%;
}
.dropdown-image img {
	width: 100%;
	object-fit: cover;
}
#cart {
	max-width: fit-content;
	margin: 0;
}
#cart>button {
	position: relative;
	width: 23px;
	height: 23px;
	background: transparent;
	padding: 0;
}
#cart>button i {
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
	text-shadow: none !important;
}
#cart>button i::before {
	content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.88882 7H6.66399C5.91494 7 5.11664 7 4.67618 7L3 16C3.6511 16 4.92708 16 5.93786 16H14.0618C15.0725 16 17 16 17 16L15.3813 7C15.0307 7 14.0851 7 13.336 7H13.111M6.88882 7H13.111M6.88882 7C6.88882 5.34315 8.2817 4 9.99991 4C11.7181 4 13.111 5.34315 13.111 7" stroke="%23212121" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	/* content: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.91732 4.33333H4.6403C3.71735 4.33333 3.25608 4.33333 2.8818 4.50124C2.55187 4.64925 2.27079 4.88761 2.07056 5.18872C1.84341 5.53031 1.76704 5.98537 1.61531 6.89575L0.720866 12.2624L0.720507 12.2644C0.515963 13.4917 0.413635 14.1056 0.591354 14.5841C0.74739 15.0042 1.04621 15.3563 1.43494 15.5792C1.87791 15.8333 2.50017 15.8333 3.74561 15.8333H13.7554C15.0009 15.8333 15.6242 15.8333 16.0671 15.5792C16.4559 15.3563 16.754 15.0042 16.91 14.5841C17.0877 14.1058 16.9854 13.4921 16.781 12.2658L16.7802 12.2624L15.8857 6.89575C15.734 5.98537 15.6581 5.53031 15.4309 5.18872C15.2307 4.88761 14.9494 4.64925 14.6195 4.50124C14.2452 4.33333 13.7842 4.33333 12.8613 4.33333H12.584M4.91732 4.33333H12.584M4.91732 4.33333C4.91732 2.21624 6.63356 0.5 8.75065 0.5C10.8677 0.5 12.584 2.21624 12.584 4.33333" stroke="%2310100E" stroke-linecap="round" stroke-linejoin="round"/></svg>'); */
}
#cart-total {
	/* width: 100%;
	height: 100%; */
	display: flex;
	align-items: start;
	justify-content: end;
	font-family: 'Neutral Face';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: -15px;
	padding-inline-end: 2px;
}
#cart.open>button {
	background-image: none;
	background-color: transparent !important;
	border: none !important;
	color: #10100E !important;
	box-shadow: none !important;
	box-shadow: none;
	text-shadow: none;
}
@media (max-width: 991px) {
	#cart>button i {
		bottom: 3px;
	}
	#cart>button i::before {
		content: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.34115 3.83333H4.10026C3.2977 3.83333 2.89659 3.83333 2.57113 3.97934C2.28423 4.10804 2.03982 4.31532 1.8657 4.57715C1.66818 4.87418 1.60178 5.26988 1.46984 6.06152L0.692057 10.7282L0.691745 10.7299C0.513881 11.7971 0.4249 12.331 0.579438 12.7471C0.715122 13.1124 0.974961 13.4185 1.31299 13.6124C1.69818 13.8333 2.23928 13.8333 3.32227 13.8333H12.0265C13.1095 13.8333 13.6514 13.8333 14.0366 13.6124C14.3747 13.4185 14.6339 13.1124 14.7696 12.7471C14.924 12.3312 14.8351 11.7975 14.6574 10.7312L14.6567 10.7282L13.8789 6.06152C13.747 5.26989 13.6809 4.87418 13.4834 4.57715C13.3093 4.31532 13.0647 4.10804 12.7778 3.97934C12.4523 3.83333 12.0515 3.83333 11.2489 3.83333H11.0078M4.34115 3.83333H11.0078M4.34115 3.83333C4.34115 1.99238 5.83353 0.5 7.67448 0.5C9.51543 0.5 11.0078 1.99238 11.0078 3.83333" stroke="%2310100E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	}
}


#search {
	margin-block-end: 0;
}
#search .input-group-btn {
	width: fit-content;
}
#search .btn-lg {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #10100E;
	background: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	padding: 0;
	margin: 0;
}
.search-row {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	margin-block-end: 60px;
}
.search-row #input-search {
	height: 40px;
}
.search-row select {
	height: 40px;
}
.search-row .btn-default {
	width: 100%;
	height: 40px;
	
	text-transform: uppercase;
}
#form-language {
	display: none;
}

@media (min-width: 992px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-block-end: 0;
		overflow: visible !important;
	}
	.navbar-toggle {
		display: none;
	}
}

@media (max-width: 991px) {
	header {
		padding-block-start: 16px;
	}
	.navbar-collapse.collapse {
		height: 0 !important;
		display: none !important;
		padding-block-end: 0;
		overflow: hidden !important;
	}
	.navbar-collapse.collapsing,
	.navbar-collapse.in {
		width: 100vw;
		height: 100vh !important;
		display: flex !important;
		background: #ffffff;
		padding-inline: 15px;
		padding-block-start: 80px;
		padding-block-end: 30px;
	}
	.mobile-menu-list {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		overflow: auto;
		-ms-overflow-style: none;
		padding-block-end: 118px;
	}
	.mobile-menu-list::-webkit-scrollbar {
		display: none;
	}
	.navbar-toggle {
		display: block;
		margin: 0;
	}
	#menu .btn-navbar {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		filter: invert(100%);
		background: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		outline: none;
		padding: 0;
	}
	#menu .btn-navbar:active,
	#menu .btn-navbar:focus,
	#menu .btn-navbar:hover {
		outline: none;
		background: transparent;
	}
	.mobile-menu .navbar-nav {
		width: 100%;
		flex-direction: column;
		align-items: start;
		gap: 20px;
		margin: 0;
	}
	.navbar-nav>li {
		width: 100%;
		padding-block: 0px;
	}
	.navbar-nav>li>a {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-nav>li>a[aria-expanded="false"]::after {
		content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6668 6L8.00016 10.6667L3.3335 6" stroke="%2310100E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		
	}
	.navbar-nav>li>a[aria-expanded="true"]::after {
		content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 10.6667L8.00016 6L12.6668 10.6667" stroke="%2310100E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	}
	.mobile-link.language {
		align-items: center;
		justify-content: start;
		gap: 4px;
		line-height: 11px;
		margin-block-start: 70px;
	}
	.mobile-menu {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
	}
	.mobile-menu .close {
		position: absolute;
		top: 22px;
		right: 16px;
		opacity: 1;
	}
	.navbar-nav>li.dropdown {
		position: relative;
		padding-block: 0px;
	}
	.header .dropdown .dropdown-menu {
		height: 100%;
		background: transparent !important;
		justify-content: start;
		transition: all 0s;
		padding: 27px 19px 0 !important;
	}
	/* .header .dropdown:not(.open) .dropdown-menu:hover {
		all: unset !important;
		padding: 27px 19px 0 !important;
	} */
	.header .dropdown .dropdown-menu:hover {
		padding: 27px 19px 0 !important;
	}
	.header .dropdown.open .dropdown-menu {
		
		padding: 27px 19px 0 !important;
	}
	#menu .dropdown-inner a {
		color: #10100E;
	}
	#menu .dropdown-inner a:hover {
		background: transparent !important;
	}
}

/* Video-banners ----------------------------------------------------------------------------------------------------------------- */

.video-42.video-banner,
.video-43.video-banner,
.video-45.video-banner,
.video-46.video-banner,
.video-47.video-banner {
	width: 100vw;
	position: relative;
	margin-inline: calc(-50vw + 50%);
}
video {
	vertical-align: middle;
}
.video-42.video-banner video,
.video-43.video-banner video,
.video-45.video-banner video,
.video-46.video-banner video,
.video-47.video-banner video {
	height: 100vh;
	min-width: 100%;
	object-fit: cover;
	object-position: center;
}
.video-42.video-banner .video-desctop,
.video-43.video-banner .video-desctop,
.video-42.video-banner .video-mobile,
.video-43.video-banner .video-mobile,
.video-45.video-banner .video-mobile,
.video-46.video-banner .video-mobile,
.video-47.video-banner .video-mobile {
	position: relative;
}
.video-42.video-banner .video-title,
.video-43.video-banner .video-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13%;
}
.video-45.video-banner .video-title,
.video-46.video-banner .video-title,
.video-47.video-banner .video-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-42.video-banner .video-title p,
.video-43.video-banner .video-title p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
}
.video-42.video-banner .video-title a,
.video-43.video-banner .video-title a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
}

.video-44.video-banner h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: #10100E;
	text-transform: uppercase;
	margin-block-start: 160px;
	margin-block-end: 60px;
}
.video-44.video-banner .video-desctop {
	max-width: 952px;
	margin-inline: auto;
}
.video-44.video-banner .text-block {
	max-width: 566px;
	font-family: 'Manrope';
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	padding-block-end: 130px;
	margin-inline: auto;
}
.video-44.video-banner .text-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	color: #10100E !important;
	margin-block-start: 60px;
	margin-block-end: 30px;
}
.video-44.video-banner .text-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #10100E !important;
	margin-block-end: 30px;
}
.video-44.video-banner .text-link {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #10100E;
}

@media (max-width: 1489px) {
	/* .video-44.video-banner h1 {
		margin-block-start: 30px;
		margin-block-end: 60px;
	} */
	.video-44.video-banner .text-title {
		margin-block-start: 40px;
	}
	.video-44.video-banner .text-block {
		padding-block-end: 90px;
	}
}
@media (max-width: 797px) {
	.video-44.video-banner h1 {
		margin-block-end: 50px;
	}
	.video-44.video-banner .text-title {
		margin-block-start: 22px;
		margin-block-end: 18px;
	}
	.video-44.video-banner .text-text {
		margin-block-end: 18px;
	}
	.video-44.video-banner .text-block {
		padding-block-end: 0;
	}
}

/* HTML-blocks ------------------------------------------------------------------------------------------------------------------- */

.swiper-banner {
	position: relative;
	width: 100vw;
	box-shadow: none;
	border: none;
	padding: 0;
	margin-inline: calc(-50vw + 50%);
	margin-block-end: 0;
}
.swiper-banner .swiper-slide {
	position: relative;
}
.swiper-banner .banner-text {
	position: absolute;
	left: 50%;
	bottom: 140px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.swiper-banner .banner-text span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.swiper-banner .banner-text .learn-more {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
}

.product-video {
	padding-block-start: 160px;
	padding-block-end: 90px;
}
.product-video img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

/* Categories -------------------------------------------------------------------------------------------------------------------- */

#product-category {
	margin-block-end: 200px;
}
@media (max-width: 991px) {
	#product-category {
		margin-block-end: 0px;
	}
}
.category-top {
	position: relative;
}
.category-top h1 {
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #10100E;
	text-transform: uppercase;
}
.category-top .btn-group {
	margin-block-start: 60px;
	margin-block-end: 50px;
}
@media (max-width: 767px) {
	.category-top h1 {
		top: 35%;
	}
	.category-top .btn-group {
		margin-block-start: 40px;
		margin-block-end: 30px;
	}
}
.category-top .btn-group .btn {
	z-index: 1;
}
.category-top .btn-default {
	background: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
	outline: none !important;
	box-shadow: none;
	padding: 10px 10px;
}
.category-top .btn-default svg {
	fill: transparent;
	vertical-align: middle;
}
.category-top .btn-default.active svg {
	fill: #10100E;
}
.category-top .btn-default:hover {
	background: transparent;
}
.category-grid {
	display: flex;
	flex-wrap: wrap;
}
.category-grid .product-layout {
	flex-basis: 25%;
	overflow: hidden;
}
.category-grid .product-layout.banner-in-grid {
	flex-basis: 100%;
	margin-block-end: 70px;
}
.category-grid .product-layout.banner-in-grid .banner-video {
	margin-block-end: -6px;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
}
.category-list .product-layout {
	flex-basis: 33.33333333%;
}
.category-list .product-layout.banner-in-grid {
	display: none;
}
.product-thumb {
	position: relative;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-block-end: 0;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
}
.product-thumb .image .img-responsive {
	max-width: 100%;
	width: 100%;
}
.product-thumb .image .default-image,
.product-thumb .image .hover-media {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	object-fit: cover;
	transition: opacity 0.4s ease-in-out, visibility 0s 0.7s;
}
.product-thumb .image .hover-media {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.product-thumb .image .hover-media.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease-in-out, visibility 0s 0s;
}
.product-thumb .image .product-wishlist {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	border: none;
	background: transparent;
}
@media (min-width: 992px) {
	.product-thumb .image .product-wishlist {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all .3s ease-in-out;
	}
}
.product-layout:hover .product-thumb .image .product-wishlist,
.product-thumb .image .product-wishlist[data-in-wishlist="1"] {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.product-thumb .image .product-wishlist[data-in-wishlist="1"] svg,
.product-title button[data-in-wishlist="1"] svg,
#smca-modal-body .details-bottom .btn-wishlist[data-in-wishlist="1"] svg {
	fill: #10100E;
}

.product-thumb .image .product-wishlist:focus-visible {
	outline: none;
}
.product-thumb .caption {
	/* position: absolute;
	left: 0;
	bottom: 28px; */
	width: 100%;
	min-height: auto;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 4px;
	padding: 14px 10px 50px 10px;
	/* padding-inline: 10px; */
}
.product-thumb h4 {
	max-width: 325px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
.product-thumb h4 a {
	color: #212121;
}
.product-thumb .price {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #212121;
	white-space: nowrap;
	margin: 0;
}
.banner-in-grid img {
	max-width: 100%;
	object-fit: cover;
}
.pagination {
	margin-block-start: 80px;
}
.pagination,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a,
.pagination>li>span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.15em;
	border: none;
	background: transparent;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #10100E;
}
.pagination>li>a,
.pagination>li>span {
	color: rgba(16, 16, 14, 0.5);
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #10100E;
	background-color: transparent;
	border: none;
}

@media (max-width: 767px) {
	.category-grid .product-layout {
		flex-basis: 50%;
	}
	.category-list .product-layout {
		flex-basis: 100%;
	}
}

.categories-empty {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #10100E;
	text-align: center;
	margin-block: 36px;
}
.empty-button {
	display: flex;
	align-items: center;
	justify-content: center;
	& a {
		height: 42px;
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 24px;
		text-transform: uppercase;
		color: #10100E;
		text-align: center;
		padding-inline: 24px;
	}
}

.modal-filters {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	max-width: 612px;
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
	padding-block: 122px;
	padding-inline: 100px;
	display: none;
}
.modal-filters.active {
	display: block !important;
}
.modal-filters .close-button {
	position: absolute;
	top: 38px;
	right: 38px;
	background: transparent;
	border: none;
	padding: 0;
}
.modal-filters .close-button svg {
	vertical-align: middle;
}
.modal-filters h2,
.modal-filters .sort-wrapper .control-label {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #10100E;
}
.modal-filters h2 {
	margin-block-end: 50px;
}
.modal-filters .sort-wrapper .control-label {
	margin-block-end: 16px;
}
.filters-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.filters-block {
	height: 100%;
	padding-block-end: 81px;
}
.filters-block>div {
	height: 100%;
	overflow: auto;
	padding-inline-end: 15px;
	
}
#input-sort {
	width: fit-content;
	margin-block-end: 30px;
}
#input-sort .radio-sort label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #10100E;
	margin-block-end: 11px;
}
#input-sort .radio-sort input[type="radio"] {
	display: none;
}
#input-sort .radio-sort label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #10100E;
}
#input-sort .radio-sort label::after {
	content: url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.650024 3.0229L3.02402 5.3959L7.77002 0.649902" stroke="white" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
}
#input-sort .radio-sort label:has(input:checked)::before {
	background: #10100E;
}
#column-right {
	display: block !important;
	max-width: 100%;
	width: 100%;
	padding-inline: 0;
}
#column-right h2 {
	margin-block-end: 15px;
}
#column-right .list-group {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
#column-right .list-group a {
	width: 25%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #10100E;
	border-radius: 0;
	border: none;
	background: transparent;
	padding-inline-start: 0;
}
#column-right .list-group a.active {
	font-weight: 600;
}
.ocf-header,
.ocf-popover {
	display: none !important;
}
.ocf-between {
	flex-direction: column;
}
.ocf-content {
	margin-block-end: 0 !important;
}
@media (max-width: 767px) {
	.modal-filters {
		padding-block: 60px;
		padding-inline: 60px;
	}
}
@media (max-width: 480px) {
	.modal-filters {
		padding-block: 26px;
		padding-inline: 15px;
	}
}

/* Latest Page ------------------------------------------------------------------------------------------------------------------- */

#product-latest .category-top h1 {
	position: static;
	transform: translate(0, 0);
	margin-block-start: 70px;
	margin-block-end: 60px;
}

@media (max-width: 767px) {
	#product-latest .category-top h1 {
		margin-block-start: 50px;
		margin-block-end: 40px;
	}
}

/* Featured ---------------------------------------------------------------------------------------------------------------------- */

.featured {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.featured h4 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 19px;
	text-transform: uppercase;
	color: #10100E;
}

@media (max-width: 767px) {
	.featured h4 {
		font-size: 8px;
		margin-block: 18px;
	}
}

/* Product ----------------------------------------------------------------------------------------------------------------------- */

#product-product {
	padding-block-start: 46px;
}
@media (max-width: 767px) {
	#product-product {
		padding-block-start: 0px;
	}
}

@media (min-width: 768px) {
	#product-product #content {
		padding-inline: 0;
	}
	#product-product .product-presentation {
		display: flex;
	}

	#product-product .row {
		margin-inline: 0;
	}

	#product-product .col-sm-6 {
		padding-inline: 0;
	}

	#product-product .row.product-description {
		position: sticky;
		top: 126px;
		z-index: 1;
		padding-block-end: 50px;
	}
}
@media (max-width: 767px ) {
	.row.product-description {
		padding-inline: 15px;
		padding-block-end: 0;
	}
}
.product-presentation {
	padding-block-end: 20px;
}
@media (max-width: 767px) {
	.product-presentation {
		padding-block-end: 0;
	}
}
.thumbnails {
	display: flex;
	flex-direction: column;
	margin-inline-start: 0;
}
.thumbnails>li {
	margin-inline-start: 0;
}
.thumbnails>li img {
	max-width: 100%;
}
.thumbnails>li video {
	vertical-align: middle;
}

.swiper-viewport:has(#product-slider) {
	margin: 0;
	background: transparent;
	z-index: 1;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}
#product-slider .swiper-pagination {
	bottom: 12px;
}
#product-slider .swiper-pagination-bullet {
	width: 4px;
	height: 1.5px;
	border-radius: 0;
	background: #10100E;
}
#product-slider .swiper-pagination-bullet-active {
	width: 29px;
}
@media (max-width:767) {

}

.product-title {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
	margin-block-start: 73px;
}
.product-description h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
	color: #10100E;
	margin: 0;
}
.product-description h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 9px;
	margin-block-end: 26px;
}

.product-description #product .form-group:has(.option-radio) {
	margin-block-end: 26px;
}
.product-description #product .option-radio  {
	display: flex;
}
.product-description #product .radio {
	margin: 0;
}
.product-description #product .radio+.radio {
	margin-inline-start: 19px;
}
.product-description #product .radio label {
	position: relative;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
	padding-inline: 0;
}
.product-description #product .radio input[type="radio"] {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 0;
	height: 0;
}
.product-description #product .radio label:has(input:checked) {
	font-weight: 700;
	
	&::before {
		content: '[';
	}
	&::after {
		content: ']';
	}
}

.product-description .product-keywords {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #10100E;
}
.product-title .btn-primary {
	border: none;
}
.product-title .btn-primary:focus,
.product-title .btn-primary:focus-visible {
	background-color: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}
#product-product .product-recomented-title {
	position: relative;
	margin-block-start: 160px;
	margin-block-end: 40px;
}
@media (max-width: 767px) {
	#product-product .product-recomented,
	#product-product .recently-viewed {
		padding-inline: 15px;
	}
}
#product-product h3 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 160px;
	margin-block-end: 40px;
}
#product-product .product-recomented-title h3 {
	margin-block: 0;
}
@media (max-width: 767px) {
	#product-product .product-recomented-title {
		margin-block-start: 75px;
	}
}
#product-product .swiper-pagination-related {
	position: absolute;
	top: 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #10100E;
	transform: translateY(50%);
	padding-right: 76px;
}
@media (max-width: 991px) {
	#product-product .swiper-pagination-related {
		padding-right: 48px;
	}
}
@media (max-width: 767px) {
	#product-product h3 {
		margin-block-start: 80px;
		margin-block-end: 25px;
	}
	#product-product .swiper-pagination-related {
		padding-right: 15px;
	}
	#product-product .product-video {
		padding-block-start: 80px;
		padding-block-end: 0px;
	}
}
#product-product .recently-viewed .product-layout {
	padding-inline: 0;
}

#product #button-cart {
	height: 42px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	outline: none !important;
	transition: all .4s ease-in-out;
}
#product #button-cart:hover {
	color: #10100E;
	background: transparent;
	border: 1px solid #10100E;
}
#product .form-group:has(#button-cart) {
	margin-block-end: 50px;
}

#product-product .trigger-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#product-product .trigger-links>li>a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #10100E;
	text-transform: uppercase;
}
.custom-modal-common {
	display: none;
	background: transparent;
}
.custom-modal-common .modal-content {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 6px) !important;
	height: 100%;
	overflow: auto;
	&::-webkit-scrollbar {
		display: none;
	}
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 0;
	box-shadow: none;
	padding-block: 142px;
	padding-inline: 196px;
}
@media (max-width: 1489px) {
	.custom-modal-common .modal-content {
		padding-block: 122px;
		padding-inline: 136px;
	}
}
@media (max-width: 1200px) {
	.custom-modal-common .modal-content {
		padding-block: 102px;
		padding-inline: 106px;
	}
}
@media (max-width: 991px) {
	.custom-modal-common .modal-content {
		padding-block: 82px;
		padding-inline: 76px;
	}
}
@media (max-width: 767px) {
	.custom-modal-common .modal-content {
		width: 100% !important;
		padding-block: 15%;
		padding-inline: 20%;
	}
}
.custom-modal-common .close-button {
	position: absolute;
	top: 68px;
	right: 68px;
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	padding: 0;
}
@media (max-width: 480px) {
	.custom-modal-common .modal-content {
		padding-block: 70px;
		padding-inline: 15px;
	}
	.custom-modal-common .close-button {
		top: 16px;
		right: 16px;
	}
}
.custom-modal-common .close-button svg {
	vertical-align: middle;
}
.custom-modal-common .modal-text {
	max-width: 438px;
}
.custom-modal-common .modal-text h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	color: #10100E;
	text-transform: uppercase;
	margin-block-end: 70px;
}
.custom-modal-common .modal-text p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #10100E;
	margin-block-end: 0;
}
.custom-modal-common .modal-text p>b {
	font-weight: 500;
	font-size: 11px;
}
.custom-modal-common .modal-text a {
	/* text-decoration: underline; */
	border-bottom: 1px solid #10100E;
}
.custom-modal-common .modal-text .size-table-wrapper {
	padding-block-end: 24px;
}
.custom-modal-common .modal-text .size-table {
	border: none;
	box-shadow: none;
}
.custom-modal-common .modal-text .size-table {
	& tr, & th, & td {
		border: none;
		background: transparent;
	}
}
.custom-modal-common .modal-text .size-table tr th:first-of-type {
	padding-inline: 0;
}
.custom-modal-common .modal-text .size-table thead tr {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
}
.custom-modal-common .modal-text .size-table tbody th {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #10100E;
}
.custom-modal-common .modal-text .size-table tbody td {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
}

@media (max-width: 1440px) {
	.custom-modal-common .close-button svg {
		width: 24px;
		height: 24px;
	}
}

/* Checkout ---------------------------------------------------------------------------------------------------------------------- */

.checkout-cart-accordion .input-group {
	display: flex;
	flex-direction: column;
}

#common-success .order-success-bg {
	min-width: 100vw;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	background-image: url('../image/order-success-bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#common-success .order-content {
	max-width: 370px;
	margin-inline: auto;
}
#common-success .order-content h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-block-start: 0;
	margin-block-end: 20px;
}
#common-success .order-content>p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	margin-block-end: 20px;
}
#common-success .order-content>p:last-of-type {
	margin-block-end: 0px;
}
#common-success #order-info {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 30px;
	row-gap: 16px;
	max-width: 330px;
	padding-top: 55px;
	padding-bottom: 39px;
	margin-inline: auto;
}
#common-success .panel {
	margin-bottom: 16px;
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#common-success .panel-body {
	grid-column: 2;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 0;
}

#common-success .panel-heading {
	grid-column: 1;
	white-space: nowrap;
	padding: 0;
	border-bottom: nobe;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#common-success .panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

#common-success .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

#common-success .panel-title>a,
#common-success .panel-title>small,
#common-success .panel-title>.small,
#common-success .panel-title>small>a,
#common-success .panel-title>.small>a {
	color: inherit;
}

#common-success .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#common-success .panel-default {
	display: contents;
	border-color: transparent;
}

#common-success .panel-default>.panel-heading {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
}
#common-success .buttons {
	max-width: 336px;
	margin-inline: auto;
}
#common-success .buttons a {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1.2px solid #FFFFFF;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #10100E;
}


@media (min-width:768px) {
	#common-success #order-products-mobile {
		display: none;
	}
}

@media (max-width:767px) {
	#common-success #order-products {
		display: none;
	}
	#common-success .order-content {
		max-width: 343px;
	}
	#common-success .order-content h1 {
		font-size: 14px;
		margin-block-end: 12px;
	}
	#common-success #order-info {
		max-width: 277px;
		padding-block-start: 50px;
	}
	#common-success .order-content>p,
	#common-success .panel-default>.panel-heading,
	#common-success .panel-body,
	#common-success .buttons a {
		font-size: 12px;
	}
	#common-success .buttons {
		max-width: 277px;
	}
}

.nowrap {
	white-space: nowrap;
}

/* Information ------------------------------------------------------------------------------------------------------------------- */

#information-information .content {
	max-width: 750px;
	padding-block-end: 130px;
	margin-inline: auto;
}
#information-information h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 90px;
	margin-block-end: 80px;
}
#information-information h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 23px;
	color: #111111;
	margin-block-start: 34px;
	margin-block-end: 24px;
}
#information-information p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
	color: #111111;
}

@media (max-width: 1498px) {
	#information-information .content {
		max-width: 700px;
		padding-block-end: 90px;
	}
	#information-information h1 {
		margin-block-start: 93px;
		margin-block-end: 80px;
	}
	#information-information h2 {
		margin-block-start: 11px;
	}
}

@media (max-width: 767px) {
	#information-information .content {
		max-width: 331px;
		padding-block-end: 0;
	}
	#information-information h1 {
		margin-block-start: 53px;
		margin-block-end: 40px;
	}
	#information-information h2 {
		font-size: 12px;
		line-height: 19px;
		margin-block-start: 24px;
		margin-block-end: 14px;
	}
	#information-information p {
		font-size: 12px;
		line-height: 19px;
	}
}

#information-information .information-about .video-45.video-banner .video-title p,
#information-information .information-about .video-46.video-banner .video-title p,
#information-information .information-about .video-47.video-banner .video-title p,
#information-information .information-about .video-45.video-banner .video-title a,
#information-information .information-about .video-46.video-banner .video-title a,
#information-information .information-about .video-47.video-banner .video-title a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF !important;
	margin: 0;
}
#information-information .information-about .video-46.video-banner {
	margin-block-start: 120px;
}
#information-information .information-about .information-content h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 120px;
}
#information-information .information-about .information-content p,
#information-information .information-about .information-content span {
	display: block;
	max-width: 850px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: #10100E;
	margin-inline: auto;
}
#information-information .information-about .information-content div:has(img) {
	margin-block-start: 120px;
}
#information-information .information-about .information-content img {
	max-width: 100%;
}
#information-information .information-about .information-content h6 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #10100E;
}
#information-information .information-about .information-content a {
	max-width: 390px;
	width: 100%;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #10100E;
	box-sizing: border-box;
	border: 1.2px solid #10100E;
	margin-block: 90px;
}
@media (max-width: 767px) {
	#information-information .information-about .information-content h2,
	#information-information .information-about .information-content div:has(img),
	#information-information .information-about .video-46.video-banner {
		margin-block-start: 80px;
	}
	#information-information .information-about .information-content a {
		margin-block-start: 50px;
		margin-block-end: 0;
	}
}

#information-contact .contact-content {
	display: flex;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-end: 90px;
}
#information-contact h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 94px;
	margin-block-end: 70px;
}
#information-contact .contact-content h4 {
	font-size: 14px;
	line-height: 23px;
	color: #212121;
}
#information-contact .contact-magazines>p:first-of-type {
	max-width: 343px;
	margin-block-start: 30px;
	margin-block-end: 60px;
}
#information-contact .contact-item:not(:last-child) {
	margin-block-end: 30px;
}
#information-contact .contact-image {
	position: sticky;
	top: 146px;
}
#information-contact .contact-image img {
	max-width: 100%;
	width: 100%;
}
@media (max-width: 991px) {
	#information-contact h1 {
		margin-block-start: 23px;
		margin-block-end: 70px;
	}
	#information-contact .contact-content {
		flex-direction: column;
		align-items: center;
		margin-block-end: 0px;
	}
	#information-contact .contact-magazines>p:first-of-type {
		margin-block-start: 0px;
		margin-block-end: 50px;
	}
	#information-contact .contact-item {
		margin-block-end: 25px;
	}
	#information-contact .contact-item:last-child {
		margin-block-end: 50px;
	}
}

/* Wishlist ---------------------------------------------------------------------------------------------------------------------- */

#account-wishlist h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #10100E;
	margin-block-start: 94px;
	margin-block-end: 70px;
}
#account-wishlist .text-empty {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #212121;
	margin-bottom: 150px;
}
#account-wishlist table {
	border: none !important;
	border-top: 0 !important;
	border-collapse: collapse;
	margin-block-end: 70px;
}
#account-wishlist table thead td {
	padding-block-end: 30px;
}
#account-wishlist table tr,
#account-wishlist table td,
#account-wishlist table th {
	border: none !important;
	border-top: 0 !important;
}
#account-wishlist table td {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #10100E;
	vertical-align: middle;
}
#account-wishlist table td:has(img) {
	width: 1%;
	white-space: nowrap;
	padding: 0;
}
#account-wishlist table td:has(img) a {
	vertical-align: middle;
}
/* #account-wishlist table td button, */
#account-wishlist table td .btn.btn-primary {
	height: 38px;
	max-width: 140px;
	width: 100%;
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #212121;
	margin-inline: auto;
}
#account-wishlist table td button i {
	display: none;
}
#account-wishlist .clearfix .btn-primary {
	max-width: 400px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #212121;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0 auto;
}

/* Error ------------------------------------------------------------------------------------------------------------------------- */

#error-not-found .error-page {
	position: relative;
	width: 100vw;
	height: 100vh;
	/* aspect-ratio: 1440 / 860; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-block-end: 90px;
	margin-inline: calc(-50vw + 50%);
}
#error-not-found .error-page img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: contain;
}
/* #error-not-found .error-page picture img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
} */
#error-not-found .error-page h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 200px;
	line-height: 150px;
	text-align: center;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.83);
	margin-block: 0;
}
#error-not-found .error-page p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-block: 0;
}
#error-not-found .error-page .buttons.clearfix {
	margin-block-end: 24px;
}
#error-not-found .error-page a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 336px;
	height: 42px;
	border: 1.2px solid #FFFFFF;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
@media (max-width: 480px) {
	#error-not-found .error-page {
		gap: 20px;
	}
	#error-not-found .error-page h1 {
		font-size: 170px;
		line-height: 130px;
	}
	#error-not-found .error-page p {
		font-size: 12px;
	}
	#error-not-found .error-page .buttons.clearfix {
		margin-block-end: 130px;
	}
}

/* Footer ------------------------------------------------------------------------------------------------------------------------ */

footer {
	border-block-start: none;
	background: transparent;
	padding-block-start: 0;
	margin-block-start: 110px;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	padding-block-end: 120px;
}
.footer-top::before,
.footer-top::after {
	display: none;
}
.footer-top h4 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #10100E;
	padding-block-start: 0;
	padding-block-end: 26px;
	margin-block: 0;
}
.footer-top p,
.footer-top p a,
.footer-top ul>li>a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #10100E;
}
.footer-top p {
	padding-block-end: 0;
	margin: 0;
}
.footer-top p a {
	text-decoration: underline;
	white-space: nowrap;
}
.footer-top ul>li+li {
	padding-block-start: 20px;
}
.footer-top form {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-block-end: 20px;
}
.footer-top form input {
	flex: calc(65% - 12px / 2);
	height: 40px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 166%;
	letter-spacing: 0.4px;
	color: #10100E;
	box-sizing: border-box;
	border: 0.9px solid #10100E;
	padding-inline-start: 12px;
}
.footer-top form input::placeholder {
	color: rgba(16, 16, 14, 0.6);
}
.footer-top form button {
	flex: calc(35% - 12px / 2);
	height: 40px;
}
.footer-bottom {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-block-end: 60px;
}
.footer-bottom .language-switch {
	align-self: end;
	gap: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	color: #10100E;
	cursor: pointer;
}
.footer-bottom h2 {
	margin-block: 0;
}
.footer-bottom h2 a,
.footer-bottom h2 a:hover {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #10100E;
	text-transform: uppercase;
	margin-block: 0;
}
.footer-bottom .social {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-bottom .social a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #10100E;
}

@media (min-width: 992px) {
	.footer-top .collapse {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}
}
@media (max-width: 991px) {
	footer {
		margin-block-start: 100px;
	}
	.footer-top {
		flex-direction: column;
		gap: 40px;
		padding-block-end: 75px;
	}
	.column-menu {
		text-align: center;
	}
	.column-menu h4 {
		padding-block-end: 0;
	}
	.column-menu .list-unstyled {
		margin-block-start: 20px;
	}
	.column-menu.subscribe {
		order: -1;
		margin-bottom: 30px;
	}
	.column-menu.subscribe h4 {
		margin-block-end: 26px;
	}
}
@media (max-width: 767px) {
	.footer-bottom {
		flex-wrap: wrap;
		align-items: center;
		padding-block-end: 22px;
	}
	.footer-bottom .language-switch {
		align-self: center;
	}
	.footer-bottom .logo {
		order: 1;
		width: 100%;
		text-align: center;
		margin-block-start: 42px;
	}
	.footer-bottom .logo a {
		font-weight: 400;
		font-size: 22px;
		line-height: 23px;
	}
}
@media (max-width: 478px) {
	.footer-top p {
		text-align: left;
	}
}

/* Language module ---------------------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
	.modal-dialog {
		max-width: 711px;
		width: 100%;
		top: 50%;
		transform: translateY(-50%) !important;
		margin-block: 0px;
	}
	.modal-content {
		border-radius: 0;
	}
}

@media (max-width: 991px) {
	#languageModal .modal-dialog {
		max-width: 100%;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin: 0;
	}
}
#languageModal .modal-content {
	position: relative;
	border-radius: 0;
}

#languageModal .modal-header {
	max-width: 372px;
	width: 100%;
	padding-block-start: 88px;
	padding-block-end: 29px;
	border-bottom: none;
	margin-inline: auto;
}

#languageModal .modal-header button {
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 1;
}

#languageModal .modal-title {
	display: block;
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #212121;
}

#languageModal .modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 21px;
	padding-block-start: 29px;
	padding-block-end: 88px;
}

#languageModal .modal-select-wrapper {
	max-width: 342px;
	width: 100%;
}

#languageModal .modal-body span {
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #10100E;
	display: none;
}

#languageModal .custom-select {
	width: 100%;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #212121;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top: none;
	border-inline: none;
	border-bottom: 1px solid rgba(208, 208, 208, 0.3019607843);
	padding-block-end: 3px;
}

#languageModal .select-selected {
	position: relative;
	cursor: pointer;
}

#languageModal .select-selected::after {
	content: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 5L1 1" stroke="%23A6A6A6" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

#languageModal .select-selected.active::after {
	transform: rotate(180deg);
}

#languageModal .select-arrow-active.select-selected {
	border-bottom: 1px solid rgba(208, 208, 208, 0.3019607843);
	padding-block-end: 3px;
}

#languageModal .select-arrow-active.select-selected::after {
	transform: rotate(180deg) translateY(-10%);
}

#languageModal .select-items {
	list-style: none;
	padding-inline: 0;
	padding-block: 8px;
	margin: 0;
}

#languageModal .select-items {
	cursor: pointer;
}

#languageModal .select-items li+li {
	margin-top: 4px;
}

#languageModal .select-items li:hover {
	background: rgba(208, 208, 208, 0.3019607843);
}

.select-hide {
	display: none;
}

#languageModal .modal-footer {
	text-align: center;
	border-top: none;
	padding-block-start: 0;
	padding-block-end: 100px;
}

@media (max-width: 767px) {
	#languageModal .modal-content {
		height: 100%;
	}

	#languageModal .modal-header button {
		top: 22px;
		right: 16px;
	}

	#languageModal .modal-title {
		max-width: 204px;
		width: 100%;
		text-align: left;
	}
}

@media (max-width: 480px) {
	#languageModal .modal-select {
		width: 200px;
	}
}

/* Language module ---------------------------------------------------------------------------------------------------------------- */