section.top-main {
	overflow-x: hidden;
}


.logo-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 64px;
}

.logo-container img.logo-text {
	width: 262px;
	z-index: 9;
	margin-top: 7px;
	margin-left: -4px;
}

.logo-container img.logo-img {
	width: 284px;
	z-index: 99;
	margin-top: -304px;
	margin-bottom: -44px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 32px;
}

.top-main h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	color: #fafafa;
	color: rgba(0, 0, 0, 0.64);	
	margin-bottom: 52px;
	margin-top: 94px;
}

@media screen and (max-width: 760px) {

	.top-main h2 {
		padding: 0 16px;
		font-size: 18px;
		line-height: 28px;
		
		margin-top: 12px;
		margin-bottom: 32px;
		
		
		margin-top: 77px;
	}

}



/* Featured item */

.item-hhighlight-link {
	text-decoration: none;
	cursor: pointer;
	color: initial;
	background: transparent;
	display: contents;
}

.item-hhighlight-link:hover .highlight-container {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.highlight-container {
	width: 980px;
	max-width: calc(100% - 32px);
	border-radius: 12px;
	background-image: url(../../items/Photos/featured/featured5.webp);
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	margin-top: 32px;
	position: relative;
	margin-bottom: 10px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-sizing: border-box;
}

@media screen and (max-width: 760px) {

	.highlight-container {
		background-position: right;	/* Fix for featured background on mobile - Check when changing featured item !! */
	}

}

.card-content {
	border-radius: 12px;
	background: linear-gradient(45deg,rgba(222, 27, 103, 0.52) 30%,rgba(236, 97, 48, 0.52));
	/*backdrop-filter: blur(2px);*/
	min-height: 272px;
	padding: 52px;
	box-sizing: border-box;
}

@media screen and (max-width: 760px) {

	.card-content {
		min-height: fit-content;
		padding: 32px;
	}

}

.highlight-container .card-content h3 {
	color: #fff;
	font-size: 34px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 44px;
	
	max-width: 55%;
}

@media screen and (max-width: 760px) {
	
	.highlight-container .card-content h3 {
		font-size: 30px;
		padding-right: 32px;
		line-height: 42px;
		
		max-width: 80%;
	}

}

.highlight-container .bottom-sep {
	background: rgb(255 255 255 / 52%);
	height: 5px;
	width: 52px;
	margin-top: 24px;
	border-radius: 6px;
}

@media screen and (max-width: 420px) {
}

.featured-price {
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 44px;
	margin-top: 22px;
}


/* Ribbon */

.ribbon {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: absolute;
}

@media screen and (max-width: 760px) {
	
	.ribbon {
		transform: scale(.84);
	}

}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
    border: 4px solid #c1b017;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 224px;
    padding: 8px 0;
    background-color: #ffd100;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    color: rgb(0 0 0 / 64%);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;	
}

/* top right*/
.ribbon-top-right {
	top: -8px;
	right: -8px;
}

@media screen and (max-width: 760px) {
	
	.ribbon-top-right {
		top: -18px;
		right: -18px;
	}

}

.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}

.ribbon-top-right span {
	left: -26px;
	top: 42px;
	transform: rotate(45deg);
}



/* Articles and carousel */

/* theme overide */

.carousel-section .slick-prev:before,
.carousel-section .slick-next:before {
	color: rgba(0, 0, 0, 0.52);
}

/**/

.carousel-section {
	width: 1004px;
	max-width: 100%;
	min-height: fit-content;
	margin: 0 auto;
	margin-top: 64px;
	position: relative;
	margin-bottom: 8px;
	box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
	
	.carousel-section {
		max-width: calc(100% - 50px);
	}
	
}

.carousel-section.hidden {
	display: none;
}

.carousel-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-section-title h5 {
	height: 48px;
	line-height: 48px;
	font-size: 20px; 
	font-weight: 400;
	color: rgba(0, 0, 0, 0.48);
	padding-left: 12px;
}

.carousel-section-title a {
	color: initial;
	text-decoration: none;
}

@media screen and (max-width: 560px) {

	.carousel-section-title a {
		display: none;
	}

}

.mobileViewmore {
	display: none;
	margin-top: 16px;
}

@media screen and (max-width: 560px) {

	.mobileViewmore {
		display: flex;
		justify-content: flex-end;
	}

}

.mobileViewmore a {
    margin: 0 auto;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: linear-gradient(45deg,#de1c67,#ec622f);
}

.mobileViewmore a:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12), 0 2px 10px 0 rgba(0,0,0,0.08);
	background: linear-gradient(45deg,rgb(222 27 103 / 84%),hsl(21deg 95% 57% / 84%));
}

.carousel-section-title a:hover span {
	color: rgb(0 0 0 / 72%);
}

.mobileViewmore a:hover span {
	color: rgb(255 255 255 / 84%);
}

.carousel-section-title a:hover span svg {
	fill: rgb(0 0 0 / 52%);
}

.mobileViewmore a:hover span svg {
	fill: rgb(255 255 255 / 72%);
}

.carousel-section-title span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgb(0 0 0 / 52%);
	padding: 4px 8px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.mobileViewmore span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fafafa;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	line-height: 16px;
}

.carousel-section-title span svg{
	padding-left: 6px;
	width: 16px;
	heigth: 16px;
	fill: rgb(0 0 0 / 32%);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.mobileViewmore span svg {
    padding-left: 8px;
    width: 16px;
    fill: #ffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


@media screen and (max-width: 1060px) {
	
	.slick-slider {
		max-width: calc(100% - 64px);
		margin: 0 auto;
	}
	
}


.carousel .carousel-item {
	background: #fefefe;
	margin: 12px;
	position: relative;
	border-radius: 16px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	overflow: hidden;
}

.carousel .carousel-item:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12), 0 2px 10px 0 rgba(0,0,0,0.08);
}

.carousel .carousel-item.sold:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.carousel .carousel-item a {
	text-decoration: none;
	color: initial;
}

.carousel .carousel-item.sold a {
	/*opacity: 0.84;*/
	cursor: default;
	pointer-events: none;
}


.carousel .carousel-item span.photoCount {
	display: flex;
    color: #fafafa;
    position: absolute;
    margin-top: -28px;
    background: rgb(0 0 0 / 32%);
    right: 8px;
    border-radius: 20px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.carousel .carousel-item span.photoCount svg {
    width: 15px;
    height: 15px;
	padding-right: 4px;
}

.carousel .carousel-item img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	
	/* Make sure content is always displayed in a square */
	aspect-ratio: 1;
	object-fit: cover;
	
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.carousel .carousel-item:hover img {
	/*transform: scale(1.025);*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.carousel-item .card-body {
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.carousel .carousel-item h4 {
	margin: 0;
	padding: 16px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.84);
	line-height: 24px;
}

@media screen and (max-width: 520px) {
	
	.carousel .carousel-item h4 {
		/*font-size: 16px;*/
	}
	
}

.carousel .carousel-item .price {
	margin: 0;
	padding: 0 16px 16px 16px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.84);
	line-height: 23px;
	display: flex;
	align-items: center;
}

.carousel .carousel-item .price > span {
	background: rgb(0 0 0 / 12%);
	padding: 0px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(0 0 0 / 52%);
	margin-top: 1px;
}

.carousel .carousel-item .price > svg {
	height: 18px;
	fill: rgb(0 0 0 / 32%);
	/*fill: #4CAF50;*/
	margin-left: 4px;
}

.carousel .carousel-item .price > svg.hidden {
	display: none;
}

.carousel .carousel-item .price > del {
	color: rgb(0 0 0 / 32%);
	padding-right: 8px;
	text-decoration: line-through;
	font-size: 16px;
}

.carousel .carousel-item .price > info {
	color: rgb(0 0 0 / 32%);
	padding-right: 8px;
	text-decoration: unset;
	font-size: 16px;
}





.cat-main {
	display: flex;
	flex-wrap: wrap;
}

.cat-card {
    width: calc(50% - 24px);
    min-height: 152px;
    background: rgb(0 0 0 / 5%);
    margin: 12px;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	text-decoration: none;
}

@media screen and (max-width: 780px) {
	
	.cat-card {
		width: calc(100% - 24px);
		min-height: fit-content;
	}
	
}

.cat-card:hover {
    cursor: pointer;
    background: rgb(229 233 234 / 31%);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12), 0 2px 10px 0 rgba(0,0,0,0.08);
}

.cat-card .icon-cont {
	height: 152px;
	width: 152px;
	padding-right: 64px;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 920px) {
	
	.cat-card .icon-cont {
		padding-right: 0;
		justify-content: center;
		height: fit-content;
		padding: 32px 0;
	}
	
}

.cat-card .icon-cont svg {
	width: 52px;
	opacity: .44;
}

.cat-card h6 {
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.44);
	line-height: 23px;
}