.brand-placeholders {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}

.brand-placeholders span {
	min-height: 82px;
	display: grid;
	place-items: center;
	padding: 12px;
	background: #fff;
	border: 1px solid #e7e9ec;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
	font-size: clamp(14px, 2vw, 22px);
	font-weight: 900;
	color: #174a86;
}

.brand-placeholders span:nth-child(even) { color: var(--red); }

.brands-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:18px}.brand-logo{min-height:92px;padding:16px;display:grid;place-items:center;background:#fff;border:1px solid #e7e9ec;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.08)}.brand-logo img{width:100%;height:62px;object-fit:contain}

.category-icon svg {
	width: 36px;
	height: 36px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.header-actions .account-link {
	width: 30px;
	padding: 37px 0 32px;
	color: var(--ink);
}

.header-actions .account-link svg {
	display: block;
	width: 25px;
	height: 25px;
}

.header-actions .account-link:hover { color: var(--red); }

.hero .button-outline svg {
	width: 19px;
	height: 19px;
}

@media (max-width: 800px) {
	.brand-placeholders { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
	.brand-placeholders { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.brand-placeholders span { min-height: 64px; }
}

.lubricruz-cart-icon-whatsapp .single_add_to_cart_button::before,
.lubricruz-cart-icon-whatsapp .woocommerce ul.products li.product .button::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M20.5 11.7a8.5 8.5 0 0 1-12.6 7.4L3 20.5l1.4-4.7a8.5 8.5 0 1 1 16.1-4.1Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' d='M8 7.5c.5 3.9 4.2 7.6 8.3 8.4'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M20.5 11.7a8.5 8.5 0 0 1-12.6 7.4L3 20.5l1.4-4.7a8.5 8.5 0 1 1 16.1-4.1Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' d='M8 7.5c.5 3.9 4.2 7.6 8.3 8.4'/%3E%3C/svg%3E");
}
