<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Public CSS.
 */

.template-em-boutiques {
	width: 100%;
	max-width: 900px;
	margin: 40px auto;
}

.template-em-boutiques a {
	border-bottom: 1px solid transparent;
}

.template-em-boutiques a:hover {
	border-color: #000;
}

.template-em-boutiques .page-title {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}

/**
 * Boutique Tabs.
 */
#em-boutiques-title {
	text-align: center;
	margin-bottom: 30px;
}

	#template-em-boutiques-instashop #em-boutiques-title {
		margin: 0 0 15px 0;
		padding: 0;
	}

#template-em-boutiques-instashop #em-boutiques-tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/**
 * Sidebar for Instashop template.
 */
#em-boutiques-sidebar {
	width: 200px;
	flex-shrink: 0;
	margin-right: 20px;
	margin-top: 5px;
	padding: 25px 20px;
	background: #eee;
	text-align: center;
}

/**
 * Tab Nav.
 */
#em-boutiques-nav {
	text-align: center;
	margin-bottom: 30px;
}

	#em-boutiques-sidebar #em-boutiques-nav {
		margin-bottom: 0;
	}

	#em-boutiques-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#template-em-boutiques-retailers #em-boutiques-nav ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#em-boutiques-sidebar #em-boutiques-nav ul li {
		margin-bottom: 10px;
	}

		#em-boutiques-sidebar #em-boutiques-nav ul li:last-of-type {
			margin-bottom: 0;
		}

/**
 * Tab Content.
 */
#em-boutiques-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#template-em-boutiques-instashop #em-boutiques-content {
	width: 680px;
}

	#em-boutiques-content section {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#em-boutiques-content section.content-current {
		opacity: 1;
		position: static;
		height: auto;
	}

/**
 * Retailer List.
 */

#em-retailers-list {
	text-align: center;
}

	#template-em-boutiques-retailers #em-retailers-list {
		margin-bottom: 70px;
		padding: 30px 50px;
		background: #eee;
	}

#template-em-boutiques-instashop #em-retailers-list {
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
}

#template-em-boutiques-instashop #em-retailers-list:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 55px;
	height: 1px;
	background: #000;
	transform: translateX(-50%);
}

#em-retailers-list h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

	#em-boutiques-sidebar #em-retailers-list h2 {
		margin-bottom: 0 0 15px 0;
	}

#em-retailers-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#em-retailers-list ul li,
#em-retailers-list p {
	margin-bottom: 10px;
}

	#em-retailers-list ul li:last-of-type,
	#em-retailers-list p:last-of-type {
		margin-bottom: 10px;
	}

#template-em-boutiques-retailers #em-retailers-content {
	-moz-column-count: 4;
	-moz-column-gap: 40px;
	-webkit-column-count: 4;
	-webkit-column-gap: 40px;
	column-count: 4;
	column-gap: 40px;
}

/**
 * Instashop.
 */

#em-instashop {
	text-align: center;
	margin-bottom: 50px;
}

#em-instashop h2 {
	margin: 0 0 20px 0;
	padding: 0;
}

#em-insta-cta {
	margin-top: 30px;
}

#em-insta-cta a {
	display: inline-block;
	padding: 20px 40px;
	background: #000;
	color: #fff;
	line-height: normal;
	text-decoration: none;
}


/**
 * Media Queries.
 */
@media screen and (max-width: 1024px) {
	.template-em-boutiques {
		width: 90%;
	}
	
	#template-em-boutiques-instashop #em-boutiques-content {
		width: 100%;
		max-width: 680px;
	}

}

@media screen and (max-width: 767px) {
	#template-em-boutiques-instashop #em-boutiques-tabs {
		display: block;
	}

	#em-boutiques-sidebar {
		width: 100%;
		margin-bottom: 20px;
	}

	#template-em-boutiques-retailers #em-retailers-content {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	
	#template-em-boutiques-retailers #em-boutiques-nav ul li {
		display: block;
		margin: 5px 0;
	}

}

@media screen and (max-width: 480px) {
	#template-em-boutiques-retailers #em-retailers-content {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

}

</pre></body></html>