html, body {
    margin: 0;
    padding: 0px !important;
    width: 100%;
    overflow-x: hidden;
}
.navbar-custom { background-color: #8e0e20 !important; }
.navbar-custom .nav-link, .navbar-custom .navbar-brand { color: #ffffff !important; }
.navbar-custom .navbar-toggler-icon { filter: invert(100%); }
.hero-section {
    color: white;
    padding: 120px 20px;
}
.text-shadow {
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.bg-branded {
    background: #8e0e20;
}
.btn-branded {
    background: #8e0e20;
    border-color: #8e0e20;
    color: #ffffff;
}
.btn-branded:hover {
    background: #76212c;
    border-color: #76212c;
}
.feature-icon { font-size: 3rem; color: #692113; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Caprasimo", serif;
	font-weight: 400;
	font-style: normal;
}

.product-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
.price {
    font-size: 2rem;
    color: #58a942;
}
.error-container {
    min-height: 100vh;
}


footer { background: #c1b1b4; }
footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: #8e0e20;
  text-decoration: underline;
}

footer h6 {
  margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
  background-color: var(--bs-success);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); /* matches Bootstrap success focus */
  border-color: var(--bs-success);
}