@font-face {
  font-family: "Poppins";
  src: url("source-assets/store/0de17f01e4a13850.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("source-assets/store/4c9f777e54c16e8c.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("source-assets/store/21c35ea7f93af2d1.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("source-assets/store/0ede81c5b0fbf779.woff") format("woff");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --qs-orange: #f46000;
  --qs-blue: #0759df;
  --qs-ink: #111111;
  --qs-muted: #6d6d6d;
  --qs-border: #e5e5e5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--qs-ink);
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
}

body.qs-drawer-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

.qs-shell {
  min-height: 100vh;
  background: #fff;
}

.qs-header {
  position: relative;
  z-index: 9000;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--qs-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.045);
}

.qs-header-inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.qs-brand {
  display: inline-flex;
  align-items: center;
  width: clamp(280px, 27vw, 405px);
  max-width: 55vw;
  padding: 8px 0;
}

.qs-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 7px rgba(0, 83, 232, 0.08));
}

.qs-header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.qs-quote-button {
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 7px;
  background: var(--qs-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.qs-quote-button:hover {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 83, 232, 0.16), transparent 34%),
    #08111f;
  transform: translateY(-1px);
}

.qs-phone {
  display: grid;
  gap: 2px;
  color: #111;
  text-align: right;
  text-decoration: none;
}

.qs-phone span {
  color: var(--qs-muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.qs-phone strong {
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.15;
}

.qs-source-page {
  display: flow-root;
  min-height: 70vh;
  isolation: isolate;
}

.qs-source-page > main {
  margin: 0;
}

.qs-page-store .qd-middle {
  padding-top: 0 !important;
}

.qs-page-retailer .qs-source-page,
.qs-page-wholesaler .qs-source-page {
  --sans: "Poppins", Arial, sans-serif;
}

.qs-source-page .reveal {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.qs-source-page .reveal.in {
  opacity: 1 !important;
  transform: none !important;
}

.qs-source-page .d-none {
  display: none !important;
}

.qs-page-store .store-cat-logo-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(80px, 1fr));
  gap: 12px;
  align-items: center;
  padding: 0;
  list-style: none;
}

.qs-page-store .store-cat-logo-list > li {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.qs-page-store .store-cat-logo-list .thumb {
  display: flex;
  width: auto !important;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #ededed;
  background: #fff;
}

.qs-page-store .store-cat-logo-list img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.qs-page-store .owl-carousel {
  display: block;
}

.qs-load-error {
  padding: 120px 24px;
  text-align: center;
}

.qs-footer {
  position: relative;
  z-index: 20;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  float: none !important;
  clear: both !important;
  overflow: visible !important;
  background: #111;
  color: #fff;
}

.qs-footer-inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.qs-footer-brand {
  display: inline-flex;
  width: clamp(300px, 32vw, 480px);
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.qs-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.qs-footer-contact {
  display: grid;
  justify-items: end;
  gap: 10px;
  text-align: right;
}

.qs-footer-contact span {
  color: #bfbfbf;
  font-size: 14px;
}

.qs-footer-contact a {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 700;
  text-decoration: none;
}

.qs-footer-contact button {
  padding: 13px 22px;
  border: 1px solid var(--qs-orange);
  border-radius: 6px;
  background: var(--qs-orange);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.qs-footer-bottom {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 19px 0 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aeb9c9;
  font-size: 13px;
}

.qs-footer-bottom a {
  color: #c8d2df;
  text-decoration: none;
}

.qs-drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 99990;
  border: 0;
  background: rgba(0, 0, 0, 0.56);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(3px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.qs-drawer-scrim.is-open {
  opacity: 1;
  visibility: visible;
}

.qs-quote-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  width: min(560px, 100%);
  height: 100dvh;
  padding: 42px clamp(24px, 4vw, 54px);
  overflow-y: auto;
  background: #fff;
  box-shadow: -22px 0 60px rgba(0, 0, 0, 0.2);
  transform: translateX(105%);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.qs-quote-drawer.is-open {
  transform: translateX(0);
}

.qs-drawer-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.qs-drawer-kicker {
  margin: 22px 0 6px;
  color: var(--qs-orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.qs-quote-drawer h2 {
  margin: 0;
  color: #111;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.qs-drawer-intro {
  margin: 15px 0 28px;
  color: #666;
  font-size: 14px;
}

.qs-quote-form {
  display: grid;
  gap: 16px;
}

.qs-quote-form > label,
.qs-phone-fields label {
  display: grid;
  gap: 7px;
}

.qs-quote-form label > span,
.qs-phone-fields label > span {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.qs-quote-form input:not([type="checkbox"]):not([type="file"]),
.qs-quote-form select,
.qs-quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  color: #111;
  outline: none;
}

.qs-quote-form textarea {
  min-height: 110px;
  resize: vertical;
}

.qs-quote-form input:focus,
.qs-quote-form select:focus,
.qs-quote-form textarea:focus {
  border-color: var(--qs-orange);
  box-shadow: 0 0 0 3px rgba(244, 96, 0, 0.1);
}

.qs-phone-fields {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
}

.qs-quote-form fieldset {
  margin: 6px 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.qs-quote-form legend {
  padding: 0 8px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.qs-quote-form fieldset label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.qs-file-field {
  padding: 14px;
  border: 1px dashed #c9c9c9;
  border-radius: 5px;
}

.qs-privacy {
  margin: 0;
  color: #777;
  font-size: 11px;
  line-height: 1.5;
}

.qs-submit,
.qs-form-success button {
  min-height: 52px;
  border: 0;
  border-radius: 5px;
  background: var(--qs-orange);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.qs-honeypot,
.qs-submit-frame {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.qs-form-success {
  margin-top: 32px;
  padding: 28px;
  display: grid;
  gap: 14px;
  border: 1px solid #dfeadf;
  border-radius: 8px;
  background: #f5fbf5;
}

.qs-form-success strong {
  font-size: 26px;
}

@media (max-width: 900px) {
  .qs-header-inner {
    width: min(100% - 28px, 900px);
    min-height: 86px;
  }

  .qs-brand {
    width: clamp(235px, 45vw, 330px);
  }

  .qs-quote-button {
    display: none;
  }

  .qs-page-store .store-cat-logo-list {
    grid-template-columns: repeat(4, minmax(72px, 1fr));
  }
}

@media (max-width: 620px) {
  .qs-header-inner {
    width: calc(100% - 22px);
    min-height: 76px;
    gap: 12px;
  }

  .qs-brand {
    width: min(225px, 58vw);
  }

  .qs-phone span {
    display: none;
  }

  .qs-phone strong {
    font-size: 13px;
  }

  .qs-page-store .store-cat-logo-list {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
  }

  .qs-footer-inner {
    width: calc(100% - 34px);
    padding: 42px 0;
    flex-direction: column;
  }

  .qs-footer-brand {
    width: min(100%, 390px);
    padding: 6px 0;
  }

  .qs-footer-contact {
    justify-items: center;
    text-align: center;
  }

  .qs-footer-bottom {
    width: calc(100% - 34px);
  }

  .qs-quote-form fieldset {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
