#catalogue-teaser-toggle{
	position:fixed;
	left:20px;
	bottom:20px;
	width:56px;
	height:56px;
	border-radius:50%;
	background:#0a6cff;
	border:none;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 4px 14px rgba(0,0,0,.25);
	cursor:pointer;
	z-index:9998;
}

#catalogue-teaser-panel{
	position:fixed;
	left:20px;
	bottom:90px;
	width:320px;
	max-height:70vh;
	background:#fff;
	border-radius:12px;
	box-shadow:0 8px 30px rgba(0,0,0,.2);
	display:flex;
	flex-direction:column;
	overflow:hidden;
	z-index:9998;
}
.catalogue-teaser-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:.75rem 1rem;
	background:#0a6cff;
	color:#fff;
	font-weight:600;
}
#catalogue-teaser-close{
	background:none;
	border:none;
	color:#fff;
	font-size:1.3rem;
	line-height:1;
	cursor:pointer;
}
.catalogue-teaser-body{
	overflow-y:auto;
	padding:.75rem;
}
.catalogue-teaser-footer{
	padding:.6rem 1rem;
	border-top:1px solid #eee;
	text-align:center;
}
.catalogue-teaser-footer a{
	color:#0a6cff;
	font-weight:600;
	text-decoration:none;
	font-size:.85rem;
}

/* Shrink the full-size slider down to fit inside this small panel,
   instead of its normal full-page dimensions. */
.catalogue-teaser-body .catalogue-slider{ max-width:100%; box-shadow:none; border:none; }
.catalogue-teaser-body .catalogue-slide{ height:240px; }
.catalogue-teaser-body .catalogue-nav-btn{ top:100px; width:30px; height:30px; font-size:14px; }
.catalogue-teaser-body .catalogue-caption{ padding:10px 12px; }
.catalogue-teaser-body .catalogue-caption-name{ font-size:12.5px; }
.catalogue-teaser-body .catalogue-caption-link{ font-size:12px; }