/**
 * Logo alignment — left-align header and footer logos.
 */

/* Desktop header */
header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] .logo[_ngcontent-ng-c1701678261] {
	justify-content: flex-start !important;
	text-align: left !important;
	margin-right: auto !important;
}

header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] .logo[_ngcontent-ng-c1701678261] img[_ngcontent-ng-c1701678261] {
	object-position: left center;
}

/* Mobile header */
header[_ngcontent-ng-c454772091] > .container[_ngcontent-ng-c454772091] > .logo[_ngcontent-ng-c454772091],
.logo[_ngcontent-ng-c454772091] {
	justify-content: flex-start !important;
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	width: auto !important;
	max-width: 180px !important;
}

.logo[_ngcontent-ng-c454772091] img[_ngcontent-ng-c454772091] {
	object-position: left center;
}

/* Footer */
.footer-logo[_ngcontent-ng-c693230799],
.logo[_ngcontent-ng-c693230799] {
	justify-content: flex-start !important;
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.logo[_ngcontent-ng-c693230799] img[_ngcontent-ng-c693230799] {
	object-position: left center;
}

@media only screen and (max-width: 599px) {
	.footer-logo[_ngcontent-ng-c693230799] {
		justify-content: flex-start !important;
	}

	.logo[_ngcontent-ng-c693230799] {
		margin: 0 !important;
	}
}

/* Header search form */
.search-field[_ngcontent-ng-c566241760] .kids-shop-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
}

.search-field[_ngcontent-ng-c566241760] .kids-shop-search-input {
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding-left: 10px;
	background: transparent;
}

.search-field[_ngcontent-ng-c566241760] .kids-shop-search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	padding: 4px 5px 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: var(--shop-color-primary, #27a7b8);
}

.search-field[_ngcontent-ng-c566241760] .kids-shop-search-submit:hover {
	opacity: 0.75;
}

.kids-shop-mobile-search {
	cursor: pointer;
}

/* Header search bar — center in layout */
header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 650px) minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] .logo[_ngcontent-ng-c1701678261] {
	grid-column: 1;
	justify-self: start;
}

header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] app-search-1.search-area[_ngcontent-ng-c1701678261],
header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] > .search-area[_ngcontent-ng-c1701678261] {
	grid-column: 2;
	justify-self: center;
	width: 100%;
	max-width: 650px;
	margin-left: auto !important;
	margin-right: auto !important;
}

header[_ngcontent-ng-c1701678261] .header-main[_ngcontent-ng-c1701678261] .action[_ngcontent-ng-c1701678261] {
	grid-column: 3;
	justify-self: end;
}

app-search-1.search-area[_ngcontent-ng-c1701678261] .search-area[_ngcontent-ng-c566241760],
app-search-1.search-area[_ngcontent-ng-c1701678261] .search-field[_ngcontent-ng-c566241760] {
	width: 100%;
}

/* Mobile header search row */
.header-main[_ngcontent-ng-c454772091] .search-area[_ngcontent-ng-c454772091] {
	margin-left: auto !important;
	margin-right: auto !important;
}
