body header nav li span, body footer .linkInternal, body footer .linkInternal span, header nav.navbar .container .navbarStyle .accountIcons li.loginLi .submenu li a, header nav.navbar .container .navbarStyle .accountIcons li.loginLi .submenu li a:visited, header nav.navbar .container .navbarStyle .accountIcons li .wishlistLink .count {
    color: #000000;
}

* {
	color: black !important; 
}

.btn {
	color: white !important;
}

header nav.navbar .container .logo .navbar-brand {
	padding:0;
	img {
		max-height: 70px;
	}
}

.home .hero-banner {
    height: 913px;
}

.home .hero-banner img {
	filter: grayscale(90%);
}

.home h1.display-3.text-center.mb-4 {
	color: white !important;
}

a.btn.btn-outline-light {
    border: 2px solid;
    background-color: transparent;
}

@media only screen and (max-width: 780px) {
    .home .hero-banner {
        height: 300px;
        margin-left: -360px;
        margin-top: 120px;
	}
	.home .hero-banner a , h1{
		margin-left: 360px;
    }
}
	
.hero-banner {
  position: relative;
  min-height: 300px !important; /* or 600px if you prefer */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Grey overlay */
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(120,120,120,0.35);
  z-index: 1;
}

/* Make sure text stays above */
.hero-banner .container-fluid {
  position: relative;
  z-index: 2;
}

/* Beginning e-mailer */

/* --- Newsletter Heading (The 'p' tag) --- */
.CTA-block.emailer > div.w-100 p {
    font-size: 2.2em;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* The empty <h2> tag (for description) */
/* IMPORTANT: If you don't put content here, consider removing the <h2> tag from your HTML.
   It currently takes up vertical space due to its default browser margins. */
.CTA-block.emailer > div.w-100 h2 {
    font-size: 1.1em;
    line-height: 1.6;
    color: #c0c0c0;
    margin-bottom: 30px; /* This margin will still apply if h2 is empty, push it down if needed. */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Newsletter Form --- */
.CTA-block.emailer > div.w-100 .cta-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    /* ADJUSTED: Reduced max-width for a slightly more contained form on desktop */
    max-width: 500px; /* Was 600px. Makes the input/button section a bit narrower. */
    
    margin: 0 auto;
    gap: 15px;
}

/* --- Email Input Field --- */
.CTA-block.emailer .cta-form .email-field input.form-control[type="email"] {
    flex-grow: 1;
    padding: 14px 20px;
    border: 1px solid #555555;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 1.1em;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.CTA-block.emailer .cta-form .email-field input.form-control[type="email"]::placeholder {
    color: #888888;
}

.CTA-block.emailer .cta-form .email-field input.form-control[type="email"]:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25);
}

.CTA-block>div {
    box-shadow: inset 0 0 0 2000px #f9f8f899;
}

.CTA-block .w-100 {
    background: none !important;
    background-color: white !important;
}

/* --- Submit Button --- */
.CTA-block.emailer .cta-form .submit-button button.btn.btn-outline-light {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.CTA-block.emailer .cta-form .submit-button button.btn.btn-outline-light:hover {
    background-color: #388E3C;
    transform: translateY(-2px);
    border-color: transparent;
}

/* --- Cloudflare Turnstile adjustments --- */
.CTA-block.emailer .cta-form .cf-turnstile {
    margin: 10px auto;
}


/* --- Responsive Adjustments for Mobile (remains the same as last iteration) --- */
@media (max-width: 768px) {
    .CTA-block.emailer > div.w-100 {
        padding: 35px 15px; /* Reduced vertical padding for mobile */
    }

    .CTA-block.emailer > div.w-100 p { /* Heading */
        font-size: 1.8em;
        line-height: 1.3;
    }

    .CTA-block.emailer > div.w-100 h2 { /* Description */
        font-size: 1em;
        margin-bottom: 20px;
    }

    .CTA-block.emailer .cta-form {
        flex-direction: column;
        gap: 15px;
        max-width: 300px;
        width: calc(100% - 30px);
        padding: 0 15px;
        box-sizing: border-box;
    }

    .CTA-block.emailer .cta-form .email-field,
    .CTA-block.emailer .cta-form .submit-button,
    .CTA-block.emailer .cta-form .cf-turnstile {
        width: 100%;
        max-width: none;
    }

    .CTA-block.emailer .cta-form .email-field input.form-control[type="email"],
    .CTA-block.emailer .cta-form .submit-button button.btn.btn-outline-light {
        width: 100%;
    }
}
/* END OF EMAILER */

footer {
    background-color: #b1aaa0 !important;
}

footer h2,a{
	color: white !important;
}

.shop button.btn.mb-2.p-0.text-start.collapsible {
    color: black !important;
}

.home a.btn.btn-outline-dark {
    visibility: hidden;
}

.submenu a {
    color: black !important;
}
@media (max-width: 768px) {
    .navbar span {
        color: white !important;
     }
}

.profile h1 {
    margin-left: 0;
}

.basket .product-row-basket .delete button {
    border: none;
    color: #ba1010 !important;
}

.product .row.mx-auto.mt-3.gap-4 {
    justify-content: center;
}

.product .modal-dialog.modal-dialog-centered.modal-lg img {
    max-height: fit-content;
}

.product img.w-100 {
    width: 60% !important;
}

.product button#zoomButton {
    background-color: white;
}

h1.card-title {
    margin: 0;
}
.checkout input.btn.btn-outline-dark.mt-3.login-btn , .register-btn {
    background-color: black !important;
}

.checkout a.btn.btn-outline-dark.mt-3 {
	background-color: black !important;
}

button.btn.btnCheckout.checkoutBasket.disabled {
    background-color: #dc8200 !important;
}

.checkout a.underline {
    color: rgb(13 110 253) !important;
}

.checkout button.btn.btnCheckout.checkoutBasket {
    background-color: #10ba72 !important;
}

.login input.btn.btn-outline-dark.mt-3 {
    background-color: black !important;
}

.register input.btn.btn-outline-dark.mt-3 {
    background-color: black !important;
}