body, html{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #222;
  overflow-x: hidden;
}.site-header{
  position: fixed;
  width: 100%;
  min-height: 64px;
  background: #036;
  align-items: center;
  padding: 0 0px;
  box-sizing: border-box;
  top: 0; left: 0; right: 0;
  color:#fff;
  z-index: 1000;
  display:flex; align-items:center;

}.header-logo{
  width: 230px;
  height: auto;
  object-fit: contain;
  margin-right: 12px;
  margin-left: 0px;
  padding-left: 0;
  z-index: 2;
}.site-title{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 1.05;
  text-align: center;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}.header-nav{
  margin-left: auto;
  display: flex;
  gap: 15px;
  z-index: 2;
}.header-nav a{
  color: #fff !important;
  text-decoration: none;
  font-size: 1.12em;
  font-weight: 500;
  background: none;
  transition: color 0.2s;
  padding: 0 2px;
}.header-nav a:hover{
  color: #ffea00 !important;
}/* Universal form input, select, and textarea styling (not oversized) */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea{
  width: 320px;
  max-width: 98%;
  padding: 8px 9px;
  font-size: 1em;
  border-radius: 6px;
  border: 1px solid #bbb;
  margin-bottom: 13px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}select{
  min-width: 180px;
  width: 220px;
  font-size: 1em;
}textarea{
  min-height: 64px;
  resize: vertical;
}input:focus,
select:focus,
textarea:focus{
  border-color: #257be5;
  background: #f4faff;
}/* Optional: Make buttons in forms look better */
button,
input[type="submit"]{
  font-size: 1em;
  padding: 8px 22px;
  border-radius: 7px;
  background: #063a6d;
  color: #fff;
  border: none;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.18s;
}button:hover,
input[type="submit"]:hover{
  background: #045098;
}.prod-multi-img{
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 5px;
  margin-right: 9px;
  margin-bottom: 0px;
  display: inline-block;
}/* Custom Order Modal Modern Styling */
/* --- Custom Order Modal: Modern Responsive --- */
#custom-order-modal{
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.29);
  justify-content: center;
  align-items: center;
}#custom-order-modal.active{
  display: flex !important;
}#custom-order-modal > div{
  background: #fff;
  max-width: 440px;
  width: 97vw;
  border-radius: 15px;
  box-shadow: 0 4px 32px #0002;
  padding: 28px 17px 22px 17px;
  animation: popIn .21s cubic-bezier(.3,1.6,.4,1);
  position: relative;
  max-height: 94vh;
  overflow-y: auto;
}#custom-order-modal h3{
  text-align: center;
  font-size: 1.35em;
  font-weight: 700;
  margin: 0 0 19px 0;
  color: #045098;
}#custom-order-form label{
  display: block;
  margin-bottom: 11px;
  font-size: 1em;
  font-weight: 500;
}#custom-order-form input[type="text"],
#custom-order-form input[type="email"],
#custom-order-form input[type="date"],
#custom-order-form select{
  width: 100%;
  font-size: 1em;
  border-radius: 7px;
  border: 1px solid #c5d3e4;
  padding: 8px 10px;
  margin-top: 3px;
  margin-bottom: 13px;
  background: #f9fbfd;
}#custom-order-form input[type="file"]{
  margin-top: 4px;
  margin-bottom: 14px;
}#custom-order-form .input-optional{
  font-weight: 400;
  color: #6d7885;
  font-size: .96em;
  margin-left: 3px;
}#custom-order-form button[type="submit"], #close-custom-order{
  padding: 9px 23px;
  border-radius: 8px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 3px;
}#custom-order-form button[type="submit"]{
  background: #045098;
  color: #fff;
  font-weight: 600;
  transition: background .13s;
}#custom-order-form button[type="submit"]:hover{
  background: #063a6d;
}#close-custom-order{
  background: #f3f3f3;
  color: #333;
  border: 1px solid #bbb;
  margin-right: 8px;
}#custom-order-form .upload-preview{
  margin: 5px 0 9px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}#custom-order-form .upload-preview img{
  width: 46px;
  height: 46px;
  border-radius: 7px;
  object-fit: cover;
  border: 1px solid #eee;
}#custom-order-form .upload-preview span{
  font-size: .98em;
  color: #067;
}
@media (max-width: 520px) {#custom-order-modal > div{
  max-width: 99vw;
  padding: 15px 3vw 16px 3vw;
}#custom-order-modal h3{
  font-size: 1.11em;
}#custom-order-form label{
  font-size: .98em;
}
}


/* MOBILE RESPONSIVENESS */

@media (max-width: 800px) {.main-layout{
  flex-direction: column;
}/* mobile: sidebar slides under header as a horizontal strip */
.sidebar{
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  height: 56px;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; align-items: center;
  background:#f3f4f6 !important;
  border-right:none;
  border-bottom:1.5px solid #ddd;
  padding:0 8px;
  gap: 8px;
  z-index: 900;
}
.sidebar-title{
  display: none;
}.sidebar-option, .sidebar-option.custom{
  border-radius: 0;
  margin: 0;
  padding: 13px 12px;
  font-size: 1em;
  min-width: 100px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 1;
}.sidebar-option.custom{
  min-width: 130px;
} .content-area{
  padding-left: 4vw;               /* no fixed left sidebar on mobile */
  padding-right: 4vw;
  padding-top: calc(var(--header-h) + 26px + 16px);  /* header + mobile sidebar */
}
.product-card img{
  width: 80px !important;
  height: 80px !important;
}.site-header{
  flex-direction: column;
  align-items: stretch;
  padding: 6px 2vw 4px 2vw;
  min-height: 36px;
  gap: 0;
}.header-logo{
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
  float: none;
}.site-title{
  position: static;
  transform: none;
  font-size: 1rem;
  width: 100%;
  padding: 2px 0 5px 0;
  text-align: center;
}.header-nav{
  position: static;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  font-size: 0.97em;
  padding: 2px 0 0 0;
}.header-nav a{
  padding: 5px 3px;
  min-width: 80px;
  text-align: center;
  word-break: break-word;
  font-size: 0.98em;
}
}
/* Optional: Make buttons/inputs bigger for touch screens */
@media (max-width: 500px) {.product-card{
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.7rem;
}.product-card img{
  width: 64px !important;
  height: 64px !important;
}.sidebar-option, .sidebar-option.custom{
  font-size: 0.96em;
  min-width: 85px;
  padding: 10px 7px;
}
}/* Sidebar and Main Layout */
.main-layout{
  display: flex;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
}
/* FIXED sidebar (desktop) */
.sidebar{
  position: fixed;
  top: var(--header-h);
  left: 0;
  bottom: 0;
  width: 230px;
  overflow-y: auto;
  background:#f3f4f6;
  padding: 70px 0 12px 0;
  border-right:1.5px solid #ddd;
  box-sizing:border-box;
  z-index: 900;
}.sidebar-title{
  font-weight: bold;
  font-size: 1.18rem;
  color: #0d263a;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}.sidebar-option{
  display: block;
  background: #f5f8ff;
  border: none;
  color: #16304a;
  padding: 14px 24px 14px 28px;
  font-size: 1.08em;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 6px;
  margin-top: 20px;
  border-radius: 9px;
  outline: none;
  transition: background 0.17s, color 0.17s;
  box-shadow: none;
}.sidebar-option.selected,
.sidebar-option:hover,
.sidebar-option:focus{
  background: #045098;
  color: #fff;
  box-shadow: 0 2px 7px #04509810;
}.sidebar-option.selected{
  font-weight: 600;
  /* Optional: Add a left border for selected, comment if not needed */
   border-left: 4px solid #e1e9fa;
}.sidebar-option:active{
  background: #036;
  color: #fff;
}/* main content: account for fixed header + sidebar */
.content-area{
  position: relative;
  margin-top: 130px;
  padding: 20px 6vw 32px calc(220px + 10vw);  /* << left offset for fixed sidebar */
  padding-top: calc(var(--header-h) + 50px);  /* << top offset for fixed header */
  min-height: 100vh;
  box-sizing: border-box;
  backdrop-filter: blur(0px);
}
/* Product and State selection */
#state-select-area{
  margin-bottom: 0rem;
}.product-card{
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.2rem;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  background: #f7f7fa;
}.product-card img{
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 0px;

}.orders-card {
  background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}.quantity-selector{
  display:flex; align-items:center;
  border:1px solid #cfd6e4; border-radius:8px; background:#fff;
  overflow:hidden; height:36px;
}
.quantity-selector button{
  appearance:none; border:0; background:#f5f7fb; color:#1f2a44;
  width:16px; height:16px; font-size:20px; line-height:3px; cursor:pointer; padding: auto;
  margin-bottom: 5px;
  transition:background .15s ease;
}
.quantity-selector button:hover{ background:#e7ebf4; }
.quantity-selector span{
  display:inline-block; min-width:32px; text-align:center;
  font-weight:600; color:#1f2a44; padding:0 8px;
}
  
/* Login/Register Box Styles (no change from your original) */
.login-register-container{
  max-width: 340px;
  margin: 180px auto 0 auto;
  background: #fff;
  padding: 32px 24px 48px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  border: 1px solid #e5e5e5;
  position: relative;
}.login-register-container h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}.login-register-container form{
  display: flex;
  flex-direction: column;
  gap: 16px;
}.login-register-container button{
  margin: 0 auto;
  min-width: 110px;
}.login-register-link{
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-size: 0.97em;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s;
  background: #fff;
  padding-left: 6px;
}.login-register-link:hover{
  color: #0056b3;
}button{
  background: #036;
  color: #fff;
  border: none;
  padding: 0.7em 1.2em;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}button:hover{
  background: #025;
}input, select{
  padding: 0.5em;
  margin: 0.3em 0;
  width: 100%;
  box-sizing: border-box;
}section, div{
  margin-bottom: 1.5rem;
}/* Global fixed background image, behind everything */
html, body{
  background: none !important;
}body::before{
  content: "";
  position: fixed;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;               /* <- bigger bleed kills the bottom band */
  background: url("images/BG.png") center / cover no-repeat fixed;
  z-index: -1;
  transform: translateZ(0);
}
.product-card,
.login-register-container,
#custom-order-modal > div{
  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(0,0,0,0.06);
  backdrop-filter: blur(6px);
}/* Remove header/content gap on desktop */
@media (min-width: 801px) {.content-area{
  padding-top: 8px !important;
}
}/* Remove header-to-content gap */
/* Make sure the header itself isn’t adding space */
.site-header{
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  /* keep if you don't want a line under header */
  padding-right: 30px;
  padding-left: 0px;
  margin-left: 0;
} 
/* Cart items layout & gaps */
#cart-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;            /* enables gap */
  flex-direction: column;
  gap: 16px;                /* <-- space between items */
}

#cart-items ul > li {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 12px;                /* space between image/text/button */
}

/* tidy the small product image in cart */
#cart-items ul > li img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

/* optional: remove last-gap if you ever switch off `gap` */
#cart-items ul > li:last-child {
  margin-bottom: 0;
}
#cart-items ul > li b {
  margin-right: 6px; /* small gap after the bold product type */
}

#cart-items ul > li div {
  margin-top: 6px;   /* space between product title/price and the details line */
  line-height: 1.4;  /* more readable spacing between text lines */
}

/* Custom order details layout in Cart */
.cart-custom-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;      /* row gap, column gap */
  margin-top: 6px;
  margin-left: 30px;
  font-size: 0.9em;
  color: #555;
}
.cart-custom-details span {
  background: rgba(0,0,0,0.05);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
/* Cart row layout */
#cart-items ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
#cart-items ul > li.cart-row {
  display:flex; align-items:flex-start; gap:14px;
  padding:12px; border:1px solid #ccc; border-radius:8px;
  background: rgba(255,255,255,0.85);
}

/* Thumb */
.cart-thumb { width:100px; height:60px; object-fit:contain; flex-shrink:0; border-radius:4px; }

/* Text block */
.cart-info { flex:1; min-width:0; }
.cart-title { font-weight:700; font-size:1.05rem; line-height:1.2; margin-bottom:2px; }
.cart-meta  { color:#596a7a; margin-bottom:4px; }
.cart-price { font-weight:600; margin-bottom:6px; }

/* Custom details as pills */
.cart-custom-details { display:flex; flex-wrap:wrap; gap:8px 12px; margin-top:6px; font-size:.9em; color:#555; }
.cart-custom-details span { background:rgba(0,0,0,.05); padding:4px 8px; border-radius:4px; white-space:nowrap; }

/* Remove button */
.cart-remove { align-self:center; }
/* Login box links: tidy layout */
#login-box .login-register-link {
  position: static;          /* override the absolute in the global rule */
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 0.95em;
  color: #0b5cab;
  text-decoration: none;
}

#login-box .login-register-link:hover {
  text-decoration: underline;
  color: #063a6d;
}

/* Slightly different spacing between the two links */
#login-box #forgot-password {
  margin-top: 8px;
}

#login-box #show-register {
  margin-top: 6px;
}

/* Optional: tighten the login button area a touch */
#login-box button[type="submit"] {
  margin-top: 10px;
}
#login-box .login-register-link,
#login-box #forgot-password {
  background: transparent !important;
}
.login-register-link {
  background: transparent !important;
  padding: 0;
  text-decoration: none;
}

.login-register-link:hover {
  text-decoration: underline;
}
/* login/register links – no white background */
.login-register-link {
  background: transparent !important;
  display: block;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  color: #0b5cab;
}
.login-register-link:hover { text-decoration: underline; }
/* qty control on product cards */
.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfd6e4;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}
.qty button {
  width: 32px; height: 32px;
  border: 0; cursor: pointer;
  font-size: 18px; line-height: 32px;
  background: #093a68; color: #fff;
}
.qty input {
  width: 40px; height: 32px;
  border: 0; text-align: center;
  font-weight: 600;
}
.product-actions { display:flex; gap:12px; align-items:center; margin-top:8px; }
.quantity-btn {
  background-color: #003366;
  color: white;
  border: none;
  padding: 4px 10px; /* smaller padding */
  margin: 0 2px; /* less gap */
  font-size: 14px; /* slightly smaller font */
  border-radius: 6px;
  cursor: pointer;
}

.quantity-btn:hover {
  background-color: #0055a5;
}

.quantity-display {
  font-size: 15px;
  margin: 0 5px;
  font-weight: 500;
}
/* kill any bottom cap from panel styling */
.sidebar,
.content-area {
  box-shadow: none !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* FIXED header */
/* give the rest of the page a header offset (used below) */
:root{
  --header-h:72px;
}
/* small intro text area above product list */
.tab-intro{
  margin: 8px 0 14px;
  font-size: .98rem;
  color: #243b53;
  background: #f3f6fb;
  border: 1px solid #dbe3ef;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(2,32,71,.06);
}

/* “State:” label chip */
.state-label-block{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin: 6px 0 12px;
  background: #0b3b6b;               /* chip background */
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(11,59,107,.20);
}

.state-label-text{
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.15), 0 2px 6px rgba(0,0,0,.25);
}

.state-label-block select{
  appearance: none;
  background: #fff;
  color: #0b3b6b;
  border: 1px solid #7aa0c8;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 600;
  outline: none;
  box-shadow: 0 2px 6px rgba(2,32,71,.08) inset;
}
.state-label-block select:focus{
  box-shadow: 0 0 0 3px rgba(11,59,107,.18);
}
/* Frosted card look (only for support page sections) */
.frost-card{
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* Space between the two blocks */
.frost-card + .frost-card{
  margin-top: 16px;
}

/* Make form fields inside cards stretch nicely */
#support-section input[type="text"],
#support-section textarea,
#support-section select,
#support-reset input[type="email"]{
  width: 100%;
  max-width: 560px;
}
.tab-desc{
  margin: 8px 0 12px;
  padding: 10px 14px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  color: #213a59;
  font-size: 1rem;
}
/* reuse product-card look for cart containers */
.cart-card{
  padding: 16px 18px;
  margin-bottom: 16px;
  max-width: 800px;
  margin-left: 0px;
}

/* optional: tidy list inside the cart card */
#cart-items ul{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#cart-items ul > li{
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Clean, single-line heading */
#cart-items > h2{
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .2px;
  color: #132a45;
  white-space: nowrap;         /* keeps “Your Cart” on one line */
}

/* Optional: a touch of space between heading and list */
#cart-items ul{ margin-top: 8px; }
@media (max-width: 900px){
  .cart-card{ margin-left: 0; }
}
.cart-page-title{
  margin: 0 0 14px 4px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #0b3b6b;
}/* make product images stack vertically */
.prod-images{
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* keep left-aligned; remove if you want centered */
  gap: 10px;               /* space between images */
}

.product-card .prod-multi-img{
  display: block;
  width: 100%;
  max-width: 300px;        /* adjust to taste */
  height: auto;
  border-radius: 8px;      /* optional */
}
