body {
	background-color: #d1e1e4;
	font-family: 'Barlow', sans-serif;
}
.notification {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #87a1a6;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
.notification.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.age {
	background-color: #87a1a6;
}

@keyframes fadein {
    from { bottom: 0; opacity: 0; }
    to { bottom: 30px; opacity: 1; }
}
@keyframes fadeout {
    from { bottom: 30px; opacity: 1; }
    to { bottom: 0; opacity: 0; }
}
footer {
	margin-top: 50px;
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}
.navbar-brand {
    font-size: 1em;
}
.cart-icon {
    font-size: 1em;
    color: #333;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.card {
    position: relative;
}

.price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #dda6d3; 
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 10;
}
.img-alter {
    display: block;
	height: 35px;
    }
.modal-title {
	margin-left: 20px;	
	}
.clicker {
	background-color:  #495659;
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker:hover {
	background-color: #64777a; 
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker-nein {
	background-color:  #a5a6a6;
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker-nein:hover {
	background-color: #828383; 
	border-color: #262e2f;
	color: #ffffff; 
	}
.custom-bg {
	background-color: #dda6d3; 
	}
.quantity {
	border-color: #262e2f;
	}
.card-img-top {
	padding: 20px 20px 0px 20px;
	border-radius: 15px !important;
	}
.smallt {
	margin: 0px;	
	font-size: 1em;
	color: #dda6d3 !important; 
	}
a:link {
    color: #495659; 
	}

a:visited {
    color: #262e2f;
	}

a:hover {
    color: #64777a; 
	}

a:active {
    color: #E8A593; 
	}

a:focus {
    outline: none; 
    color: #E8A593; 
	}

a {
    transition: color 0.3s ease;
	}