/* Sandwich catalog: 2 cards on mobile, 4 on desktop */
body.pt-sendvich-catalog .btSidebar {
	display: none !important;
}
body.pt-sendvich-catalog.btWithSidebar .bt-content-holder,
body.pt-sendvich-catalog.btWithSidebar .bt-content-holder .bt-content,
body.pt-sendvich-catalog.btSidebarRight.btWithSidebar .bt-content-holder .bt-content,
body.pt-sendvich-catalog.btSidebarLeft.btWithSidebar .bt-content-holder .bt-content {
	width: 100%;
	max-width: none;
	float: none;
	padding: 0;
}
body.pt-sendvich-catalog .bt-content-holder .bt-content,
body.pt-sendvich-catalog.btNoSidebar .btPageHeadline + .bt-content-holder .bt-content,
body.pt-sendvich-catalog:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .bt-content-holder .bt-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 12px 3em;
	box-sizing: border-box;
}
body.pt-sendvich-catalog .bt-content > .pt-catalog-intro,
body.pt-sendvich-catalog .bt-content > .btPagination {
	grid-column: 1 / -1;
}
body.pt-sendvich-catalog .bt-content > .btPagination {
	margin: 1.5em 0 0;
}
.pt-catalog-intro {
	background: #fff;
	padding: 8px 4px 28px;
}
.pt-catalog-intro .pt-catalog-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #e87722;
	font-weight: 600;
}
.pt-catalog-intro h2 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
}
.pt-catalog-intro p {
	margin: 0 0 16px;
	max-width: 820px;
	font-size: 16px;
	line-height: 1.55;
	color: #333;
}
.pt-catalog-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 16px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}
.pt-catalog-facts li {
	margin: 0;
	padding: 12px 14px;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 1.4;
}
.pt-catalog-facts strong {
	display: block;
	margin-bottom: 2px;
	color: #111;
}
.pt-catalog-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}
.pt-catalog-gallery a {
	display: block;
	overflow: hidden;
	background: #eee;
}
.pt-catalog-gallery img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}
body.pt-sendvich-catalog .btArticleContent {
	display: block !important;
	padding: 0 14px 16px;
	font-size: 13px;
	line-height: 1.4;
	color: #555;
}
body.pt-sendvich-catalog .btArticleShareEtc {
	display: none !important;
}
body.pt-sendvich-catalog .bt-content > article.btArticleListItem,
body.pt-sendvich-catalog .bt-content > article.btArticleListItem:first-of-type,
body.pt-sendvich-catalog .bt-content > article.btArticleListItem:last-of-type {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none;
	align-self: stretch;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}
body.pt-sendvich-catalog .bt-content > article .port {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.pt-sendvich-catalog .btArticleContentHolder {
	display: flex;
	flex-direction: column;
	height: 100%;
}
body.pt-sendvich-catalog .btArticleMedia {
	margin: 0;
}
body.pt-sendvich-catalog .btArticleMedia img,
body.pt-sendvich-catalog .btArticleMedia .btMediaBox img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
body.pt-sendvich-catalog .btArticleHeadline {
	padding: 10px 12px 12px;
}
body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_superheadline,
body.pt-sendvich-catalog .btArticleShareEtc,
body.pt-sendvich-catalog .btShareColumn,
body.pt-sendvich-catalog .btShareRow {
	display: none !important;
}
body.pt-sendvich-catalog .btArticleHeadline h2,
body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content,
body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content span,
body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content a {
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
}
@media (min-width: 992px) {
	body.pt-sendvich-catalog .bt-content-holder .bt-content,
	body.pt-sendvich-catalog.btNoSidebar .btPageHeadline + .bt-content-holder .bt-content,
	body.pt-sendvich-catalog:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .bt-content-holder .bt-content {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px 20px;
		padding: 2.5em 30px 4em;
	}
	body.pt-sendvich-catalog .btArticleHeadline {
		padding: 14px 16px 18px;
	}
	body.pt-sendvich-catalog .btArticleHeadline h2,
	body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content,
	body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content span,
	body.pt-sendvich-catalog .btArticleHeadline .bt_bb_headline_content a {
		font-size: 16px;
		line-height: 1.35;
	}
	.pt-catalog-intro h2 {
		font-size: 36px;
	}
	.pt-catalog-facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.pt-catalog-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}
	.pt-catalog-gallery img {
		height: 200px;
	}
	body.pt-sendvich-catalog .btArticleContent {
		font-size: 14px;
		padding: 0 16px 18px;
	}
}
