/* 0.4.13 — mobile header finishing: larger controls, clearer spacing and menu close state. */
@media(max-width:700px) {
	.ikd-home-preview-page .ikd-hp-hero::after {
		background:linear-gradient(0deg,rgba(25,22,20,.74),rgba(25,22,20,.31) 45%,rgba(25,22,20,.04) 78%)!important;
	}
	.ikd-home-preview-page .ikd-hp-hero__visual {
		filter:brightness(1.045) saturate(.97);
	}
	.ikd-home-preview-page .ikd-hp-hero h1 > span {
		display:block;
		white-space:nowrap;
	}
	.ikd-home-preview-page .ikd-hp-header {
		grid-template-columns:minmax(0,1fr) 44px 44px 44px;
		grid-template-rows:44px auto auto;
		column-gap:12px;
		padding:10px 12px;
	}
	.ikd-home-preview-page .ikd-hp-logo {
		font-size:21px;
		line-height:1;
	}
	.ikd-home-preview-page .ikd-hp-search-toggle,
	.ikd-home-preview-page .ikd-hp-cart,
	.ikd-home-preview-page .ikd-hp-menu-toggle {
		width:44px!important;
		min-width:44px!important;
		height:44px!important;
		min-height:44px!important;
	}
	.ikd-home-preview-page .ikd-hp-search-toggle svg,
	.ikd-home-preview-page .ikd-hp-cart svg {
		width:22px!important;
		height:22px!important;
	}
	.ikd-home-preview-page .ikd-hp-menu-toggle i,
	.ikd-home-preview-page .ikd-hp-menu-toggle i span {
		width:22px!important;
	}
	.ikd-home-preview-page .ikd-hp-menu-toggle i {
		position:relative!important;
		display:block!important;
		height:20px!important;
	}
	.ikd-home-preview-page .ikd-hp-menu-toggle i span {
		position:absolute!important;
		left:0!important;
		transform-origin:center!important;
	}
	.ikd-home-preview-page .ikd-hp-menu-toggle i span:nth-child(1){top:2px}
	.ikd-home-preview-page .ikd-hp-menu-toggle i span:nth-child(2){top:9px}
	.ikd-home-preview-page .ikd-hp-menu-toggle i span:nth-child(3){top:16px}
	.ikd-home-preview-page .ikd-hp-menu-toggle.is-open i span:nth-child(1) {
		top:9px;
		transform:rotate(45deg);
	}
	.ikd-home-preview-page .ikd-hp-menu-toggle.is-open i span:nth-child(2) {opacity:0}
	.ikd-home-preview-page .ikd-hp-menu-toggle.is-open i span:nth-child(3) {
		top:9px;
		transform:rotate(-45deg);
	}
}

@media(max-width:390px) {
	.ikd-home-preview-page .ikd-hp-header {column-gap:9px;padding-inline:9px}
	.ikd-home-preview-page .ikd-hp-logo {font-size:19px;letter-spacing:-.6px}
}
