

/* Start:/local/templates/mighty/css/lookbooks.css?1785308261732*/
.lookbook-list .item picture,
.lookbook-detail .item > picture {
	display: block;
}

.lookbook-list .item picture img,
.lookbook-detail .item > picture img {
	display: block;
	width: 100%;
	height: auto;
}

.look-btn {
	border: 0;
	font: inherit;
	color: var(--dark-500);
}

.look-items {
	width: 348px;
}

.look-items .look-item {
	width: 100%;
}

.look-items .look-item .look-img {
	flex: 0 0 90px;
}

.look-items .look-item .look-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.look-items .look-item .look-actions .look-fav img {
	width: 24px;
	height: 24px;
}

@media only screen and (max-width: 719px) {
	.look-items {
		right: 12px;
		width: calc(100% - 24px);
		padding: 16px;
	}

	.look-btn {
		right: 12px;
		bottom: 12px;
	}
}

/* End */
/* /local/templates/mighty/css/lookbooks.css?1785308261732 */
