.market-container,
.marketplace-announcement__inner,
.marketplace-topbar__inner,
.marketplace-search-header,
.marketplace-global-nav__inner {
	width: min(1520px, calc(100vw - 32px));
	margin: 0 auto;
}

.marketplace-announcement {
	background: #0f2f5f;
	color: #fff;
	font-size: 14px;
}

.marketplace-announcement__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	text-align: center;
}

.marketplace-topbar {
	background: #f5f7fb;
	border-bottom: 1px solid #dbe3ef;
	color: #31415a;
	font-size: 13px;
}

.marketplace-topbar__inner,
.marketplace-topbar__nav,
.marketplace-region {
	display: flex;
	align-items: center;
	gap: 14px;
}

.marketplace-topbar__inner {
	justify-content: space-between;
	min-height: 40px;
}

.marketplace-topbar a {
	color: #233c66;
	text-decoration: none;
}

.marketplace-region select {
	min-height: 30px;
	border: 1px solid #cdd8e7;
	border-radius: 6px;
	background: #fff;
	color: #233c66;
}

.marketplace-header {
	background: #fff;
	border-bottom: 1px solid #dbe3ef;
	position: sticky;
	top: 0;
	z-index: 40;
}

.marketplace-search-header {
	display: grid;
	grid-template-columns: auto minmax(190px, 230px) minmax(340px, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 92px;
}

.marketplace-logo {
	min-width: 170px;
}

.marketplace-search-wrap {
	min-width: 0;
}

.marketplace-product-search {
	display: flex;
	min-height: 46px;
	border: 2px solid #f08a24;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.marketplace-product-search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 0;
	padding: 0 14px;
	font-size: 15px;
}

.marketplace-product-search button {
	border: 0;
	background: #f08a24;
	color: #fff;
	padding: 0 24px;
	font-weight: 700;
}

.marketplace-hot-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
	font-size: 13px;
}

.marketplace-hot-keywords a {
	color: #5a6780;
	text-decoration: none;
}

.marketplace-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.marketplace-cart-button {
	position: relative;
	border: 1px solid #cdd8e7;
	background: #fff;
}

.marketplace-cart-button .marketplace-cart-count,
.mobile-bottom-nav .marketplace-cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-grid;
	min-width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 999px;
	background: #f08a24;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.marketplace-global-nav {
	background: #173d72;
	color: #fff;
}

.marketplace-global-nav__inner {
	display: flex;
	align-items: center;
	min-height: 46px;
	gap: 18px;
	position: relative;
}

.marketplace-category-trigger {
	min-height: 46px;
	border: 0;
	background: #f08a24;
	color: #fff;
	font-weight: 700;
	padding: 0 18px;
}

.marketplace-mega-menu {
	position: absolute;
	top: 46px;
	left: 0;
	width: min(720px, calc(100vw - 32px));
	background: #fff;
	color: #12213a;
	box-shadow: 0 18px 45px rgba(18, 33, 58, 0.18);
	border: 1px solid #dbe3ef;
	border-radius: 0 0 8px 8px;
	padding: 18px;
	z-index: 55;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.marketplace-mega-menu[hidden] {
	display: none;
}

.marketplace-mega-menu a,
.market-category-sidebar a {
	color: #12213a;
	text-decoration: none;
}

.marketplace-mega-menu a {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	border: 1px solid #e5ebf3;
	border-radius: 6px;
}

.marketplace-mega-menu small,
.market-category-sidebar small {
	color: #66758d;
}

.marketplace-nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.marketplace-nav-links a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	font-weight: 650;
}

.lozma-marketplace-home {
	background: #f3f6fa;
}

.market-section {
	padding: 28px 0;
}

.market-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.market-section__header h2,
.market-trust h2,
.market-care h2 {
	margin: 0;
	color: #12213a;
	font-size: clamp(24px, 2.1vw, 34px);
	line-height: 1.16;
}

.market-kicker {
	margin: 0 0 8px;
	color: #d46b10;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.market-hero__grid {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.market-category-sidebar {
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	padding: 18px;
}

.market-category-sidebar h2 {
	margin: 0 0 12px;
	font-size: 18px;
	color: #12213a;
}

.market-category-sidebar ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.market-category-sidebar a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eef2f7;
}

.market-hero__main {
	min-width: 0;
}

.market-carousel {
	position: relative;
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	overflow: hidden;
	min-height: 350px;
}

.market-carousel__slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
	align-items: center;
	min-height: 350px;
	gap: 26px;
	padding: 34px;
	background: #fffaf5;
}

.market-carousel__slide[hidden] {
	display: none;
}

.market-carousel__copy h1,
.market-carousel__copy h2 {
	margin: 0 0 14px;
	color: #10264a;
	font-size: clamp(34px, 4.2vw, 58px);
	line-height: 1.02;
	letter-spacing: 0;
}

.market-carousel__copy p {
	max-width: 640px;
	margin: 0 0 12px;
	color: #3f4f69;
	font-size: 17px;
}

.market-carousel__media {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 280px;
}

.market-carousel__media img {
	width: min(100%, 360px);
	max-height: 320px;
	object-fit: contain;
}

.market-carousel__controls {
	position: absolute;
	left: 34px;
	bottom: 22px;
	display: flex;
	gap: 8px;
}

.market-carousel__control {
	width: 36px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cdd8e7;
}

.market-carousel__control.is-active {
	background: #f08a24;
}

.market-button,
.market-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid #cdd8e7;
	border-radius: 6px;
	background: #fff;
	color: #173d72;
	padding: 0 16px;
	text-decoration: none;
	font-weight: 750;
}

.market-button--primary,
.market-product-card__button {
	border-color: #f08a24;
	background: #f08a24;
	color: #fff;
}

.market-quick-actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.market-quick-action {
	display: grid;
	min-height: 78px;
	align-content: center;
	gap: 4px;
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	padding: 12px;
	color: #12213a;
	text-decoration: none;
}

.market-quick-action span {
	color: #66758d;
	font-size: 13px;
}

.market-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.market-product-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	overflow: hidden;
}

.market-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #f8fafc;
}

.market-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
}

.market-product-card__body {
	padding: 14px;
}

.market-product-card__meta {
	margin-bottom: 8px;
	color: #66758d;
	font-size: 12px;
}

.market-product-card__meta a {
	color: #66758d;
	text-decoration: none;
}

.market-product-card h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.34;
	letter-spacing: 0;
}

.market-product-card h3 a {
	color: #12213a;
	text-decoration: none;
}

.market-product-card__price {
	color: #10264a;
	font-size: 18px;
	font-weight: 800;
}

.market-product-card__shipping,
.market-product-card__rating,
.market-product-card__sales {
	margin: 6px 0 0;
	color: #47607f;
	font-size: 13px;
}

.market-product-card__shipping {
	color: #146a42;
	font-weight: 800;
}

.market-product-card__button {
	margin: 0 14px 14px;
}

.market-product-card__button.is-disabled {
	border-color: #cdd8e7;
	background: #eef2f7;
	color: #66758d;
	cursor: not-allowed;
	pointer-events: none;
}

.market-trust__grid,
.market-care__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
	gap: 22px;
	align-items: center;
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 8px;
	padding: 24px;
}

.market-trust__grid p {
	color: #3f4f69;
}

.market-trust__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.market-trust__list li {
	display: grid;
	gap: 4px;
	border-left: 4px solid #f08a24;
	background: #f8fafc;
	padding: 12px;
}

.market-care__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.market-text-link {
	color: #173d72;
	font-weight: 800;
	text-decoration: none;
}

.market-countdown {
	color: #d46b10;
	font-weight: 800;
}

.market-floating-toolbar {
	position: fixed;
	top: 42%;
	right: 18px;
	z-index: 35;
	display: grid;
	gap: 8px;
}

.market-floating-toolbar a,
.market-floating-toolbar button {
	min-width: 78px;
	min-height: 38px;
	border: 1px solid #cdd8e7;
	border-radius: 6px;
	background: #fff;
	color: #173d72;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(18, 33, 58, 0.12);
}

.market-mini-cart-backdrop {
	position: fixed;
	inset: 0;
	z-index: 80;
	background: rgba(18, 33, 58, 0.34);
}

.market-mini-cart {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 81;
	display: flex;
	flex-direction: column;
	width: min(420px, 100vw);
	height: 100vh;
	background: #fff;
	box-shadow: -18px 0 45px rgba(18, 33, 58, 0.18);
}

.market-mini-cart[hidden],
.market-mini-cart-backdrop[hidden] {
	display: none;
}

.market-mini-cart__header,
.market-mini-cart__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	border-bottom: 1px solid #dbe3ef;
}

.market-mini-cart__actions {
	border-top: 1px solid #dbe3ef;
	border-bottom: 0;
}

.market-mini-cart__shipping {
	margin: 0;
	padding: 12px 16px;
	background: #f0f8f3;
	color: #146a42;
	font-weight: 800;
}

.market-mini-cart .widget_shopping_cart_content {
	flex: 1;
	overflow: auto;
	padding: 16px;
}

.footer-service-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	padding: 12px;
}

.footer-service-strip span {
	color: #fff;
	font-weight: 750;
}

.footer-grid--marketplace {
	grid-template-columns: 1.4fr repeat(5, minmax(130px, 1fr));
}

.footer-payment-methods {
	margin: 12px 0 0;
	color: #fff;
	font-weight: 750;
}

@media (max-width: 1180px) {
	.marketplace-search-header {
		grid-template-columns: auto minmax(150px, 200px) minmax(260px, 1fr) auto;
	}

	.market-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.market-hero__grid {
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.marketplace-announcement__inner,
	.marketplace-topbar__inner,
	.marketplace-topbar__nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.marketplace-search-header {
		grid-template-columns: auto 1fr auto;
		min-height: 72px;
	}

	.marketplace-search-wrap,
	.marketplace-category-menu {
		display: none;
	}

	.marketplace-global-nav__inner {
		align-items: stretch;
	}

	.marketplace-nav-links {
		flex-wrap: wrap;
		padding: 8px 0;
	}

	.marketplace-nav-links a {
		min-height: 34px;
	}

	.market-hero__grid,
	.market-carousel__slide,
	.market-trust__grid,
	.market-care__inner {
		grid-template-columns: 1fr;
	}

	.market-category-sidebar {
		display: none;
	}

	.market-quick-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.market-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-service-strip,
	.footer-grid--marketplace {
		grid-template-columns: 1fr 1fr;
	}

	.market-floating-toolbar {
		display: none;
	}
}

@media (max-width: 560px) {
	.market-container,
	.marketplace-announcement__inner,
	.marketplace-topbar__inner,
	.marketplace-search-header,
	.marketplace-global-nav__inner {
		width: min(100% - 24px, 1520px);
	}

	.marketplace-topbar__nav {
		gap: 10px;
	}

	.market-carousel {
		min-height: auto;
	}

	.market-carousel__slide {
		padding: 24px 18px 58px;
		min-height: 0;
	}

	.market-carousel__copy h1,
	.market-carousel__copy h2 {
		font-size: 32px;
	}

	.market-carousel__media {
		min-height: 180px;
	}

	.market-carousel__controls {
		left: 18px;
		bottom: 18px;
	}

	.market-quick-actions,
	.market-product-grid,
	.footer-service-strip,
	.footer-grid--marketplace {
		grid-template-columns: 1fr;
	}

	.market-section__header,
	.market-care__actions {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
}

/* Stage I1 marketplace refinements. */
.marketplace-search-header {
	grid-template-columns: minmax(170px, 240px) minmax(460px, 720px) minmax(118px, max-content);
	justify-content: space-between;
}

.marketplace-search-header .menu-toggle {
	display: none;
}

.marketplace-product-search {
	position: relative;
}

.marketplace-product-search .marketplace-search-clear {
	display: inline-grid;
	width: 44px;
	min-width: 44px;
	padding: 0;
	place-items: center;
	border: 0;
	background: #fff;
	color: #66758d;
	font-size: 22px;
	font-weight: 600;
}

.marketplace-product-search .marketplace-search-clear[hidden] {
	display: none;
}

.marketplace-product-search .marketplace-search-submit {
	background: #f08a24;
	color: #fff;
}

.market-hero__intro {
	padding-bottom: 0;
}

.market-hero__intro h1 {
	margin: 0;
	color: #12213a;
	font-size: clamp(32px, 3vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
}

.market-carousel {
	min-height: 0;
	background: #f8fafc;
}

.market-carousel__track {
	position: relative;
	min-height: 420px;
	aspect-ratio: 16 / 6;
}

.market-carousel__slide {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	padding: 0;
	background: #f8fafc;
}

.market-carousel__slide[hidden] {
	display: none;
}

.market-carousel__image,
.market-banner-picture,
.market-banner-image,
.market-carousel__image-fallback {
	display: block;
	width: 100%;
	height: 100%;
}

.market-banner-image {
	object-fit: cover;
}

.market-carousel__image-fallback {
	background:
		linear-gradient(135deg, rgba(15, 47, 95, 0.96), rgba(240, 138, 36, 0.82)),
		#173d72;
}

.market-carousel__hotspots {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.market-carousel__hotspot {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--w);
	height: var(--h);
	background: transparent;
}

.market-carousel__hotspot:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
	box-shadow: inset 0 0 0 6px rgba(240, 138, 36, 0.82);
}

.market-carousel__nav {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(10, 27, 50, 0.72);
}

.market-carousel__controls {
	position: static;
	display: flex;
	gap: 8px;
}

.market-carousel__arrow {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.market-carousel__arrow svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.market-carousel__control {
	width: 30px;
	height: 6px;
}

@media (max-width: 900px) {
	.marketplace-search-header {
		grid-template-columns: auto 1fr auto;
		justify-content: stretch;
	}

	.marketplace-search-header .menu-toggle {
		display: inline-flex;
	}

	.market-carousel__track {
		min-height: 320px;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 560px) {
	.market-hero__intro h1 {
		font-size: 32px;
	}

	.market-carousel__track {
		min-height: 260px;
	}

	.market-carousel__nav {
		right: 12px;
		bottom: 12px;
	}
}

/* Stage I2 English header, banner, and toolbar refinements. */
.market-container,
.marketplace-announcement__inner,
.marketplace-topbar__inner,
.marketplace-search-header,
.marketplace-global-nav__inner {
	width: min(1480px, calc(100vw - 48px));
}

.marketplace-announcement {
	font-size: 13px;
}

.marketplace-announcement__inner {
	min-height: 34px;
	white-space: nowrap;
}

.marketplace-topbar__inner {
	gap: 20px;
}

.marketplace-topbar__nav {
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 16px;
	white-space: nowrap;
}

.marketplace-search-header {
	grid-template-columns: 220px minmax(480px, 760px) 180px;
	column-gap: 36px;
	justify-content: space-between;
	padding-block: 20px 24px;
}

.marketplace-category-trigger {
	border: 1px solid transparent;
	border-radius: 6px 6px 0 0;
	background: #f08a24;
	color: #fff;
	padding-inline: 22px;
}

.marketplace-category-trigger:hover {
	background: #d96f10;
}

.marketplace-category-trigger:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.market-carousel__image-fallback {
	background:
		radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.34) 0 9%, transparent 10%),
		radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.28) 0 13%, transparent 14%),
		linear-gradient(135deg, rgba(15, 47, 95, 0.96), rgba(240, 138, 36, 0.82)),
		#173d72;
}

.market-carousel__slide--2 .market-carousel__image-fallback {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0 18%, transparent 18% 100%),
		radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.32) 0 12%, transparent 13%),
		linear-gradient(135deg, #12345f, #13816d);
}

.market-carousel__slide--3 .market-carousel__image-fallback {
	background:
		radial-gradient(circle at 22% 70%, rgba(255, 255, 255, 0.3) 0 11%, transparent 12%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0 28%, transparent 28% 100%),
		linear-gradient(135deg, #17294f, #8e4fbc);
}

.market-floating-toolbar {
	top: 52%;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transform: translateY(-50%);
}

.market-floating-toolbar a,
.market-floating-toolbar button {
	display: flex;
	width: 60px;
	min-width: 60px;
	min-height: 66px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 9px 5px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 6px;
	background: #173d72;
	color: #fff;
}

.market-floating-toolbar a:hover,
.market-floating-toolbar button:hover {
	background: #f08a24;
	color: #fff;
}

.market-floating-toolbar a:focus-visible,
.market-floating-toolbar button:focus-visible {
	outline: 3px solid #f08a24;
	outline-offset: 2px;
}

.market-floating-toolbar span {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	writing-mode: horizontal-tb;
}

@media (max-width: 1180px) {
	.marketplace-search-header {
		grid-template-columns: 190px minmax(360px, 1fr) 150px;
	}
}

@media (max-width: 900px) {
	.marketplace-announcement__inner {
		min-height: 32px;
		white-space: normal;
	}

	.marketplace-announcement__inner strong {
		font-size: 0;
	}

	.marketplace-announcement__inner strong::before {
		content: "Free shipping to eligible Australian addresses";
		font-size: 12px;
	}

	.marketplace-topbar__nav {
		flex-wrap: wrap;
	}

	.marketplace-search-header {
		grid-template-columns: auto 1fr auto;
		padding-block: 14px;
	}
}

/* Stage I3 global header alignment, search visibility, and single nav state. */
.marketplace-announcement__inner,
.marketplace-topbar__inner,
.marketplace-search-header,
.marketplace-global-nav__inner {
	width: min(1480px, calc(100% - 48px));
}

.marketplace-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 40px;
}

.marketplace-region {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: #27364f;
	font-size: 13px;
	line-height: 1;
}

.marketplace-region label {
	margin: 0;
	white-space: nowrap;
}

.marketplace-region select {
	max-width: 220px;
	min-height: 30px;
	border: 1px solid #c8d2e0;
	border-radius: 4px;
	background-color: #fff;
	color: #12213a;
	font-size: 13px;
}

.marketplace-topbar__nav {
	display: flex;
	flex: 0 1 auto;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	gap: 0;
	white-space: nowrap;
}

.marketplace-topbar__nav a,
.marketplace-topbar__nav span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding-inline: 10px;
	color: #27364f;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}

.marketplace-topbar__nav a + a,
.marketplace-topbar__nav a + span {
	border-left: 1px solid #d6dee9;
}

.marketplace-topbar__nav a:hover,
.marketplace-topbar__nav a:focus-visible {
	color: #173d72;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.marketplace-search-header {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(480px, 760px) minmax(132px, 180px);
	align-items: center;
	justify-content: space-between;
	column-gap: 36px;
	min-height: 118px;
	padding-block: 18px 22px;
}

.marketplace-logo {
	justify-self: start;
}

.marketplace-search-wrap {
	display: grid;
	justify-self: center;
	width: 100%;
	max-width: 760px;
	min-width: 0;
}

.marketplace-header-actions {
	justify-self: end;
}

.marketplace-hot-keywords {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px 18px;
	width: 100%;
	margin-top: 10px;
	color: #5a6780;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.marketplace-hot-keywords a {
	display: inline-flex;
	align-items: center;
	color: #5a6780;
	text-decoration: none;
	white-space: nowrap;
}

.marketplace-hot-keywords a:hover,
.marketplace-hot-keywords a:focus-visible {
	color: #173d72;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lozma-primary-nav .primary-menu a,
.lozma-primary-nav .primary-menu a.is-current,
.lozma-primary-nav .primary-menu a[aria-current="page"],
.lozma-primary-nav .primary-menu .current-menu-item > a,
.lozma-primary-nav .primary-menu .current_page_item > a,
.lozma-primary-nav .primary-menu .current-menu-ancestor > a {
	position: relative;
	box-shadow: none;
	text-decoration: none;
}

.lozma-primary-nav .primary-menu li.is-active > a {
	color: #fff;
}

.lozma-primary-nav .primary-menu li.is-active > a::after {
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: #f08a24;
	content: "";
}

@media (max-width: 1180px) {
	.marketplace-topbar__inner,
	.marketplace-search-header,
	.marketplace-global-nav__inner {
		width: min(1480px, calc(100% - 32px));
	}

	.marketplace-search-header {
		grid-template-columns: minmax(160px, 190px) minmax(360px, 1fr) minmax(118px, 150px);
		column-gap: 28px;
	}

	.header-product-search--desktop {
		display: flex;
	}

	.header-search-toggle,
	.mobile-search-panel {
		display: none;
	}
}

@media (max-width: 900px) {
	.marketplace-topbar__inner {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 6px;
		padding-block: 8px;
	}

	.marketplace-topbar__nav {
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		row-gap: 2px;
		white-space: normal;
	}

	.marketplace-topbar__nav a,
	.marketplace-topbar__nav span {
		min-height: 28px;
		padding-inline: 8px;
	}

	.marketplace-topbar__nav a + a,
	.marketplace-topbar__nav a + span {
		border-left: 0;
	}

	.marketplace-search-header {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		row-gap: 12px;
		min-height: 0;
		padding-block: 14px 16px;
	}

	.marketplace-search-header .menu-toggle {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1;
	}

	.marketplace-logo {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.marketplace-header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.marketplace-search-wrap {
		grid-column: 1 / -1;
		grid-row: 2;
		max-width: none;
	}

	.header-product-search--desktop {
		display: flex;
	}

	.header-search-toggle,
	.mobile-search-panel {
		display: none;
	}

	.marketplace-hot-keywords {
		row-gap: 6px;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 2px;
		text-align: left;
		scrollbar-width: thin;
	}

	.site-footer .lozma-container {
		width: min(100% - 32px, 1480px);
		max-width: calc(100% - 32px);
	}

	.footer-grid,
	.footer-grid--v111,
	.footer-grid--marketplace {
		grid-template-columns: 1fr;
		width: 100%;
		min-width: 0;
	}

	.footer-brand,
	.footer-column,
	.footer-logo-plaque,
	.footer-brand a,
	.footer-menu {
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.marketplace-topbar__inner {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 6px;
		padding-block: 8px;
	}

	.marketplace-topbar__nav {
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		row-gap: 2px;
		white-space: normal;
	}

	.marketplace-topbar__nav a,
	.marketplace-topbar__nav span {
		min-height: 28px;
		padding-inline: 8px;
	}

	.marketplace-topbar__nav a + a,
	.marketplace-topbar__nav a + span {
		border-left: 0;
	}
}

@media (max-width: 560px) {
	.marketplace-announcement__inner,
	.marketplace-topbar__inner,
	.marketplace-search-header,
	.marketplace-global-nav__inner {
		width: min(100% - 24px, 1480px);
	}

	.marketplace-region {
		width: 100%;
		justify-content: center;
	}

	.marketplace-region select {
		max-width: min(220px, 58vw);
	}

	.marketplace-search-header {
		grid-template-columns: 40px minmax(0, 1fr) auto;
	}
}
