/* Custom Css */
body { 
	background-color: #eef9ff !important;
}


body, ul, li, p, a, label, input, div {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px !important;
}

.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #59ab6e !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-light { background-color: #dcf4ff !important;}
.bg-black { background-color: #1d242d !important;}
.navbar-light { background-color: #eef9ff !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}

.product-title { margin-bottom: 1rem; }
.price { font-size: 1.5rem; font-weight: bold; margin: 1rem 0; }
.stars { color: #ffc107; }
.carousel-inner img { object-fit: cover; height: 400px; }
.reviews { font-size: 0.9rem; color: #6c757d; }
.product-description { margin-top: 1rem; font-size: 1rem; line-height: 1.6; }
.container-product { margin: auto; background: #fff; padding: 2rem; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);}
.text-neon { color: #4d70d99e !important; }
.img-fluid.rounded { max-height: 400px; object-fit: contain; }
.img-thumbnail { width: 60px; height: 60px; object-fit: cover; }

.product-card {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	background-color: #ededed !important;
}
.product-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-card .card-body p {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card .sizes {
    margin-top: auto; /* push to bottom */
    margin-bottom: 0.5rem;
}
.product-card .sizes span { cursor: pointer; }
.product-card .btn-buy { width: 100%; }
.product-card .d-flex > a.flex-fill { flex: 1 1 0 !important; /* force base width = 0, ignore content size */ }

.login-area {
	margin: 50px;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container {
    width: 320px !important;
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
    font-family: Arial, sans-serif;
}
.login-container h1 { text-align: center; font-size: 22px; margin-bottom: 20px; }
.login-container label { display: block; font-weight: bold; margin-bottom: 6px; margin-top: 12px; }
.login-container input[type="text"],
.login-container input[type="password"],
.login-container input[type="number"] {
    width: 280px !important;
    max-width: 100%;
    padding: 9px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}
.login-container input:focus {
    border-color: #5b9bd5;
    box-shadow: 0 0 4px rgba(91,155,213,0.4);
}
.btn { font-size: 0.8rem !important; font-weight: 600 !important; }
.btn-login {
    margin-top: 20px;
    width: 270px !important;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    background: #5b9bd5;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.btn-login:hover { background: #3c79b3; }
.login-error { text-align: center; color: red; margin-bottom: 10px; font-weight: bold; }

.btn-buy-neon { background-color: #6ccdf9 !important; display:inline-flex; align-items:center; gap:8px; padding:12px 30px; border-radius:8px; font-weight:700; text-transform:uppercase; background:#111; color:#00ff85; border:2px solid #00ff85; text-decoration:none; transition:0.25s; }
.btn-buy-neon:hover { background: #49baff; color: #111; box-shadow: 0 0 14px #00d5ff, 0 0 30px #00dcff; }

.size-option {
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
}
.size-option.selected {
	background-color: #28a745 !important;
	color: white !important;
}

/* About Hero */
.about-hero {
    background: url('/images/main.webp') center/cover no-repeat;
    padding: 140px 0;
    height: 60vh;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.about-hero-overlay { position: absolute; inset: 0; background: rgba(40, 40, 40, 0.30); }
.about-hero-content {
    position: relative;
    z-index: 2;
    top: -100px;
    text-align: left;
}
.about-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    color: #e325259e !important;
    text-shadow: 2px 2px 4px rgb(49 45 6 / 60%);
}
.about-hero-content p { font-size: 1.3rem; margin-top: 15px; line-height: 1.6; }

.hero-slogan {
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.4;
    color: #dfa736;
    text-shadow: 2px 2px 4px #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.hero-slogan span { display: block; }
.hero-title {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    color: #4d70d99e !important;
    text-shadow: 2px 2px 4px rgb(139 131 34 / 60%);
}

a { font-family: 'Montserrat', sans-serif; }
.height-auto { height: auto !important; }

.flash-message {
    position: absolute;
    background: #28a745;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 9999;
    pointer-events: none;
}
.form-label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
	font-size:18px;
	position: relative;
    top: 0.15em; /* scales automatically with font size */
}

/* Floating Cards */
.contact-card, .about-card {
	background: #fff;
	padding: 40px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	margin-top: -110px;
	position: relative;
	z-index: 5;
}
.contact-card h2, .about-card h2 {
	font-weight: 800;
	margin-bottom: 25px;
	text-align: center;
}
.about-card p { font-size: 1.15rem; line-height: 1.8; }
.form-control { padding: 4px 5px; border-radius: 8px; border: 1px solid #ccc; font-size: 1rem; }
.btn-contact {
	background: #000;
	color: #fff;
	padding: 12px 20px;
	width: 100%;
	font-size: 1.1rem;
	border-radius: 10px;
	border: none;
	transition: 0.2s;
}
.btn-contact:hover { background: #333; }

.order-box {
	background: white;
	padding: 20px;
	border-radius: 12px;
	margin: auto;
	margin-top: 85px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.order-box h1 { font-size: 1.5rem !important; }
.order-box .section-title { font-size: 22px; margin-bottom: 12px; font-weight: bold; border-bottom: 2px solid #eee; padding-bottom: 6px; }
.order-box table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.order-box table th, .order-box table td { padding: 10px; border-bottom: 1px solid #e6e6e6; text-align: left; }
.order-box table th { background: #fafafa; }
.bg-sent { background-color: #3885d6; }

.password-wrapper { position: relative; width: 100%; }
.password-wrapper input { width: 100%; padding-right: 35px; }
.toggle-password { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer; user-select: none; font-size: 18px; opacity: 0.6; }
.toggle-password:hover { opacity: 1; }

.container-ap { margin-left: 190px; margin-top: 90px; }
.success-box {
    border-radius: 10px;
    background: #f8fff5;
    border: 1px solid #c7e6c0;
    padding: 30px;
}
.success-icon {
    font-size: 70px;
    color: #28a745;
}
.order-info-table td {
    padding: 6px 0;
}

#custom_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

.thumb-small {
    height: 30px;
}

.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.global-loader.hidden {
    display: none;
}

.spinner {
    width: 42px;
    height: 42px;
    border: 4px solid #e3e3e3;
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 992px) {
    #custom_main_nav .navbar-nav {
        max-width: 550px;
    }
}
@media (min-width: 768px) {
    #custom_main_nav .navbar-nav {
        max-width: 450px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 15px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    font-size: 14px;
}

.cookie-banner a {
    color: #f0c040;
    text-decoration: underline;
}

.cookie-buttons button {
    margin-left: 10px;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#cookie-accept {
    background: #28a745;
    color: #fff;
}

#cookie-decline {
    background: #dc3545;
    color: #fff;
}


/* Media Queries */
@media(max-width: 768px) {
	.about-hero { height: 55vh; }
	.about-hero h1 { font-size: 2.4rem; }
	.about-card { margin-top: -80px; padding: 25px; }
	.contact-hero { height: 45vh; }
	.contact-hero h1 { font-size: 2.2rem; }
	.contact-card { margin-top: -70px; padding: 25px; }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container { max-width: 95% !important; }
}
@media (min-width: 1200px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1100px !important; }
	.app-wrapper { max-width: 80% !important; }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1300px !important; }
	.app-wrapper { max-width: 80% !important; }
}
@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 80% !important; }
	.app-wrapper { max-width: 80% !important; }
}
