body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	margin-bottom: 5px !important;
	color: #fff !important;
	font-size: 18px !important;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: var(--accent-gold);
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
	font-size: 13px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert>.close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #1a1c1e);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;

}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}

@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}

}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}



:root {
	--bg-dark: #1a1c1e;

	--accent-gold: #c5a059;

	--light-bg: #f9f9f9;

	--text-white: #ffffff;
	--text-gray: #a0a0a0;
}

.header-main {
	background: var(--bg-dark);

	padding: 15px 20px;
	border-bottom: 1px solid rgba(197, 160, 89, 0.2);

	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo img {
	max-height: 55px;
	width: auto;
	filter: brightness(0) invert(1);

}

.logo-text {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
}

.logo-text .brand {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 700;
	color: var(--accent-gold);

	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logo-text .slogan {
	font-size: 10px;
	color: var(--text-gray);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 2px;
}

.main-menu {
	list-style: none;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.main-menu a {
	text-decoration: none;
	color: var(--text-white);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s;
}

.main-menu a:hover {
	color: var(--accent-gold);
}

.header-right {
	display: flex;
	align-items: center;
	gap: 25px;
}

.phone-link {
	font-size: 16px;
	color: var(--text-white);
	text-decoration: none;
	font-weight: 400;
	transition: color 0.3s;
}

.phone-link:hover {
	color: var(--accent-gold);
}

.btn-appointment {
	background: var(--accent-gold);

	color: var(--bg-dark);
	border: 1px solid var(--accent-gold);
	padding: 6px 22px;
	border-radius: 1px;

	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.btn-appointment:hover {
	background: transparent;
	color: var(--accent-gold);
}

@media (max-width: 1200px) {

	.header-center,
	.phone-link {
		display: none;
	}
}




:root {
	--bg-dark: #1a1c1e;
	--accent-gold: #c5a059;
	--text-white: #ffffff;
	--text-gray: #a0a0a0;
}

.footer-main {
	background: var(--bg-dark);
	color: var(--text-white);
	padding: 0 20px;
	padding-top: 60px;
	border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 40px;
}

.footer-logo {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.footer-logo img {
	max-height: 50px;
	filter: brightness(0) invert(1);
}

.logo-col .brand {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: var(--accent-gold);
	text-transform: uppercase;
	margin-left: 10px;
}

.logo-col .slogan {
	display: block;
	font-size: 10px;
	color: var(--text-gray);
	margin-left: 10px;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.footer-menu a {
	color: var(--text-white);
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s;
}

.footer-menu a:hover {
	color: var(--accent-gold);
}

.contact-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: var(--text-white);
}

.contact-item i {
	color: var(--accent-gold);
	width: 16px;
	text-align: center;
}

.contact-item a {
	color: var(--text-white);
	text-decoration: none;
}

.footer-bottom {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom-wrapper {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--text-gray);
}

@media (max-width: 991px) {
	.footer-wrapper {
		flex-direction: column;
		gap: 40px;
		align-items: center;
		text-align: center;
	}

	.footer-menu {
		flex-direction: column;
		gap: 15px;
	}

	.bottom-wrapper {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}



.main-hero-banner {
	background-color: #f8f6f3;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 650px;
}

.hero-split-wrapper {
	display: flex;
	flex-wrap: wrap;
	min-height: 650px;
}


.hero-text-side {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	padding: 60px 20px;
	z-index: 2;
	padding-left: 20px;
}





.hero-image-side {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.image-fade-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(to right, #f8f6f3 0%, rgba(248, 246, 243, 0.8) 15%, rgba(248, 246, 243, 0) 40%);
}


.swiss-badge {
	display: inline-flex;
	align-items: center;
	background: #fff;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.icon-plus {
	color: #d00000;
	font-size: 14px;
	margin-right: 8px;
}

.hero-title {
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	line-height: 1.2;
	color: #1a1c1e;
	margin-bottom: 25px;
	font-weight: 600;
}

.hero-text {
	font-size: 17px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 35px;
}

.hero-actions {
	display: flex;
	gap: 15px;
	margin-bottom: 50px;
}





.btn-dark:hover {
	background: #333;
}

.btn-outline:hover {
	background: #1a1c1e;
	color: #fff;
}


.hero-features {
	display: flex;
	gap: 20px;
}

.feature-item {
	display: flex;
	flex-direction: column;
	gap: 8px;

}

.feature-item i {
	color: #888;
	font-size: 20px;
}

.feature-item span {
	font-size: 11px;
	line-height: 1.4;
	color: #666;
}

.feature-item span strong {
	display: block;
	color: #1a1c1e;
	text-transform: none;
	margin-bottom: 2px;
}


@media (max-width: 991px) {

	.hero-text-side,
	.hero-image-side {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hero-image-side {
		height: 400px;
	}

	.image-fade-overlay {
		background: linear-gradient(to bottom, #f8f6f3 0%, rgba(248, 246, 243, 0) 30%);
	}

	.hero-text-side {
		justify-content: center;
	}

	.hero-content {

		text-align: center;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-features {
		justify-content: center;
		flex-wrap: wrap;
	}
}




.hero-actions {
	display: flex;
	gap: 20px;
	margin-bottom: 50px;
}


.btn-dark,
.btn-outline {
	position: relative;
	display: inline-block;
	padding: 18px 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
	cursor: pointer;
	border-radius: 2px;
}


.btn-dark {
	background: #1a1c1e;
	color: #ffffff;
	border: 1px solid #1a1c1e;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-dark:hover {
	background: #c5a059;
	border-color: #c5a059;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(197, 160, 89, 0.3);
}


.btn-dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: 0.6s;
}

.btn-dark:hover::after {
	left: 150%;
}


.btn-outline {
	background: transparent;
	color: #1a1c1e;
	border: 1px solid #1a1c1e;
}

.btn-outline:hover {
	background: #1a1c1e;
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.btn-dark:active,
.btn-outline:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.feature-item i {
	transition: color 0.3s ease, transform 0.3s ease;
}

.feature-item:hover i {
	color: #c5a059;
	transform: scale(1.1);
}


.hero-content {
	animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}




.brands-ticker-section {
	padding: 0px 0;
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.brands-title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	text-align: center;
	color: #1a1c1e;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.brands-ticker-container {
	width: 100%;
	height: auto;
	display: block;
}

.brands-ticker-container .swiper-wrapper {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	transition-timing-function: linear !important;
}

.brand-ticker-item {
	width: auto !important;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
}

.brand-ticker-logo {
	max-height: 80px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.4s ease;
	display: block;
}

.brand-ticker-item:hover .brand-ticker-logo {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.1);
}


.brand-ticker-item a {
	display: block;
	line-height: 0;
}

.advantages-section {
	padding: 80px 0;
	background-color: #fcfaf8;
}

.advantages-header {
	text-align: center;
	margin-bottom: 50px;
}

.section-subtitle {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #c5a059;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-bottom: 10px;
}

.section-title {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	color: #1a1c1e;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
}


.advantages-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.advantage-card {
	flex: 1 1 calc(25% - 25px);
	min-width: 260px;
	background: #ffffff;
	padding: 50px 35px;
	text-align: center;
	border: 1px solid #eee;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}


.advantage-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #c5a059;
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.advantage-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
	border-color: #f1ede8;
}

.advantage-card:hover::after {
	transform: scaleX(1);
}


.adv-icon {
	font-size: 38px;
	color: #1a1c1e;
	margin-bottom: 25px;
	transition: all 0.4s ease;
}

.advantage-card:hover .adv-icon {
	color: #c5a059;
	transform: scale(1.1);
}


.advantage-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 19px;
	font-weight: 600;
	color: #1a1c1e;
	margin-bottom: 15px;
}

.advantage-card p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}


@media (max-width: 991px) {
	.advantage-card {
		flex: 1 1 calc(50% - 25px);
	}
}

@media (max-width: 580px) {
	.advantage-card {
		flex: 1 1 100%;
	}

	.section-title {
		font-size: 26px;
	}
}




.advantages-section {
	padding: 30px 0;
	background-color: #fcfaf8;
	font-family: 'Montserrat', sans-serif;
}

.advantages-header {
	text-align: center;
	margin-bottom: 50px;
}

.section-subtitle {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #c5a059;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.section-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #1a1c1e;
	margin: 0;
	font-weight: 600;
}

.advantages-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
}

.advantage-card {
	flex: 1;
	min-width: 250px;
	background: #ffffff;
	padding: 50px 30px;
	text-align: center;
	border: 1px solid #eee;
	transition: all 0.4s ease;
	position: relative;
}

/* Золота смужка при наведенні */
.advantage-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #c5a059;
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.advantage-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	border-color: #f1ede8;
}

.advantage-card:hover::after {
	transform: scaleX(1);
}

.adv-icon {
	font-size: 40px;
	color: #1a1c1e;
	margin-bottom: 25px;
	transition: 0.3s;
}

.advantage-card:hover .adv-icon {
	color: #c5a059;
}

.advantage-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #1a1c1e;
	margin-bottom: 15px;
	font-weight: 600;
}

.advantage-card p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}


@media (max-width: 991px) {
	.advantage-card {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	.advantage-card {
		flex: 1 1 100%;
	}

	.section-title {
		font-size: 28px;
	}
}




.services-grid-section {
	padding: 80px 0;
	background: #fff;
}

.services-header {
	text-align: center;
	margin-bottom: 50px;
}

.services-header .section-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #1a1c1e;
	letter-spacing: 2px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.service-card {
	position: relative;
	height: 400px;
	overflow: hidden;
	cursor: pointer;
}

.service-img {
	width: 100%;
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.service-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(26, 28, 30, 0.9);
	padding: 25px 20px;
	text-align: center;
	transition: all 0.4s ease;
}

.service-info h3 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;

	transition: all 0.4s ease;
}

.service-info p {
	font-size: 13px;
	color: #ccc;
	margin: 0;
	height: 0;
	opacity: 0;
	transition: all 0.4s ease;
	overflow: hidden;
}


.service-card:hover .service-img {
	transform: scale(1.1);
}

.service-card:hover .service-info {
	padding-bottom: 40px;
	background: #1a1c1e;
}

.service-card:hover .service-info p {
	height: auto;
	opacity: 1;
	margin-top: 10px;
}


@media (max-width: 1199px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.services-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		height: 350px;
	}
}

.container1 {
	padding: 0 20px;
}



.split-promo-section {
	background: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.split-container {
	display: flex;
	position: relative;
	min-height: 650px;
	width: 100%;
}


.split-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;

	background-position: 85% center;
	z-index: 1;
}

/* Градієнт */
.image-fade-overlay-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, #ffffff 90%);
	z-index: 2;
}


.split-text {
	flex: 0 0 50%;
	margin-left: 50%;
	display: flex;
	align-items: center;
	background: #fff;
	z-index: 3;
	position: relative;
}

.split-inner {
	width: 100%;

	padding: 80px 40px 80px 60px;
}

.promo-subtitle {
	color: #c5a059;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.promo-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	color: #1a1c1e;
	margin-bottom: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.promo-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 40px;
}

.promo-btn {
	display: inline-block;
	padding: 18px 45px;
	border: 1px solid #c5a059;
	color: #c5a059;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: all 0.4s ease;
	text-decoration: none;
	font-size: 11px;
}

.promo-btn:hover {
	background: #c5a059;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}

@media(max-width: 991px) {
	.split-container {
		flex-direction: column-reverse;
		display: block;
		min-height: auto;
	}

	.split-media {
		position: relative;
		width: 100%;
		height: 350px;
		background-position: center;
	}

	.split-text {
		width: 100%;
		margin-left: 0;
		padding: 0px 0;
	}

	.split-inner {
		padding: 0 20px;
		text-align: center;
		margin: 0 auto;
	}

	.image-fade-overlay-right {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}

	.promo-title {
		font-size: 32px;
	}
}

@media(max-width: 991px) {
	.split-media {
		display: none !important;
	}

	.header-main {
		display: none;
		;
	}
}



.mobile-header {
	display: none;
	background: #1a1c1e;
	padding: 15px 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.mobile-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-logo img {
	height: 40px;
	filter: brightness(0) invert(1);
}


.mobile-menu-toggle {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mobile-menu-toggle .bar {
	width: 30px;
	height: 2px;
	background-color: #c5a059;
	transition: 0.3s;
}


.mobile-menu-overlay {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #1a1c1e;
	z-index: 1000;
	transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 50px;
}

.mobile-menu-overlay.active {
	right: 0;
}

.menu-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 50px;
	color: #c5a059;
	cursor: pointer;
}

.mobile-nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mobile-menu-footer {
	margin-top: 50px;
	text-align: center;
}

.mobile-phone {
	display: block;
	color: #c5a059;
	font-size: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.btn-gold-mobile {
	display: inline-block;
	background: #c5a059;
	color: #1a1c1e;
	padding: 15px 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}


@media (max-width:991px) {

	body {
		padding-top: 70px;
	}
}

@media (max-width:1200px) {
	.mobile-header {
		display: block;
	}

	.desktop-header {
		display: none !important;
	}
}


@media (max-width: 767px) {

	.brands-section,
	.brands-carousel {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.brands-carousel .slick-slide,
	.brands-carousel .owl-item,
	.brands-carousel .item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.brands-carousel a {
		margin: 0 5px !important;
	}

	.brands-carousel img {
		max-width: 80px !important;
		margin: 0 auto;
		opacity: 0.8;
	}
}




.main-menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-menu>li {
	position: relative;
	padding: 20px 5px;
}

.submenu-lvl-2,
.submenu-lvl-3 {
	position: absolute;
	background: #1a1c1e;
	min-width: 220px;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	border-top: 2px solid #c5a059;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.submenu-lvl-2 {
	top: 100%;
	left: 0;
	transform: translateY(10px);
}

.dropdown-lvl-1:hover>.submenu-lvl-2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-lvl-2:hover>.submenu-lvl-3 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.main-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.submenu-lvl-2 li a,
.submenu-lvl-3 li a {
	padding: 10px 20px;
	display: block;
	text-transform: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-menu li a:hover {
	color: #c5a059;
}

.submenu-lvl-3 {
	position: absolute;
	top: -2px;
	left: 100%;
	width: 240px;
	background: #1a1c1e;
	list-style: none;
	padding: 15px 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(15px);
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-left: 1px solid rgba(197, 160, 89, 0.3);
	box-shadow: 15px 5px 30px rgba(0, 0, 0, 0.4);
}

.dropdown-lvl-2:hover>.submenu-lvl-3 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.submenu-lvl-3 li {
	padding: 0 20px;
}

.submenu-lvl-3 li a {
	padding: 8px 0 !important;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
	text-transform: none;
	letter-spacing: 0.5px;
	display: block;
	transition: all 0.3s ease;
}

.submenu-lvl-3 li:last-child a {
	border-bottom: none !important;
}

.submenu-lvl-3 li a:hover {
	color: #c5a059 !important;
	padding-left: 5px !important;
}

.submenu-lvl-3 li a:before {
	content: "—";
	color: #c5a059;
	margin-right: 8px;
	opacity: 0;
	transition: 0.3s;
	display: inline-block;
	transform: translateX(-10px);
}

.submenu-lvl-3 li a:hover:before {
	opacity: 1;
	transform: translateX(0);
}

.dropdown-lvl-2>a {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.dropdown-lvl-2 .fa-angle-right {
	font-size: 11px;
	color: #c5a059;
}





.category-page {
	padding-top: 30px;
	background: #fff;
}

.category-header {
	text-align: center;

}

.category-title {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	color: #1a1c1e;
	margin-top: 10px;
}




.filter-header {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	border-bottom: 1px solid #c5a059;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.simplefilter-group-header {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #1a1c1e;
}


.product-thumb-premium {
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.4s ease;
	text-align: center;
}

.product-thumb-premium:hover {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
	border-color: #c5a059;
	transform: translateY(-5px);
}

.product-thumb-premium .image {
	margin-bottom: 20px;
	overflow: hidden;
}

.product-name a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	color: #1a1c1e;
	text-decoration: none;
	transition: 0.3s;
}

.product-thumb-premium .price {
	color: #c5a059;
	font-weight: 700;
	font-size: 16px;
	margin: 15px 0;
}

.btn-buy {
	background: none;
	border: 1px solid #1a1c1e;
	color: #1a1c1e;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: 0.3s;
}

.btn-buy:hover {
	background: #c5a059;
	border-color: #c5a059;
	color: #fff;
}


.category-controls {
	display: flex;
	justify-content: flex-end;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.form-control-custom {
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	outline: none;
	font-size: 13px;
	padding: 5px;
	margin-left: 10px;
}





.breadcrumb-nav {
	padding: 30px 0 10px;
	background: transparent;
}


.breadcrumb-list {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;

	list-style: none;
	padding: 0;
	margin: 0;
}


.breadcrumb-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #999;
	display: flex;
	align-items: center;
}


.breadcrumb-link {
	color: #999;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 400;
}

.breadcrumb-link:hover {
	color: #c5a059;
}


.breadcrumb-current {
	color: #1a1c1e;
	font-weight: 600;
	pointer-events: none;
}


.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #e0e0e0;
	margin: 0 15px;
}


@media (max-width: 768px) {
	.breadcrumb-nav {
		padding: 20px 0 5px;
	}

	.breadcrumb-list {

		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 5px;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		width: 15px;
		margin: 0 10px;
	}
}



.sf-wrapper {
	background: #fff;

	padding: 0;
	margin-bottom: 30px;
}


.sf-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: #1a1c1e;
}

.sf-header-title {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sf-reset {
	background: none;
	border: none;
	color: #c5a059;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
}

.sf-reset:hover {
	color: #fff;
}


.sf-group {
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 20px;
}

.sf-group:last-child {
	border-bottom: none;
}

.sf-group-title {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a1c1e;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}


.sf-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
	transition: 0.3s;
}

.sf-checkbox input[type="checkbox"] {
	display: none;
}

.sf-checkbox-label {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	color: #555;
}


.sf-checkbox-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	background: #fff;
	transition: 0.3s;
}

.sf-checkbox input[type="checkbox"]:checked+.sf-checkbox-label::before {
	background: #c5a059;
	border-color: #c5a059;
}

.sf-checkbox input[type="checkbox"]:checked+.sf-checkbox-label {
	color: #1a1c1e;
	font-weight: 600;
}


.sf-count {
	margin-left: auto;
	font-size: 11px;
	color: #bbb;
}


.sf-price-inputs {
	display: flex;
	gap: 10px;
}

.sf-price-inputs input {
	width: 50%;
	border: 1px solid #e0e0e0;
	padding: 8px 10px;
	font-size: 13px;
	outline: none;
	transition: 0.3s;
}

.sf-price-inputs input:focus {
	border-color: #c5a059;
}

.col-sm-3 {
	padding-top: 60px;
}








.product-thumb-premium {
	background: #fff;
	border: 1px solid transparent;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
}


.product-thumb-premium:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-color: #f0f0f0;
}


.product-thumb-premium .image-wrapper {
	position: relative;
	margin-bottom: 20px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumb-premium .image-wrapper img {
	max-height: 100%;
	width: auto;
	transition: opacity 0.4s ease;
}


.product-thumb-premium .image-wrapper .hover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.product-thumb-premium .image-wrapper .main-img {
	position: relative;
	z-index: 2;
}


.product-thumb-premium:hover .image-wrapper .main-img {
	opacity: 0;
}

.product-thumb-premium:hover .image-wrapper .hover-img {
	opacity: 1;
}


.btn-wishlist-overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	color: #555;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 3;
	opacity: 0;
	transition: all 0.3s ease;
	padding: 0;
	line-height: 35px;
	cursor: pointer;
}

.product-thumb-premium:hover .btn-wishlist-overlay {
	opacity: 1;
}

.btn-wishlist-overlay:hover {
	background: #fff;
	border-color: #c5a059;
	color: #c5a059;
}


.product-name-premium {
	margin-bottom: 15px;
}

.product-name-premium a {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	color: #1a1c1e;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 500;
}

.product-thumb-premium:hover .product-name-premium a {
	color: #c5a059;
}

.price-premium {
	color: #c5a059;
	font-weight: 700;
	font-size: 14px;
	margin: 10px 0 20px;
}

.price-premium .price-old {
	color: #bbb;
	text-decoration: line-through;
	font-weight: 400;
	margin-left: 10px;
	font-size: 13px;
}



.product-thumb-premium:hover .product-actions {
	bottom: 0;
}


.btn-add-to-cart-premium {
	background: #c5a059;
	color: #fff;
	border: 1px solid #c5a059;
	padding: 10px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
	transition: 0.3s;
	flex-grow: 1;
	cursor: pointer;
}

.btn-add-to-cart-premium:hover {
	background: #fff;
	color: #c5a059;
}


.btn-more-premium {
	background: none;
	border: 1px solid #ddd;
	color: #1a1c1e;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	display: flex;
	align-items: center;
}

.btn-more-premium:hover {
	background: #ddd;
	border-color: #ddd;
}


@media (max-width: 767px) {
	.product-thumb-premium {
		padding: 15px;
	}

	.product-thumb-premium .image-wrapper {
		height: 140px;
	}

	.product-actions {
		position: relative;
		bottom: 0;
		margin-top: 15px;
		border-top: none;
		padding: 0;
	}

	.btn-wishlist-overlay {
		opacity: 1;
	}
}





.product-thumb-premium {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-thumb-premium:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
	border-color: #c5a059;
	transform: translateY(-5px);
}


.product-thumb-premium .image-wrapper {
	position: relative;
	margin-bottom: 25px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;

}


.product-name-premium a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 1.4;
	color: #1a1c1e;
	min-height: 50px;
	display: block;
}


.product-actions {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.98);
	display: flex;
	gap: 10px;
	transition: 0.4s;
	z-index: 10;
}

.product-thumb-premium:hover .product-actions {
	bottom: 0;
}


.btn-add-to-cart-premium {
	background: #c5a059;
	color: #fff;
	border: 1px solid #c5a059;
	flex: 2;
	padding: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.btn-add-to-cart-premium:hover {
	background: #1a1c1e;
	border-color: #1a1c1e;
}


.btn-wishlist-overlay {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	border: 1px solid #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
	z-index: 5;
}

.product-thumb-premium:hover .btn-wishlist-overlay {
	opacity: 1;
}


@media (max-width: 991px) {
	.product-thumb-premium .image-wrapper {
		height: 200px;
	}

	.product-name-premium a {
		font-size: 15px;
	}
}




.breadcrumb-item+.breadcrumb-item::before {
	content: "•";
	display: inline-block;
	color: #c5a059;
	margin: 0 12px;
	font-size: 14px;
	background: none;
	width: auto;
	height: auto;
}




.pagination-wrapper {
	margin: 50px 0;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
}

.pagination {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 5px;
}


.pagination li a,
.pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #1a1c1e;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	background: transparent;
}


.pagination li a:hover {
	color: #c5a059;
	border-color: #c5a059;
}


.pagination li.active span {
	background: #1a1c1e;
	color: #c5a059;
	border-color: #1a1c1e;
	font-weight: 600;
}


.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:nth-child(2) a,
.pagination li:nth-last-child(2) a {
	font-size: 16px;
	color: #bbb;
}

.pagination li a:hover {
	background: #fbfbfb;
}


.results-text {
	margin-top: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}




.header-user-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-right: 25px;
}

.header-user-actions .action-item a {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	line-height: 1;
}


.header-user-actions .action-item a:hover {
	color: #c5a059;
	transform: translateY(-2px);
}


.badge-count {
	position: absolute;
	top: -10px;
	right: -12px;
	background: #c5a059;
	color: #1a1c1e;
	font-size: 10px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #1a1c1e;
}


.account-dropdown {
	position: relative;
}

.dropdown-menu-custom {
	display: none;
	position: absolute;
	top: 130%;
	right: -10px;
	background: #1a1c1e;
	border: 1px solid #333;
	padding: 10px 0;
	list-style: none;
	min-width: 160px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.account-dropdown:hover .dropdown-menu-custom {
	display: block;
}

.dropdown-menu-custom li a {
	padding: 10px 20px !important;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999 !important;
}

.dropdown-menu-custom li a:hover {
	color: #c5a059 !important;
	background: #25282b;
}






.account-dropdown {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.dropdown-menu-custom {
	display: none;
	position: absolute;

	top: 100%;
	right: -10px;
	background: #1a1c1e;
	border: 1px solid #333;

	list-style: none;
	min-width: 160px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	z-index: 999;


	margin-top: 0;
}


.account-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	display: block;
}

.account-dropdown:hover .dropdown-menu-custom {
	display: block;
}




.header-user-actions {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-right: 25px;
}


.header-user-actions .action-item a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	line-height: 1;
	position: relative;
}


.header-user-actions .action-item a:hover {
	color: #c5a059;
}


.badge-count {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #c5a059;
	color: #1a1c1e;
	font-size: 10px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #1a1c1e;
}


.account-dropdown {
	position: relative;
}


.account-dropdown::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: calc(100% + 20px);
	height: 100%;
	display: block;
}

.dropdown-menu-custom {
	display: none;
	position: absolute;
	top: 40px;
	right: -10px;
	background: #1a1c1e;
	border: 1px solid #333;
	padding: 10px 0;
	list-style: none;
	min-width: 160px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	z-index: 999;
}


.dropdown-menu-custom::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	background: transparent;
}

.account-dropdown:hover .dropdown-menu-custom {
	display: block;
}




body .header-user-actions .action-item a i {
	font-size: 18px !important;
	display: inline-block;
	width: auto;
	height: auto;
}




.login-page-premium {
	padding: 100px 0;
	background: #ffffff;
	min-height: 60vh;
}


.login-card {
	max-width: 450px;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
	text-align: center;
}

.login-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #1a1c1e;
	margin-bottom: 10px;
}

.login-subtitle {
	font-size: 13px;
	color: #999;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}


.form-group-premium {
	text-align: left;
	margin-bottom: 25px;
}

.control-label-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #1a1c1e;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.form-control-premium {
	width: 100%;
	height: 45px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
	font-size: 15px;
	padding: 10px;
	transition: 0.3s;
	border-radius: 0;
}

.form-control-premium:focus {
	outline: none;
	border-color: #c5a059;
}


.forgot-link {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}

.forgot-link:hover {
	color: #c5a059;
}


.btn-login-premium {
	width: 100%;
	background: #1a1c1e;
	color: #fff;
	border: 1px solid #1a1c1e;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
	margin-top: 20px;
}

.btn-login-premium:hover {
	background: #c5a059;
	border-color: #c5a059;
}


.login-footer {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #f9f9f9;
	font-size: 13px;
	color: #666;
}

.register-link {
	color: #c5a059;
	font-weight: 700;
	text-decoration: none;
	margin-left: 5px;
}

.register-link:hover {
	text-decoration: underline;
}


@media (max-width: 768px) {
	.login-card {
		padding: 30px;
		border: none;
		box-shadow: none;
	}
}




.register-page-premium {
	padding: 80px 0;
	background: #fff;
}

.register-card {
	max-width: 550px;
	margin: 0 auto;
	padding: 40px 60px;
	border: 1px solid #f2f2f2;
	background: #fff;
}

.register-title {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	color: #1a1c1e;
	text-align: center;
	margin-bottom: 10px;
}

.register-subtitle {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}


.register-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c5a059;
	font-weight: 700;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
}


.form-group-premium {
	margin-bottom: 20px;
}

.control-label-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a1c1e;
	margin-bottom: 5px;
	display: block;
}

.form-control-premium {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
	font-size: 14px;
	padding: 0;
	transition: 0.3s;
	border-radius: 0;
}

.form-control-premium:focus {
	outline: none;
	border-color: #c5a059;
}


.text-danger-premium {
	font-size: 11px;
	color: #d9534f;
	margin-top: 5px;
}


.agree-block-premium {
	margin-top: 30px;
	font-size: 12px;
	color: #666;
}

.checkbox-container {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}


.btn-register-premium {
	width: 100%;
	background: #1a1c1e;
	color: #fff;
	border: 1px solid #1a1c1e;
	padding: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-top: 30px;
	transition: 0.4s;
}

.btn-register-premium:hover {
	background: #c5a059;
	border-color: #c5a059;
}

.register-footer {
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	color: #999;
}

.login-link-action {
	color: #c5a059;
	font-weight: 700;
	text-decoration: none;
	margin-left: 5px;
}




.success-page-premium {
	padding: 120px 0;
	text-align: center;
	background: #fff;
}

.success-card {
	max-width: 600px;
	margin: 0 auto;
}


.success-icon {
	width: 60px;
	height: 60px;
	border: 1px solid #c5a059;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
	color: #c5a059;
	font-size: 30px;
	animation: scaleUp 0.5s ease-out;
}

@keyframes scaleUp {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.success-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #1a1c1e;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}


.success-message {
	font-size: 15px;
	line-height: 1.8;
	color: #888;
	margin-bottom: 50px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}


.btn-continue-premium {
	display: inline-block;
	background: #1a1c1e;
	color: #fff;
	padding: 18px 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.4s ease;
	border: 1px solid #1a1c1e;
}

.btn-continue-premium:hover {
	background: #c5a059;
	border-color: #c5a059;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}


@media (max-width: 768px) {
	.success-page-premium {
		padding: 60px 20px;
	}

	.success-title {
		font-size: 28px;
	}
}



.account-page-premium {
	padding: 60px 0 100px;
	background: #fff;
}

.account-main-title {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	text-align: center;
	margin-bottom: 50px;
	color: #1a1c1e;
}


.account-section {
	margin-bottom: 50px;
}

.account-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c5a059;
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}


.account-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.account-item-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	border: 1px solid #f2f2f2;
	text-decoration: none !important;
	transition: all 0.4s ease;
	background: #fff;
}

.account-item-card i {
	font-size: 28px;
	color: #1a1c1e;
	margin-bottom: 15px;
	transition: 0.3s;
}

.account-item-card span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	font-weight: 500;
}


.account-item-card:hover {
	border-color: #c5a059;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.account-item-card:hover i {
	color: #c5a059;
}


.account-logout-zone {
	margin-top: 60px;
	text-align: center;
}

.btn-logout-premium {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #e0e0e0;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-decoration: none;
	transition: 0.3s;
}

.btn-logout-premium:hover {
	background: #fdfdfd;
	color: #d9534f;
	border-color: #d9534f;
}


@media (max-width: 991px) {
	.account-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.account-grid {
		grid-template-columns: 1fr;
	}

	.account-item-card {
		padding: 30px;
		flex-direction: row;
		justify-content: flex-start;
		gap: 20px;
	}

	.account-item-card i {
		margin-bottom: 0;
	}
}




.edit-account-premium {
	padding: 80px 0;
	background: #fff;
}

.edit-card {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px;
	border: 1px solid #f2f2f2;
}

.edit-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #1a1c1e;
	text-align: center;
	margin-bottom: 10px;
}

.edit-subtitle {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}


.form-group-premium {
	margin-bottom: 25px;
}

.control-label-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a1c1e;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.form-control-premium {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
	font-size: 15px;
	padding: 0;
	transition: 0.3s;
	border-radius: 0;
	color: #1a1c1e;
}

.form-control-premium:focus {
	outline: none;
	border-color: #c5a059;
}

.text-danger-premium {
	font-size: 11px;
	color: #d9534f;
	margin-top: 5px;
}


.edit-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.btn-back-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}

.btn-back-premium:hover {
	color: #1a1c1e;
}

.btn-save-premium {
	background: #1a1c1e;
	color: #fff;
	border: 1px solid #1a1c1e;
	padding: 14px 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
}

.btn-save-premium:hover {
	background: #c5a059;
	border-color: #c5a059;
}


@media (max-width: 768px) {
	.edit-card {
		padding: 20px;
		border: none;
	}

	.edit-actions {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.btn-save-premium {
		width: 100%;
	}
}



.password-page-premium {
	padding: 100px 0;
	background: #fff;
}

.password-card {
	max-width: 450px;
	margin: 0 auto;
	padding: 40px;
	border: 1px solid #f2f2f2;
}

.password-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #1a1c1e;
	text-align: center;
	margin-bottom: 10px;
}

.password-subtitle {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}


.form-group-premium {
	margin-bottom: 30px;
}

.control-label-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #1a1c1e;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.form-control-premium {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
	font-size: 15px;
	padding: 0;
	transition: 0.3s;
	border-radius: 0;
	color: #1a1c1e;
}

.form-control-premium:focus {
	outline: none;
	border-color: #c5a059;
}


.password-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.btn-back-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}

.btn-back-premium:hover {
	color: #1a1c1e;
}

.btn-save-premium {
	background: #1a1c1e;
	color: #fff;
	border: 1px solid #1a1c1e;
	padding: 15px 35px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
}

.btn-save-premium:hover {
	background: #c5a059;
	border-color: #c5a059;
}

.text-danger-premium {
	font-size: 11px;
	color: #d9534f;
	margin-top: 5px;
}


@media (max-width: 768px) {
	.password-card {
		padding: 30px 20px;
		border: none;
	}

	.password-actions {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.btn-save-premium {
		width: 100%;
	}
}





.address-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.address-card-item {
	border: 1px solid #f2f2f2;
	padding: 30px;
	transition: 0.3s;
	background: #fff;
}

.address-card-item:hover {
	border-color: #c5a059;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.address-details {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 25px;
	min-height: 80px;
}


.address-actions-btns {
	display: flex;
	gap: 20px;
	border-top: 1px solid #f9f9f9;
	padding-top: 20px;
}

.btn-edit-addr,
.btn-delete-addr {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 700;
}

.btn-edit-addr {
	color: #1a1c1e;
}

.btn-delete-addr {
	color: #d9534f;
}


.address-footer-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	padding-top: 30px;
}

.btn-add-address-premium {
	background: #1a1c1e;
	color: #fff;
	padding: 15px 35px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn-add-address-premium:hover {
	background: #c5a059;
}


.radio-group-premium {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.radio-group-premium label {
	font-size: 13px;
	cursor: pointer;
}


.address-form-page-premium {
	padding: 80px 0;
	background: #fff;
}

.address-form-card {
	max-width: 650px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid #f2f2f2;
}

.address-form-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #1a1c1e;
	text-align: center;
	margin-bottom: 10px;
}

.address-form-subtitle {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}


.custom-select-premium {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c5a059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0px center;
	cursor: pointer;
}


.radio-options-premium {
	display: flex;
	gap: 30px;
	margin-top: 10px;
}

.radio-inline-premium {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #1a1c1e;
	cursor: pointer;
}

.radio-inline-premium input[type="radio"] {
	accent-color: #c5a059;
}


.address-form-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #f9f9f9;
}

.btn-cancel-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}

.btn-cancel-link:hover {
	color: #d9534f;
}

.btn-save-address-premium {
	background: #1a1c1e;
	color: #fff;
	border: none;
	padding: 16px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
}

.btn-save-address-premium:hover {
	background: #c5a059;
}




.order-history-page-premium {
	padding: 60px 0 100px;
	background: #fff;
}

.order-list-container {
	max-width: 800px;
	margin: 0 auto;
}


.order-card-premium {
	background: #fff;
	border: 1px solid #f2f2f2;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.order-card-premium:hover {
	border-color: #c5a059;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}


.order-header {
	padding: 20px 30px;
	border-bottom: 1px solid #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #1a1c1e;
	margin-right: 15px;
}

.order-date {
	font-size: 13px;
	color: #999;
}


.order-status-badge {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 6px 12px;
	background: #f8f8f8;
	color: #666;
	border-radius: 2px;
}


.status-complete,
.status-завершено {
	background: #f0f9f0;
	color: #27ae60;
}

.status-pending,
.status-очікування {
	background: #fff9e6;
	color: #f39c12;
}

/* Тіло картки */
.order-body {
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meta-item {
	margin-bottom: 5px;
	font-size: 13px;
}

.meta-label {
	color: #999;
	margin-right: 5px;
}

.meta-value {
	color: #1a1c1e;
	font-weight: 500;
}

.order-total-price {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #c5a059;
}


.order-footer-actions {
	padding: 15px 30px;
	background: #fbfbfb;
	text-align: right;
}

.btn-view-order {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a1c1e;
	font-weight: 700;
	transition: 0.3s;
}

.btn-view-order i {
	font-size: 9px;
	margin-left: 5px;
}

.btn-view-order:hover {
	color: #c5a059;
}


.empty-orders-msg {
	text-align: center;
	padding: 100px 0;
}

.account-footer-back {
	margin-top: 50px;
	text-align: center;
}




.wishlist-page-premium {
	padding: 60px 0 300px;
	background: #fff;
}

.wishlist-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.wishlist-item {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px;
	text-align: center;
	transition: all 0.4s ease;
}

.wishlist-item:hover {
	border-color: #c5a059;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}


.wishlist-remove {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

.wishlist-remove a {
	color: #ccc;
	font-size: 14px;
	transition: 0.3s;
}

.wishlist-remove a:hover {
	color: #d9534f;
}


.wishlist-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}


.wishlist-name {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.wishlist-name a {
	color: #1a1c1e;
	text-decoration: none;
}

.wishlist-model {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 15px;
}


.wishlist-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.price-regular,
.price-new {
	color: #c5a059;
	font-size: 16px;
}

.price-old {
	text-decoration: line-through;
	color: #bbb;
	font-size: 13px;
	margin-right: 10px;
}


.btn-add-to-cart-premium {
	width: 100%;
	background: #1a1c1e;
	color: #fff;
	border: none;
	padding: 12px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
}


@media (max-width: 1199px) {
	.wishlist-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.wishlist-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.wishlist-item {
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.wishlist-grid {
		grid-template-columns: 1fr;
	}
}



.empty-wishlist {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



.return-page-premium {
	padding: 80px 0;
	background: #fff;
}

.return-card {
	max-width: 750px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid #f2f2f2;
}

.return-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #1a1c1e;
	text-align: center;
	margin-bottom: 10px;
}

.return-subtitle {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6;
}


.return-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c5a059;
	font-weight: 700;
	margin: 40px 0 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f9f9f9;
}


.textarea-premium {
	height: auto !important;
	padding: 15px 0 !important;
	resize: vertical;
	border-bottom: 1px solid #e0e0e0 !important;
}


.radio-group-vertical {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 10px;
}

.radio-group-horizontal {
	display: flex;
	gap: 30px;
	margin-top: 10px;
}

.radio-custom {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #555;
	transition: 0.3s;
}

.radio-custom input[type="radio"] {
	accent-color: #c5a059;
	width: 16px;
	height: 16px;
}

.radio-custom:hover {
	color: #1a1c1e;
}


.return-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #f2f2f2;
}

.btn-submit-return-premium {
	background: #1a1c1e;
	color: #fff;
	border: none;
	padding: 16px 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
}

.btn-submit-return-premium:hover {
	background: #c5a059;
	transform: translateY(-2px);
}


@media (max-width: 768px) {
	.return-card {
		padding: 30px 20px;
		border: none;
	}

	.return-actions {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.btn-submit-return-premium {
		width: 100%;
	}
}



.return-history-page-premium {
	padding: 60px 0 100px;
	background: #fff;
}

.return-list-container {
	max-width: 800px;
	margin: 0 auto;
}


.return-card-premium {
	background: #fff;
	border: 1px solid #f2f2f2;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.return-card-premium:hover {
	border-color: #c5a059;
}

.return-header {
	padding: 20px 30px;
	border-bottom: 1px solid #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.return-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #1a1c1e;
}

.return-date {
	font-size: 13px;
	color: #999;
	margin-left: 10px;
}


.return-status-badge {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 6px 12px;
	background: #f8f8f8;
	color: #666;
}


.status-awaiting-products {
	background: #fff5e6;
	color: #d68910;
}

.status-completed {
	background: #f0fdf4;
	color: #16a34a;
}

.return-body {
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-view-return {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a1c1e;
	font-weight: 700;
}

.btn-view-return i {
	font-size: 9px;
	margin-left: 5px;
}

.btn-view-return:hover {
	color: #c5a059;
}

.empty-returns-msg {
	text-align: center;
	padding: 80px 0;
}

@media (max-width: 600px) {
	.return-body {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}



.forgotten-page-premium {
	padding: 100px 0;
	background: #fff;
	min-height: 60vh;
}

.forgotten-card {
	max-width: 450px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid #f2f2f2;
	text-align: center;
}

.forgotten-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #1a1c1e;
	margin-bottom: 10px;
}

.forgotten-subtitle {
	font-size: 13px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 40px;
}


.form-group-premium {
	text-align: left;
	margin-bottom: 30px;
}

.control-label-premium {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #1a1c1e;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.form-control-premium {
	width: 100%;
	height: 45px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
	font-size: 15px;
	padding: 0;
	transition: 0.3s;
	border-radius: 0;
}

.form-control-premium:focus {
	outline: none;
	border-color: #c5a059;
}


.btn-forgotten-premium {
	width: 100%;
	background: #1a1c1e;
	color: #fff;
	border: none;
	padding: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.4s;
}

.btn-forgotten-premium:hover {
	background: #c5a059;
}


.forgotten-footer {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #f9f9f9;
}

.back-link-action {
	color: #999;
	font-size: 12px;
	text-decoration: none;
	transition: 0.3s;
}

.back-link-action i {
	font-size: 9px;
	margin-right: 5px;
}

.back-link-action:hover {
	color: #1a1c1e;
}


@media (max-width: 768px) {
	.forgotten-card {
		padding: 30px 20px;
		border: none;
	}
}


.cart-page-premium {
	padding: 60px 0 100px;
	background: #fff;
}

.cart-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.cart-layout {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.cart-content-main {
	flex: 1;
}


.cart-product-row {
	display: grid;
	grid-template-columns: 120px 2fr 1fr 1fr 40px;
	align-items: center;
	gap: 20px;
	padding: 25px 0;
	border-bottom: 1px solid #f2f2f2;
}

.product-image img {
	max-width: 100px;
}

.product-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #1a1c1e;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.product-model {
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
}


.input-group-quantity {
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	max-width: 100px;
}

.form-control-qty {
	width: 50px;
	border: none;
	text-align: center;
	font-size: 14px;
}

.btn-update {
	background: none;
	border: none;
	color: #c5a059;
	cursor: pointer;
	padding: 5px 10px;
}


.cart-summary-sidebar {
	width: 350px;
	position: sticky;
	top: 100px;
}

.summary-card {
	background: #fcfcfc;
	padding: 40px;
	border: 1px solid #f2f2f2;
}

.summary-title {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin-bottom: 25px;
}

.total-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;
}

.total-grand {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #1a1c1e;
}

.btn-checkout-main {
	display: block;
	background: #1a1c1e;
	color: #fff;
	text-align: center;
	padding: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	margin-top: 20px;
	transition: 0.3s;
}

.btn-checkout-main:hover {
	background: #c5a059;
}

.btn-continue-shopping {
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	margin-top: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}


@media (max-width: 991px) {
	.cart-layout {
		flex-direction: column;
	}

	.cart-summary-sidebar {
		width: 100%;
		position: static;
	}
}

@media (max-width: 600px) {
	.cart-product-row {
		grid-template-columns: 80px 1fr;
		grid-template-rows: auto auto auto;
	}

	.product-quantity-zone,
	.product-price-zone,
	.product-remove-zone {
		grid-column: span 2;
	}
}

.product-page-premium {
	padding: 80px 0;
	background: #fff;
}

.product-layout-main {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.product-gallery {
	flex: 1.2;
}

.main-image img {
	width: 100%;
	border: 1px solid #f5f5f5;
	transition: transform 0.5s ease;
}

.additional-images {
	display: flex;
	gap: 5px;
	margin-top: 20px;
}

.thumb-item img {
	width: 100px;
	border: 1px solid #eee;
	cursor: pointer;
}


.product-info-premium {
	display: flex;
	gap: 10px;
	flex-direction: column;
	flex: 1;
	position: sticky;
	top: 120px;
}

.product-title-main {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	margin-bottom: 10px;
	color: #1a1c1e;
}

.product-meta-row {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 30px;
	display: flex;
	gap: 20px;
}

.price-section-premium {
	margin-bottom: 40px;
}

.price-actual,
.price-special {
	font-size: 28px;
	font-weight: 700;
	color: #1a1c1e;
}

.price-old {
	text-decoration: line-through;
	color: #ccc;
	font-size: 18px;
}


.purchase-zone {
	display: flex;
	gap: 20px;
	margin-bottom: 50px;
}

.quantity-selector {
	display: flex;
	border: 1px solid #e0e0e0;
}

.qty-btn {
	background: none;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
}

#input-quantity {
	width: 50px;
	border: none;
	text-align: center;
	outline: none;
}

.btn-buy-premium {
	flex: 1;
	background: #1a1c1e;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	transition: 0.3s;
}

.btn-buy-premium:hover {
	background: #c5a059;
}

.product-description-short h3 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.product-layout-main {
		flex-direction: column;
	}

	.product-info-premium {
		flex: none;
		width: 100%;
	}
}



.main-image-wrapper {
	border: 1px solid #f0f0f0;
	overflow: hidden;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	transition: opacity 0.3s ease;
}

.thumb-item {
	cursor: pointer;
	border: 1px solid transparent;
	transition: 0.3s;

}

.thumb-item.active {
	border-color: #c5a059;
}


.product-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-wishlist-round {
	background: none;
	border: 1px solid #eee;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}

.btn-wishlist-round:hover {
	border-color: #c5a059;
	color: #c5a059;
}


.btn-buy-gold {
	background: #1a1c1e;
	color: #fff;
	padding: 15px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	flex: 1;
	cursor: pointer;
}

.btn-buy-gold:hover {
	background: #c5a059;
}


.product-tabs-premium {
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.tabs-nav {
	display: flex;
	gap: 30px;

}

.tab-link {
	background: none;
	border: none;
	padding: 15px 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
}

.tab-link.active {
	color: #1a1c1e;
	border-bottom: 2px solid #c5a059;
}

.scrollable-content {
	max-height: 250px;
	overflow-y: auto;
	padding-right: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}

.scrollable-content::-webkit-scrollbar {
	width: 3px;
}

.scrollable-content::-webkit-scrollbar-thumb {
	background: #c5a059;
}


.related-section {
	margin-top: 80px;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.product-card-mini {
	text-align: center;
}

.mini-img img {
	width: 100%;
	background: #f9f9f9;
}

.mini-name {
	display: block;
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #1a1c1e;
}



.price-box {
	margin-bottom: 20px;
	display: flex;
	gap: 50px;
}

.action-zone {
	gap: 30px;
	display: flex;
	flex-direction: column;
}

.qty-control {
	cursor: pointer;
}








.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}


.tabs-nav {
	display: flex;
	gap: 40px;

	margin-bottom: 15px;
}

.tab-link {
	background: none;
	border: none;
	padding: 15px 0;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	position: relative;
	transition: 0.3s;
}

.tab-link.active {
	color: #1a1c1e;
}

.tab-link.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c5a059;

}


.specs-container {
	padding: 10px 0;
}

.specs-group-title {
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 0 15px;
	color: #1a1c1e;
	font-weight: 700;
}

.spec-row {
	display: flex;
	align-items: baseline;
	margin-bottom: 12px;
	font-size: 14px;
}

.spec-name {
	color: #888;
	white-space: nowrap;
}

.spec-dots {
	flex-grow: 1;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
	position: relative;
	top: -4px;
}

.spec-value {
	color: #1a1c1e;
	font-weight: 500;
	text-align: right;
}


.scrollable-content {
	max-height: 300px;
	overflow-y: auto;
	padding-right: 15px;
}

.scrollable-content::-webkit-scrollbar {
	width: 3px;
}

.scrollable-content::-webkit-scrollbar-thumb {
	background: #c5a059;
}


.product-meta {
	display: flex;
	flex-direction: column;
}


.section-title-premium {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}




.in-wishlist i {
	color: #c5a059 !important;
}

.btn-wishlist-round,
.btn-wishlist-overlay {
	transition: all 0.3s ease;
}






.toast-container {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.custom-toast {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	color: #333;
	min-width: 320px;
	padding: 18px 25px;
	border-radius: 2px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
	border-left: 3px solid #c5a059;

	display: flex;
	align-items: center;
	gap: 15px;

	transform: translateX(120%);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.custom-toast.show {
	transform: translateX(0);
}


.custom-toast i {
	color: #c5a059;
	font-size: 1.2rem;
}


.toast-message {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.5;
}

.toast-message a {
	color: #c5a059;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 5px;
}





.contact-page {
	padding-bottom: 0;
	background-color: #fff;
}

.contact-header {
	padding: 80px 0 60px;
	text-align: center;
	background: #fafafa;
	margin-bottom: 80px;
}

.contact-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	letter-spacing: 1px;
	color: #222;
	margin-bottom: 15px;
}

.contact-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.contact-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-bottom: 100px;
}


.info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.info-item h3 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	margin: 15px 0 10px;
}

.info-item i {
	color: #c5a059;
	font-size: 24px;
}

.info-item p,
.info-item a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-decoration: none;
}


.form-title {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	margin-bottom: 30px;
}

.form-group-custom {
	margin-bottom: 25px;
}

.input-minimal {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: border-color 0.3s;
	background: transparent;
	outline: none;
}

.input-minimal:focus {
	border-bottom-color: #c5a059;
}


.btn-gold-filled {
	background: #1a1a1a;
	color: #fff;
	border: none;
	padding: 16px 35px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-gold-filled:hover {
	background: #c5a059;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}


@media (max-width: 991px) {
	.contact-wrapper {
		grid-template-columns: 1fr;
		gap: 60px;
	}
}


.contact-map {
	line-height: 0;
	margin-top: 40px;
}



.service-dynamic-content h3 {
	font-family: 'Playfair Display', serif;
	color: #c5a059;
	font-size: 24px;
	margin-top: 40px;
}

.service-dynamic-content p {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}



.service-hero {
	padding: 20px 0 50px;
	text-align: center;
	background-color: #fcfcfc;
}

.sub-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #c5a059;
	display: block;
	margin-bottom: 20px;
}

.service-title {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 1.2;
	color: #1a1a1a;
	margin-bottom: 30px;
}

.divider-gold {
	width: 60px;
	height: 2px;
	background: #c5a059;
	margin: 0 auto;
}


.service-features {
	padding: 100px 0;
}

.feature-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.feature-card {
	padding: 40px;
	background: #fff;
	border: 1px solid #f0f0f0;
	transition: all 0.4s ease;
}

.feature-card:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	border-color: #c5a059;
}

.card-number {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #f0f0f0;
	margin-bottom: 20px;
	transition: color 0.4s;
}

.feature-card:hover .card-number {
	color: #f8f1e3;
}

.feature-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin-bottom: 15px;
}

.feature-card p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}


.how-it-works {
	background: #1a1a1a;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}

.section-label {
	font-family: 'Playfair Display', serif;
	margin-bottom: 60px;
	font-size: 32px;
}

.steps-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step-item {
	flex: 1;
}

.step-icon {
	font-size: 30px;
	color: #c5a059;
	display: block;
	margin-bottom: 15px;
}

.step-item h4 {
	font-family: 'Playfair Display', serif;
	margin-bottom: 10px;
}

.step-item p {
	font-size: 13px;
	color: #aaa;
}

.step-line {
	width: 100px;
	height: 1px;
	background: rgba(197, 160, 89, 0.3);
}


.service-cta {
	padding: 100px 0;
	text-align: center;
}

.cta-box h2 {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	margin-bottom: 15px;
}

.btn-minimal-dark {
	display: inline-block;
	margin-top: 30px;
	padding: 15px 40px;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.3s;
}

.btn-minimal-dark:hover {
	background: #1a1a1a;
	color: #fff;
}


@media (max-width: 991px) {
	.feature-row {
		grid-template-columns: 1fr;
	}

	.steps-grid {
		flex-direction: column;
		gap: 40px;
	}

	.step-line {
		display: none;
	}

	.service-hero {
		padding: 0;
	}
}



html {
	scroll-behavior: smooth;
}






.mobile-action-bar {
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	
}

.mobile-action-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-decoration: none;
	gap: 8px;
}

.mobile-action-item i {
	font-size: 22px;
	color: #c5a059;
}

.mobile-action-item span {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-main-list {
	list-style: none;
	padding: 0;
}

.mobile-logout-item {
	margin-top: 30px;
}

.mobile-logout-item a {
	font-size: 13px;
	color: #888 !important;
}




.mobile-submenu {
	display: none;
	padding-left: 15px;
	list-style: none;
}


.mobile-dropdown.active>a i {
	transform: rotate(180deg);
}

.mobile-dropdown>a i {
	transition: transform 0.3s ease;
}



.product-options-premium {
	margin-bottom: 25px;
}

.option-label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.option-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.option-item input {
	display: none;
}

.option-name {
	display: block;
	padding: 10px 20px;
	border: 1px solid #eee;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
	background: #fff;
}

.option-item input:checked+.option-name {
	border-color: #c5a059;
	color: #c5a059;
	background: #fdfaf3;
}

.option-name:hover {
	border-color: #c5a059;
}






.services-grid.slick-initialized {
	display: block;
}


.services-slider .service-card {
	margin: 0 10px;
	float: left;
	height: auto;
}


.slick-prev-custom,
.slick-next-custom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #c5a059;
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

.slick-prev-custom {
	left: -20px;
}

.slick-next-custom {
	right: -20px;
}


@media (max-width: 1250px) {
	.slick-prev-custom {
		left: 5px;
	}

	.slick-next-custom {
		right: 5px;
	}
}





.error-wrapper {
	padding: 100px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}

.error-content {
	max-width: 600px;
}

.error-icon {
	font-size: 80px;
	color: #c5a059;
	margin-bottom: 20px;
	animation: pulse-clock 3s infinite ease-in-out;
}

.error-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 120px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	color: #333;
	letter-spacing: -5px;
}

.error-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0;
	color: #c5a059;
}

.error-text {
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
	line-height: 1.6;
}

.error-actions {
	display: flex;
	gap: 20px;
	justify-content: center;
}


.btn-gold-premium {
	background: #c5a059;
	color: #fff;
	padding: 15px 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.3s;
	border: 1px solid #c5a059;
}

.btn-gold-premium:hover {
	background: #b08d4a;
	color: #fff;
	transform: translateY(-2px);
}

.btn-outline-premium {
	background: transparent;
	color: #333;
	padding: 15px 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.3s;
	border: 1px solid #333;
}

.btn-outline-premium:hover {
	background: #333;
	color: #fff;
}


@keyframes pulse-clock {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.error-title {
		font-size: 80px;
	}

	.error-actions {
		flex-direction: column;
		gap: 10px;
	}

	.error-wrapper {
		padding: 60px 20px;
	}
}



.error-wrapper {
	padding: 200px 0;
	text-align: center;
	min-height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-content {
	max-width: 550px;
}


.error-icon {
	font-size: 60px;
	color: #c5a059;
	margin-bottom: 25px;
}


.premium-h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 15px;
}


.error-title {
	font-size: 100px;
	font-weight: 700;
	color: #eee;
	margin: 0;
	line-height: 1;
}

.error-text {
	font-size: 15px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 35px;
}


.btn-gold-premium {
	display: inline-block;
	background: #c5a059;
	color: #fff !important;
	padding: 16px 40px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	border: 1px solid #c5a059;
	transition: all 0.4s ease;
}

.btn-gold-premium:hover {
	background: transparent;
	color: #c5a059 !important;
}


.empty-cart-style .error-icon {
	animation: float 4s infinite ease-in-out;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}




.simple-content {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
}


.simplecheckout {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.premium-checkout-left {
	flex: 1;
	min-width: 300px;
}

.premium-checkout-right {
	width: 420px;
	position: sticky;
	top: 20px;
}


.premium-block-card {
	background: #fff;

	padding: 30px 0;
	margin-bottom: 10px;
}

.simple-content .checkout-heading {
	background-color: #ffffff !important;
}

.premium-block-card:last-child {
	border-bottom: none;
}


.premium-step-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	color: #333;
}

.premium-step-title span {
	color: #c5a059;
	font-size: 12px;
	border: 1px solid #c5a059;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
	font-weight: 400;
}


.simplecheckout-block-content input[type="text"],
.simplecheckout-block-content input[type="tel"],
.simplecheckout-block-content input[type="email"],
.simplecheckout-block-content select {
	width: 100% !important;
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;

	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	transition: 0.3s;
}

.simplecheckout-block-content input:focus {
	border-bottom-color: #c5a059 !important;
}

.order-title {
	margin: 0px;
}

.simplecheckout-cart th {
	background-color: #ffffff !important;
}

.order-title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;

	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}


#simplecheckout_button_confirm {
	width: 100%;
	background: #333 !important;
	color: #fff !important;
	border: none !important;
	padding: 20px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	transition: 0.4s !important;
	border-radius: 0 !important;
	margin-top: 20px;
}

#simplecheckout_button_confirm:hover {
	background: #c5a059 !important;
}


@media (max-width: 991px) {
	.premium-checkout-right {
		width: 100%;
		position: static;
		order: -1;

	}

	.simplecheckout {
		flex-direction: column;
	}
}




.simplecheckout-header+.breadcrumb,
#simplecheckout_form_0 .breadcrumb,
.simple-content .breadcrumb {
	display: none !important;
}






.simplecheckout-cart {
	background: #fff;
	border: none !important;
}


.simplecheckout-cart thead td {
	background: none !important;
	color: #888 !important;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee !important;
	padding: 15px 5px !important;
	font-weight: 400 !important;
}


.simplecheckout-cart tbody td {
	padding: 25px 5px !important;
	border-bottom: 1px solid #f9f9f9 !important;
	vertical-align: middle !important;
}


.simplecheckout-cart td.name a {
	color: #333 !important;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	transition: 0.3s;
}

.simplecheckout-cart td.name a:hover {
	color: #c5a059 !important;
}


.simplecheckout-cart .input-group {
	max-width: 120px;
	display: flex !important;
	align-items: center;
	border: 1px solid #e0e0e0;
}

.simplecheckout-cart .input-group input {
	border: none !important;
	text-align: center;
	font-weight: 600;
	box-shadow: none !important;
}

.simplecheckout-cart .input-group-btn button {
	background: none !important;
	border: none !important;
	color: #333 !important;
	padding: 8px 12px !important;
	box-shadow: none !important;
	transition: 0.3s;
}

.simplecheckout-cart .input-group-btn button:hover {
	color: #c5a059 !important;
}


.simplecheckout-cart td.remove button {
	background: none !important;
	border: none !important;
	color: #ccc !important;
	font-size: 18px;
	transition: 0.3s;
}

.simplecheckout-cart td.remove button:hover {
	color: #ff4d4d !important;
}


.simplecheckout-cart-total {
	border-left: none !important;
	border-right: none !important;
	padding-top: 20px !important;
	margin-top: 10px;
}

.simplecheckout-cart-total .simplecheckout-cart-total-value {
	font-weight: 700;
	font-size: 18px;
	color: #333;
}


.simplecheckout-cart td.inputs input {
	border: 1px solid #e0e0e0 !important;
	padding: 10px !important;
	border-radius: 0 !important;
	font-size: 13px;
}


.simple-content #simplecheckout_button_cart {
	background: transparent !important;
	border: 1px solid #333 !important;
	color: #333 !important;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px 20px;
	letter-spacing: 1px;
	transition: 0.3s;
}

.simple-content #simplecheckout_button_cart:hover {
	background: #333 !important;
	color: #fff !important;
}





.simplecheckout-cart .input-group {
	display: flex !important;
	align-items: center;
	border: 1px solid #e0e0e0;
	max-width: 130px;
	height: 40px;
	position: relative;
	background: #fff;
}


.simplecheckout-cart .input-group-btn {
	display: flex;
	justify-content: center;
}

.simplecheckout-cart .input-group-btn button {
	background: transparent !important;
	border: none !important;
	color: #333 !important;
	padding: 0 10px !important;
	height: 38px;
	width: 35px;
	font-size: 16px;
	box-shadow: none !important;
	cursor: pointer;
	transition: 0.3s;
}

.simplecheckout-cart .input-group-btn button:hover {
	color: #c5a059 !important;
}


.simplecheckout-cart .input-group input {
	border: none !important;
	width: 100% !important;
	height: 38px !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 15px;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}


.simplecheckout-cart .input-group input::-webkit-outer-spin-button,
.simplecheckout-cart .input-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}




.input-group-btn {
	width: auto !important;
}






.simplecheckout-cart td.remove {
	text-align: center;
	width: 40px;
}


.simplecheckout-cart td.remove button,
.simplecheckout-cart td.remove a {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #ccc !important;
	font-size: 20px !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	text-decoration: none !important;
	box-shadow: none !important;
}


.simplecheckout-cart td.remove button:hover,
.simplecheckout-cart td.remove a:hover {
	color: #ff4d4d !important;
	transform: rotate(90deg);

}




.mobile-nav {
	width: 100%;
}



input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	background-color: #fff;
	transition: all 0.3s ease;
}


input[type="radio"]:hover {
	border-color: #c5a059;
}


input[type="radio"]:checked {
	border: 2px solid #c5a059;
}

input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	background-color: #c5a059;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}





.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}


.modal-content-premium {
	background: #fff;
	width: 100%;
	max-width: 450px;
	padding: 50px 40px;
	position: relative;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	animation: modalFadeIn 0.4s ease;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
	color: #999;
	transition: 0.3s;
}

.modal-close:hover {
	color: #c5a059;
}


.modal-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}

.modal-subtitle {
	text-align: center;
	font-size: 14px;
	color: #777;
	margin-bottom: 30px;
}


.input-group-premium {
	margin-bottom: 20px;
}

.input-group-premium input,
.input-group-premium textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0;
	font-size: 15px;
	outline: none;
	transition: 0.3s;
}

.input-group-premium input:focus,
.input-group-premium textarea:focus {
	border-bottom-color: #c5a059;
}

.input-group-premium textarea {
	height: 80px;
	resize: none;
}

.btn-submit-premium {
	width: 100%;
	background: #333;
	color: #fff;
	border: none;
	padding: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.4s;
	margin-top: 10px;
}

.btn-submit-premium:hover {
	background: #c5a059;
}

.modal-footer-text {
	font-size: 11px;
	color: #bbb;
	text-align: center;
	margin-top: 20px;
}





@media (max-width: 991px) {
	.product-title {
		font-size: 24px;
	}

	.btn-wishlist-round {
		height: 35px;
	}
}




.footer-socials {
	display: flex;
	gap: 20px;
	margin-top: 25px;

}


.footer-socials a {
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	text-decoration: none !important;
}


.footer-socials a:hover {
	color: #c5a059;
	border-color: #c5a059;
	transform: translateY(-3px);
}


@media (max-width: 768px) {
	.footer-socials {
		justify-content: center;
	}
}


.chs-featured-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.chs-section-header {
	margin-bottom: 50px;
}

.chs-section-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.chs-section-subtitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #c5a059;

}


.chs-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	gap: 40px 30px;
}


.chs-product-card {
	transition: all 0.4s ease;
}

.chs-card-inner {
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}

.chs-product-card:hover .chs-card-inner {
	border-color: #f0f0f0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


.chs-image-box {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.chs-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.chs-img-base,
.chs-img-hover {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.6s ease;
}

.chs-img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.chs-product-card:hover .chs-img-base {
	opacity: 0;
	transform: scale(1.05);
}

.chs-product-card:hover .chs-img-hover {
	opacity: 1;
	transform: scale(1.05);
}


.chs-wish-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: white;
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 5;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s all ease;
}

.chs-product-card:hover .chs-wish-btn {
	opacity: 1;
	transform: translateY(0);
}

.chs-wish-btn i {
	color: #ccc;
	transition: 0.3s;
}

.chs-wish-btn.is-active i,
.chs-wish-btn:hover i {
	color: #c5a059;
}


.chs-details {
	padding: 20px 0 10px;
	text-align: center;
}

.chs-product-name a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.chs-price-wrapper {
	margin-top: 10px;
}

.chs-price-regular,
.chs-price-new {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
}

.chs-price-old {
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}


.chs-actions {
	margin-top: 15px;
	opacity: 0;
	transition: 0.3s;
}

.chs-product-card:hover .chs-actions {
	opacity: 1;
}

.chs-btn-primary {
	width: 100%;
	background: #1a1a1a;
	color: #fff;
	border: none;
	padding: 14px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: 0.3s;
}

.chs-btn-primary:hover {
	background: #c5a059;
}


@media (max-width: 768px) {
	.chs-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.chs-actions {
		opacity: 1;
	}

	.chs-section-title {
		font-size: 24px;
	}

	.hero-actions {
		flex-direction: column;
	}
}




.chs-gallery-section {
	padding: 60px 0;
	background: #fff;
}

.chs-gallery-slider {
	position: relative;
	margin: 0 -10px;
}

.chs-gallery-item {
	padding: 0 10px;
	outline: none;
}

.chs-gallery-link {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
	aspect-ratio: 4/3;
}

.chs-gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s ease;
	opacity: 0.9;
}

.chs-gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(197, 160, 89, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
}

.chs-gallery-overlay i {
	color: #fff;
	font-size: 24px;
	transform: translateY(15px);
	transition: 0.3s;
}

.chs-gallery-item:hover .chs-gallery-img {
	transform: scale(1.1);
	opacity: 0.7;
}

.chs-gallery-item:hover .chs-gallery-overlay {
	opacity: 1;
}

.chs-gallery-item:hover .chs-gallery-overlay i {
	transform: translateY(0);
}


.chs-slick-prev,
.chs-slick-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
}

.chs-slick-prev {
	left: -20px;
}

.chs-slick-next {
	right: -20px;
}




.mobile-header-action {
	flex: 2;
	display: flex;
	justify-content: center;
	padding: 0 10px;
}

.chs-header-btn {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	text-decoration: none !important;
	transition: all 0.4s ease;
	background-color: #c5a059;
	text-align: center;
	min-width: 160px;
}

.chs-header-btn span {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	display: block;
	line-height: 1.2;
	white-space: nowrap;
}


.chs-header-btn:active,
.chs-header-btn:hover {
	border-color: #c5a059;
}

.chs-header-btn:active span {
	color: #c5a059;
}


@media (max-width: 375px) {
	.chs-header-btn {
		padding: 6px 8px;
		min-width: auto;
	}

	.chs-header-btn span {
		font-size: 7px;
		letter-spacing: 1.2px;
	}

	.mobile-logo {
		max-width: 100px;/
	}
}


/* Контейнер підкатегорій */
.rb-subcategories {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

/* Сітка для карток */
.rb-subcategories__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 20px;
}

/* Картка підкатегорії */
.rb-subcategory-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none !important;
	text-align: center;
	group: hover;
}

/* Обгортка для зображення */
.rb-subcategory-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	/* Квадратні зображення для годинників */
	background-color: #f9f9f9;
	border-radius: var(--radius, 4px);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	border: 1px solid #f0f0f0;
	transition: border-color 0.3s ease;
}

.rb-subcategory-card__image img {
	max-width: 85%;
	max-height: 85%;
	object-fit: contain;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Назва підкатегорії */
.rb-subcategory-card__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1a1c1e;
	line-height: 1.4;
	transition: color 0.3s ease;
}

/* Ефекти ховера (наведення) */
.rb-subcategory-card:hover .rb-subcategory-card__image {
	border-color: #d1d1d1;
}

.rb-subcategory-card:hover .rb-subcategory-card__image img {
	transform: scale(1.06);
}

.rb-subcategory-card:hover .rb-subcategory-card__title {
	color: var(--yellow, #e6b800);
}

/* Адаптивність під мобільні екрани */
@media (max-width: 480px) {
	.rb-subcategories__grid {
		grid-template-columns: repeat(3, 1fr);
		/* 3 колонки на смартфонах */
		gap: 12px;
	}

	.rb-subcategory-card__title {
		font-size: 11px;
	}
}


/* Основна секція підкатегорій */
.rb-subcategories-section {
	padding: 24px 0 32px 0;
	margin-bottom: 32px;
	border-bottom: 1px solid #eaeaea;
	/* Тонка елегантна лінія */
}

/* Розумна сітка (Grid) */
.rb-subcategories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	gap: 24px 16px;
	justify-content: center;
}


.rb-subcategory-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none !important;
	text-align: center;
	transition: transform 0.3s ease;
}


.rb-subcategory-image-wrapper {
	width: 100px;
	height: 100px;



	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.rb-subcategory-img {
	max-width: 70%;
	max-height: 70%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

/* Назва підкатегорії */
.rb-subcategory-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.3;
	transition: color 0.3s ease;
}

/* Ефекти преміального ховера (наведення мишки) */
.rb-subcategory-item:hover .rb-subcategory-image-wrapper {
	background-color: #ffffff;
	border-color: var(--black, #1a1c1e);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	/* М'яка дорога тінь */
}

.rb-subcategory-item:hover .rb-subcategory-img {
	transform: scale(1.08);
	/* Легке збільшення самого годинника */
}

.rb-subcategory-item:hover .rb-subcategory-name {
	color: var(--yellow, #e6b800);
	/* Підсвічування назви вашим фірмовим кольором */
}

/* Адаптація під мобільні екрани */
@media (max-width: 576px) {
	.rb-subcategories-section {
		padding: 16px 0 24px 0;
		margin-bottom: 24px;
	}

	.rb-subcategories-grid {
		/* На смартфонах фіксуємо чітко 3 колонки, щоб усе виглядало симетрично */
		grid-template-columns: repeat(3, 1fr);
		gap: 16px 8px;
	}

	.rb-subcategory-image-wrapper {
		width: 80px;
		height: 80px;
	}

	.rb-subcategory-name {
		font-size: 11px;
	}
}


/* ==========================================================================
   ПРЕМІУМ МОДУЛЬ КАТЕГОРІЙ (SIDEBAR MENU)
   ========================================================================== */

/* Головний контейнер модуля */
.rb-sidebar-box {
	background: #ffffff;
	padding: 24px 20px;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
}

/* Елегантний заголовок "Категорії" */
.rb-sidebar-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #1a1c1e;
	margin-bottom: 24px;
	padding-bottom: 12px;
}

/* Скидання базових стилів списків */
.rb-sidebar-menu,
.rb-sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Загальні налаштування для всіх посилань меню */
.rb-sidebar-menu a {
	display: block;
	text-decoration: none !important;
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}




.rb-level-1>a {
	font-size: 13px;
	font-weight: 600;
	color: #1a1c1e;
	padding: 14px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Ховер та активний стан для 1 рівня */
.rb-level-1>a:hover,
.rb-level-1.active>a {
	color: var(--yellow, #e6b800);
}

/* --- РІВЕНЬ 2 (Підкатегорії) --- */
.rb-level-2-wrapper {
	padding-left: 14px;
	margin-bottom: 10px;

}

.rb-level-2>a {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	padding: 6px 0;
}

.rb-level-2>a:hover,
.rb-level-2.active>a {
	color: var(--yellow, #e6b800);
	padding-left: 4px;
	/* М'яке зміщення праворуч */
}

/* --- РІВЕНЬ 3 --- */
.rb-level-3-wrapper {
	padding-left: 12px;
	margin-top: 2px;
	margin-bottom: 6px;
}

.rb-level-3>a {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	padding: 5px 0;
	position: relative;
}

/* Мінімалістичний маркер у вигляді тонкого тире */
.rb-level-3>a::before {
	content: "—";
	color: #cccccc;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 300;
	transition: color 0.25s ease;
}

.rb-level-3>a:hover {
	color: #1a1c1e;
}

.rb-level-3>a:hover::before {
	color: var(--yellow, #e6b800);
}

/* --- РІВЕНЬ 4 (Максимальна глибина) --- */
.rb-level-4-wrapper {
	padding-left: 18px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.rb-level-4>a {
	font-size: 12px;
	font-weight: 400;
	color: #888888;
	padding: 4px 0;
	position: relative;
}

/* Маленька витончена точка для останнього рівня */
.rb-level-4>a::before {
	content: "•";
	color: #dddddd;
	margin-right: 6px;
	font-size: 10px;
}

.rb-level-4>a:hover {
	color: var(--yellow, #e6b800);
}



/* ==========================================================================
   SIDEBAR MENU — PREMIUM MINIMALISM
   ========================================================================== */

.rb-sidebar-box {
	background: #ffffff;

	padding: 24px 22px;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
}

.rb-sidebar-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #1a1c1e;
	margin-bottom: 24px;
	padding-bottom: 12px;

}

.rb-sidebar-menu,
.rb-sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Обгортка для посилання та стрілочки */
.rb-menu-link-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.rb-sidebar-menu a {
	display: block;
	text-decoration: none !important;
	color: #333333;
	transition: color 0.2s ease;
	flex-grow: 1;
}

/* Кнопка розгортання (стрілочка) */
.rb-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #bbbbbb;
	font-size: 10px;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}

.rb-menu-toggle:hover {
	color: #1a1c1e;
}

/* Поворот стрілочки при розгортанні */
li.is-expanded>.rb-menu-link-wrapper .rb-menu-toggle {
	transform: rotate(180px);
	color: #1a1c1e;
}

/* --- РІВЕНЬ 1 --- */

.rb-level-1>.rb-menu-link-wrapper>a {
	font-size: 13px;
	font-weight: 600;
	color: #1a1c1e;
	padding: 13px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.rb-level-1>.rb-menu-link-wrapper>a:hover,
.rb-level-1.active>.rb-menu-link-wrapper>a {
	color: var(--yellow, #e6b800);
}

/* --- РІВЕНЬ 2 --- */
.rb-level-2-wrapper {
	padding-left: 10px;
	margin-bottom: 8px;
}

.rb-level-2>.rb-menu-link-wrapper>a {
	font-size: 13px;
	font-weight: 500;
	color: #555555;
	padding: 7px 0;
}

.rb-level-2>.rb-menu-link-wrapper>a:hover,
.rb-level-2.active>.rb-menu-link-wrapper>a {
	color: var(--yellow, #e6b800);
}

/* --- РІВЕНЬ 3 --- */
.rb-level-3-wrapper {
	padding-left: 12px;
	margin-bottom: 4px;
}

.rb-level-3>.rb-menu-link-wrapper>a {
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	padding: 5px 0;
}

.rb-level-3>.rb-menu-link-wrapper>a:hover {
	color: #1a1c1e;
}

/* --- РІВЕНЬ 4 --- */
.rb-level-4-wrapper {
	padding-left: 12px;
	margin-bottom: 4px;
}

.rb-level-4>a {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	padding: 4px 0;
}

.rb-level-4>a:hover {
	color: var(--yellow, #e6b800);
}




/* ==========================================================================
   АДАПТИВНИЙ ФІКС СІТКИ (1470px - 968px)
   ========================================================================== */

@media (max-width: 1470px) and (min-width: 992px) {

	/* Робимо головний контейнер гнучким замість стандартного Bootstrap Row */
	#product-category .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 30px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Фіксуємо ширину сайдбару, щоб категоріям і Mega Filter вистачало місця */
	#column-left.col-sm-3 {
		width: 280px !important;
		min-width: 280px !important;
		flex-shrink: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Права частина з товарами забирає весь залишок простору */
	#content.col-sm-9 {
		width: 100% !important;
		flex-grow: 1 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Перебудовуємо сітку товарів на 2 колонки, бо 3 сюди вже не влазять преміально */
	#content .product-grid-custom {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 24px !important;
	}

	/* Скидаємо Bootstrap-флоти для карток товарів */
	#content .product-grid-custom .product-layout {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
	}

	/* Адаптуємо верхню сітку підкатегорій з фотографіями */
	.rb-subcategories-grid {
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)) !important;
		gap: 16px !important;
	}

	.rb-subcategory-image-wrapper {
		width: 85px !important;
		height: 85px !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {

	/* Коли екран наближається до планшетного (менше 992px), 
       переносимо сайдбар нагору або даємо йому компактний вигляд */
	#product-category .row {
		display: flex !important;
		flex-direction: column !important;
	}

	#column-left.col-sm-3 {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}






@media (max-width: 1460px) and (min-width: 1200px) {

	.btn-appointment {
		padding: 6px 5px;
	}

	.header-right {
		gap: 0px;
	}

	.phone-link {
		display: none;
	}

	.main-menu li a {
		font-size: 11px;
	}
}




/* ===== SEARCH COMPONENT — slide left ===== */
.search-wrapper-premium {
    position: relative;
    display: flex;
    align-items: center;
}

.search-trigger {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.search-dropdown-premium {
	padding: 20px 20px;
    position: absolute;
    right: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    max-width: 0;
	background: var(--bg-dark);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 9998;
    transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
}

.search-dropdown-premium.active {
    max-width: 320px;
    opacity: 1;
    pointer-events: all;
}

.search-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding-right: 4px;
}

.search-input-group input[name="search"] {
    width: 220px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c5a059;
    color: #fff;
    font-size: 13px;
    padding: 5px 2px;
    outline: none;
    letter-spacing: 0.5px;
    transition: border-color 0.2s;
}

.search-input-group input[name="search"]::placeholder {
    color: #888;
}

.search-input-group input[name="search"]:focus {
    border-bottom-color: #e0c07a;
}

.btn-search-submit {
    background: none;
    border: none;
    color: #c5a059;
    font-size: 15px;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
    margin-bottom: 0 !important;
}

.btn-search-submit:hover { color: #e0c07a; }

.btn-search-close {
    background: none;
    border: none;
    color: #666;
    font-size: 15px;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
    margin-bottom: 0 !important;
}

.btn-search-close:hover { color: #fff; }

/* ===== MOBILE SEARCH ===== */
.mobile-search-bar {
    display: none;
    padding: 10px 16px;
    
    
}

.mobile-search-bar.active {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-search-bar input[name="search-mobile"] {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c5a059;
    color: #fff;
    font-size: 13px;
    padding: 6px 4px;
    outline: none;
}

.mobile-search-bar input[name="search-mobile"]::placeholder {
    color: #888;
}

.mobile-search-bar .btn-search-submit-mobile {
    background: none;
    border: none;
    color: #c5a059;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
}


/* ===== MOBILE SEARCH IN MENU ===== */
.mobile-search-bar {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease,
                padding 0.3s ease;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #2a2a2a;
}

.mobile-search-bar.active {
    max-height: 60px;
    opacity: 1;
    padding: 12px 16px;
}

.mobile-search-bar input[name="search-mobile"] {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c5a059;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px;
    outline: none;
}

.mobile-search-bar input[name="search-mobile"]::placeholder {
    color: #888;
}

.btn-search-submit-mobile {
    background: none;
    border: none;
    color: #c5a059;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
}





/* ===== SEARCH FORM SECTION ===== */
.search-form-section {

    padding: 24px 0;
    margin-bottom: 32px;
}

.search-form-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.search-form-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.search-field-wrap {
    flex: 1;
    min-width: 200px;
}

.search-field-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 4px;
    outline: none;
    letter-spacing: 0.5px;
    transition: border-color 0.2s;
}

.search-field-input::placeholder { color: #888; }
.search-field-input:focus { border-bottom-color: #e0c07a; }

.search-select-wrap {
    min-width: 200px;
}

.search-field-select {
    width: 100%;
    color: #ccc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 9px 10px;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23c5a059'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}

.search-field-select:focus { border-bottom-color: #e0c07a; }

.search-submit-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.search-submit-btn:hover {
    background: #c5a059;
    color: #1a1c1e;
}

.search-checkboxes {
    display: flex;
    gap: 24px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.search-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}

.search-checkbox-label input[type="checkbox"] {
    accent-color: #c5a059;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.search-checkbox-label span { color: #aaa; }

/* ===== RESULTS COUNT ===== */
.search-results-count {
    color: #888;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* ===== EMPTY STATE ===== */
.search-empty {
    text-align: center;
    padding: 80px 20px;
    color: #666;
}

.search-empty-icon {
    font-size: 48px;
    color: #2a2a2a;
    display: block;
    margin-bottom: 20px;
}

.search-empty-text {
    font-size: 16px;
    color: #888;
    margin-bottom: 8px;
}

.search-empty-hint {
    font-size: 13px;
    color: #555;
}

@media (max-width: 767px) {
    .search-form-row {
        flex-direction: column;
        align-items: stretch;
    }
    .search-submit-btn {
        width: 100%;
        text-align: center;
    }
    .search-select-wrap {
        min-width: unset;
        width: 100%;
    }
}

/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.lang-switcher form {
    position: relative;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 3px;
    transition: border-color 0.2s, background 0.2s;
    user-select: none;
    min-width: 54px;
}

.lang-current:hover {
    border-color: var(--accent-gold);
    background: rgba(197, 160, 89, 0.08);
}

.lang-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    display: inline-block;
    flex-shrink: 0;
}

.lang-code {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--accent-gold);
    line-height: 1;
}

.lang-arrow {
    font-size: 10px !important;
    color: var(--accent-gold) !important;
    margin-bottom: 0 !important;
    transition: transform 0.2s;
    margin-left: auto;
}

.lang-switcher.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 130px;
    background: #1a1c1e;
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 3px;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    z-index: 9999;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

.lang-switcher.open .lang-dropdown {
    display: block;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: none;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
    color: #ccc;
    font-size: 12px;
    text-align: left;
    transition: background 0.15s, color 0.15s;
}

.lang-option:hover {
    background: rgba(197, 160, 89, 0.12);
    color: var(--accent-gold);
}

.lang-option .lang-flag {
    flex-shrink: 0;
}

/* Mobile lang switcher inside mobile menu */
.mobile-lang-wrap {
    padding: 10px 16px 6px;
    border-top: 1px solid rgba(197, 160, 89, 0.15);
    margin-top: 4px;
}

.mobile-lang-wrap .lang-switcher {
    width: 100%;
}

.mobile-lang-wrap .lang-current {
    width: 100%;
    justify-content: flex-start;
    background: rgba(197, 160, 89, 0.06);
}

.mobile-lang-wrap .lang-dropdown {
    width: 100%;
    position: static;
    box-shadow: none;
    border-color: rgba(197, 160, 89, 0.2);
    margin-top: 4px;
}


/* FIX hero feature icons visibility */
.main-hero-banner .hero-features .feature-item i,
.main-hero-banner .hero-features .feature-item .fa,
.hero-features .feature-item i,
.hero-features .feature-item .fa {
    color: #1a1c1e !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.main-hero-banner .hero-features .feature-item span,
.hero-features .feature-item span {
    color: #1a1c1e !important;
}


/* FORCE FIX: hero feature icons color */
html body .main-hero-banner .hero-features .feature-item i,
html body .main-hero-banner .hero-features .feature-item i.fa,
html body .main-hero-banner .hero-features .feature-item .fa,
html body section.main-hero-banner div.hero-features div.feature-item i.fa,
html body section.main-hero-banner div.hero-features div.feature-item i.fa::before {
    color: #1a1c1e !important;
    opacity: 1 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #1a1c1e !important;
}

html body .main-hero-banner .hero-features .feature-item span,
html body section.main-hero-banner div.hero-features div.feature-item span {
    color: #1a1c1e !important;
    opacity: 1 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #1a1c1e !important;
}

/* CHS SERVICES SLIDER SINGLE ARROW FIX START */
html body #our-services .services-nav,
html body .services-grid-section .services-nav,
html body .services-slider-wrap .services-nav,
html body button.services-nav {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    color: #1a1c1e !important;
    border: 1px solid rgba(26, 28, 30, 0.12) !important;
    border-radius: 50% !important;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    z-index: 20 !important;

    font-size: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-indent: 0 !important;
    overflow: visible !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

/* ховаємо рідні іконки/символи, щоб не було дубля */
html body #our-services .services-nav *,
html body .services-grid-section .services-nav *,
html body .services-slider-wrap .services-nav *,
html body button.services-nav * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* вимикаємо зайвий after */
html body #our-services .services-nav::after,
html body .services-grid-section .services-nav::after,
html body .services-slider-wrap .services-nav::after,
html body button.services-nav::after {
    content: none !important;
    display: none !important;
}

/* одна стрілка по центру */
html body #our-services .services-nav::before,
html body .services-grid-section .services-nav::before,
html body .services-slider-wrap .services-nav::before,
html body button.services-nav::before {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    text-align: center !important;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    transform: translateY(-1px) !important;
}

/* ліва */
html body #our-services .services-nav-prev::before,
html body .services-grid-section .services-nav-prev::before,
html body .services-slider-wrap .services-nav-prev::before,
html body button.services-nav-prev::before {
    content: "‹" !important;
}

/* права */
html body #our-services .services-nav-next::before,
html body .services-grid-section .services-nav-next::before,
html body .services-slider-wrap .services-nav-next::before,
html body button.services-nav-next::before {
    content: "›" !important;
}

/* hover */
html body #our-services .services-nav:hover,
html body #our-services .services-nav:focus,
html body .services-grid-section .services-nav:hover,
html body .services-grid-section .services-nav:focus,
html body .services-slider-wrap .services-nav:hover,
html body .services-slider-wrap .services-nav:focus,
html body button.services-nav:hover,
html body button.services-nav:focus {
    background: #1a1c1e !important;
    color: #ffffff !important;
    border-color: #1a1c1e !important;
    box-shadow: 0 10px 26px rgba(26, 28, 30, 0.22) !important;
}
/* CHS SERVICES SLIDER SINGLE ARROW FIX END */

