section[data-name="elf_product-listing-braking"] {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "Assistant", sans-serif;
}

section[data-name="elf_product-listing-braking"] * {
	box-sizing: border-box;
}

section[data-name="elf_product-listing-braking"] .braking-list-wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 20px;
	overflow: visible;
}

/* Filter */
section[data-name="elf_product-listing-braking"] .braking-filter-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-bottom: 46px;
	flex-wrap: wrap;
	text-align: center;
}

section[data-name="elf_product-listing-braking"] .braking-filter-title {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

section[data-name="elf_product-listing-braking"] .braking-filter-form {
	display: flex;
	align-items: center;
	justify-content: center;
}

section[data-name="elf_product-listing-braking"] .braking-filter-select {
	width: 330px;
	height: 50px;
	padding: 0 50px 0 20px;
	border: 1px solid rgba(1, 57, 137, 0.18);
	border-radius: 12px;
	outline: none;
	background-color: #f5f7fb;
	color: #111111;
	font-family: "Assistant", sans-serif;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(
			45deg,
			transparent 50%,
			#f1b209 50%
		),
		linear-gradient(
			135deg,
			#f1b209 50%,
			transparent 50%
		),
		linear-gradient(
			90deg,
			rgba(1, 57, 137, 0.12),
			rgba(1, 57, 137, 0.12)
		);
	background-position:
		calc(100% - 26px) 22px,
		calc(100% - 18px) 22px,
		calc(100% - 48px) 50%;
	background-size:
		8px 8px,
		8px 8px,
		1px 28px;
	background-repeat: no-repeat;
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

section[data-name="elf_product-listing-braking"] .braking-filter-select:hover {
	border-color: rgba(1, 57, 137, 0.45);
	background-color: #ffffff;
	box-shadow: 0 14px 30px rgba(1, 57, 137, 0.12);
}

section[data-name="elf_product-listing-braking"] .braking-filter-select:focus {
	border-color: #013989;
	background-color: #ffffff;
	box-shadow: 0 0 0 4px rgba(1, 57, 137, 0.1);
}

/* Loading */
section[data-name="elf_product-listing-braking"] .braking-grid-loading {
	width: 100%;
	min-height: 38px;
	margin: 0 0 18px;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #013989;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

section[data-name="elf_product-listing-braking"].is-loading .braking-grid-loading {
	display: flex;
}

section[data-name="elf_product-listing-braking"] .braking-grid-loading-spinner {
	width: 17px;
	height: 17px;
	display: inline-block;
	border: 2px solid rgba(1, 57, 137, 0.18);
	border-top-color: #f1b209;
	border-radius: 50%;
	animation: brakingGridLoadingSpin 0.7s linear infinite;
}

section[data-name="elf_product-listing-braking"].is-loading .braking-product-grid,
section[data-name="elf_product-listing-braking"].is-loading .braking-pagination {
	opacity: 0.4;
	pointer-events: none;
}

@keyframes brakingGridLoadingSpin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Grid */
section[data-name="elf_product-listing-braking"] .braking-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
	overflow: visible;
	transition: opacity 0.2s ease;
}

/* Card */
section[data-name="elf_product-listing-braking"] .braking-post-card {
	position: relative;
	width: 100%;
	height: 395px;
	overflow: visible;
	background: #f4f4f4;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
	z-index: 1;
}

section[data-name="elf_product-listing-braking"] .braking-post-card:hover {
	z-index: 20;
}

/* Image */
section[data-name="elf_product-listing-braking"] .braking-post-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: #f4f4f4;
	z-index: 1;
}

section[data-name="elf_product-listing-braking"] .braking-post-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition:
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.65s ease;
}

section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-image img {
	transform: scale(1.06);
	filter: brightness(0.96) contrast(1.03) saturate(1.05);
}

/* Information */
section[data-name="elf_product-listing-braking"] .braking-post-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 72px;
	overflow: visible;
	z-index: 6;
}

section[data-name="elf_product-listing-braking"] .braking-post-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 72px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(2, 47, 108, 0.08);
	transition:
		width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.2s ease;
}

section[data-name="elf_product-listing-braking"] .braking-post-text {
	width: 100%;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition:
		opacity 0.36s ease 0.12s,
		visibility 0.36s ease 0.12s,
		transform 0.36s ease 0.12s;
}

section[data-name="elf_product-listing-braking"] .braking-post-category {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 10px;
	background: #f4f4f4;
	color: #013989;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

section[data-name="elf_product-listing-braking"] .braking-post-title {
	display: -webkit-box;
	margin: 0 0 8px;
	overflow: hidden;
	color: #000000;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.22;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

section[data-name="elf_product-listing-braking"] .braking-post-title a {
	color: #000000;
	text-decoration: none;
	overflow-wrap: anywhere;
}

section[data-name="elf_product-listing-braking"] .braking-post-excerpt {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #111111;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Arrow */
section[data-name="elf_product-listing-braking"] .braking-post-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 8;
	overflow: hidden;
	background: #ffffff;
	color: #f1b209;
	text-decoration: none;
	transition:
		left 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.35s ease,
		color 0.35s ease;
}

section[data-name="elf_product-listing-braking"] .braking-post-arrow .fa {
	font-size: 34px;
	line-height: 1;
}

/* Hover */
section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-info {
	width: 92%;
	height: 185px;
}

section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-content {
	width: calc(100% - 72px);
	height: 185px;
	opacity: 1;
	pointer-events: auto;
}

section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-text {
	max-height: 185px;
	padding: 24px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-arrow {
	left: calc(100% - 72px);
	background: #f1b209;
	color: #ffffff;
}

/* Pagination */
section[data-name="elf_product-listing-braking"] .braking-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 42px;
	flex-wrap: wrap;
}

section[data-name="elf_product-listing-braking"] .braking-pagination a,
section[data-name="elf_product-listing-braking"] .braking-pagination .page-dots {
	min-width: 38px;
	height: 38px;
	padding: 0 13px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	color: #111111;
	font-size: 14px;
	text-decoration: none;
}

section[data-name="elf_product-listing-braking"] .braking-pagination a.active,
section[data-name="elf_product-listing-braking"] .braking-pagination a:hover {
	background: #174fa3;
	color: #ffffff;
}

section[data-name="elf_product-listing-braking"] .braking-pagination .page-dots {
	min-width: auto;
	background: transparent;
	color: #777777;
}

section[data-name="elf_product-listing-braking"] .braking-pagination .page-prev,
section[data-name="elf_product-listing-braking"] .braking-pagination .page-next {
	min-width: 92px;
	border: 1px solid #dddddd;
	background: #ffffff;
}

/* No Result */
section[data-name="elf_product-listing-braking"] .braking-no-result {
	grid-column: 1 / -1;
	padding: 40px 20px;
	border-radius: 12px;
	background: #f7f7f7;
	color: #000000;
	font-size: 16px;
	text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
	section[data-name="elf_product-listing-braking"] .braking-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	section[data-name="elf_product-listing-braking"] .braking-list-wrap {
		padding: 50px 20px;
	}

	section[data-name="elf_product-listing-braking"] .braking-filter-row {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 32px;
	}

	section[data-name="elf_product-listing-braking"] .braking-filter-title {
		font-size: 22px;
	}

	section[data-name="elf_product-listing-braking"] .braking-filter-form {
		width: 100%;
	}

	section[data-name="elf_product-listing-braking"] .braking-filter-select {
		width: 100%;
		max-width: 360px;
	}

	section[data-name="elf_product-listing-braking"] .braking-product-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-card {
		height: 390px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-info,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-info {
		width: calc(100% - 24px);
		height: 150px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-content,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-content {
		width: calc(100% - 72px);
		height: 150px;
		opacity: 1;
		pointer-events: auto;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-text,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-text {
		max-height: 150px;
		padding: 20px 18px;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-arrow,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-arrow {
		left: calc(100% - 72px);
		width: 72px;
		height: 72px;
		background: #f1b209;
		color: #ffffff;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	section[data-name="elf_product-listing-braking"] .braking-list-wrap {
		padding: 40px 16px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-card {
		height: 350px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-info,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-info {
		width: calc(100% - 18px);
		height: 138px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-content,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-content {
		width: calc(100% - 64px);
		height: 138px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-text,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-text {
		max-height: 138px;
		padding: 17px 15px;
	}

	section[data-name="elf_product-listing-braking"] .braking-post-arrow,
	section[data-name="elf_product-listing-braking"] .braking-post-card:hover .braking-post-arrow {
		left: calc(100% - 64px);
		width: 64px;
		height: 64px;
	}
}