/* Shoe single-product layout. */

.lf-sp--shoe .product_title {
	margin: 0.5rem 0;
}

.lf-sp--shoe .lf-sp__excerpt {
	color: var(--lf-muted);
	margin-bottom: 1rem;
}

.lf-sp--shoe .lf-sp__label {
	font-weight: 700;
	font-size: 0.85rem;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lf-sp--shoe .lf-price-row {
	font-size: 1.75rem;
	margin: 1rem 0;
}

.lf-sp--shoe .lf-sp__cta-row {
	display: flex;
	gap: 0.75rem;
}

.lf-sp--shoe .lf-sp__cta-row form.cart {
	flex: 1 1 auto;
}

.lf-sp--shoe form.cart .quantity {
	display: none;
}

.lf-sp--shoe button.single_add_to_cart_button {
	background: var(--lf-primary);
	color: #fff;
	border: none;
	border-radius: var(--lf-radius-sm);
	min-height: 52px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.lf-sp--shoe button.single_add_to_cart_button:hover {
	background: var(--lf-primary-dark, var(--lf-primary));
}

.lf-sp__ratings-row {
	max-width: var(--lf-container);
	margin: clamp(2rem, 5vw, 3rem) auto 0;
	padding: 1.5rem var(--lf-gutter) 0;
	border-top: 1px solid var(--lf-border);
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 2rem;
	align-items: center;
}

.lf-sp__overall-rating {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.lf-sp__overall-rating strong {
	font-size: 1.75rem;
}

.lf-sp__overall-rating a {
	font-size: 0.8rem;
	color: var(--lf-muted);
	text-decoration: underline;
}

@media (max-width: 640px) {
	.lf-sp__ratings-row {
		grid-template-columns: 1fr;
	}
}
