.custom-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    gap: 10px;
    line-height: 1.2;
}

.custom-breadcrumb .home-icon-svg {
    display: inline-block;
    position: relative;
    top: 1px;
}

.custom-breadcrumb .divider {
    color: var(--Dark-Sage-Green);
    font-weight: 500;
    font-size: 22px;
}

.custom-breadcrumb .category-link {
    color: var(--Dark-Sage-Green);
    text-decoration: none;
    font-weight: 600;
}

.custom-breadcrumb .current {
    color: var(--Goldenrod);
    font-weight: 700;
}

.shop-container {
	background: #fffbf0;
}

@media (max-width: 849px) {
	.custom-breadcrumb {
		font-size: 15px;
	}
	
	.custom-breadcrumb svg {
		width: 25px;
		height: 25px;
	}
}