@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500;700;800&family=Source+Sans+3:wght@400;600;700&display=swap');

:root {
  --qs-navy: #132a43;
  --qs-red: #d62839;
  --qs-sand: #f5efe4;
  --qs-ink: #1d2630;
}

body.qs-brand {
  font-family: "Source Sans 3", sans-serif;
  color: var(--qs-ink);
}

body.qs-brand h1,
body.qs-brand h2,
body.qs-brand h3,
body.qs-brand h4,
body.qs-brand h5,
body.qs-brand h6,
body.qs-brand .nav-brand {
  font-family: "League Spartan", sans-serif;
}

.qs-topline {
  background: linear-gradient(90deg, #0f2236 0%, #1e3f63 100%);
  position: relative;
  z-index: 1100;
}

.qs-nav-shell {
  border-bottom: 1px solid #e7ecf0;
  position: relative;
  z-index: 1099;
  background: #fff;
}

.qs-brandmark {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.qs-brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-height: 46px;
}

@media (min-width: 992px) {
  .qs-brand-logo {
    max-width: 11rem;
    height: auto;
  }
}

.bundle-picker-card {
  background: #f9fbfd;
  border-color: #e5edf3 !important;
  border: 1px solid #e5edf3;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.bundle-picker-group-toggle {
  align-items: center;
  background: #fff;
  border: 0;
  color: #17202a;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 14px 16px;
  text-align: left;
  width: 100%;
}

.bundle-picker-group-toggle:focus-visible {
  outline: 2px solid var(--qs-blue);
  outline-offset: -2px;
}

.bundle-picker-group-body {
  display: none;
  padding: 0 16px 4px;
}

.bundle-picker-group-body.is-open {
  display: block;
}

.bundle-picker-group.is-complete .bundle-picker-group-toggle {
  background: #f0fdf9;
}

.bundle-group-chevron {
  transition: transform 0.2s ease;
}

.bundle-picker-group.is-open .bundle-group-chevron {
  transform: rotate(180deg);
}

.bundle-row-card {
  background: #fff;
  border-color: #e5edf3 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bundle-row-card.is-complete {
  border-color: #0f766e !important;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.08);
}

.bundle-item-preview {
  border-top: 1px dashed #d9e2ea;
  padding-top: 10px;
}

.bundle-modal-helper {
  border: 1px solid #e5edf3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.bundle-item-color-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}

.bundle-colour-card {
  border: 1px solid #d7e1ea;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.bundle-colour-card:hover {
  border-color: #9fb6ca;
  transform: translateY(-1px);
}

.bundle-colour-card.is-active {
  border-color: var(--qs-red);
  box-shadow: 0 0 0 2px rgba(214, 40, 57, 0.15);
}

.bundle-colour-card-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.bundle-colour-card-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #24313d;
}

.qs-hero {
  background-image:
    linear-gradient(110deg, rgba(10, 23, 37, 0.92) 15%, rgba(25, 57, 92, 0.74) 58%, rgba(214, 40, 57, 0.66) 100%),
    url('../img/banner-a.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.min-vh-65 {
  min-height: 65vh;
}

.qs-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qs-service-card {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(19, 42, 67, 0.08);
}

.qs-service-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.qs-service-card .btn {
  margin-top: 12px;
  color: var(--qs-red);
  font-weight: 700;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.qs-panel-section {
  background: linear-gradient(180deg, var(--qs-sand) 0%, #fff 100%);
}

.qs-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qs-checklist li {
  padding-left: 26px;
  margin-bottom: 10px;
  position: relative;
}

.qs-checklist li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--qs-red);
  position: absolute;
  left: 0;
  top: 7px;
}

.qs-highlight-box {
  padding: 28px;
  border-radius: 14px;
  background: var(--qs-navy);
  color: #fff;
}

.qs-highlight-box h3,
.qs-highlight-box a {
  color: #fff;
}

.qs-cta-strip {
  background: linear-gradient(90deg, #0f2236 0%, #1e3f63 54%, #d62839 100%);
}

.qs-shop-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border: 1px solid #e6edf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 42, 67, 0.08);
}

.qs-shop-intro h2 {
  margin-bottom: 8px;
  font-size: 34px;
}

.qs-shop-intro p {
  max-width: 660px;
  margin-bottom: 0;
  color: #5f6f7f;
  font-size: 17px;
}

.qs-shop-eyebrow,
.qs-category-section-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--qs-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qs-shop-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.qs-shop-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #cfd9e2;
  border-radius: 6px;
  color: var(--qs-navy);
  font-weight: 700;
}

.qs-shop-jump a:hover,
.qs-shop-jump a:focus {
  border-color: var(--qs-red);
  color: var(--qs-red);
}

.qs-category-section {
  scroll-margin-top: 110px;
  margin-bottom: 56px;
}

.qs-category-section:last-child {
  margin-bottom: 0;
}

.qs-category-section-head {
  max-width: 780px;
  margin-bottom: 22px;
}

.qs-category-section-head h3 {
  margin-bottom: 8px;
  font-size: 30px;
}

.qs-category-section-head p {
  margin-bottom: 0;
  color: #5f6f7f;
  font-size: 16px;
}

.qs-category-tile {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 18px;
  border: 1px solid #e2eaf1;
  border-radius: 8px;
  background: #fff;
  color: var(--qs-ink);
  text-align: center;
  box-shadow: 0 10px 28px rgba(19, 42, 67, 0.07);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.qs-category-tile:hover,
.qs-category-tile:focus {
  border-color: rgba(214, 40, 57, 0.45);
  color: var(--qs-ink);
  box-shadow: 0 18px 42px rgba(19, 42, 67, 0.13);
  transform: translateY(-2px);
}

.qs-category-logo {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #edf2f6;
  border-radius: 999px;
  background: #f8fafc;
}

.qs-category-logo img {
  position: relative;
  z-index: 2;
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.qs-category-logo span {
  position: absolute;
  z-index: 1;
  color: rgba(19, 42, 67, 0.14);
  font-size: 28px;
  font-weight: 800;
}

.qs-category-name {
  display: block;
  min-height: 44px;
  color: var(--qs-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.qs-category-summary {
  display: block;
  max-width: 250px;
  color: #5f6f7f;
  font-size: 15px;
  line-height: 1.35;
}

.qs-category-count {
  color: #6f7f8d;
  font-size: 14px;
  font-weight: 700;
}

.qs-upsell-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 100%;
  padding: 12px;
  border: 1px solid #e2eaf1;
  border-radius: 8px;
  background: #fff;
  color: var(--qs-ink);
}

.qs-upsell-card:hover,
.qs-upsell-card:focus {
  border-color: rgba(214, 40, 57, 0.45);
  color: var(--qs-ink);
}

.qs-upsell-card img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
  object-fit: contain;
  background: #f8fafc;
}

.qs-upsell-card strong,
.qs-upsell-card small {
  display: block;
}

.qs-upsell-card strong {
  color: var(--qs-navy);
  line-height: 1.2;
}

.qs-upsell-card small {
  margin-top: 4px;
  color: #6f7f8d;
  font-weight: 700;
}

.nav-menu > li > a.active {
  color: var(--qs-red);
}

.footer_widget .widget_title {
  color: #fff;
}

.home-slider .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(9, 20, 32, 0.72) 0%, rgba(19, 42, 67, 0.58) 52%, rgba(214, 40, 57, 0.38) 100%);
  z-index: 1;
  pointer-events: none;
}

.home-slider .home-slider-container {
  position: relative;
  z-index: 2;
}

.home-slider .home-slider-desc h1,
.home-slider .home-slider-desc .trending,
.home-slider .home-slider-desc h5 {
  color: #fff !important;
}

.home-slider .home-slider-desc .btn.borders {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);
}

.home-slider .home-slider-desc .btn.borders:hover,
.home-slider .home-slider-desc .btn.borders:focus {
  background: #fff;
  color: var(--qs-navy);
}

.qs-cart-toast {
  position: fixed;
  top: 104px;
  right: 18px;
  z-index: 100000;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(440px, calc(100vw - 28px));
  padding: 14px;
  background: #fff;
  color: #172033;
  border: 1px solid rgba(18, 31, 48, 0.1);
  border-left: 5px solid #1d8f5f;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 25, 40, 0.22);
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.qs-cart-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.qs-cart-toast.is-error {
  border-left-color: #b42318;
}

.qs-cart-toast-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #1d8f5f;
  border-radius: 50%;
  font-size: 18px;
}

.qs-cart-toast.is-error .qs-cart-toast-icon {
  background: #b42318;
}

.qs-cart-toast-copy {
  min-width: 0;
}

.qs-cart-toast-copy strong,
.qs-cart-toast-copy span {
  display: block;
}

.qs-cart-toast-copy strong {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.2;
}

.qs-cart-toast-copy span {
  color: #566174;
  font-size: 13px;
  line-height: 1.35;
}

.qs-cart-toast-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qs-cart-toast-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  background: #172033;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.qs-cart-toast-link:hover,
.qs-cart-toast-link:focus {
  color: #fff;
  background: #0d1420;
}

.qs-cart-toast-close {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #566174;
  background: #f1f3f6;
  border: 0;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991px) {
  .qs-topline p,
  .qs-topline a {
    font-size: 12px;
  }

  .qs-brand-logo {
    height: 38px;
    max-height: 38px;
  }

  .min-vh-65 {
    min-height: 58vh;
  }

  .qs-shop-intro {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .qs-shop-intro h2 {
    font-size: 28px;
  }

  .qs-shop-jump {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .qs-shop-intro {
    padding: 18px;
  }

  .qs-shop-jump a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .qs-category-logo {
    width: 92px;
    height: 92px;
  }

  .qs-category-name {
    min-height: auto;
    font-size: 16px;
  }

  .qs-cart-toast {
    top: auto;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .qs-cart-toast-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}
