<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(48,36): run-time error CSS1046: Expect comma, found '0'
(48,40): run-time error CSS1046: Expect comma, found '/'
 */
/* ICONS OF STYLE - HERO */
#icons_of_style_hero {
	position: relative;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
}

/* ICONS OF STYLE - LAYOUT */
#icons_of_style_ .btn.fill-neutral {
	border: 1px solid #D9D9D9;
}

@media (min-width: 768px) {
	#icons_of_style_ .panel-present {
		padding: 30px 0 40px;
	}
}

@media (min-width: 980px) {
	#icons_of_style_ h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.5em;
	}

	#icons_of_style_ .btn {
		min-width: 180px;
	}

	#icons_of_style_ .panel-present {
		padding: 40px 0 50px;
	}
}

/* ICONS OF STYLE - OWL CAROUSEL */
#icons_of_style_ .owl-nav {
	width: 200px;
	margin: auto;
	position: relative;
}

#icons_of_style_ .owl-nav &gt; div {
	font-family: 'icomoon' !important;
	font-size: 11px;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	height: 32px;
	display: flex;
	place-content: center;
	background: #fff;
	align-items: center;
}

#icons_of_style_ .owl-dots {
	margin-top: 0;
}

/* ICONS OF STYLE - FEATURED BRAND PANEL */
.featured-brand-panel .brand-panel-content {
	display: flex;
	flex-wrap: wrap;
}

.featured-brand-panel .panel_head {
	order: 2;
	min-width: 100%;
	margin: 0;
}

.featured-brand-panel .brand-panel-gallery {
	display: block;
	order: 1;
	height: 300px;
	text-align: center;
	min-width: 300px;
	max-width: 300px;
	margin: 0 auto 50px;
}

.featured-brand-panel .brand-gallery-image {
	display: none;
}

.featured-brand-panel .brand-gallery-image img {
	margin: 0 auto;
	border-radius: 3px;
}

.featured-brand-panel .brand-gallery-image:first-child {
	display: block;
}

.featured-brand-panel .btn {
	margin-top: 20px;
}

@media (min-width: 768px) {
	#icons_of_style_ .featured-brand-panel {
		padding: 0;
	}

	.featured-brand-panel .primary-image {
		background-repeat: no-repeat;
	}

	.featured-brand-panel .brand-panel-content {
		padding: 25px 25px 0;
	}

	.featured-brand-panel .panel_head {
		order: 0;
		margin-bottom: 25px;
	}

	.featured-brand-panel .btn {
		margin-top: 10px;
	}

	.featured-brand-panel .brand-panel-gallery {
		height: auto;
		margin: 0 auto;
		display: flex;
		max-width: 414px;
		justify-content: center;
		gap: 15px;
	}

	.featured-brand-panel .brand-gallery-image {
		display: inline-block;
		flex: 1;
	}

	.featured-brand-panel .brand-gallery-image img {
		width: 100%;
	}
}

@media (min-width: 980px) {
	.featured-brand-panel .brand-panel-content {
		padding-top: 55px;
		max-width: 820px;
	}

	.featured-brand-panel .brand-panel-gallery {
		gap: 20px;
		max-width: unset;
	}
}

/* ICONS OF STYLE - BRAND VIDEO */
#icons_of_style_ .video-panel {
	padding: 15px 0;
}

@media (min-width: 768px) {
	#icons_of_style_ .video-panel {
		padding: 30px 0;
	}
}

@media (min-width: 980px) {
	#icons_of_style_ .video-panel {
		padding: 40px 0;
	}
}

/* ICONS OF STYLE - BRAND HERO */
.brand-hero {
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

/* ICONS OF STYLE - BRAND PANEL */
.brand-panel .brand-panel-gallery {
	margin: 10px -20px 30px;
	width: calc(100% + 40px);
}

.brand-panel .brand-gallery-image {
	width: 208px;
	margin-bottom: 20px;
}

.brand-panel .brand-gallery-image img {
	border-radius: 3px;
}

.brand-panel .owl-dots.disabled,
.brand-panel .owl-nav.disabled {
	display: block !important;
}

@media (min-width: 768px) {
	.brand-panel .brand-panel-gallery.owl-carousel {
		display: flex;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		gap: 15px;
		justify-content: center;
		width: 100%;
	}
}

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