/* ---------- Navbar ---------- */
.navbar-parent-container {
position: fixed;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
z-index: 2000;
}
.navbar-brand{margin: 0 !important;}
.headerlinks{order: -1;}

/* ---------- Banner ---------- */
.banner {
  background-image: url('https://store-media.mpowerpromo.com/67c5e60b849e754f5484d293/pages/67c5e60d849e754f5484d590/94_Header_Image_155ef9-2-1741023263454.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 34.25%; /* Aspect ratio */
}
.breadcrumb{display:none;}
.reminder-container{
	padding-top: 4rem;
	padding-bottom: 2rem;
}

/* ---------- Product ---------- */
.row-2{justify-content: space-evenly !important;}
.image-size{
max-width: 350px;
}
.product-info {
	margin-top: 10px; /* Adds space between image and text */
	font-family: 'Gopher', sans-serif;
}
.product-name {
font-size: 18px;
margin-bottom: 5px; /* Space between name and price */
color: #333;
}
.product-price {
font-size: 16px;
color: #333; /* Set color for the price */
	margin:0 !important;
}
.color{font-weight:600;}

/* ---------- Product Details Page CSS ---------- */
.product-image-skeleton{padding-top:8rem;}
.product-configure-part-group-label{display: none;}

/* ---------- Check Out Page ---------- */
.btn-secondary.mr-2 span {display: none; /* hide original text */}
.btn-secondary.mr-2::after {content: "Will Call Pick Up";}
h1 {padding-top: 7rem !important;}
.mb-0{padding-top: 8rem;}

/* ---------- Footer ---------- */
.py-5{padding-top: 1rem !important;}
.footer-row{height: 100px;}
.email {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.fdb-block.footer-small{background-color: black;}

/* ---------- Desktop (600px - 1024px) ---------- */
@media (max-width: 1024px) and (min-width: 768px) {
	.image-size{ max-width: 25% !important; }
}
/* ---------- Mobile (Up to 599px) ---------- */
@media (max-width: 599px) {
	.logo-lg{max-height: 40px !important;}
	.reminder{width: 95%;}
}