.pd-hotspot {
	position: absolute;
	z-index: 2;
	background-color: white;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 15px;
	line-height: 36px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: Arial, sans-serif;
	cursor: pointer;
}

.pd-lookbook-component {
	text-align: center;
}

.pd-lookbook-container {
	position: relative;
	width: auto;
	display: inline-block;
}

.pd-hotspot-list li {
	margin: 0;
}

.pd-reveal-hotspot-btn-container {
	position: absolute;
	right: 15px;
	bottom: 19px;
}

.pd-hotspot-btn {
	background-color: white;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #111;
	text-transform: none;
	letter-spacing: normal;
	border: 0;
	border-radius: 3px;
	padding: 5px 8px;
	font-weight: initial;
}

a.pd-hotspot-link {
	display: block;
	width: 100%;
	left: 0;
	text-decoration: none;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pd-hotspot-btn:hover, .pd-hotspot-btn:focus {
	color: #555;
	background: #fff;
}

.pd-lookbook-legend {
	position: relative;
}

.pd-hotspot:hover .pd-hotspot-bubble, .pd-hotspot.open .pd-hotspot-bubble, .pd-lookbook-lity .pd-hotspot-bubble {
	visibility: visible;
	opacity: 0.9;
}

.pd-hotspot-bubble {
	position: absolute;
	background: #000;
	border-radius: .4em;
	min-width: 100px;
	padding: 7px 10px;
	/* margin: 1em 0; */
	text-align: center;
	color: #fff;
	text-shadow: 0 -.05em .1em rgba(0, 0, 0, .3);
	line-height: normal;
	transform: translate(-32px, -26px);
	visibility: none;
	opacity: 0;
	transition: .4s;
	bottom: 0;
}

.pd-hotspot-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #000;
	border-bottom: 0;
	margin-left: -12px;
	margin-bottom: -12px;
}

.pd-hotspot-list-item {
	border-top-color: #000;
	margin-bottom: 10px;
}

.pd-lookbook-cover-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 0;
}

.pd-lookbook-cover-img-filler {
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

.pd-lookbook-collection-grid-item {
	display: inline-block;
}

.pd-lookbook-collection-grid-item-2 {
	width: 50%;
}

.pd-lookbook-collection-grid-item-3 {
	width: 33.333333333%;
}

.pd-lookbook-collection-grid-item-4 {
	width: 25%;
}

.pd-lookbook-collection-grid-item-5 {
	width: 20%;
}

.pd-hotspot-list-item-inner {
	padding: 2px;
}

.pd-lookbook-lity .pd-lookbook-img {
	max-height: 90vh;
}

.pd-lookbook-lity .pd-reveal-hotspot-btn {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pd-hotspot {
		transition: 400ms;
		opacity: 0;
		visibility: hidden;
	}
	
	.pd-lookbook-container.visible .pd-hotspot {
		visibility: visible;
		opacity: 1;
	}
	
	.pd-lookbook-collection-grid-item-4, .pd-lookbook-collection-grid-item-5 {
		width: 33.333333333%;
	}
}

@media only screen and (max-width: 600px) {
	.pd-lookbook-lity .pd-lookbook-img {
		max-width: 100%;
	}

	.pd-lookbook-collection-grid-item-3, .pd-lookbook-collection-grid-item-4, .pd-lookbook-collection-grid-item-5 {
		width: 50%;
	}
}