.collecton-products {
	position: absolute;
	top: 55.5%;
	width: 100%;
	background: #37373c;
	padding: 15px 15px;
}

.product-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}



.product-card a:hover{
    color:#e6c86e;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.product-img {
	height: 260px;
	background: #444;
	width: 100%;
}

.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-info {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.brand {
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
}

.name {
	font-size: 15px;
	color: #e1dada;
	margin-bottom: 8px;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.price-container {
	margin-top: auto;
}

.price {
	font-weight: bold;
	color: #c9a84c;
}

.old-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

.discount {
	font-size: 12px;
	color: #ff905a;
	font-weight: bold;
	margin-left: 5px;
}

.fs-slider_align_title {
	top: 37%;
}

/* Extracted Inline Styles */
.collection-title {
	text-align: center;
	margin-bottom: 30px;
	color: #e1dada;
}

.product-link {
	text-decoration: none;
}

.no-products-container {
	width: 100%;
}

.no-products-text {
	text-align: center;
	color: #888;
}

/* Fix for 1280x800 devices */
@media screen and (max-width: 1280px) and (max-height: 800px) {
	.collecton-products {
	top: 75% !important;
	}
}

/* Fix for Tablets */
@media screen and (max-width: 1024px) {
	.product-card {
		width: calc(33.333% - 14px);
	}
}

/* Fix for 1024x600 devices */
@media screen and (max-width: 1024px) and (max-height: 600px) {
	.collecton-products {
		top: 100% !important;
	}
}

/* Fix for mobile devices */
@media screen and (max-width: 768px) {
	.collecton-products {
		position: relative !important;
		top: 0 !important;
		margin-top: 20px;
	}

	.product-card {
		width: calc(50% - 10px);
	}

	.fs-slider_align_title {
		top: 52% !important;
	}
}

@media screen and (max-width: 680px) {
	.collecton-products {
		position: relative !important;
		top: 0 !important;
		margin-top: 20px;
	}

	.product-card {
		width: calc(50% - 10px);
	}

	.fs-slider_align_title {
		top: 50% !important;
		margin-left: 37px !important;
	}
}

/* Fix for smaller mobile devices */
@media screen and (max-width: 480px) {
	.product-card {
		width: 100%;
	}

	.fs-slider_align_title {
		top: 40% !important;
		margin-left: 37px !important;
	}
}
.section-heading{
    margin-bottom: 30px;
}

.product-card{
    height:100%;
}

.row.g-4{
    align-items:stretch;
}
.mobile-gap{
    height:40px;
}

@media (max-width:768px){

    .mobile-gap{
        height:80px;
    }

}
.section-heading{
    margin-top:20px;
}

@media (max-width:768px){

    .section-heading{
        margin-top:80px;
    }

}
@media (max-width:768px){

    .container.py-4{
        padding-top:90px !important;
    }

}
.collection-page{
    padding-top:40px;
}
.mobile-gap{
    height:40px;
}

@media (max-width:768px){
    .mobile-gap{
        height:80px;
    }
}
.collection-page{
    padding-top:40px !important;
}

@media(max-width:768px){
    .collection-page{
        padding-top:90px !important;
    }
}
@media(max-width:768px){

    .col-lg-3,
    .col-md-4{
        width:100%;
    }

    .col-lg-9,
    .col-md-8{
        width:100%;
    }

    .sticky-top{
        position:relative !important;
        top:auto !important;
    }

}
.product-card{
    height:100%;
}

.product-card-img{
    width:100%;
    height:420px;
    object-fit:cover;
}

@media(max-width:768px){

    .product-card-img{
        height:280px;
    }

}
.shop-title{
    display:block !important;
    text-align:center;
    color:#fff;
    margin-bottom:40px;
    font-size:60px;
}




.product-card-brand{
    color:#d4af37 !important;
    letter-spacing:2px;
}

.product-card-name{
    color:#ffffff !important;
    font-size:22px;
    font-weight:600;
}

.product-price{
    color:#d4af37 !important;
    font-size:24px;
    font-weight:700;
}

.product-card-footer-link{
    color:#d4af37 !important;
}

.product-card-link{
    text-decoration:none !important;
}

.product-card-body{
    background:#2f3138 !important;
    padding:20px !important;
}

.product-card{
    background:#2f3138 !important;
    border-radius:10px;
    overflow:hidden;
}