
.site-shell-header {
  background: #262626;
  color: #d9f34c;
  font-family: Arial, Helvetica, sans-serif;
}

.site-shell-header a {
  color: inherit;
  text-decoration: none;
}

.site-shell-header__main {
  background: #2d2d2d;
}

.site-shell-header__inner,
.site-shell-nav__inner,
.site-shell-promos {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 1384px;
  padding: 0 1.5rem;
}

.site-shell-header__inner {
  grid-template-columns: minmax(170px, 250px) minmax(280px, 1fr) auto;
  min-height: 76px;
}

.site-shell-header__brand {
  align-items: center;
  display: flex;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  max-width: 250px;
  min-width: 0;
}

.site-shell-header__brand img {
  display: block;
  max-height: 54px;
  max-width: 100%;
  object-fit: contain;
}

.site-shell-search {
  align-items: stretch;
  background: #f7f7f7;
  border-radius: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 48px;
  min-height: 44px;
  overflow: hidden;
}

.site-shell-search input[type="search"] {
  background: transparent;
  border: 0;
  color: #39424e;
  min-width: 0;
  padding: 0 1rem;
}

.site-shell-search input[type="search"]:focus {
  outline: 0;
}

.site-shell-search__orderpad {
  align-items: center;
  color: #202833;
  display: flex;
  font-size: 0.7rem;
  gap: 0.35rem;
  margin: 0;
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.site-shell-search button {
  align-items: center;
  background: #202833;
  border: 0;
  color: #d9f34c;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  padding: 0;
}

.site-shell-search-component {
  min-width: 0;
}

.site-shell-search-component search-box,
.site-shell-search-component .p-searchBox {
  display: block;
  position: relative;
  width: 100%;
}

.site-shell-search-component .input-group {
  align-items: stretch;
  background: #f7f7f7;
  border-radius: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto 48px;
  min-height: 44px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.site-shell-search-component .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #39424e;
  height: 44px;
  min-width: 0;
}

.site-shell-search-component .input-group-addon,
.site-shell-search-component .input-group-btn {
  align-items: center;
  display: flex;
}

.site-shell-search-component .orderpad {
  color: #202833;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.site-shell-search-component .orderpad div {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.site-shell-search-component .orderpad label {
  margin: 0;
}

.site-shell-search-component #clearSearchBtn {
  background: transparent;
  border: 0;
  color: #202833;
  width: 30px;
}

.site-shell-search-component #uxSearchButton {
  align-items: center;
  background: #202833;
  border: 0;
  border-radius: 0;
  color: #d9f34c;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 48px;
}

.site-shell-search-component #uxSearchButton .cg-search::before {
  content: "Go";
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.site-shell-search-component .results {
  background: #fff;
  color: #1f2933;
  display: none;
  left: 0;
  max-height: min(70vh, 540px);
  overflow-y: auto;
  position: absolute !important;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 3000;
}

.site-shell-search-component .results[data-visible="true"] {
  display: block;
}

.site-shell-search-component .results > .list-group {
  margin: 0;
}

.site-shell-actions {
  align-items: center;
  display: flex;
  gap: 1.1rem;
  white-space: nowrap;
}

.site-shell-actions a,
.site-shell-actions button,
.site-shell-vat {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-shell-vat input {
  accent-color: #d9f34c;
}

.site-shell-basket {
  position: relative;
}

.site-shell-basket strong {
  align-items: center;
  background: #d9f34c;
  border-radius: 999px;
  color: #202833;
  display: flex;
  font-size: 0.75rem;
  height: 1.35rem;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.65rem;
  top: -0.75rem;
}

.site-shell-nav {
  background: #000;
}

.site-shell-nav__inner {
  display: flex;
  justify-content: center;
  min-height: 48px;
  padding-bottom: 0;
  padding-top: 0;
}

.site-shell-nav__inner comgem-navigation,
.site-shell-nav__inner comgem-navigation > div {
  display: block;
  width: 100%;
}

.site-shell-nav a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9rem 1.6rem;
}

.site-shell-nav a:hover,
.site-shell-nav a:focus {
  color: #d9f34c;
}

.site-shell-nav comgem-navigation .navbar-toggle,
.site-shell-nav comgem-navigation .search-toggle-container,
.site-shell-nav comgem-navigation .on-page-search-container,
.site-shell-nav comgem-navigation login-view,
.site-shell-nav comgem-navigation quick-cart {
  display: none !important;
}

.site-shell-nav comgem-navigation .desktop,
.site-shell-nav comgem-navigation .nav-wrapper,
.site-shell-nav comgem-navigation .navbar-collapse,
.site-shell-nav comgem-navigation .gem-nav {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: static !important;
}

.site-shell-nav comgem-navigation .navbar-nav {
  align-items: center !important;
  display: flex !important;
  float: none !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

.site-shell-nav comgem-navigation .navbar-nav > li {
  display: block !important;
  float: none !important;
}

.site-shell-nav comgem-navigation .navbar-nav > li > a {
  color: #fff !important;
  display: block !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  padding: 0.9rem 1.6rem !important;
}

.site-shell-nav comgem-navigation .navbar-nav > li > a:hover,
.site-shell-nav comgem-navigation .navbar-nav > li > a:focus {
  color: #d9f34c !important;
}

.site-shell-nav comgem-navigation .dropdown-menu,
.site-shell-nav comgem-navigation .gem-panel {
  display: none !important;
}

.site-shell-promos {
  background: #303030;
  color: #d9f34c;
  display: flex;
  font-size: 1.05rem;
  font-weight: 700;
  justify-content: center;
  min-height: 35px;
}

.site-shell-promos span {
  padding: 0 1.5rem;
}

.site-shell-main--full {
  width: 100%;
}

.site-shell-container {
  padding-top: 2rem;
}

