html {
  font-size: 14px;
  min-height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #f0f1f2;
  color: #1f2933;
  margin: 0;
}

.product-detail-page {
  background: #f0f1f2;
  min-height: calc(100vh - 160px);
  padding: 1.5rem 0 3rem;
}

.product-detail-container {
  margin: 0 auto;
  max-width: 1384px;
  padding: 0 1.5rem;
}

.product-detail-breadcrumb {
  color: #5b6673;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.product-detail-breadcrumb a {
  color: #183b5b;
  text-decoration: none;
}

.product-detail-breadcrumb span::before {
  content: "/";
  margin-right: 0.5rem;
}

.product-detail-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.product-detail-media,
.product-detail-summary,
.product-detail-content {
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.06);
}

.product-detail-media {
  padding: 1.25rem;
}

.product-detail-summary {
  padding: 1.5rem;
}

.product-detail-heading-row {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.product-detail-heading-row h1 {
  color: #003a5d;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.product-detail-code {
  color: #6c7682;
  margin: 0 0 1rem;
}

.product-detail-price-panel {
  border: 1px solid #e6e9ed;
  border-radius: 6px;
  margin: 1rem 0;
  padding: 1rem;
}

.product-detail-price-panel .price,
.product-detail-price-panel .product_price {
  color: #003a5d;
  font-size: 1.4rem;
  font-weight: 700;
}

.product-detail-actions {
  margin-top: 1rem;
}

.product-detail-content {
  margin-top: 2rem;
  padding: 1.5rem;
}

.product-detail-content .tabs {
  border-bottom: 1px solid #d9dee4;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.product-detail-content .tabs a {
  color: #183b5b;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
}

.product-detail-fallback-modal {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  left: 50%;
  max-width: 480px;
  padding: 1.25rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 480px);
  z-index: 5000;
}

.product-detail-fallback-modal > button {
  background: transparent;
  border: 0;
  font-size: 1.4rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.product-detail-muted {
  color: #6c7682;
  margin: 0;
}

.page-productDetails-core {
  background: #fff;
}

.page-productDetails-core .site-shell-main {
  background: #fff;
}

.page-productDetails-core .core-product-detail-template {
  background: #fff;
  padding-bottom: 2.5rem;
}

.page-productDetails-core .container-cms {
  max-width: 1384px;
  width: calc(100% - 3rem);
}

.page-productDetails-core .core-product-media-column {
  margin-bottom: 1.5rem;
}

.page-productDetails-core .position-sticky {
  align-self: flex-start;
  position: sticky;
}

.page-productDetails-core .top-0 {
  top: 0;
}

.page-productDetails-core .core-price-break-tabs {
  margin-bottom: 1.6rem;
}

.page-productDetails-core .core-price-break-tab-list {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-productDetails-core .core-price-break-tab {
  align-items: center;
  background: #eee;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.65rem;
  justify-content: center;
  min-height: 64px;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
}

.page-productDetails-core .core-price-break-tab.active {
  background: #d9f34c;
}

.page-productDetails-core .core-tab-icon {
  align-items: center;
  border: 2px solid currentColor;
  display: inline-flex;
  flex: 0 0 31px;
  font-size: 0.82rem;
  font-weight: 800;
  height: 31px;
  justify-content: center;
  line-height: 1;
  width: 31px;
}

.page-productDetails-core .core-tab-icon--plain::before {
  content: "T";
}

.page-productDetails-core .core-tab-icon--embroidery::before {
  content: "E";
}

.page-productDetails-core .core-tab-icon--print::before {
  content: "P";
}

.page-productDetails-core .core-price-break-panels {
  border-color: #ddd;
  border-style: solid;
  border-width: 2px 0 0;
  margin: 10px 0 32px;
  min-height: 1px;
}

.page-productDetails-core .core-price-break-panel {
  padding-top: 0.8rem;
}

.page-productDetails-core .core-price-break-panel.invisible {
  display: none !important;
}

.page-productDetails-core .core-custom-price-break-grid {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 1.5fr);
}

.page-productDetails-core .custom-price-break-table {
  margin: 0;
  width: 100%;
}

.page-productDetails-core .custom-price-break-table td {
  border: 1px solid #e2e2e2;
  padding: 0.75rem 1rem;
}

.page-productDetails-core .core-custom-price-break-note {
  padding: 2rem;
}

.page-productDetails-core .core-custom-price-break-note h2 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.page-productDetails-core .core-product-actions {
  gap: 0.75rem;
}

.page-productDetails-core .how-to-buy {
  margin-top: 2rem;
  text-align: center;
}

.page-productDetails-core .how-to-buy .options,
.page-productDetails-core .delivery-info {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-productDetails-core .delivery-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
  text-align: center;
}

.page-productDetails-core .how-to-buy .icon,
.page-productDetails-core .delivery-info .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 70px;
}

.page-productDetails-core .how-to-buy img,
.page-productDetails-core .delivery-info img {
  display: block;
  max-height: 76px;
  max-width: 92px;
  object-fit: contain;
}

.page-productDetails-core .how-to-buy .title,
.page-productDetails-core .delivery-info .title {
  color: #444;
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 0.4rem;
}

.page-productDetails-core .how-to-buy .desc,
.page-productDetails-core .delivery-info .desc {
  color: #5f6670;
  font-size: 0.92rem;
  line-height: 1.35;
  margin-top: 0.25rem;
}

.page-productDetails-core .schoolwear-delivery {
  margin: 2rem 0;
}

.page-productDetails-core .core-grid-product-main {
  align-items: flex-start;
  margin-bottom: 2rem;
}

.page-productDetails-core .core-grid-product-variations {
  margin-top: 1.5rem;
}

.page-productDetails-core .core-grid-product-variations .variation-grid-container {
  overflow-x: auto;
}

.page-productDetails-core .core-product-breadcrumb {
  color: #68727d;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.page-productDetails-core .core-product-breadcrumb a {
  color: #003a5d;
  text-decoration: none;
}

.page-productDetails-core .core-product-breadcrumb span::before {
  content: "/";
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .page-productDetails-core .container-cms {
    width: calc(100% - 2rem);
  }

  .page-productDetails-core .position-sticky {
    position: static;
  }

  .page-productDetails-core .core-price-break-tab-list,
  .page-productDetails-core .how-to-buy .options,
  .page-productDetails-core .delivery-info,
  .page-productDetails-core .core-custom-price-break-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
}

.hidden,
.hide {
  display: none !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.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-quickcart {
  position: relative;
}

.site-shell-quickcart__trigger {
  cursor: pointer;
  min-width: 52px;
}

.site-shell-quickcart__amount {
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.site-shell-quickcart__panel {
  background: #fff;
  border: 1px solid #d9dee4;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  color: #202833;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.7rem);
  width: min(420px, calc(100vw - 2rem));
  z-index: 5000;
}

.site-shell-quickcart.is-open .site-shell-quickcart__panel,
.site-shell-quickcart:focus-within .site-shell-quickcart__panel {
  display: block;
}

.site-shell-quickcart__title,
.site-shell-quickcart__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

.site-shell-quickcart__title {
  border-bottom: 1px solid #e7ebef;
}

.site-shell-quickcart__title strong {
  color: #003a5d;
  font-size: 0.98rem;
}

.site-shell-quickcart__title button {
  color: #003a5d;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 0.78rem;
  text-decoration: underline;
}

.site-shell-quickcart__empty {
  color: #5b6673;
  margin: 0;
  padding: 1.25rem 1rem;
}

.site-shell-quickcart__lines {
  list-style: none;
  margin: 0;
  max-height: min(52vh, 390px);
  overflow-y: auto;
  padding: 0;
}

.site-shell-quickcart__line {
  align-items: center;
  border-bottom: 1px solid #edf0f3;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 54px minmax(0, 1fr) auto auto;
  padding: 0.85rem 1rem;
}

.site-shell-quickcart__image {
  align-items: center;
  background: #f4f6f8;
  border: 1px solid #edf0f3;
  border-radius: 4px;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.site-shell-quickcart__image img {
  display: block;
  max-height: 48px;
  max-width: 48px;
  object-fit: contain;
}

.site-shell-quickcart__details {
  min-width: 0;
}

.site-shell-quickcart__details a {
  color: #003a5d;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-shell-quickcart__details span {
  color: #6c7682;
  display: block;
  font-size: 0.78rem;
  margin-top: 0.2rem;
  text-align: left;
}

.site-shell-quickcart__line > strong {
  color: #003a5d;
  font-size: 0.88rem;
}

.site-shell-quickcart__line > button {
  color: #7d1f1f;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 0.75rem;
  text-decoration: underline;
}

.site-shell-quickcart__footer {
  align-items: stretch;
  background: #f7f9fb;
  border-top: 1px solid #e7ebef;
  flex-direction: column;
  gap: 0.85rem;
}

.site-shell-quickcart__footer > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-shell-quickcart__footer span {
  color: #4a5562;
  font-weight: 700;
}

.site-shell-quickcart__footer strong {
  color: #003a5d;
}

.site-shell-quickcart__buttons {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1fr 1fr;
}

.site-shell-quickcart__buttons a {
  align-items: center;
  background: #003a5d;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 0.85rem;
  justify-content: center;
  min-height: 38px;
}

.site-shell-quickcart__buttons a:first-child {
  background: #eef2f5;
  color: #003a5d;
}

.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;
}

.page-searchResults #SearchResults {
  clear: both;
  margin: 0 auto;
  max-width: 1384px;
  padding: 1.35rem 1.5rem 0;
}

.page-searchResults .breadcrumb-wrapper {
  margin: 0;
}

.page-searchResults .breadcrumb-wrapper .container {
  max-width: 1384px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-searchResults #SearchResults > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.page-searchResults #SearchResults > .container > .category-content {
  display: block;
  margin: 0 0 0.75rem;
  min-height: 0;
  padding-left: 0 !important;
  padding-bottom: 0.75rem !important;
  width: 100%;
}

.page-searchResults #SearchResults > .container > .category-content .category-wrap {
  margin: 0;
}

.page-searchResults #SearchResults > .container > .category-content h1 {
  margin: 0 0 0.75rem;
}

.page-searchResults #SearchResults > .container > .row {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  margin-left: 0;
  margin-right: 0;
}

.page-searchResults .searchResults-sidebar {
  flex: 0 0 320px;
  max-width: 320px;
  position: sticky;
  top: 12px;
  width: 320px !important;
  z-index: 2;
}

.page-searchResults .facets-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.page-searchResults .facet-box {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 12px;
}

.page-searchResults .searchResults-sidebar .filter .trigger,
.page-searchResults .searchResults-sidebar .heading {
  align-items: center;
  color: #1f2933;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  text-decoration: none;
}

.page-searchResults .searchResults-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-searchResults .searchResults-sidebar li,
.page-searchResults .searchResults-sidebar .category {
  align-items: center;
  color: #39424e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.page-searchResults .searchResults-main {
  flex: 1 1 0 !important;
  max-width: calc(100% - 345px);
  min-width: 0;
  position: relative;
  width: auto !important;
  z-index: 0;
}

.page-searchResults .product-listing,
.page-searchResults .productList {
  min-width: 0;
}

.page-searchResults .productList.grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-searchResults .collapse.in {
  display: block !important;
}

.page-searchResults .productList.grid .product {
  align-items: center;
  padding: 10px 16px 18px;
  text-align: center;
}

.page-searchResults .productList.grid .product_text {
  text-align: center;
  width: 100%;
}

.page-searchResults .productList.grid .product_title {
  color: #00395f;
  font-weight: 700;
  text-decoration: none;
}

.page-searchResults .productList.grid .product_additionalInfo {
  color: #6f7782;
  margin-top: 1.35rem;
  text-align: center;
}

.page-searchResults .productList.grid .price-info .ellipsis {
  display: none !important;
}

.page-searchResults .productList.grid .product_author,
.page-searchResults .productList.grid .quick-add {
  display: none !important;
}

.page-searchResults .productList.list {
  display: grid;
  gap: 1rem;
}

.page-searchResults .page-indicator {
  bottom: 120px !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  margin: 0 !important;
  max-width: 42px !important;
  position: fixed !important;
  right: 38px !important;
  top: auto !important;
  width: 42px !important;
  z-index: 3 !important;
}

.page-searchResults .page-indicator .page-no {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 42px !important;
  height: 42px !important;
  justify-content: center !important;
  min-height: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  width: 42px !important;
}

.page-searchResults .sidebar,
.page-searchResults aside {
  min-width: 0;
}

.col-xs-12 {
  flex: 0 0 auto;
  width: 100%;
}

.no-margin {
  margin: 0 !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.float-right,
.pull-right {
  float: right !important;
}

.flex-vertical-align,
.flex-align-middle {
  align-items: center;
  display: flex;
}

.flex-align-center {
  justify-content: center;
}

.gap-10 {
  gap: 10px;
}

.position-relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}

@media (max-width: 1299px) {
  .page-searchResults .productList.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 993px) {
  .page-searchResults #SearchResults > .container > .row {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-searchResults .searchResults-sidebar {
    flex-basis: auto;
    max-width: none;
    width: 100% !important;
  }

  .page-searchResults .searchResults-main {
    max-width: none;
    width: 100% !important;
  }

  .page-searchResults .productList.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .page-searchResults .productList.grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .site-shell-header__inner {
    grid-template-columns: minmax(150px, 220px) minmax(260px, 1fr);
  }

  .site-shell-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-bottom: 0.75rem;
  }

  .site-shell-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .site-shell-header__inner {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .site-shell-search {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .site-shell-search-component .input-group {
    grid-template-columns: minmax(0, 1fr) auto 44px;
  }

  .site-shell-search__orderpad {
    display: none;
  }

  .site-shell-search-component .orderpad {
    display: none;
  }

  .site-shell-actions {
    justify-content: space-between;
  }

  .site-shell-quickcart {
    position: static;
  }

  .site-shell-quickcart__panel {
    left: 1rem;
    max-height: calc(100vh - 2rem);
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: auto;
  }

  .site-shell-quickcart__line {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .site-shell-quickcart__image {
    height: 46px;
    width: 46px;
  }

  .site-shell-quickcart__image img {
    max-height: 40px;
    max-width: 40px;
  }

  .site-shell-quickcart__line > button {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .site-shell-promos {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 0.65rem;
    padding-top: 0.65rem;
  }

  .site-shell-promos span {
    padding: 0;
  }
}

.legacy-home-shell,
.migration-shell {
  max-width: 760px;
  padding: 4rem 0;
}

.legacy-home-shell {
  max-width: 1120px;
}

.legacy-home-shell__header {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 1.5rem;
}

.legacy-home-shell__eyebrow,
.migration-shell__eyebrow {
  color: #326a6b;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.legacy-home-shell h1,
.migration-shell h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.legacy-home-shell p,
.migration-shell p {
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.65;
}

.legacy-home-shell__body {
  border-top: 1px solid #e5e7eb;
  margin-top: 2rem;
  padding-top: 2rem;
}

.legacy-home-shell__body h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

search-box {
  display: block;
}

comgem-navigation {
  display: block;
  min-height: 2.75rem;
}

@media (min-width: 900px) {
  .legacy-home-shell__header {
    align-items: end;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.basket-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 16px 56px;
}

.basket-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.basket-progress span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.basket-progress span:not(:last-child)::after {
    content: "";
    width: 36px;
    height: 1px;
    background: #cbd5e1;
}

.basket-progress .active {
    color: #0f172a;
}

.basket-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.basket-heading h1 {
    margin: 0;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.1;
}

.basket-heading__prefix {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.basket-link {
    color: #0f5f7a;
    font-weight: 700;
    text-decoration: none;
}

.basket-status {
    margin-bottom: 18px;
    border: 1px solid #bae6fd;
    background: #f0f9ff;
    color: #075985;
    padding: 10px 12px;
    font-weight: 600;
}

.basket-empty {
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 36px;
    text-align: center;
}

.basket-empty h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 24px;
}

.basket-empty p {
    margin: 0 0 20px;
    color: #64748b;
}

.basket-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

.basket-lines {
    display: grid;
    gap: 12px;
}

.basket-line {
    display: grid;
    grid-template-columns: 104px minmax(220px, 1fr) 120px 180px 120px 36px;
    align-items: center;
    gap: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 14px;
}

.basket-line__image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: #f8fafc;
    color: #94a3b8;
    overflow: hidden;
    text-decoration: none;
}

.basket-line__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-line__details h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
}

.basket-line__details h2 a {
    color: #0f172a;
    text-decoration: none;
}

.basket-line__details p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 13px;
}

.basket-line__title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.basket-badge {
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 700;
}

.basket-line__notes {
    white-space: pre-line;
}

.basket-line__price,
.basket-line__total {
    display: grid;
    gap: 4px;
}

.basket-line__price span,
.basket-line__total span,
.basket-line__qty label {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.basket-line__price strong,
.basket-line__total strong {
    color: #0f172a;
    font-size: 16px;
}

.basket-line__qty {
    display: grid;
    gap: 5px;
}

.basket-line__qty div {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 8px;
}

.basket-line__qty input {
    min-width: 0;
    border: 1px solid #cbd5e1;
    padding: 7px 8px;
}

.basket-line__qty button {
    min-width: 0;
    padding: 7px 10px;
}

.basket-line__remove button {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
}

.basket-line__remove button:hover {
    color: #b91c1c;
}

.basket-summary {
    position: sticky;
    top: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 20px;
}

.basket-summary h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 20px;
}

.basket-summary dl {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
}

.basket-summary dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.basket-summary dt {
    color: #64748b;
    font-weight: 600;
}

.basket-summary dd {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
}

.basket-summary__checkout {
    width: 100%;
    margin-bottom: 8px;
}

.basket-summary__clear {
    width: 100%;
    color: #64748b;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .basket-layout {
        grid-template-columns: 1fr;
    }

    .basket-summary {
        position: static;
    }
}

@media (max-width: 820px) {
    .basket-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .basket-line {
        grid-template-columns: 84px minmax(0, 1fr) 32px;
        align-items: start;
    }

    .basket-line__price,
    .basket-line__qty,
    .basket-line__total {
        grid-column: 2 / 4;
    }

    .basket-line__remove {
        grid-column: 3;
        grid-row: 1;
    }
}

.checkout-page {
    margin: 0 auto;
    max-width: 1280px;
    padding: 28px 16px 56px;
}

.checkout-progress a {
    color: #64748b;
    text-decoration: none;
}

.checkout-heading {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.checkout-heading h1 {
    color: #0f172a;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
}

.checkout-heading__prefix {
    color: #64748b;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.checkout-alert {
    align-items: center;
    background: #fff8e6;
    border: 1px solid #f4d27c;
    color: #5d4300;
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
}

.checkout-alert strong {
    color: #3f2d00;
    white-space: nowrap;
}

.checkout-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.checkout-main {
    display: grid;
    gap: 16px;
}

.checkout-panel,
.checkout-summary {
    background: #fff;
    border: 1px solid #e2e8f0;
}

.checkout-panel {
    padding: 20px;
}

.checkout-panel--compact {
    padding-bottom: 12px;
}

.checkout-panel__heading {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.checkout-panel__heading > span {
    align-items: center;
    background: #003a5d;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.checkout-panel__heading h2 {
    color: #0f172a;
    font-size: 20px;
    margin: 0;
}

.checkout-address-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-address {
    border: 1px solid #e2e8f0;
    display: grid;
    gap: 12px;
    min-height: 164px;
    padding: 16px;
}

.checkout-address h3,
.checkout-payment h3 {
    color: #0f172a;
    font-size: 16px;
    margin: 0;
}

.checkout-address p,
.checkout-payment p,
.checkout-muted {
    color: #64748b;
    margin: 0;
}

.checkout-address address {
    color: #334155;
    display: grid;
    font-style: normal;
    gap: 2px;
    margin: 0;
}

.checkout-address button {
    justify-self: start;
}

.checkout-address__selector {
    display: grid;
    gap: 8px;
}

.checkout-address__selector label {
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.checkout-address__selector select {
    border: 1px solid #cbd5e1;
    color: #0f172a;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.checkout-address-editor {
    border-top: 1px solid #e2e8f0;
    padding-top: 4px;
}

.checkout-address-editor summary {
    color: #003a5d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 0;
}

.checkout-address-form {
    display: grid;
    gap: 10px;
}

.checkout-address-form__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-address-form label {
    display: grid;
    gap: 5px;
}

.checkout-address-form label span {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.checkout-address-form input {
    border: 1px solid #cbd5e1;
    color: #0f172a;
    min-height: 38px;
    min-width: 0;
    padding: 7px 9px;
    width: 100%;
}

.checkout-address-form__wide {
    grid-column: 1 / -1;
}

.checkout-address-delete {
    margin-top: 8px;
}

.checkout-option-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.checkout-option {
    align-items: center;
    border: 1px solid #e2e8f0;
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 14px;
}

.checkout-option strong {
    color: #0f172a;
    display: block;
}

.checkout-option em {
    color: #64748b;
    display: block;
    font-style: normal;
    margin-top: 2px;
}

.checkout-option b {
    color: #0f172a;
}

.checkout-shipping__submit {
    justify-self: start;
}

.checkout-details-form,
.checkout-details-form__grid {
    display: grid;
    gap: 12px;
}

.checkout-details-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-details-form label {
    color: #475569;
    display: grid;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
}

.checkout-details-form input,
.checkout-details-form select,
.checkout-details-form textarea {
    border: 1px solid #cbd5e1;
    color: #0f172a;
    min-height: 40px;
    min-width: 0;
    padding: 8px 10px;
    width: 100%;
}

.checkout-details-form textarea {
    min-height: 86px;
    resize: vertical;
}

.checkout-details-form__wide {
    grid-column: 1 / -1;
}

.checkout-details-form__check {
    align-items: center;
    display: flex !important;
    gap: 8px !important;
}

.checkout-details-form__check input {
    accent-color: #00606b;
    min-height: auto;
    width: auto;
}

.checkout-payment-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-payment {
    align-items: start;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    min-height: 138px;
    padding: 14px;
}

.checkout-payment > input {
    accent-color: #00606b;
}

.checkout-payment:has(input:checked) {
    background: #f0fbfc;
    border-color: #00aebe;
    box-shadow: 0 0 0 1px #00aebe inset;
}

.checkout-payment span,
.checkout-status {
    align-self: flex-start;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 8px;
    text-transform: uppercase;
}

.checkout-option.is-disabled,
.checkout-payment.is-disabled {
    background: #f8fafc;
}

.checkout-place-order {
    display: grid;
    gap: 12px;
}

.checkout-place-order label {
    align-items: flex-start;
    color: #475569;
    display: flex;
    font-size: 13px;
    gap: 8px;
}

.checkout-place-order input {
    accent-color: #00606b;
    margin-top: 2px;
}

.checkout-capabilities {
    display: grid;
}

.checkout-capabilities article {
    align-items: start;
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 0;
}

.checkout-capabilities strong {
    color: #0f172a;
}

.checkout-capabilities p {
    color: #64748b;
    margin: 4px 0 0;
}

.checkout-status--ready {
    background: #edf7ee;
    border-color: #aed7b3;
    color: #22642d;
}

.checkout-status--requiresport {
    background: #fff8e6;
    border-color: #f4d27c;
    color: #755200;
}

.checkout-status--blocked {
    background: #fdeeee;
    border-color: #efb4b4;
    color: #8a1f1f;
}

.checkout-summary {
    padding: 20px;
    position: sticky;
    top: 16px;
}

.checkout-summary h2 {
    color: #0f172a;
    font-size: 20px;
    margin: 0 0 16px;
}

.checkout-summary__lines {
    border-bottom: 1px solid #e2e8f0;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 16px;
    max-height: 280px;
    overflow-y: auto;
    padding: 0 0 16px;
}

.checkout-summary__lines li {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-summary__lines span {
    color: #334155;
    min-width: 0;
}

.checkout-summary__lines strong {
    color: #0f172a;
}

.checkout-summary dl {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
}

.checkout-summary dl div {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.checkout-summary dt {
    color: #64748b;
    font-weight: 600;
}

.checkout-summary dd {
    color: #0f172a;
    font-weight: 800;
    margin: 0;
}

.checkout-summary__total {
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

.checkout-summary__place-order {
    width: 100%;
}

@media (max-width: 1100px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 820px) {
    .checkout-heading,
    .checkout-alert {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-address-grid,
    .checkout-details-form__grid,
    .checkout-payment-grid {
        grid-template-columns: 1fr;
    }

    .checkout-capabilities article,
    .checkout-summary__lines li {
        grid-template-columns: 1fr;
    }
}

.account-page {
    color: #172033;
    padding: 22px 0 44px;
}

.account-heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.account-heading__prefix {
    color: #59657a;
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.account-heading h1 {
    color: #07172f;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

.account-user-card {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 220px;
    text-align: right;
}

.account-user-card strong {
    color: #07172f;
    font-size: 0.98rem;
}

.account-user-card span {
    color: #64748b;
    font-size: 0.9rem;
}

.account-layout {
    align-items: flex-start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.account-nav {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    position: sticky;
    top: 16px;
}

.account-nav__group + .account-nav__group {
    border-top: 1px solid #edf2f7;
}

.account-nav__link,
.account-nav__child {
    align-items: center;
    color: #27364d;
    display: flex;
    justify-content: space-between;
    min-height: 42px;
    padding: 11px 15px;
    text-decoration: none;
}

.account-nav__link {
    font-weight: 750;
}

.account-nav__child {
    color: #526078;
    font-size: 0.92rem;
    min-height: 34px;
    padding-left: 28px;
}

.account-nav__link:hover,
.account-nav__child:hover,
.account-nav__link.active,
.account-nav__child.active {
    background: #eef6f7;
    color: #00606b;
}

.account-nav__link strong {
    align-items: center;
    background: #d7f35f;
    border-radius: 999px;
    color: #172033;
    display: inline-flex;
    font-size: 0.76rem;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 7px;
}

.account-nav__children {
    background: #fbfcfd;
}

.account-content {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.account-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-metric,
.account-tool,
.account-order,
.account-capability {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.account-metric {
    color: #27364d;
    display: grid;
    gap: 10px;
    min-height: 108px;
    padding: 18px;
    text-decoration: none;
}

.account-metric span {
    color: #64748b;
    font-weight: 700;
}

.account-metric strong {
    color: #00606b;
    font-size: 2rem;
    line-height: 1;
}

.account-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 20px;
}

.account-panel__heading {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.account-panel__heading h2 {
    color: #07172f;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
}

.account-panel__heading a {
    color: #00606b;
    font-weight: 700;
    text-decoration: none;
}

.account-tool-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-tool {
    color: #172033;
    display: grid;
    gap: 8px;
    min-height: 92px;
    padding: 16px;
    text-decoration: none;
}

.account-tool strong {
    color: #07172f;
}

.account-tool span {
    color: #64748b;
    font-size: 0.92rem;
}

.account-order-list {
    display: grid;
    gap: 12px;
}

.account-order-entry {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.account-order {
    align-items: center;
    color: #172033;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(140px, 1fr) minmax(160px, 1fr) auto;
    padding: 16px;
    text-decoration: none;
}

.account-order--featured {
    grid-template-columns: 1fr auto;
}

.account-order div {
    display: grid;
    gap: 4px;
}

.account-order strong {
    color: #07172f;
}

.account-order span {
    color: #64748b;
}

.account-capability-list {
    display: grid;
    gap: 12px;
}

.account-capability {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 16px;
}

.account-capability div {
    display: grid;
    gap: 4px;
}

.account-capability span {
    color: #64748b;
}

.account-capability em {
    background: #fff5d6;
    border-radius: 999px;
    color: #7a5400;
    font-style: normal;
    font-weight: 800;
    padding: 5px 10px;
}

.account-empty {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 28px;
}

.account-empty--inline {
    box-shadow: none;
}

.account-empty h2,
.account-empty h3 {
    color: #07172f;
    margin: 0 0 8px;
}

.account-empty p {
    color: #64748b;
    margin: 0 0 18px;
}

.login-page {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 260px);
    padding: 34px 16px 64px;
}

.login-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    max-width: 430px;
    padding: 28px;
    width: 100%;
}

.login-panel__heading {
    margin-bottom: 22px;
}

.login-panel__heading span {
    color: #59657a;
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.login-panel__heading h1 {
    color: #07172f;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.login-alert {
    background: #fff8e6;
    border: 1px solid #f4d27c;
    color: #5d4300;
    margin-bottom: 16px;
    padding: 11px 12px;
}

.login-form {
    display: grid;
    gap: 14px;
}

.login-form label {
    color: #27364d;
    display: grid;
    font-weight: 700;
    gap: 6px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #0f172a;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.login-form [data-valmsg-for] {
    color: #9f1d1d;
    font-size: 0.86rem;
    font-weight: 600;
}

.login-form__row {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.login-form__row a {
    color: #00606b;
    font-weight: 700;
    text-decoration: none;
}

.login-check {
    align-items: center;
    display: inline-flex !important;
    gap: 8px !important;
    grid-template-columns: auto 1fr;
}

.login-check input {
    accent-color: #00606b;
}

.login-form button {
    min-height: 42px;
}

@media (max-width: 1100px) {
    .account-layout,
    .account-metrics,
    .account-tool-grid {
        grid-template-columns: 1fr 1fr;
    }

    .account-nav {
        position: static;
    }
}

@media (max-width: 760px) {
    .account-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-user-card {
        align-items: flex-start;
        text-align: left;
    }

    .account-layout,
    .account-metrics,
    .account-tool-grid,
    .account-order-entry,
    .account-order,
    .account-order--featured {
        grid-template-columns: 1fr;
    }

    .account-capability {
        align-items: flex-start;
        flex-direction: column;
    }
}
