/* see shop-detail-edits for product description tab styling */
/* see individual productdetail html files for inline styling of Includes & What You Need tabs (css wouldn't work..?) */
/* edits to tags container for collapsability */
.bendie-edit-product-title {
	text-align: left;
	margin-bottom: 20px;
}
.bendie-edit-product-title img {
	max-width: 100%;
	width: 800px;
	height: auto;
}
/* Different sizing for shop page (ID=402) */
body.page-template-bendie-shop .bendie-edit-product-title img {
	max-width: 100%;
	width: 400px;
	height: auto;
	transition: transform 0.08s ease;
}
body.page-template-bendie-shop .bendie-edit-product-title img:hover {
	transform: scale(1.3) rotate(-2deg);
}
body.page-template-bendie-shop .bendie-edit-product-title.coming-soon img {
	max-width: 100%;
	width: 400px;
	height: auto;
}
body.page-template-bendie-shop .bendie-edit-product-title.coming-soon img {
	transform: none !important;
}
/* styles for downloads page to include blur for contrast against banner */
body.page-template-download-broom-sailors .bendie-edit-product-title img {
	margin-left: 0px;
}