/* GIGASITRON blue tech menu tabs */
#_desktop_top_menu .top-menu > li {
  margin: 0 6px;
}

#_desktop_top_menu .top-menu > li > a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  background: #eaf4ff;      /* light blue background */
  color: #0b3d66;           /* dark blue text */
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #2b7fc3;
  transition: all 0.2s ease;
}

#_desktop_top_menu .top-menu > li > a:hover {
  background: #1f6fb2;      /* stronger blue on hover */
  color: #ffffff;
  border-color: #1f6fb2;
  text-decoration: none;
}

/* GIGASITRON category cover banner */
#category .category-cover {
  width: 100%;
  margin-bottom: 25px;
}

#category .category-cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Hide category title above category banner */
#category #main .block-category h1,
.page-category #main .block-category h1 {
  display: none;
}

#category #main .block-category,
.page-category #main .block-category {
  padding-top: 0;
}

/* GIGASITRON: make category cover banner fill the white block */
#category .block-category {
  padding: 0 !important;
  margin-bottom: 25px;
  min-height: auto !important;
  border: none;
  box-shadow: none;
  background: transparent;
}

#category .block-category .category-cover {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#category .block-category .category-cover img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 8px;
}

/* GIGASITRON: align search bar with Sign in and Cart in top nav */
#_desktop_search_widget,
#search_widget {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  width: 190px;
  max-width: 190px;
}

#search_widget form {
  margin: 0;
}

#search_widget form input {
  height: 34px;
  line-height: 34px;
  padding: 6px 12px 6px 36px;
  border-radius: 6px;
}

.header-nav .right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

/* Adjust search bar vertical position */
#search_widget {
  margin-top: 3px;
}

/* GIGASITRON: centered full-width product description tabs */
body#product .tabs {
  max-width: 1000px;
  margin: 40px auto 0 auto !important;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 0;
}

body#product .tabs .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}

body#product .tabs .nav-tabs .nav-link {
  padding: 14px 20px;
  font-weight: 600;
}

body#product .tabs .tab-content {
  padding: 28px 35px;
  line-height: 1.6;
}

body#product .tabs .tab-content p,
body#product .tabs .tab-content li {
  font-size: 15px;
  line-height: 1.6;
}

/* GIGASITRON: larger product description font */
body#product .tabs .tab-content {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body#product .tabs .tab-content p,
body#product .tabs .tab-content li,
body#product .tabs .tab-content div {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* GIGASITRON: force larger product description font */
body#product #content-wrapper .tabs,
body#product #content-wrapper .tabs *,
body#product .product-description,
body#product .product-description *,
body#product #description,
body#product #description *,
body#product #product-details,
body#product #product-details * {
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Tab title size */
body#product .tabs .nav-tabs .nav-link,
body#product .tabs .nav-tabs .nav-item a {
  font-size: 17px !important;
  font-weight: 600 !important;
}

/* Product description main text */
body#product .tab-content,
body#product .tab-content p,
body#product .tab-content div,
body#product .tab-content li,
body#product .tab-content span {
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Hide only out-of-stock badge on product image */
.product-flag.out_of_stock {
  display: none !important;
}

/* GIGASITRON: stronger left sidebar category styling */
#left-column .block-categories,
#left-column #search_filters,
#left-column .sidebar,
#left-column .block {
  border-radius: 10px !important;
}

/* Main category block */
#left-column .block-categories {
  background: #f7fbff !important;
  border: 1px solid #d8e8f7 !important;
  padding: 15px !important;
  margin-bottom: 25px !important;
}

/* GIGASITRON: left sidebar category menu styling */
body#category #left-column .block-categories {
  background: #f7fbff !important;
  border: 1px solid #d8e8f7 !important;
  border-radius: 10px !important;
  padding: 15px !important;
  margin-bottom: 25px !important;
}

/* GIGASITRON: softer blue HOME button */
#left-column a.text-uppercase.h6[href*="/2-home"] {
  display: block !important;
  background: #eaf4ff !important;
  color: #0b3d66 !important;
  border: 1px solid #2b7fc3 !important;
  padding: 12px 15px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

/* GIGASITRON: style category links below HOME */
body#category #left-column .block-categories .category-sub-menu a {
  display: block !important;
  padding: 9px 12px !important;
  margin: 5px 0 !important;
  background: #ffffff !important;
  border: 1px solid #e1edf7 !important;
  border-radius: 6px !important;
  color: #0b3d66 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Hover effect for category links */
body#category #left-column .block-categories .category-sub-menu a:hover {
  background: #eaf4ff !important;
  color: #1f6fb2 !important;
  border-color: #2b7fc3 !important;
}

/* Highlight current selected category */
body#category #left-column .block-categories .category-sub-menu a:hover,
body#category #left-column .block-categories .category-sub-menu li.current > a {
  background: #12395a !important;
  color: #ffffff !important;
  border-color: #12395a !important;
}

/* GIGASITRON: highlight sidebar items on mouse hover */
body#category #left-column .block-categories .category-sub-menu a:hover {
  background: #12395a !important;
  color: #ffffff !important;
  border-color: #12395a !important;
  transform: translateX(3px);
  transition: all 0.2s ease;
}

/* Smooth transition for normal sidebar items */
body#category #left-column .block-categories .category-sub-menu a {
  transition: all 0.2s ease;
}

/* Hover effect for HOME button */
#left-column a.text-uppercase.h6[href*="/2-home"]:hover {
  background: #12395a !important;
  color: #ffffff !important;
  border-color: #12395a !important;
  transform: translateX(3px);
  transition: all 0.2s ease;
}

/* GIGASITRON: embossed sidebar hover */
body#category #left-column .block-categories a:hover {
  background: linear-gradient(180deg, #1f6fb2, #12395a) !important;
  color: #ffffff !important;
  border: 1px solid #0b3d66 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 4px 10px rgba(18,57,90,0.25) !important;
  transform: translateX(4px) !important;
}

/* GIGASITRON: blue hover button effect for sidebar category items */
body#category #left-column .block-categories a {
  transition: all 0.2s ease !important;
}

body#category #left-column .block-categories a:hover {
  background-color: #1f6fb2 !important;
  color: #ffffff !important;
  border: 1px solid #1f6fb2 !important;
  box-shadow: 0 4px 10px rgba(31, 111, 178, 0.25) !important;
  transform: translateX(3px);
  text-decoration: none !important;
}

/* GIGASITRON: subtle blue-grey website background */
body,
#wrapper {
  background: linear-gradient(180deg, #f6f9fc 0%, #eef4f9 100%) !important;
}

/* Clean white content areas */
#content-wrapper,
#left-column .block-categories,
.product-container,
#main .page-content,
#main .card,
body#product .tabs {
  background-color: #ffffff;
}

/* Soft card effect */
#content-wrapper,
#left-column .block-categories,
body#product .tabs {
  border-radius: 10px;
}

/* GIGASITRON: improve top category menu area */
#_desktop_top_menu {
  background: linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%) !important;
  padding: 10px 14px !important;
  border: 1px solid #d8e8f7 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(18, 57, 90, 0.10) !important;
}

/* Category tab spacing */
#_desktop_top_menu .top-menu > li {
  margin: 0 5px !important;
}

/* Category tab button */
#_desktop_top_menu .top-menu > li > a {
  display: inline-block !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #0b3d66 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: 1px solid #d8e8f7 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

/* Hover effect */
#_desktop_top_menu .top-menu > li > a:hover {
  background: #1f6fb2 !important;
  color: #ffffff !important;
  border-color: #1f6fb2 !important;
  box-shadow: 0 4px 10px rgba(31, 111, 178, 0.25) !important;
  transform: translateY(-2px);
}

/* Active/current category look */
#_desktop_top_menu .top-menu > li.current > a,
#_desktop_top_menu .top-menu > li > a:focus {
  background: #12395a !important;
  color: #ffffff !important;
  border-color: #12395a !important;
}

/* GIGASITRON: light blue search box outline */
#search_widget form input {
  border: 2px solid #7ec8ff !important;   /* light blue */
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: #0b3d66 !important;
}

/* Focus effect when clicked */
#search_widget form input:focus {
  border-color: #4aaee8 !important;
  box-shadow: 0 0 0 3px rgba(126, 200, 255, 0.35) !important;
  outline: none !important;
}


/* GIGASITRON: hide search box placeholder text */
#search_widget form input::placeholder {
  color: transparent !important;
}

#search_widget form input::-webkit-input-placeholder {
  color: transparent !important;
}

#search_widget form input::-moz-placeholder {
  color: transparent !important;
}

#search_widget form input:-ms-input-placeholder {
  color: transparent !important;
}






