:root{
	--rato-dark:#1f232b;
	--rato-darker:#171a20;
	--rato-blue:#1e73be;
	--rato-text:#1b1f24;
	--rato-muted:#8b96a3;
}

.rato-container{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}

.rato-site-header{position:relative;z-index:50}

.rato-topbar{
	background:var(--rato-dark);
	color:#fff;
	font-size:12px;
	line-height:1;
}
.rato-topbar-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:34px;
	gap:16px;
}
.rato-topbar-left{display:flex;align-items:center;gap:18px}
.rato-topbar-item{
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:#fff;
	text-decoration:none;
	opacity:.92;
}
.rato-topbar-item:hover{opacity:1}
.rato-topbar-item .rato-ic{color:#cfd6df;display:inline-flex}
.rato-topbar-text{white-space:nowrap}
.rato-topbar-right{display:flex;align-items:center}
.rato-search-toggle{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	background:transparent;
	border:0;
	color:#fff;
	cursor:pointer;
}
.rato-search-toggle:hover{background:rgba(255,255,255,.06)}

.rato-search-panel{
	background:var(--rato-dark);
	border-top:1px solid rgba(255,255,255,.08);
	padding:12px 0 18px;
}
.rato-search-form{position:relative;display:flex;gap:10px;align-items:center}
.rato-search-input{
	flex:1;
	height:40px;
	padding:0 12px;
	border:1px solid rgba(255,255,255,.22);
	background:rgba(0,0,0,.18);
	color:#fff;
	outline:none;
}
.rato-search-input::placeholder{color:rgba(255,255,255,.6)}
.rato-search-submit{
	height:40px;
	padding:0 16px;
	border:0;
	background:var(--rato-blue);
	color:#fff;
	cursor:pointer;
	font-weight:600;
	letter-spacing:.2px;
}
.rato-search-submit:hover{filter:brightness(1.05)}
.rato-suggest{
	position:absolute;
	left:0;
	right:0;
	top:calc(100% + 8px);
	background:#fff;
	border:1px solid #e3e8ef;
	box-shadow:0 14px 28px rgba(0,0,0,.15);
	display:none;
	max-height:320px;
	overflow:auto;
	z-index:60;
}
.rato-suggest.is-open{display:block}
.rato-suggest-item{
	display:flex;
	gap:12px;
	align-items:center;
	padding:10px 12px;
	text-decoration:none;
	color:var(--rato-text);
}
.rato-suggest-item:hover{background:#f3f7fb}
.rato-suggest-thumb{
	width:44px;
	height:44px;
	border:1px solid #eef2f7;
	background:#fff;
	object-fit:cover;
	flex:0 0 auto;
}
.rato-suggest-main{min-width:0;flex:1}
.rato-suggest-title{
	font-size:13px;
	line-height:1.2;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.rato-suggest-price{margin-top:4px;font-size:12px;color:#5b6673}

.rato-mainbar{background:#fff}
.rato-mainbar-inner{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:86px;
	gap:18px;
}
.rato-brand .custom-logo-link img{max-height:60px;width:auto}
.rato-site-title{font-size:20px;font-weight:700;color:var(--rato-text);text-decoration:none}

.rato-nav{flex:0 1 auto;display:flex;justify-content:flex-start;margin-left:18px}
.rato-menu{
	display:flex;
	align-items:center;
	gap:22px;
	list-style:none;
	margin:0;
	padding:0;
}
.rato-menu > li{position:relative}
.rato-menu a{
	color:var(--rato-text);
	text-decoration:none;
	font-size:13px;
	font-weight:600;
	letter-spacing:.2px;
	text-transform:uppercase;
}
.rato-menu > li.menu-item-has-children > a::after{
	content:"▾";
	font-size:12px;
	margin-left:7px;
	color:#7b8794;
}
.rato-menu a:hover{color:var(--rato-blue)}
.rato-menu .sub-menu{
	position:absolute;
	top:100%;
	left:-14px;
	min-width:220px;
	background:#fff;
	border:1px solid #e3e8ef;
	box-shadow:0 16px 30px rgba(0,0,0,.14);
	padding:10px 0;
	list-style:none;
	margin:12px 0 0;
	display:none;
	z-index:70;
}
.rato-menu li:hover > .sub-menu{display:block}
.rato-menu .sub-menu a{
	display:block;
	padding:9px 16px;
	font-size:13px;
	font-weight:600;
	text-transform:none;
	letter-spacing:0;
	color:var(--rato-text);
}
.rato-menu .sub-menu a:hover{background:#f3f7fb;color:var(--rato-blue)}

.rato-header-contact{
	display:flex;
	align-items:center;
	gap:10px;
	min-width:210px;
	justify-content:flex-end;
	margin-left:auto;
}
.rato-header-contact-ic{
	width:38px;
	height:38px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:var(--rato-blue);
	color:#fff;
}
.rato-header-contact-label{font-size:12px;color:#6b7683;line-height:1.1}
.rato-header-contact-phone{display:block;margin-top:4px;color:var(--rato-text);text-decoration:none;font-weight:700}
.rato-header-contact-phone:hover{color:var(--rato-blue)}

.rato-mobile-toggle{
	display:none;
	width:44px;
	height:44px;
	border:1px solid #e7ecf2;
	background:#fff;
	color:var(--rato-text);
	cursor:pointer;
}
.rato-mobile-toggle:hover{border-color:#d7dee8}

.rato-mobile-drawer{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:min(92vw,360px);
	background:#fff;
	box-shadow:-12px 0 28px rgba(0,0,0,.18);
	z-index:80;
}
.rato-mobile-drawer-inner{display:flex;flex-direction:column;height:100%}
.rato-mobile-drawer-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:14px 16px;
	border-bottom:1px solid #edf1f6;
}
.rato-mobile-drawer-title{font-weight:700;color:var(--rato-text)}
.rato-mobile-close{border:0;background:transparent;color:var(--rato-text);cursor:pointer}
.rato-mobile-nav{padding:10px 16px;overflow:auto;flex:1}
.rato-mobile-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.rato-mobile-menu a{color:var(--rato-text);text-decoration:none;font-weight:600}
.rato-mobile-menu .sub-menu{list-style:none;margin:8px 0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}
.rato-mobile-contact{padding:14px 16px;border-top:1px solid #edf1f6;display:flex;flex-direction:column;gap:8px}
.rato-mobile-phone,.rato-mobile-email{color:var(--rato-text);text-decoration:none}
.rato-mobile-phone:hover,.rato-mobile-email:hover{color:var(--rato-blue)}

@media (max-width: 992px){
	.rato-nav{display:none}
	.rato-header-contact{display:none}
	.rato-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
	.rato-mainbar-inner{height:72px}
}
