/* Production polish: resilient motion, compact navigation and commerce clarity. */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  gap: 10px !important;
}

.site-nav {
  margin-left: auto !important;
}

.header-tools {
  margin-left: 4px !important;
}

.hero-media-video,
.product-how-video {
  opacity: 0;
  transition: opacity 420ms var(--ls-ease) !important;
}

.hero-media-video.is-ready,
.product-how-video.is-ready {
  opacity: 1;
}

.client-track {
  min-width: max-content !important;
  display: flex !important;
  align-items: center !important;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  animation: none !important;
  will-change: transform;
}

.client-track.is-running {
  animation: clientRailRelease 72s linear infinite !important;
  -webkit-animation: clientRailRelease 72s linear infinite !important;
  animation-play-state: running !important;
}

.client-group {
  flex: 0 0 auto !important;
}

@keyframes clientRailRelease {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.shop-assurance {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.shop-product {
  overflow: hidden !important;
}

.shop-media-photo {
  overflow: hidden !important;
}

.shop-media-photo img,
.shop-product-media.is-exact-media .shop-media-photo img,
.shop-product[data-group-id="ican-containers"] .shop-media-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.shop-product .shop-product-media.is-exact-media .shop-media-photo img {
  transform: scale(1.4) !important;
}

.shop-product[data-group-id="oilsafe-drums"] .shop-media-photo img {
  transform: scale(1.8) !important;
}

.shop-add.has-cart-quantity {
  color: var(--ls-green) !important;
  border-color: rgba(23, 95, 82, 0.42) !important;
  background: #edf6f2 !important;
}

.shop-add.is-added {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 0 3px rgba(23, 95, 82, 0.1) !important;
}

.product-quantity-stepper {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: 40px minmax(28px, 1fr) 40px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 26, 0.2);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(17, 23, 26, 0.05);
}

.product-quantity-stepper[hidden] {
  display: none !important;
}

.product-quantity-stepper button,
.product-quantity-stepper span {
  min-width: 0;
  min-height: 40px;
  display: grid;
  place-items: center;
}

.product-quantity-stepper button {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ls-green);
  font: inherit;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1;
  background: #f4f7f5;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.product-quantity-stepper button:hover {
  color: #ffffff;
  background: var(--ls-green);
}

.product-quantity-stepper button:disabled {
  color: #9aa4a0;
  background: #eef1ef;
  cursor: not-allowed;
}

.product-quantity-stepper button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--ls-orange);
  outline-offset: -2px;
}

.product-quantity-stepper span {
  border-inline: 1px solid rgba(17, 23, 26, 0.12);
  color: var(--ls-ink);
  font-size: 0.76rem;
  font-weight: 820;
  background: #ffffff;
}

.shop-actions .product-quantity-stepper {
  flex: 1 1 0;
}

.home-shop-actions .product-quantity-stepper,
.legacy-order-actions .product-quantity-stepper {
  min-height: 42px;
}

.checkout-payment-method {
  position: relative !important;
  overflow: hidden !important;
}

.checkout-payment-method::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--ls-orange);
}

.checkout-payment-copy p {
  text-wrap: pretty;
}

/* One clear checkout path: Razorpay only. */
.checkout-payment-section {
  min-width: 0 !important;
  overflow: hidden !important;
}

.checkout-payment-method {
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 132px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  margin-bottom: 12px !important;
  padding: 18px !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
  background: #151d21 !important;
  box-shadow: 0 10px 26px rgba(17, 23, 26, 0.11) !important;
}

.checkout-payment-method::before {
  display: none !important;
}

.checkout-payment-brand,
.checkout-payment-copy {
  min-width: 0 !important;
}

.checkout-payment-brand {
  gap: 8px !important;
}

.checkout-payment-brand img {
  width: 112px !important;
  max-width: 100% !important;
}

.checkout-payment-brand span {
  width: fit-content !important;
  max-width: 100% !important;
  white-space: normal !important;
}

.checkout-payment-copy h3 {
  margin: 0 !important;
  font-size: 0.86rem !important;
}

.checkout-payment-copy p {
  max-width: 420px !important;
  margin: 5px 0 0 !important;
  font-size: 0.63rem !important;
}

.checkout-payment-options,
.checkout-payment-assurance {
  display: none !important;
}

.checkout-submit-row {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.checkout-actions {
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 1fr !important;
}

.checkout-actions > .button {
  width: 100% !important;
  min-width: 0 !important;
}

.checkout-submit-row p {
  max-width: none !important;
  padding: 0 !important;
}

.checkout-actions > [data-payment-submit]:disabled {
  color: #687176 !important;
  border-color: #d6dcda !important;
  background: #e7ebea !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.footer-subscribe {
  width: min(100%, 260px);
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.footer-subscribe > label {
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 780;
}

.footer-subscribe > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-subscribe input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 0.66rem;
}

.footer-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.footer-subscribe input:focus {
  outline: 0;
}

.footer-subscribe > div:focus-within {
  border-color: rgba(233, 145, 50, 0.8);
  box-shadow: 0 0 0 3px rgba(233, 145, 50, 0.12);
}

.footer-subscribe button {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  color: var(--ls-ink);
  background: var(--ls-orange);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 800;
  cursor: pointer;
}

.footer-subscribe button:hover {
  background: #f0a04b;
}

.footer-subscribe button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

.footer-subscribe > p {
  min-height: 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.56rem;
  line-height: 1.4;
}

.footer-subscribe > p.is-success {
  color: #bce9d8;
}

.footer-subscribe > p.is-error {
  color: #ffd2c4;
}

.social-links {
  align-items: center !important;
  margin-top: 12px !important;
}

.social-link {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  display: grid !important;
  place-items: center !important;
  padding: 9px !important;
  overflow: hidden !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: #ffffff !important;
}

.social-link img {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
  object-fit: contain !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 680px) {
  .social-links {
    width: max-content !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
  }

  .social-link {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 8px !important;
  }

  .social-link img {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 360px) {
  .social-links {
    gap: 2px !important;
  }

  .social-link {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    min-height: 31px !important;
    padding: 8px !important;
  }

  .social-link img {
    width: 15px !important;
    height: 15px !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .client-marquee:hover .client-track.is-running {
    animation-play-state: paused !important;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    display: flex !important;
    align-items: center !important;
    padding-inline: 12px !important;
  }

  .site-nav {
    inset: calc(var(--header-h) + 7px) 10px auto auto !important;
    width: min(232px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 0 !important;
  }

  .site-nav > a {
    min-height: 44px !important;
  }

  .header-tools {
    margin-left: auto !important;
  }

  .header-cart,
  .menu-button {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  .client-marquee {
    padding-inline: 18px !important;
  }

  .client-track.is-running {
    animation-duration: 58s !important;
    -webkit-animation-duration: 58s !important;
  }
}

@media (max-width: 680px) {
  .shop-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px 0 !important;
  }

  .shop-assurance span,
  .shop-assurance span + span {
    min-height: 32px !important;
    padding: 0 8px !important;
  }

  .shop-assurance span:nth-child(odd) {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .shop-product {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 176px auto !important;
  }

  .shop-product-media {
    min-height: 176px !important;
    height: 176px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(17, 23, 26, 0.09) !important;
  }

  .shop-media-photo img,
  .shop-product-media.is-exact-media .shop-media-photo img,
  .shop-product[data-group-id="ican-containers"] .shop-media-photo img {
    padding: 13px !important;
  }

  .shop-product .shop-product-media.is-exact-media .shop-media-photo img {
    transform: scale(1.38) !important;
  }

  .shop-product[data-group-id="oilsafe-drums"] .shop-media-photo img {
    transform: scale(1.65) !important;
  }

  .shop-product-copy {
    gap: 9px !important;
    padding: 14px !important;
  }

  .shop-product-meta {
    font-size: 0.54rem !important;
  }

  .shop-product-meta span:last-child {
    display: block !important;
  }

  .shop-product-heading h3 {
    font-size: 1rem !important;
  }

  .shop-product-heading p {
    font-size: 0.64rem !important;
  }

  .shop-variant-field {
    font-size: 0.58rem !important;
  }

  .shop-variant-field select {
    height: 44px !important;
    font-size: 0.64rem !important;
  }

  .shop-buy-row {
    grid-template-columns: 1fr !important;
    align-items: end !important;
    gap: 9px !important;
    padding-top: 10px !important;
  }

  .shop-price {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .shop-price strong {
    font-size: 1rem !important;
  }

  .shop-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .shop-add,
  .shop-buy-now,
  .shop-request-price {
    min-height: 44px !important;
    padding-inline: 7px !important;
    font-size: 0.6rem !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .product-quantity-stepper {
    min-height: 44px;
    grid-template-columns: 42px minmax(28px, 1fr) 42px;
  }

  .product-quantity-stepper button,
  .product-quantity-stepper span {
    min-height: 42px;
  }

  .checkout-contact-fields,
  .checkout-location-fields {
    grid-template-columns: 1fr !important;
  }

  .checkout-location-fields label:last-child {
    grid-column: auto !important;
  }

  .checkout-form-panel input,
  .checkout-form-panel select,
  .checkout-form-panel textarea {
    min-height: 46px !important;
  }

  .checkout-payment-method {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    padding: 15px !important;
  }

  .checkout-payment-brand img {
    width: 104px !important;
  }

  .checkout-payment-assurance {
    grid-template-columns: 1fr !important;
  }

  .footer-subscribe {
    width: 100%;
    max-width: 270px;
  }

  .footer-subscribe > div {
    grid-template-columns: 1fr;
  }

  .footer-subscribe button {
    min-height: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 360px) {
  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    padding-inline: 9px !important;
  }

  .header-cart,
  .menu-button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  .shop-product {
    grid-template-rows: 156px auto !important;
  }

  .shop-product-media {
    min-height: 156px !important;
    height: 156px !important;
  }

  .shop-product-copy {
    padding: 12px !important;
  }

  .shop-buy-row {
    grid-template-columns: 1fr !important;
  }

  .shop-price {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
  }

  .shop-add,
  .shop-buy-now,
  .shop-request-price {
    font-size: 0.58rem !important;
  }

  .product-quantity-stepper {
    grid-template-columns: 38px minmax(26px, 1fr) 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-marquee {
    overflow-x: auto !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    scrollbar-width: thin;
  }

  .client-track,
  .client-track.is-running {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
  }

  .hero-media-video,
  .product-how-video {
    display: none !important;
  }
}

/* Checkout 2026: progressive, compact and single-path. */
.checkout-hero {
  margin-top: var(--header-h) !important;
  min-height: 0 !important;
  padding: 28px max(24px, calc((100vw - 1180px) / 2)) 24px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #111a1e !important;
}

.checkout-hero-copy {
  max-width: 620px !important;
}

.checkout-hero h1 {
  max-width: none !important;
  margin: 5px 0 7px !important;
  font-size: 2rem !important;
  line-height: 1.05 !important;
}

.checkout-hero > div > p:not(.eyebrow) {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.75rem !important;
}

.checkout-steps {
  width: 340px !important;
  min-height: 42px !important;
  padding: 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.checkout-steps span {
  min-height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  background: transparent !important;
  font-size: 0.64rem !important;
}

.checkout-steps span.is-complete {
  color: rgba(255, 255, 255, 0.88) !important;
}

.checkout-steps span.is-active {
  color: #151d21 !important;
  background: var(--ls-orange) !important;
  box-shadow: 0 4px 12px rgba(200, 111, 27, 0.2) !important;
}

.checkout-band {
  width: min(100%, 1232px) !important;
  margin-inline: auto !important;
  padding: 24px 26px 56px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
  gap: 18px !important;
  align-items: start !important;
  background: transparent !important;
}

.checkout-form-panel,
.checkout-summary {
  border: 1px solid #dbe1de !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 42px rgba(18, 29, 33, 0.07) !important;
}

.checkout-form-panel {
  min-width: 0 !important;
  overflow: hidden !important;
}

.checkout-mobile-orderbar {
  display: none !important;
}

.checkout-form-section {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 26px 28px !important;
  border: 0 !important;
}

.checkout-form-section + .checkout-form-section,
.checkout-details-action + .checkout-form-section {
  border-top: 1px solid #e4e9e6 !important;
}

.checkout-form-head {
  margin: 0 0 20px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
}

.checkout-section-label {
  min-height: 25px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #cfe0da !important;
  border-radius: 5px !important;
  color: #176052 !important;
  background: #edf6f2 !important;
  font-size: 0.54rem !important;
  line-height: 1 !important;
}

.checkout-form-head h2 {
  margin: 0 !important;
  font-size: 1.25rem !important;
  line-height: 1.15 !important;
}

.checkout-form-head > div > p {
  margin: 4px 0 0 !important;
  color: #748084 !important;
  font-size: 0.68rem !important;
}

.checkout-contact-fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, 0.82fr) !important;
  gap: 14px !important;
}

.checkout-contact-fields label:last-child {
  grid-column: auto !important;
  max-width: none !important;
}

.checkout-form-panel .checkout-form-section label,
.checkout-form-panel .field-label {
  gap: 7px !important;
  color: #364145 !important;
  font-size: 0.67rem !important;
  font-weight: 760 !important;
}

.checkout-form-panel input,
.checkout-form-panel select,
.checkout-form-panel textarea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 47px !important;
  padding: 0 12px !important;
  border: 1px solid #cfd7d3 !important;
  border-radius: 6px !important;
  color: #182125 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 0.73rem !important;
}

.checkout-form-panel textarea {
  min-height: 88px !important;
  padding-block: 11px !important;
}

.checkout-form-panel input:focus,
.checkout-form-panel select:focus,
.checkout-form-panel textarea:focus {
  border-color: #237565 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(35, 117, 101, 0.11) !important;
}

.checkout-address {
  margin-top: 16px !important;
  gap: 12px !important;
}

.checkout-company-field,
.checkout-optional-field,
.checkout-note-details {
  margin-top: 12px !important;
  border: 1px solid #e0e6e3 !important;
  border-radius: 6px !important;
  background: #f8faf9 !important;
}

.checkout-company-field summary,
.checkout-optional-field summary,
.checkout-note-details summary {
  min-height: 44px !important;
  padding: 0 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #236b5d !important;
  font-size: 0.65rem !important;
  font-weight: 760 !important;
}

.checkout-company-field label,
.checkout-optional-field label,
.checkout-note-details label {
  padding: 0 13px 13px !important;
}

.checkout-location-fields {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.shipping-method {
  min-height: 52px !important;
  margin-top: 14px !important;
  padding: 10px 12px !important;
  border: 1px solid #dbe7e2 !important;
  border-radius: 6px !important;
  background: #f2f8f5 !important;
}

.shipping-method strong {
  font-size: 0.65rem !important;
}

.shipping-method span,
.shipping-method b {
  font-size: 0.59rem !important;
}

.checkout-invoice-section {
  padding-block: 19px !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  background: #fbfcfb !important;
}

.checkout-invoice-section .checkout-form-head {
  margin: 0 !important;
}

.checkout-choice {
  min-height: 62px !important;
  margin: 0 !important;
  padding: 11px 13px !important;
  border: 1px solid #dce3df !important;
  border-radius: 6px !important;
  background: #ffffff !important;
}

.checkout-choice input {
  width: 18px !important;
  min-height: 18px !important;
}

.checkout-choice strong {
  font-size: 0.69rem !important;
}

.checkout-choice small {
  font-size: 0.59rem !important;
}

.checkout-gst-fields:not([hidden]) {
  grid-column: 1 / -1 !important;
  margin-top: -4px !important;
  padding-top: 2px !important;
}

.checkout-details-action {
  padding: 18px 28px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  border-top: 1px solid #e4e9e6 !important;
  background: #ffffff !important;
}

.checkout-details-action[hidden] {
  display: none !important;
}

.checkout-details-action .button {
  min-width: 220px !important;
  min-height: 49px !important;
}

.checkout-details-action .form-note {
  order: -1 !important;
  margin-right: auto !important;
}

.checkout-payment-section {
  min-width: 0 !important;
  padding-block: 24px 27px !important;
  overflow: visible !important;
  scroll-margin-top: calc(var(--header-h) + 14px) !important;
  background: #fbfcfb !important;
}

.checkout-payment-section[hidden] {
  display: none !important;
}

.checkout-payment-method {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 72px !important;
  margin: 0 0 12px !important;
  padding: 11px 13px !important;
  display: grid !important;
  grid-template-columns: 18px 104px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  border: 1px solid #cfdcd6 !important;
  border-radius: 7px !important;
  color: #182125 !important;
  background: #ffffff !important;
  box-shadow: 0 7px 20px rgba(20, 31, 35, 0.05) !important;
  cursor: default !important;
}

.checkout-payment-method::before {
  display: none !important;
}

.checkout-payment-method > input {
  width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  accent-color: #176052 !important;
  box-shadow: none !important;
}

.checkout-payment-brand {
  width: 104px !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 0 9px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 5px !important;
  background: #1f5fd1 !important;
}

.checkout-payment-brand img {
  width: 86px !important;
  max-width: 100% !important;
}

.checkout-payment-copy {
  min-width: 0 !important;
}

.checkout-payment-copy h3 {
  margin: 0 !important;
  color: #1b2428 !important;
  font-size: 0.78rem !important;
}

.checkout-payment-copy p {
  margin: 3px 0 0 !important;
  color: #6d797d !important;
  font-size: 0.62rem !important;
}

.checkout-payment-selected {
  min-height: 25px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  color: #176052 !important;
  background: #e9f5f0 !important;
  font-size: 0.56rem !important;
  font-weight: 800 !important;
}

.checkout-payment-method:not(.is-ready) .checkout-payment-selected {
  color: #6b7478 !important;
  background: #eef1ef !important;
}

.checkout-payment-method.is-test .checkout-payment-selected {
  color: #8b5a13 !important;
  background: #fff4df !important;
}

.checkout-submit-row {
  margin-top: 12px !important;
}

.checkout-actions > .button {
  min-height: 52px !important;
  border-radius: 6px !important;
  font-size: 0.76rem !important;
}

.checkout-submit-row p:empty {
  display: none !important;
}

.checkout-summary {
  position: sticky !important;
  top: calc(var(--header-h) + 16px) !important;
  padding: 20px !important;
}

.checkout-summary-head {
  margin-bottom: 14px !important;
}

.checkout-summary-head h2 {
  font-size: 1rem !important;
}

.checkout-summary ul {
  max-height: 260px !important;
  overflow-y: auto !important;
}

.checkout-line {
  gap: 9px !important;
}

.checkout-line img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px !important;
}

.checkout-line strong,
.checkout-line > b {
  font-size: 0.64rem !important;
}

.checkout-line span,
.checkout-line small {
  font-size: 0.54rem !important;
}

.checkout-total {
  padding-block: 15px !important;
}

.checkout-total strong {
  font-size: 1.22rem !important;
}

@media (max-width: 820px) {
  .checkout-hero {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .checkout-steps {
    width: min(100%, 390px) !important;
  }

  .checkout-band {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .checkout-summary {
    position: static !important;
    top: auto !important;
  }

  .checkout-contact-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .checkout-contact-fields label:last-child {
    grid-column: 1 / -1 !important;
    max-width: calc(50% - 7px) !important;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    min-height: 56px !important;
    height: 56px !important;
    padding: 7px 11px !important;
  }

  .brand {
    min-width: 0 !important;
  }

  .brand-mark {
    width: 27px !important;
    height: 27px !important;
  }

  .brand-name {
    font-size: 0.78rem !important;
  }

  .brand-country {
    font-size: 0.38rem !important;
  }

  .header-cart,
  .menu-button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-radius: 6px !important;
  }

  .hero {
    min-height: calc(100svh - 56px) !important;
  }

  .hero-copy {
    padding-inline: 13px !important;
  }

  .hero h1 {
    max-width: 330px !important;
    font-size: 2rem !important;
    line-height: 1.02 !important;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 335px !important;
    font-size: 0.75rem !important;
    line-height: 1.48 !important;
  }

  .hero-actions {
    gap: 7px !important;
  }

  .hero-actions .button {
    min-height: 44px !important;
    padding-inline: 12px !important;
    font-size: 0.65rem !important;
  }

  .product-cockpit {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-cockpit > div:nth-child(n + 3) {
    display: none !important;
  }

  .home-systems,
  .benefits-band,
  .industries-band,
  .home-application {
    padding-block: 30px !important;
  }

  .home-section-intro {
    gap: 8px !important;
    margin-bottom: 17px !important;
  }

  .home-section-intro h2 {
    font-size: 1.5rem !important;
    line-height: 1.08 !important;
  }

  .home-section-intro > p {
    font-size: 0.69rem !important;
    line-height: 1.5 !important;
  }

  .shop-hero-inner {
    padding-inline: 13px !important;
  }

  .shop-hero h1 {
    font-size: 1.72rem !important;
    line-height: 1.06 !important;
  }

  .shop-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-assurance span:nth-child(n + 3) {
    display: none !important;
  }

  .shop-band {
    padding-inline: 12px !important;
  }

  .shop-product {
    grid-template-rows: 164px auto !important;
    border-radius: 8px !important;
  }

  .shop-product-media {
    min-height: 164px !important;
    height: 164px !important;
  }

  .checkout-hero {
    padding: 17px 12px 15px !important;
    gap: 13px !important;
  }

  .checkout-hero h1 {
    margin-block: 4px 6px !important;
    font-size: 1.55rem !important;
  }

  .checkout-hero > div > p:not(.eyebrow) {
    display: none !important;
  }

  .checkout-steps {
    width: 100% !important;
    min-height: 38px !important;
  }

  .checkout-steps span {
    min-height: 30px !important;
    font-size: 0.58rem !important;
  }

  .checkout-band {
    padding: 10px 11px 32px !important;
    display: block !important;
  }

  .checkout-form-panel {
    border-radius: 8px !important;
  }

  .checkout-mobile-orderbar {
    display: block !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e4e9e6 !important;
    border-radius: 0 !important;
    background: #fbfcfb !important;
  }

  .checkout-mobile-orderbar > summary {
    min-height: 57px !important;
    padding: 0 14px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none !important;
    cursor: pointer !important;
    position: relative !important;
  }

  .checkout-mobile-orderbar > summary::-webkit-details-marker {
    display: none !important;
  }

  .checkout-mobile-orderbar > summary span {
    min-width: 0 !important;
    display: grid !important;
    gap: 2px !important;
  }

  .checkout-mobile-orderbar > summary small {
    color: #7a8589 !important;
    font-size: 0.5rem !important;
    font-weight: 760 !important;
    text-transform: uppercase !important;
  }

  .checkout-mobile-orderbar > summary b,
  .checkout-mobile-orderbar > summary strong {
    color: #1a2327 !important;
    font-size: 0.7rem !important;
  }

  .checkout-mobile-orderbar > summary::after {
    content: "+" !important;
    position: absolute !important;
    right: 14px !important;
    color: #a45a14 !important;
    font-size: 0.76rem !important;
  }

  .checkout-mobile-orderbar > summary strong {
    margin-right: 19px !important;
    padding-right: 0 !important;
    white-space: nowrap !important;
  }

  .checkout-mobile-orderbar[open] > summary::after {
    content: "\2212" !important;
  }

  .checkout-mobile-order-content {
    padding: 0 14px 13px !important;
    border-top: 1px solid #edf0ee !important;
  }

  .checkout-mobile-order-content ul {
    margin: 0 !important;
    padding: 4px 0 !important;
    list-style: none !important;
  }

  .checkout-mobile-order-content .checkout-line img {
    width: 42px !important;
    height: 42px !important;
  }

  .checkout-mobile-order-content > a,
  .checkout-mobile-order-content > button {
    padding: 0 !important;
    border: 0 !important;
    color: #9b5514 !important;
    background: transparent !important;
    font: inherit !important;
    font-size: 0.61rem !important;
    font-weight: 780 !important;
  }

  .checkout-form-section {
    padding: 20px 14px !important;
  }

  .checkout-form-head {
    margin-bottom: 16px !important;
    gap: 9px !important;
  }

  .checkout-section-label {
    min-height: 23px !important;
    padding-inline: 7px !important;
    font-size: 0.5rem !important;
  }

  .checkout-form-head h2 {
    font-size: 1.12rem !important;
  }

  .checkout-form-head > div > p {
    font-size: 0.62rem !important;
  }

  .checkout-contact-fields {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 11px !important;
  }

  .checkout-contact-fields label:last-child {
    grid-column: auto !important;
    max-width: none !important;
  }

  .checkout-form-panel input,
  .checkout-form-panel select,
  .checkout-form-panel textarea {
    min-height: 45px !important;
    font-size: 0.7rem !important;
  }

  .checkout-address {
    margin-top: 12px !important;
  }

  .checkout-company-field,
  .checkout-optional-field,
  .checkout-note-details {
    margin-top: 10px !important;
  }

  .checkout-location-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .checkout-location-fields label:last-child {
    grid-column: 1 / -1 !important;
  }

  .shipping-method {
    min-height: 48px !important;
    padding: 8px 10px !important;
  }

  .shipping-method span {
    display: none !important;
  }

  .checkout-invoice-section {
    padding-block: 16px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .checkout-invoice-section .checkout-form-head {
    margin: 0 !important;
  }

  .checkout-choice {
    min-height: 58px !important;
  }

  .checkout-details-action {
    padding: 15px 14px 17px !important;
    display: grid !important;
    gap: 8px !important;
  }

  .checkout-details-action .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 49px !important;
  }

  .checkout-details-action .form-note {
    order: 2 !important;
    margin: 0 !important;
  }

  .checkout-payment-section {
    padding-block: 20px !important;
  }

  .checkout-payment-method {
    min-height: 68px !important;
    padding: 10px !important;
    grid-template-columns: 17px 86px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .checkout-payment-brand {
    width: 86px !important;
    min-height: 34px !important;
    padding-inline: 7px !important;
  }

  .checkout-payment-brand img {
    width: 72px !important;
  }

  .checkout-payment-copy h3 {
    font-size: 0.72rem !important;
  }

  .checkout-payment-copy p {
    font-size: 0.57rem !important;
  }

  .checkout-payment-selected {
    display: none !important;
  }

  .checkout-actions > .button {
    min-height: 50px !important;
  }

  .checkout-summary {
    display: none !important;
  }
}

@media (max-width: 340px) {
  .hero h1 {
    font-size: 1.8rem !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .checkout-location-fields {
    grid-template-columns: 1fr !important;
  }

  .checkout-location-fields label:last-child {
    grid-column: auto !important;
  }

  .checkout-payment-method {
    grid-template-columns: 17px 78px minmax(0, 1fr) !important;
  }

  .checkout-payment-brand {
    width: 78px !important;
  }
}

/* Global catalogue advisor: a single, quiet prompt with specific product-range outcomes. */
.advisor-nudge {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 286px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 9px;
  padding: 9px;
  border: 1px solid rgba(21, 25, 29, 0.12);
  border-radius: 8px;
  color: #1b2327;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 46px rgba(21, 25, 29, 0.18);
  animation: advisor-nudge-in 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
  pointer-events: auto;
}

.advisor-nudge[hidden] {
  display: none !important;
}

.advisor-nudge::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: #c96816;
}

.advisor-nudge-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #f3f5f2;
}

.advisor-nudge-mark img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.advisor-nudge-copy {
  min-width: 0;
  padding: 3px 0;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.advisor-nudge-copy strong,
.advisor-nudge-copy span {
  display: block;
  letter-spacing: 0;
}

.advisor-nudge-copy strong {
  font-size: 0.76rem;
  line-height: 1.25;
}

.advisor-nudge-copy span {
  margin-top: 2px;
  color: #687178;
  font-size: 0.63rem;
  line-height: 1.35;
}

.advisor-nudge-close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #626b71;
  background: transparent;
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
}

.advisor-nudge-copy:hover strong,
.advisor-nudge-copy:focus-visible strong {
  color: #9b5012;
}

.advisor-nudge-close:hover,
.advisor-nudge-close:focus-visible {
  color: #1b2327;
  background: #f0f2ef;
}

.advisor-result-card > div {
  min-width: 0;
}

.advisor-result-card > div > small {
  display: block;
  margin-top: 6px;
  color: #8f4b12;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.3;
}

.advisor-result-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@keyframes advisor-nudge-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .advisor-nudge {
    right: 0;
    bottom: 56px;
    width: min(286px, calc(100vw - 24px));
  }

  .advisor-result-card p {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 860px) {
  body[data-page="shop"] .product-advisor {
    display: grid !important;
  }

  body[data-page="shop"] .advisor-launch {
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .advisor-nudge {
    animation: none;
  }
}

/* Homepage commerce shelf */
.home-shop {
  padding-block: 46px !important;
  background: #fff;
  border-bottom: 1px solid rgba(23, 25, 28, 0.1);
}

.home-shop-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.home-shop-heading > div {
  max-width: 650px;
}

.home-shop-heading h2 {
  max-width: 620px;
  margin: 7px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.home-shop-heading > div > p:last-child {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.52;
}

.home-shop-heading > .button {
  flex: 0 0 auto;
}

.home-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-shop-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 178px minmax(0, 1fr);
  border: 1px solid rgba(23, 25, 28, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(23, 25, 28, 0.055);
  transition:
    transform 180ms var(--ls-ease),
    border-color 180ms var(--ls-ease),
    box-shadow 180ms var(--ls-ease);
}

.home-shop-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 95, 73, 0.3);
  box-shadow: 0 16px 34px rgba(23, 25, 28, 0.1);
}

.home-shop-media {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 0;
  border-bottom: 1px solid rgba(23, 25, 28, 0.09);
  background: #f5f7f4;
}

.home-shop-media img {
  width: 100%;
  height: 100%;
  padding: 15px;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms var(--ls-ease);
}

.home-shop-card:hover .home-shop-media img {
  transform: scale(1.035);
}

.home-shop-card[data-group-id="ican-containers"] .home-shop-media img {
  transform: scale(1.14);
}

.home-shop-card[data-group-id="ican-containers"]:hover .home-shop-media img {
  transform: scale(1.18);
}

.home-shop-card[data-group-id="oilsafe-drums"] .home-shop-media img {
  transform: scale(1.65);
}

.home-shop-card[data-group-id="oilsafe-drums"]:hover .home-shop-media img {
  transform: scale(1.7);
}

.home-shop-media > span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  color: #fff;
  background: rgba(20, 29, 29, 0.84);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shop-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.home-shop-range {
  margin: 0;
  overflow: hidden;
  color: #97500f;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shop-body h3 {
  min-height: 2.45em;
  margin: 6px 0 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.home-shop-body h3 a {
  color: var(--ink);
}

.home-shop-body h3 a:hover {
  color: var(--green);
}

.home-shop-sku {
  min-height: 1.3em;
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.3;
}

.home-shop-buy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(23, 25, 28, 0.09);
}

.home-shop-buy > div {
  min-width: 0;
}

.home-shop-buy small {
  display: block;
  color: #6a7278;
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-shop-buy strong {
  display: block;
  margin-top: 3px;
  font-size: 1.15rem;
  line-height: 1.1;
}

.home-shop-buy > a {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
}

.home-shop-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 13px;
}

.home-shop-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding-inline: 8px;
  font-size: 0.69rem;
  white-space: nowrap;
}

.home-shop-assurance {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(23, 25, 28, 0.1);
  border-radius: 7px;
  background: #f5f7f4;
}

.home-shop-assurance span {
  min-width: 0;
  padding: 11px 13px;
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.35;
}

.home-shop-assurance span + span {
  border-left: 1px solid rgba(23, 25, 28, 0.1);
}

.home-shop-assurance b {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.72rem;
}

@media (max-width: 1040px) {
  .home-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 570px !important;
    padding-top: 74px !important;
    padding-bottom: 20px !important;
  }

  .home-shop {
    padding-block: 30px !important;
  }

  .home-shop-heading {
    align-items: start;
    gap: 14px;
    margin-bottom: 17px;
  }

  .home-shop-heading h2 {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .home-shop-heading > div > p:last-child {
    margin-top: 7px;
    font-size: 0.76rem;
  }

  .home-shop-heading > .button {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 0.63rem;
  }

  .home-shop-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(244px, 82vw);
    gap: 11px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1px 1px 10px;
    scroll-padding-inline: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .home-shop-grid::-webkit-scrollbar {
    display: none;
  }

  .home-shop-card {
    grid-template-rows: 158px minmax(0, 1fr);
    scroll-snap-align: start;
  }

  .home-shop-body {
    padding: 13px;
  }

  .home-shop-body h3 {
    min-height: 0;
  }

  .home-shop-buy {
    margin-top: 12px;
    padding-top: 11px;
  }

  .home-shop-actions {
    margin-top: 11px;
  }

  .home-shop-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 11px;
  }

  .home-shop-assurance span {
    padding: 9px 10px;
  }

  .home-shop-assurance span:nth-child(3) {
    border-left: 0;
    grid-column: 1 / -1;
  }

  .home-shop-assurance span:nth-child(n + 3) {
    border-top: 1px solid rgba(23, 25, 28, 0.1);
  }
}

@media (max-width: 390px) {
  .home-shop-heading {
    display: grid;
  }

  .home-shop-heading > .button {
    width: fit-content;
  }

  .home-shop-grid {
    grid-auto-columns: minmax(238px, 86vw);
  }

  .home-shop-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .advisor-nudge {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-shop-card,
  .home-shop-media img {
    transition: none;
  }
}

/* Catalog-first header search and high-visibility customer proof. */
.site-header,
.site-header.is-scrolled,
.menu-open .site-header,
.menu-open .site-header.is-scrolled {
  display: grid !important;
  grid-template-columns: auto minmax(280px, 660px) auto auto !important;
  align-items: center !important;
  gap: 14px !important;
}

.site-header .brand {
  grid-column: 1;
}

.site-header .site-nav {
  grid-column: 3;
  justify-self: end;
  margin-left: 0 !important;
}

.site-header .header-tools {
  grid-column: 4;
  margin-left: 0 !important;
}

.catalog-search {
  position: relative;
  z-index: 14;
  grid-column: 2;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.catalog-search-control {
  height: 42px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto 44px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cbd2cf;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 23, 26, 0.03);
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.catalog-search:focus-within .catalog-search-control,
.catalog-search.is-open .catalog-search-control {
  border-color: rgba(23, 95, 82, 0.72);
  box-shadow: 0 0 0 3px rgba(23, 95, 82, 0.1);
}

.catalog-search-leading {
  width: 18px;
  height: 18px;
  justify-self: center;
  color: #6e787b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 8px 0 0;
  border: 0;
  outline: 0 !important;
  color: #172024;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
}

.catalog-search input::placeholder {
  color: #7b8589;
  opacity: 1;
}

.catalog-search input::-webkit-search-cancel-button {
  display: none;
}

.catalog-search-clear,
.catalog-search-submit {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.catalog-search-clear {
  grid-column: 3;
  width: 38px;
  color: #697378;
  background: transparent;
}

.catalog-search-clear[hidden] {
  display: none;
}

.catalog-search-clear:hover {
  color: #172024;
  background: #f0f3f1;
}

.catalog-search-submit {
  grid-column: 4;
  color: #ffffff;
  background: var(--ls-green);
}

.catalog-search-submit:hover {
  background: #104f45;
}

.catalog-search-clear svg,
.catalog-search-submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-search-panel {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  max-height: min(520px, calc(100dvh - var(--header-h) - 18px));
  overflow: auto;
  overscroll-behavior: contain;
  padding: 7px;
  border: 1px solid rgba(17, 23, 26, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(17, 23, 26, 0.18);
}

.catalog-search-panel[hidden] {
  display: none;
}

.catalog-search.is-open .catalog-search-panel {
  animation: catalogSearchIn 150ms ease-out both;
}

@keyframes catalogSearchIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-search-panel-head {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 8px 7px;
  color: #687276;
  font-size: 0.61rem;
}

.catalog-search-panel-head strong {
  color: #273136;
  font-size: 0.67rem;
  font-weight: 820;
}

.catalog-search-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.catalog-search-categories a {
  min-width: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(17, 23, 26, 0.09);
  border-radius: 5px;
  color: #273136;
  background: #f7f9f7;
  font-size: 0.67rem;
  font-weight: 760;
  line-height: 1.22;
  text-decoration: none;
}

.catalog-search-categories a:hover,
.catalog-search-categories a:focus-visible {
  color: var(--ls-green);
  border-color: rgba(23, 95, 82, 0.32);
  background: #eef6f2;
}

.catalog-search-results-list {
  display: grid;
  gap: 3px;
}

.catalog-search-result {
  min-width: 0;
  min-height: 60px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #172024;
  text-decoration: none;
}

.catalog-search-result:hover,
.catalog-search-result:focus-visible {
  border-color: rgba(23, 95, 82, 0.18);
  background: #f1f6f3;
}

.catalog-search-result img {
  width: 46px;
  height: 46px;
  padding: 3px;
  object-fit: contain;
  border: 1px solid rgba(17, 23, 26, 0.09);
  border-radius: 5px;
  background: #ffffff;
}

.catalog-search-result > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.catalog-search-result strong,
.catalog-search-result small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-search-result strong {
  color: #172024;
  font-size: 0.7rem;
  font-weight: 800;
}

.catalog-search-result small {
  color: #6a7478;
  font-size: 0.58rem;
}

.catalog-search-result b {
  color: #253035;
  font-size: 0.66rem;
  font-weight: 810;
  white-space: nowrap;
}

.catalog-search-all {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 7px 10px;
  border-top: 1px solid rgba(17, 23, 26, 0.1);
  color: var(--ls-green);
  font-size: 0.67rem;
  font-weight: 820;
  text-align: center;
  text-decoration: none;
}

.catalog-search-all:hover,
.catalog-search-all:focus-visible {
  background: #eef6f2;
}

.catalog-search-empty {
  display: grid;
  justify-items: start;
  gap: 5px;
  padding: 14px;
}

.catalog-search-empty strong {
  color: #172024;
  font-size: 0.76rem;
}

.catalog-search-empty span {
  color: #697478;
  font-size: 0.67rem;
}

.catalog-search-empty a {
  margin-top: 5px;
  color: var(--ls-green);
  font-size: 0.67rem;
  font-weight: 820;
}

.client-band-home {
  padding: 24px max(22px, calc((100vw - var(--max)) / 2)) 22px !important;
  border-top: 1px solid rgba(17, 23, 26, 0.09) !important;
  border-bottom: 1px solid rgba(17, 23, 26, 0.09) !important;
  background: #f3f6f3 !important;
}

.client-band-home .client-band-head {
  width: min(100%, var(--max)) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr) !important;
  align-items: end !important;
  gap: 32px !important;
  margin: 0 auto 13px !important;
}

.client-band-home .client-band-head > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.client-band-home .client-band-head .eyebrow {
  margin: 0 !important;
  color: #8c4b13 !important;
  font-size: 0.54rem !important;
  white-space: nowrap;
}

.client-band-home .client-band-head h2 {
  margin: 0 !important;
  color: #172024 !important;
  font-size: 1.12rem !important;
  line-height: 1.05 !important;
}

.client-band-home .client-band-head > p {
  max-width: none !important;
  margin: 0 !important;
  color: #687276 !important;
  font-size: 0.67rem !important;
  line-height: 1.45 !important;
  text-align: right;
}

.client-band-home .client-marquee {
  width: min(100%, var(--max)) !important;
  padding: 0 !important;
}

.client-band-home .client-logo {
  width: 148px !important;
  height: 58px !important;
  padding: 9px 16px !important;
  border-color: rgba(17, 23, 26, 0.08) !important;
}

.client-band-home .client-logo img {
  max-height: 38px !important;
}

@media (max-width: 1080px) {
  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    grid-template-columns: auto minmax(230px, 1fr) auto auto !important;
    gap: 10px !important;
  }

  .catalog-search-result b {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 108px;
  }

  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    height: var(--header-h) !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    grid-template-rows: 56px 44px !important;
    align-content: start !important;
    gap: 0 10px !important;
    padding: 0 12px 8px !important;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .header-tools {
    grid-column: 3;
    grid-row: 1;
  }

  .site-header .site-nav {
    grid-column: auto;
    grid-row: auto;
    margin: 0 !important;
  }

  .catalog-search {
    z-index: 16;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .catalog-search-control {
    height: 42px;
  }

  .catalog-search-panel {
    max-height: calc(100dvh - var(--header-h) - 14px);
  }

  .hero {
    padding-top: calc(var(--header-h) + 42px) !important;
  }

  .client-band-home {
    padding: 19px 12px 18px !important;
  }

  .client-band-home .client-band-head {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    margin-bottom: 11px !important;
  }

  .client-band-home .client-band-head > p {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: calc(var(--header-h) + 16px) !important;
  }

  .catalog-search-control {
    grid-template-columns: 34px minmax(0, 1fr) auto 42px;
  }

  .catalog-search-clear {
    width: 36px;
  }

  .catalog-search input {
    font-size: 0.73rem;
  }

  .catalog-search-result {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 9px;
    padding: 6px;
  }

  .catalog-search-result img {
    width: 42px;
    height: 42px;
  }

  .catalog-search-result b {
    display: block;
    grid-column: 2;
    margin-top: -3px;
    font-size: 0.6rem;
  }

  .client-band-home .client-band-head > div {
    gap: 8px;
  }

  .client-band-home .client-band-head h2 {
    font-size: 0.98rem !important;
  }

  .client-band-home .client-band-head > p {
    display: none;
  }

  .client-band-home .client-logo {
    width: 132px !important;
    height: 54px !important;
    padding: 8px 13px !important;
  }
}

@media (max-width: 360px) {
  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    padding-inline: 9px !important;
  }

  .catalog-search input {
    font-size: 0.69rem;
  }

  .catalog-search-categories {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-search.is-open .catalog-search-panel {
    animation: none;
  }
}
