.obm-price-list-page {
	overflow-x: hidden;
	background: #f2f4f7;
}

.obm-price-page,
.obm-price-page *,
.obm-price-page *::before,
.obm-price-page *::after {
	box-sizing: border-box;
}

.obm-price-page {
	--obm-accent: #48aaf0;
	--obm-blue: #48aaf0;
	--obm-pink: #ff2d86;
	--obm-ink: #20242b;
	--obm-muted: #687383;
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0 0 38px;
	overflow: clip;
	background: #f2f4f7;
	color: var(--obm-ink);
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

.obm-price-page [hidden] {
	display: none !important;
}

.obm-price-page a {
	text-decoration: none;
}

.obm-price-brands {
	position: relative;
	z-index: 5;
	width: 100%;
	border-bottom: 1px solid #e6e9ee;
	background: #fff;
	box-shadow: 0 3px 14px rgba(27, 42, 64, 0.04);
}

.obm-price-brands__inner {
	display: grid;
	width: min(1180px, 100%);
	margin: 0 auto;
	grid-template-columns: repeat(5, minmax(118px, 1fr));
	overflow-x: auto;
	scrollbar-width: none;
}

.obm-price-brands__inner::-webkit-scrollbar {
	display: none;
}

.obm-price-brands a {
	--brand-accent: #48aaf0;
	position: relative;
	display: flex;
	min-height: 72px;
	padding: 12px 16px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #6c7480 !important;
	font-size: 15px;
	font-weight: 750;
	letter-spacing: 0.1px;
	white-space: nowrap;
	transition: background 170ms ease, color 170ms ease;
}

.obm-price-brands a::after {
	position: absolute;
	right: 20%;
	bottom: 0;
	left: 20%;
	height: 4px;
	border-radius: 4px 4px 0 0;
	background: var(--brand-accent);
	content: "";
	opacity: 0;
	transform: scaleX(0.4);
	transition: opacity 170ms ease, transform 170ms ease;
}

.obm-price-brands a > span {
	width: 10px;
	height: 10px;
	flex: 0 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--brand-accent);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand-accent) 70%, #9aa2ac);
}

.obm-price-brands a:hover,
.obm-price-brands a:focus-visible,
.obm-price-brands a.is-active {
	background: color-mix(in srgb, var(--brand-accent) 7%, #fff);
	color: #202632 !important;
	outline: none;
}

.obm-price-brands a.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.obm-price-banner {
	position: relative;
	width: min(1260px, calc(100% - 32px));
	height: clamp(285px, 28vw, 370px);
	margin: 26px auto 0;
	overflow: hidden;
	border-radius: 18px;
	background-color: #e9eef6;
	background-image: var(--obm-banner-bg);
	background-position: center center;
	background-size: cover;
	box-shadow: 0 16px 36px rgba(29, 44, 66, 0.15);
	isolation: isolate;
}

.obm-price-banner::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(10, 19, 34, 0.1), rgba(10, 19, 34, 0) 44%),
		linear-gradient(0deg, rgba(12, 22, 38, 0.06), transparent 40%);
	content: "";
	pointer-events: none;
}

.obm-price-banner__copy {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: clamp(30px, 5vw, 70px);
	width: 34%;
	color: #101926;
	transform: translateY(-50%);
	text-shadow: 0 1px 8px rgba(255, 255, 255, 0.35);
}

.obm-price-banner__copy p,
.obm-price-banner__copy h1,
.obm-price-banner__copy span {
	margin: 0;
}

.obm-price-banner__copy p {
	display: inline-flex;
	margin-bottom: 7px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: color-mix(in srgb, var(--obm-accent) 74%, #111d2c);
	box-shadow: 0 4px 14px rgba(18, 32, 50, 0.09);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1.7px;
}

.obm-price-banner__copy h1 {
	color: #fff;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 850;
	letter-spacing: -2px;
	line-height: 1;
	text-shadow: 0 3px 18px rgba(10, 19, 34, 0.38);
}

.obm-price-banner__copy span {
	display: block;
	max-width: 310px;
	margin-top: 12px;
	color: #fff;
	font-size: clamp(13px, 1.35vw, 18px);
	font-weight: 650;
	line-height: 1.35;
	text-shadow: 0 2px 12px rgba(10, 19, 34, 0.48);
}

.obm-price-banner__phone {
	position: absolute;
	z-index: 2;
	bottom: 2%;
	left: 39%;
	display: block;
	width: auto;
	height: 92%;
	max-width: 27%;
	margin: 0 !important;
	object-fit: contain;
	filter: drop-shadow(0 22px 18px rgba(8, 18, 32, 0.34));
	transform: rotate(-1deg);
}

.obm-price-banner--samsung .obm-price-banner__phone {
	left: 36%;
	height: 89%;
	max-width: 30%;
}

.obm-price-banner--apple .obm-price-banner__phone {
	left: 42%;
	height: 90%;
	max-width: 23%;
}

.obm-price-banner--realme .obm-price-banner__phone,
.obm-price-banner--vivo .obm-price-banner__phone {
	left: 40%;
	height: 91%;
	max-width: 25%;
}

.obm-price-content {
	width: min(1180px, calc(100% - 32px));
	margin: 34px auto 0;
}

.obm-price-intro {
	padding: clamp(25px, 3.2vw, 42px);
	border: 1px solid #e9ecf0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(27, 42, 64, 0.05);
}

.obm-price-intro h2,
.obm-price-intro p {
	margin: 0;
}

.obm-price-intro h2 {
	color: #252a31;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 650;
	letter-spacing: -0.8px;
	line-height: 1.24;
}

.obm-price-intro p {
	max-width: 850px;
	margin-top: 16px;
	color: #414852;
	font-size: clamp(14px, 1.35vw, 18px);
	font-weight: 430;
	line-height: 1.6;
}

.obm-price-toolbar {
	display: flex;
	margin: 26px 0 14px;
	align-items: stretch;
	gap: 14px;
}

.obm-price-filter-button,
.obm-price-sort {
	display: inline-flex;
	min-height: 58px;
	border: 1px solid #e6e9ee;
	border-radius: 10px;
	align-items: center;
	background: #fff;
	box-shadow: 0 5px 16px rgba(27, 42, 64, 0.04);
	color: #232830;
	font: inherit;
	font-size: 16px;
	font-weight: 650;
	letter-spacing: 0.5px;
}

.obm-price-filter-button {
	padding: 13px 21px;
	gap: 11px;
	cursor: pointer;
}

.obm-price-filter-button:hover,
.obm-price-filter-button:focus-visible {
	border-color: color-mix(in srgb, var(--obm-accent) 45%, #d9dfe6);
	outline: none;
	box-shadow: 0 5px 16px color-mix(in srgb, var(--obm-accent) 12%, transparent);
}

.obm-filter-icon {
	position: relative;
	width: 18px;
	height: 16px;
	border: 2px solid #8c949e;
	border-top: 0;
	clip-path: polygon(0 0, 100% 0, 64% 48%, 64% 100%, 39% 86%, 39% 48%);
}

.obm-price-sort {
	padding: 0 13px 0 21px;
}

.obm-price-sort span {
	flex: 0 0 auto;
}

.obm-price-sort select {
	min-width: 170px;
	height: 56px;
	padding: 0 34px 0 12px;
	border: 0;
	background: transparent;
	color: #66717e;
	font: inherit;
	font-size: 14px;
	font-weight: 550;
	cursor: pointer;
	outline: none;
}

.obm-price-results {
	display: flex;
	margin-bottom: 15px;
	padding: 0 2px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #727c89;
	font-size: 12px;
}

.obm-price-results p {
	margin: 0;
}

.obm-price-results strong {
	color: #2a313a;
}

.obm-list-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.obm-list-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e4e8ed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(28, 43, 64, 0.055);
	color: #20242b !important;
	flex-direction: column;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.obm-list-card:hover,
.obm-list-card:focus-visible {
	border-color: color-mix(in srgb, var(--obm-accent) 45%, #dce1e7);
	box-shadow: 0 14px 30px rgba(28, 43, 64, 0.13);
	outline: none;
	transform: translateY(-4px);
}

.obm-list-card__media {
	position: relative;
	display: flex;
	aspect-ratio: 1 / 1.04;
	min-height: 250px;
	padding: 40px 20px 20px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #fff 0%, #fcfdfe 100%);
}

.obm-list-card__media img,
.obm-list-card__image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
	transition: transform 200ms ease;
}

.obm-list-card:hover .obm-list-card__image,
.obm-list-card:focus-visible .obm-list-card__image {
	transform: scale(1.035);
}

.obm-list-card__warranty {
	position: absolute;
	z-index: 2;
	top: 11px;
	left: 11px;
	padding: 6px 8px;
	border-radius: 5px;
	background: #edf8f1;
	color: #158044;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.obm-list-card__rating {
	position: absolute;
	z-index: 2;
	bottom: 8px;
	left: 50%;
	max-width: calc(100% - 18px);
	padding: 5px 9px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 3px 12px rgba(27, 41, 61, 0.12);
	color: #252a31;
	font-size: 10px;
	font-weight: 650;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	transform: translateX(-50%);
}

.obm-list-card__rating span {
	margin-right: 2px;
	color: #ffc400;
	font-size: 13px;
}

.obm-list-card__body {
	display: flex;
	padding: 15px 15px 16px;
	border-top: 1px solid #eef0f3;
	flex: 1 1 auto;
	flex-direction: column;
}

.obm-list-card__stock,
.obm-list-card__memory,
.obm-list-card__installment,
.obm-list-card__body h3 {
	margin: 0;
}

.obm-list-card__stock {
	margin-bottom: 6px;
	color: #19834a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.obm-list-card__stock::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 50%;
	background: #23a75d;
	box-shadow: 0 0 0 3px rgba(35, 167, 93, 0.11);
	content: "";
	vertical-align: 1px;
}

.obm-list-card__stock.is-out {
	color: #bb3943;
}

.obm-list-card__stock.is-out::before {
	background: #d64550;
	box-shadow: 0 0 0 3px rgba(214, 69, 80, 0.11);
}

.obm-list-card__body h3 {
	min-height: 42px;
	color: #252a31;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
}

.obm-list-card__memory {
	min-height: 32px;
	margin-top: 5px;
	color: #7a8490;
	font-size: 10px;
	font-weight: 520;
	line-height: 1.45;
}

.obm-list-card__price {
	margin-top: auto;
	padding-top: 12px;
}

.obm-list-card__price strong {
	display: block;
	color: #c52335;
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: 800;
	line-height: 1.2;
}

.obm-list-card__price del {
	display: block;
	color: #99a1ab;
	font-size: 11px;
	font-weight: 500;
}

.obm-list-card__price ins {
	color: #c52335;
	text-decoration: none;
}

.obm-list-card__installment {
	margin-top: 8px;
	padding: 7px 8px;
	border-radius: 6px;
	background: #fff5e1;
	color: #8b641b;
	font-size: 9px;
	font-weight: 650;
	line-height: 1.3;
	text-align: center;
}

.obm-list-empty {
	padding: 50px 20px;
	border: 1px dashed #ccd4dd;
	border-radius: 14px;
	background: #fff;
	color: #66717e;
	text-align: center;
}

.obm-list-empty h3,
.obm-list-empty p {
	margin: 0;
}

.obm-list-empty h3 {
	color: #252b33;
	font-size: 22px;
}

.obm-list-empty p {
	margin-top: 8px;
	font-size: 14px;
}

.obm-filter-overlay {
	position: fixed;
	z-index: 99998;
	inset: 0;
	background: rgba(13, 22, 35, 0.52);
	opacity: 0;
	backdrop-filter: blur(2px);
	transition: opacity 180ms ease;
}

.obm-filter-overlay.is-open {
	opacity: 1;
}

.obm-filter-drawer {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	display: flex;
	width: min(390px, 92vw);
	height: 100dvh;
	padding: 24px;
	overflow-y: auto;
	background: #fff;
	box-shadow: -18px 0 50px rgba(12, 23, 39, 0.22);
	flex-direction: column;
	transform: translateX(104%);
	transition: transform 220ms cubic-bezier(0.22, 0.72, 0.22, 1);
}

.obm-filter-drawer.is-open {
	transform: translateX(0);
}

.obm-filter-drawer__header {
	display: flex;
	padding-bottom: 18px;
	border-bottom: 1px solid #e9ecf0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.obm-filter-drawer__header p,
.obm-filter-drawer__header h2 {
	margin: 0;
}

.obm-filter-drawer__header p {
	color: var(--obm-accent);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 1.6px;
}

.obm-filter-drawer__header h2 {
	margin-top: 4px;
	color: #222831;
	font-size: 23px;
	font-weight: 700;
}

.obm-filter-drawer__header button {
	display: inline-flex;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #e3e7ec;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #f7f8fa;
	color: #495260;
	font: inherit;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.obm-filter-group {
	display: grid;
	margin: 22px 0 0;
	padding: 0;
	border: 0;
	gap: 7px;
}

.obm-filter-group legend {
	margin-bottom: 10px;
	color: #272d35;
	font-size: 15px;
	font-weight: 750;
}

.obm-filter-group label,
.obm-stock-filter {
	display: flex;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #e6e9ed;
	border-radius: 8px;
	align-items: center;
	gap: 10px;
	color: #555f6c;
	font-size: 13px;
	font-weight: 520;
	cursor: pointer;
}

.obm-filter-group label:hover,
.obm-stock-filter:hover {
	border-color: color-mix(in srgb, var(--obm-accent) 42%, #dfe4e9);
	background: color-mix(in srgb, var(--obm-accent) 5%, #fff);
}

.obm-filter-group input,
.obm-stock-filter input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--obm-accent);
}

.obm-stock-filter {
	margin-top: 18px;
}

.obm-filter-actions {
	display: grid;
	margin-top: auto;
	padding-top: 28px;
	grid-template-columns: 1fr 1.5fr;
	gap: 10px;
}

.obm-filter-actions button {
	min-height: 50px;
	padding: 11px;
	border-radius: 8px;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.obm-filter-clear {
	border: 1px solid #dce1e7;
	background: #fff;
	color: #5b6571;
}

.obm-filter-apply {
	border: 1px solid var(--obm-accent);
	background: var(--obm-accent);
	color: #fff;
}

.obm-mobile-actions {
	position: fixed;
	z-index: 9990;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	min-height: 58px;
	box-shadow: 0 -5px 20px rgba(20, 33, 50, 0.18);
}

.obm-mobile-actions button {
	display: flex;
	width: 50%;
	min-height: 58px;
	padding: 12px;
	border: 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 650;
	letter-spacing: 0.8px;
	cursor: pointer;
}

.obm-mobile-actions button:first-child {
	background: var(--obm-blue);
}

.obm-mobile-actions button:last-child {
	background: var(--obm-pink);
}

body.obm-filter-is-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.obm-list-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.obm-price-banner__copy {
		width: 38%;
	}
}

@media (max-width: 720px) {
	.obm-price-page {
		padding-bottom: 82px;
	}

	.obm-price-brands__inner {
		display: flex;
		scroll-snap-type: x proximity;
	}

	.obm-price-brands a {
		min-width: 118px;
		min-height: 59px;
		padding: 10px 13px;
		flex: 1 0 auto;
		font-size: 12px;
		scroll-snap-align: center;
	}

	.obm-price-brands a::after {
		right: 16%;
		left: 16%;
		height: 3px;
	}

	.obm-price-banner {
		width: 100%;
		height: 238px;
		margin-top: 18px;
		border-radius: 0;
		background-position: 67% center;
	}

	.obm-price-banner::before {
		background: linear-gradient(90deg, rgba(11, 21, 37, 0.23), rgba(11, 21, 37, 0) 59%);
	}

	.obm-price-banner__copy {
		top: 48%;
		left: 18px;
		width: 36%;
	}

	.obm-price-banner__copy p {
		margin-bottom: 5px;
		padding: 5px 7px;
		font-size: 7px;
		letter-spacing: 1px;
	}

	.obm-price-banner__copy h1 {
		font-size: clamp(28px, 10vw, 42px);
		letter-spacing: -1.2px;
	}

	.obm-price-banner__copy span {
		margin-top: 8px;
		font-size: 10px;
		line-height: 1.35;
	}

	.obm-price-banner__phone,
	.obm-price-banner--samsung .obm-price-banner__phone,
	.obm-price-banner--apple .obm-price-banner__phone,
	.obm-price-banner--realme .obm-price-banner__phone,
	.obm-price-banner--vivo .obm-price-banner__phone,
	.obm-price-banner--infinix .obm-price-banner__phone {
		bottom: 4%;
		left: 34%;
		width: auto;
		height: 78%;
		max-width: 31%;
	}

	.obm-price-banner--samsung .obm-price-banner__phone {
		left: 31%;
		height: 76%;
		max-width: 35%;
	}

	.obm-price-banner--apple .obm-price-banner__phone {
		left: 38%;
		height: 77%;
		max-width: 26%;
	}

	.obm-price-content {
		width: calc(100% - 24px);
		margin-top: 26px;
	}

	.obm-price-intro {
		padding: 24px 19px;
		border-radius: 9px;
	}

	.obm-price-intro h2 {
		font-size: 22px;
		letter-spacing: -0.35px;
		line-height: 1.35;
	}

	.obm-price-intro p {
		margin-top: 13px;
		font-size: 13px;
		line-height: 1.52;
	}

	.obm-price-toolbar {
		margin: 18px 0 13px;
		gap: 9px;
	}

	.obm-price-filter-button,
	.obm-price-sort {
		min-width: 0;
		min-height: 54px;
		flex: 1 1 50%;
		border-radius: 8px;
		font-size: 14px;
	}

	.obm-price-filter-button {
		padding: 11px 14px;
		justify-content: center;
	}

	.obm-price-sort {
		padding: 0 6px 0 13px;
	}

	.obm-price-sort select {
		width: 100%;
		min-width: 0;
		height: 52px;
		padding: 0 22px 0 7px;
		font-size: 11px;
	}

	.obm-price-results {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.obm-price-results > span {
		display: none;
	}

	.obm-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.obm-list-card {
		border-radius: 8px;
	}

	.obm-list-card__media {
		aspect-ratio: auto;
		min-height: 190px;
		height: 210px;
		padding: 33px 9px 17px;
	}

	.obm-list-card__warranty {
		top: 8px;
		left: 7px;
		padding: 5px 6px;
		font-size: 6.8px;
	}

	.obm-list-card__rating {
		bottom: 6px;
		padding: 4px 6px;
		font-size: 8px;
	}

	.obm-list-card__rating span {
		font-size: 10px;
	}

	.obm-list-card__body {
		padding: 10px 9px 11px;
	}

	.obm-list-card__stock {
		margin-bottom: 4px;
		font-size: 7px;
	}

	.obm-list-card__stock::before {
		width: 5px;
		height: 5px;
		margin-right: 4px;
	}

	.obm-list-card__body h3 {
		min-height: 36px;
		font-size: 12px;
		line-height: 1.45;
	}

	.obm-list-card__memory {
		min-height: 27px;
		margin-top: 4px;
		font-size: 8px;
	}

	.obm-list-card__price {
		padding-top: 8px;
	}

	.obm-list-card__price strong {
		font-size: 15px;
		line-height: 1.3;
	}

	.obm-list-card__price del {
		font-size: 8px;
	}

	.obm-list-card__installment {
		margin-top: 6px;
		padding: 5px 4px;
		font-size: 7px;
	}

	.obm-mobile-actions {
		display: flex;
	}

	.obm-filter-drawer {
		top: auto;
		bottom: 0;
		width: 100%;
		height: min(78dvh, 650px);
		padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
		border-radius: 18px 18px 0 0;
		transform: translateY(104%);
	}

	.obm-filter-drawer.is-open {
		transform: translateY(0);
	}
}

@media (max-width: 390px) {
	.obm-price-banner {
		height: 220px;
	}

	.obm-list-card__media {
		height: 185px;
		min-height: 175px;
	}

	.obm-list-card__price strong {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.obm-price-page *,
	.obm-price-page *::before,
	.obm-price-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
