body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://media.tenor.com/BdmZYfvaEvsAAAAM/tiktok-tiktok-sexy-dance.gif') no-repeat center center/cover;
	filter: blur(8px) brightness(50%);
	z-index: -1;
}

.h1, h1 {
    font-size: 2.5rem;
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
}

body {
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Optional background color for fallback */
}

.navbar {
	background-color: #000;
}

.navbar-nav .nav-link {
	color: #fff !important;
}

.navbar-brand {
	margin: 0 auto;
	text-align: center;
}

.navbar-brand img {
	max-height: 60px;
}

.product-image {
	max-width: 100%;
	border-radius: 10px;
}

.product-details {
	margin-top: 20px;
}

.original-price {
	font-size: 20px;
	color: #999;
	text-decoration: line-through;
}

.discounted-price {
	font-size: 24px;
	color: #28a765;
}

.btn-add-to-cart {
	background-color: #dc3545;
	color: white;
}

.btn-add-to-cart:hover {
	background-color: #c82333;
}

footer {
	background-color: #000;
	color: #fff;
}

.sign-up-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

.line-contact {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
	.sign-up-image {
		width: 400px;
		height: 121px;
	}
}

.quantity-input {
	width: 80px;
	text-align: center;
}