@font-face {
	font-family: "Fibra Ultra Bold";
	src: url("../microsites/fonts/Fibra-UltraBold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

:root {
	--main-font: "Metrophobic", sans-serif;
	--header-font: "ASTERA", sans-serif;
}

.line-between {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

ol.bold-counter > li::marker {
	font-weight: bold;
}

.review-box {
	background-color: #f8f6f6;
	padding: 2.5rem;
}

.equal-height {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.equal-height > * {
	flex-grow: 1;
}

/* Review Section */
.box {
	padding: 1.3rem;
	border: 1px solid #ededed;
	background-color: #fafafa;
}

.box-content {
	height: 200px;
}

.review-avatar {
	width: 3.1rem !important;
	height: 3.1rem;
}

.review-name {
	font-size: 1.2rem;
	color: #000000;
}

.review-text {
	line-height: 24px;
	font-size: 1.1rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.review-time {
	margin: 0.1rem 0 0;
	color: #999;
	text-shadow: 1px 1px 0 #fff;
}

.row .row-left {
	width: unset;
}

.social-logo img {
	width: 2rem !important;
	height: 2rem;
	background: transparent;
}

.star5:before {
	font-size: 1.3rem;
	content: "\f005";
	color: #eebb0c;
}

.stars i {
	font-size: 1.3rem;
}

.trim {
	text-overflow: ellipsis;
}

#reviews .owl-nav,
#gallery .owl-nav,
#branches .owl-nav {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
}

#reviews .owl-next,
#gallery .owl-next,
#branches .owl-next {
	top: 50%;
	transform: translate(50%, -50%);
	right: -5%;
}

#reviews .owl-prev,
#gallery .owl-prev,
#branches .owl-prev {
	top: 50%;
	transform: translate(-50%, -50%);
	left: -5%;
}

#reviews .owl-prev,
#reviews .owl-next,
#gallery .owl-prev,
#gallery .owl-next,
#branches .owl-prev,
#branches .owl-next {
	color: #b9b9b9;
	text-align: center;
	position: absolute;
}

#reviews .owl-prev i,
#reviews .owl-next i,
#gallery .owl-prev i,
#gallery .owl-next i,
#branches .owl-prev i,
#branches .owl-next i {
	font-size: 2.8rem;
}

/* Fonts */
#microsite-content {
	font-family: var(--main-font);
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
}

#microsite-content h1,
#microsite-content h2,
#microsite-content h3,
#microsite-content h4,
#microsite-content h5,
#microsite-content h6 {
	font-family: var(--header-font);
}

h2 {
	font-size: 2.5rem;
}

.category-product-detail > h5.name {
	font-family: "Fibra Ultra Bold" !important;
}

/* Headers */
.header-1 {
	font-size: 2.5rem;
}

.header-2 {
	font-size: 2rem;
}

.header-3 {
	font-size: 1.75rem;
}

.header-4 {
	font-size: 1.5rem;
}

.header-5 {
	font-size: 1.25rem;
}

.header-6 {
	font-size: 1rem;
}

/* Font Weights */
.font-weight-semi-bold {
	font-weight: 600;
}

.font-weight-middle {
	font-weight: 500;
}

/* Border */
.rounded-75 {
	border-radius: 0.75rem;
}

/* Image */
.category-images {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center top;
	max-height: 500px;
	height: 47vh;
	width: 100%;
}

.category-images.vertical-25 {
	object-position: center 25%;
}

.category-images.vertical-bottom {
	object-position: center bottom;
}

.object-right {
	object-position: right var(--vetical, top) !important;
}

.dark-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#product-list-container .category-product .image {
	border: 0px;
	transition: transform 0.7s ease;
}

#product-list-container .category-product .image:hover {
	transform: scale(1.1);
}

#product-list-container .category-product .image:hover::after {
	background-color: transparent;
}

@media only screen and (max-width: 900px) {
	.banner-text {
		font-size: 28px;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 25px;
	}

	.banner-text {
		font-size: 20px;
	}
}
