.gorn-price-search--header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 260px;
}

.gorn-price-search__row {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 260px;
}

.gorn-price-search--page .gorn-price-search__row {
	max-width: 480px;
}

.gorn-price-search__input--keyword {
	flex: 1 1 auto;
}

.gorn-price-search--page {
	display: grid;
	gap: 12px;
}

.gorn-price-search__input {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0 10px;
	border: 1px solid #d8dce3;
	border-radius: 6px;
	font-size: 14px;
	color: #1d1b1b;
	background: #fff;
}

.gorn-price-search__input:focus {
	outline: none;
	border-color: #1d3557;
	box-shadow: 0 0 0 2px rgba(29, 53, 87, 0.12);
}

.gorn-price-search__sep {
	color: #8a8f98;
	font-size: 14px;
	flex: 0 0 auto;
}

.gorn-price-search__btn {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 6px;
	background: #1d3557;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.gorn-price-search__btn svg {
	width: 22px;
	height: 22px;
}

.gorn-price-search__btn:hover {
	background: #14243d;
}

.gorn-price-results {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 80px;
}

.gorn-price-results__toolbar {
	margin-bottom: 24px;
}

.gorn-price-results__title {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	color: #1d1b1b;
}

.gorn-price-results__meta {
	margin: 0 0 28px;
	color: #666;
	font-size: 15px;
}

.gorn-price-results__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gorn-price-results__grid li.product {
	margin: 0;
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}

.gorn-price-results__grid .woocommerce-loop-product__title {
	font-size: 16px;
	margin: 12px 0 8px;
}

.gorn-price-results__pagination {
	margin-top: 32px;
	text-align: center;
}

.gorn-price-results__empty,
.gorn-price-results--empty {
	padding: 48px 24px;
	text-align: center;
	background: #f8f9fb;
	border-radius: 12px;
	color: #555;
}

@media (max-width: 1024px) {
	.gorn-price-results__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gorn-price-search--header {
		justify-content: stretch;
	}

	.gorn-price-search__row {
		max-width: none;
	}

	.gorn-price-results__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Header layout: match 1400px content width, tighten nav/search gap */
.elementor-location-header .elementor-element-fbafe79 {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.elementor-location-header .elementor-element-fbafe79 > .e-con-inner {
	width: 100%;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 16px !important;
}

.elementor-location-header .elementor-element-e6697f6 {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: 200px;
}

.elementor-location-header .elementor-element-3c64744 {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
}

.elementor-location-header .elementor-element-3c64744 .elementor-nav-menu--main {
	justify-content: flex-end;
}

.elementor-location-header .elementor-element-3c64744 .elementor-nav-menu--main .elementor-nav-menu {
	gap: 28px;
}

.elementor-location-header .elementor-element-gornps01 {
	flex: 0 0 260px !important;
	width: 260px !important;
	max-width: 260px;
}

@media (max-width: 1024px) {
	.elementor-location-header .elementor-element-3c64744 .elementor-nav-menu--main .elementor-nav-menu {
		gap: 16px;
	}
}
