.si14-shop {
	padding-bottom: 1rem;
}

.si14-shop--classic-current {
	padding-top: 0;
}

.si14-shop--classic-current .si14-container {
	width: min(1170px, calc(100% - 2rem));
}

.si14-shop__header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.si14-shop__header--legacy {
	display: block;
	margin: 0 calc(50% - 50vw) 1rem;
	padding: 0 calc(50vw - 50%);
	background: #333333;
}

.si14-shop__breadcrumb {
	padding: 0.95rem 0 0.9rem;
	color: #ffffff;
	font-size: 0.9rem;
}

.si14-shop__breadcrumb .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
}

.si14-shop__breadcrumb a {
	color: #f7f7f7;
}

.si14-shop__breadcrumb-separator {
	color: rgba(255, 255, 255, 0.68);
}

.si14-shop__eyebrow {
	display: inline-block;
	margin-bottom: 0.35rem;
	color: var(--si14-color-secondary);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.si14-shop--classic-current .woocommerce-result-count,
.si14-shop--classic-current .woocommerce-ordering {
	display: none;
}

ul.products {
	display: grid;
	grid-template-columns: repeat(var(--si14-catalog-columns), minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.si14-shop--technical-list ul.products {
	grid-template-columns: 1fr;
}

.si14-products__item {
	list-style: none;
}

.si14-product-card {
	display: grid;
	height: 100%;
}

.si14-product-card__content {
	display: grid;
	height: 100%;
}

.si14-product-card--legacy {
	overflow: hidden;
	padding: 0.9rem;
	border: 1px solid #ececec;
	border-radius: var(--si14-card-radius);
	background: #ffffff;
	box-shadow: none;
}

.si14-product-card--legacy .si14-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	margin-bottom: 0.75rem;
	border-radius: var(--si14-image-radius);
	background: #ffffff;
}

.si14-product-card--legacy .si14-product-card__media img {
	width: auto;
	max-height: 175px;
	object-fit: contain;
	border-radius: var(--si14-image-radius);
}

.si14-product-card--legacy .si14-product-card__placeholder {
	display: grid;
	place-items: center;
	gap: 0.45rem;
	width: 100%;
	min-height: 175px;
	border: 1px dashed #d8dde4;
	border-radius: var(--si14-card-radius);
	background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
	color: #7a8491;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.si14-product-card--legacy .si14-product-card__placeholder svg {
	width: 44px;
	height: 44px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.si14-product-card--legacy .si14-product-card__category,
.si14-product-card--legacy .si14-product-card__sku {
	display: none;
}

.si14-product-card--legacy .si14-product-card__title {
	display: -webkit-box;
	min-height: calc(var(--si14-product-card-title-lines) * 1.45em);
	overflow: hidden;
	margin: 0 0 0.75rem;
	color: #6f6f6f;
	font-family: var(--si14-font-heading);
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1.45;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--si14-product-card-title-lines);
}

.si14-product-card--legacy .si14-product-card__title a {
	color: inherit;
}

.si14-product-card--legacy .si14-product-card__price {
	margin: 0 0 0.7rem;
	color: #1f2933;
	font-family: var(--si14-font-price);
	font-size: 0.95rem;
	font-weight: 700;
}

.si14-product-card--legacy .si14-product-card__excerpt {
	display: -webkit-box;
	min-height: calc(var(--si14-product-card-excerpt-lines) * 1.65em);
	overflow: hidden;
	margin: 0 0 0.85rem;
	color: #b2b2b2;
	font-size: 0.72rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--si14-product-card-excerpt-lines);
}

.si14-product-card--legacy .si14-product-card__actions {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

.si14-product-card--legacy .si14-product-card__actions .button,
.si14-product-card--legacy .si14-product-card__actions a.button,
.si14-product-card--legacy .si14-product-card__actions .product_type_simple,
.si14-product-card--legacy .si14-product-card__actions .product_type_variable,
.si14-product-card--legacy .si14-product-card__actions .product_type_external,
.si14-product-card--legacy .si14-product-card__actions .added_to_cart {
	min-height: 40px;
	min-width: 112px;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: var(--si14-button-radius);
	background: var(--si14-color-secondary) !important;
	color: #102300 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.si14-product-card--legacy .si14-product-card__cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 0.35rem;
}

.si14-product-card--legacy .si14-product-card__cart-icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.si14-product-card--legacy .si14-product-card__actions .button:hover,
.si14-product-card--legacy .si14-product-card__actions a.button:hover,
.si14-product-card--legacy .si14-product-card__actions .product_type_simple:hover,
.si14-product-card--legacy .si14-product-card__actions .product_type_variable:hover,
.si14-product-card--legacy .si14-product-card__actions .product_type_external:hover,
.si14-product-card--legacy .si14-product-card__actions .added_to_cart:hover {
	background: #86bd00 !important;
	color: #102300 !important;
}

.woocommerce-pagination {
	margin-top: 1.75rem;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
	list-style: none;
}

.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 24px;
	color: rgba(31, 41, 51, 0.76);
	font-weight: 600;
}

.woocommerce-pagination ul.page-numbers .current {
	width: 36px;
	height: 36px;
	border: 2px solid rgba(31, 41, 51, 0.55);
	border-radius: 999px;
	color: #1f2933;
}

@media (max-width: 1024px) {
	ul.products {
		grid-template-columns: repeat(var(--si14-catalog-columns-tablet), minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	ul.products {
		grid-template-columns: repeat(var(--si14-catalog-columns-mobile), minmax(0, 1fr));
	}

	.si14-shop__header--legacy {
		margin-bottom: 0.85rem;
	}

	.si14-product-card--legacy {
		padding: 0.75rem;
	}

	.si14-product-card--legacy .si14-product-card__media {
		min-height: 150px;
	}
}
