@charset "utf-8";
/* CSS Document */

*{box-sizing:border-box}
body{
	font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	margin:0;color:#222;
	font-size: 15px;
	line-height: 23px;
}
a, a:hover, a:visited, a:active {
  	text-decoration: none;
	color: #0036D9;
}
.topbar.mobile {
	display: none !important;
}
.topbar {
	display: block;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.topbar a {
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}
.topbar i {
	margin-right: 5px;
}
.wrap { 
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 16px;
}
.logo img {
	display: block;
	max-width: 535px;
	height: auto;
	line-height: 0px;
}
.site-header .wrap {
	display:flex;
	gap:16px;
	align-items:center;
}
.nav-search{margin-left:auto;display:flex;gap:6px}
.nav-search input{padding:6px 8px}
main.wrap {
	padding: 50px 16px 100px 16px;
	min-height: 650px;
}
.grid{display:grid;gap:10px}
.grid.products{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.grid.cats{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.category-image {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	display: block; /* removes inline-gap */
}
.product-grid-image {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	display: block; 
}
.card {
	border:1px solid #e5e5e5;
	/* border-radius:12px; */
	padding:12px;
	background:#fff
}
.card img {
	width:100%;
	display:block;
	/* border-radius:8px */
}
.product h3,.cat h3{margin:.5rem 0;font-size:1.05rem}
.muted {
	color:#666;
	font-size:.9rem
}
.meta {
	color:#000;
	font-size: 16px;
}
.meta.price-text {
	font-size: 20px;
	line-height: 30px;
}
.pager{display:flex;gap:12px;align-items:center;justify-content:center;margin:18px 0}
.pager a{text-decoration:none}
.product-detail .hero{max-width:100%;border-radius:12px}
.product-detail .thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.product-thumbs img {
	height: 90px !important;
	/* border-radius: 8px !important; */
} 
.alert.ok{background:#eaffea;border:1px solid #9cd39c;padding:10px;border-radius:8px;margin:12px 0}
h1 {
	margin: 0px 0px 25px 0px !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 32px !important;
}
.product-detail h1 {
	margin: 0px 0px 5px 0px !important;
}
.pagecols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}
.pagecol-left img.hero {
	width: 100%;
}
.homecategoriesdiv {
	width: 100vw; /* full viewport width */
	margin-left: calc(-50vw + 50%); /* offset to break out of wrapper center */
	background-color: #f4f4f4;
	margin-bottom: -100px;
}
.homecategories {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 100px 0px;
}
.homefeat {
	padding-bottom: 80px;
	min-height: 150px;
}
.homefeat h1, .homecategories h2 {
	margin: 0px 0px 25px 0px !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	color: #000 !important;
}
.grid.products .card.product h3, .grid.cats h3 {
  font-weight: 600 !important;
}
.grid.products .card.product a, .grid.cats a h3 {
  color: #0036D9 !important;
}
.grid.products .card.product a:hover, .grid.cats a:hover h3 {
  color: #551A8B !important;
}
article.product-detail .content {
	margin-bottom: 50px;
}
.contactformcard {
	border-width: 0px;
	border-radius: 12px;
	padding: 25px;
	background-color: #f4f4f4;
}
.contactformcard h2 {
	margin: 0px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 27px !important;
	margin-bottom: 15px !important;
}
.contact-form div {
  display: flex;
  align-items: center; /* vertical align for inputs */
  margin-bottom: 10px;
}
.contact-form label {
  width: 120px;       /* fixed width for all labels */
  flex-shrink: 0;     /* prevent shrinking */
}
.contact-form textarea {
  vertical-align: top; /* old-school top alignment */
}
.contact-form div:has(textarea) {
  align-items: flex-start; /* top align textarea */
}
.contact-form input, .contact-form textarea {
  flex: 1;
}
.contact-form button[type="submit"] {
  font-size: 15px;
  padding: 10px 20px; 
  background-color: #0066cc; 
  color: #fff;     
  border: none;     
  border-radius: 3px; 
  cursor: pointer;   
}
.contact-form button[type="submit"]:hover {
  background-color: #004999;
}
.productdisclaimer {
	border-top: 1px solid #CCC;
	padding-top: 25px;
	color:#666;
	font-size:.9rem
}
.contactpagedesc {
	line-height: 30px;
}
.contactpagedesc i {
	margin-right: 5px;
}
.contactpagedesc strong {
	font-size: 18px;
	font-weight: 600;
}

/* --- Basic Navbar Styling --- */
.navbar {
	background-color: #2685C4;
	position: relative; /* Crucial for positioning the label and dropdown */
	padding-top: 12px;
	padding-bottom: 12px;
}
/* Hide the entire hamburger label on desktop */
.navbar-toggle-label {
	display: none;
}
.navbar-toggle {
	display: none;
}   
/* Display the nav menu normally on desktop */
.nav {
	display: flex;
	flex-direction: row; 
	position: static; /* Put it back in the normal document flow */
	width: auto;
	border-top: none;
	justify-content: center; /* Add this line to center the links */
}
.nav a {
	border-top: none;
	padding: 0 15px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.nav a:hover {
	color: #081B27;
}
.site-footer {
	background-color: #2685C4;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
.footercontent {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.footerlogo, .footeradd {
	text-align: center;
}
.footerlogo img {
	width: 240px;
}
.footeradd {
	line-height: 30px;
}
.footeradd a {
	color: #FFF;
	text-decoration: none;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.footeradd a:hover {
	color: #081B27;
}
.footeradd strong {
	font-weight: 600;
	font-size: 18px;
}
.copyright {
	background-color: #1E6A9D;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FFF;
}
.copyright a {
	color: #FFF;
}
.copyright a:hover {
	color: #081B27;
}



/* ***************************************************************** */
/* *************** Mobile CSS 768px wide and smaller *************** */

@media (max-width: 768px) {

main.wrap {
  padding: 50px 20px 50px 20px;
}
.wrap { 
	box-sizing: border-box !important;
	max-width: 100%;
	padding: 0px;
}
.homecategories {
	width: 100%;
	padding: 50px 0px 50px 0px;
}
.homecategoriesdiv {
	margin-bottom: -50px;
}
.topbar.mobile {
	display: block !important;
}
.topbar {
	display: none !important;
}
.pagecols {
	display: block;
}
.pagecol-left {
	margin-bottom: 50px;
}
.site-header .wrap {
    flex-direction: column;
        align-items: center; /* centers horizontally */
    text-align: center;  /* ensures form text aligns center */
  }
.site-header .nav-search {
    width: 90%;
    max-width: 600px;
  }
.nav-search {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.site-header .nav-search input[type="search"] {
    width: calc(100% - 90px); /* space for the button */
    display: inline-block;
  }
.site-header .nav-search button {
    display: inline-block;
	width: 100px;
  }
/* --- Basic Navbar Styling --- */
.navbar {
  background-color: #2685C4;
  padding: 20px;
  position: relative; /* Crucial for positioning the label and dropdown */
  min-height: 52px; /* Set a minimum height to prevent collapse */
}

/* --- The Hamburger Menu & Label (Mobile View) --- */

/* Hide the checkbox itself */
.navbar-toggle {
  display: none;
}

/* Style the label that contains the icon and text, and align it right */
.navbar-toggle-label {
  position: absolute;
  top: 50%;
  right: 15px; /* Align to the right */
  transform: translateY(-50%); /* Precise vertical centering */
  
  display: flex; /* Use flexbox to align icon and text */
  align-items: center; /* Vertically center them */
  cursor: pointer;
  color: white;
}

/* Container for the hamburger icon lines */
.hamburger-icon {
  width: 25px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Style the three lines of the hamburger icon */
.hamburger-icon span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Style the word "Menu" */
.menu-text {
  margin-right: 10px; /* Add some space between the icon and the text */
  font-size: 1rem;
}
/* --- The Navigation Menu (Mobile Dropdown View) --- */
.nav {
  display: none;
  flex-direction: column; 
  position: absolute;      
  top: 100%;               /* Position it right below the navbar */
  left: 0;
  width: 100%;
  background-color: #333; 
  z-index: 1000;           /* Ensure it appears above other page content */
}
/* Style the links for the dropdown */
.nav a {
	color: white;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #FFF; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
}
.nav a:hover {
	background-color: #555;
	color: white;
}
/* --- THE MAGIC: Show the menu when the checkbox is checked --- */
.navbar-toggle:checked ~ .nav {
  display: flex; 
}

/* Animate the hamburger into an "X" when the menu is open */
/* Note the updated selector to target the spans inside the icon div */
.navbar-toggle:checked ~ .navbar-toggle-label .hamburger-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle:checked ~ .navbar-toggle-label .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle:checked ~ .navbar-toggle-label .hamburger-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
h1, .product-detail h1, .homefeat h1, .homecategories h2 {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
}
	.homecategoriesdiv {
		padding-left: 20px;
		padding-right: 20px;
	}
	.copyright a {
		display: block;
		line-height: 30px;
	}
.footercontent {
	grid-template-columns: 1fr;	
	width: 100%;
}
	.footerlogo {
margin-bottom: 30px;
}
}
	






