/*
 * ENG HOME WHITE MODERN UI v230
 * White base + Manrope typography + redesigned search page.
 */

:root{
  --eg-bg:#ffffff!important;
  --eg-bg-2:#ffffff!important;
  --eg-card:#ffffff!important;
  --eg-text:#111827!important;
  --eg-navy:#10213b!important;
  --eg-muted:#6f7785!important;
  --eg-line:#e7eaf0!important;
  --eg-shadow:0 18px 54px rgba(15,23,42,.08)!important;
}

html,
body.enghome-body{
  background:#ffffff;
  color:#111827;
}

body.enghome-body,
body.enghome-body h1,
body.enghome-body h2,
body.enghome-body h3,
body.enghome-body h4,
body.enghome-body h5,
body.enghome-body h6,
body.enghome-body p,
body.enghome-body a,
body.enghome-body button,
body.enghome-body input,
body.enghome-body select,
body.enghome-body textarea,
body.enghome-body label,
body.enghome-body li,
body.enghome-body td,
body.enghome-body th,
body.enghome-body strong,
body.enghome-body small,
body.enghome-body em,
body.enghome-body span:not(.fa):not([class*="icon"]):not([class*="material"]){
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-style:normal;
}

body.enghome-body .fa,
body.enghome-body .fa:before{
  font-family:FontAwesome!important;
}

/* White replaces the old beige on public catalog surfaces. */
body.enghome-body #product-search,
body.enghome-body #product-category,
body.enghome-body #product-product,
body.enghome-body #product-manufacturer,
body.enghome-body #information-information,
body.enghome-body #checkout-cart,
body.enghome-body .enghome-category-page,
body.enghome-body .enghome-catalog-page,
body.enghome-body .eg-opencart-content,
body.enghome-body .eg-premium-footer{
  background:#ffffff!important;
  background-color:#ffffff!important;
  background-image:none!important;
}

body.enghome-body .eg-footer-card,
body.enghome-body .eg-footer-col,
body.enghome-body .enghome-product-card,
body.enghome-body .product-thumb{
  background:#ffffff!important;
}

body.enghome-body .enghome-category-title-final,
body.enghome-body .enghome-search-results-title,
body.enghome-body .ega-visual-copy h1,
body.enghome-body .ega-visual-copy h2{
  font-family:Manrope,Inter,Arial,sans-serif!important;
  letter-spacing:-.045em!important;
}

/* Search page */
body.enghome-body #product-search.eg-search-v230{
  width:100%!important;
  margin:0!important;
  padding:54px 0 104px!important;
  background:#ffffff!important;
  color:#111827!important;
}

body.enghome-body #product-search .eg-search-shell-v230{
  width:min(1320px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

body.enghome-body #product-search .eg-search-breadcrumb-v230{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:0 0 34px!important;
  color:#8a919e!important;
  font-size:12px!important;
  font-weight:650!important;
}

body.enghome-body #product-search .eg-search-breadcrumb-v230 a{
  color:#667080!important;
  text-decoration:none!important;
  transition:color .2s ease!important;
}

body.enghome-body #product-search .eg-search-breadcrumb-v230 a:hover{
  color:#10213b!important;
}

body.enghome-body #product-search .eg-search-columns-v230,
body.enghome-body #product-search .eg-search-content-v230{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body.enghome-body #product-search .eg-search-hero-v230{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,540px)!important;
  align-items:center!important;
  gap:64px!important;
  padding:44px 0 58px!important;
  border-bottom:1px solid #e9ebef!important;
}

body.enghome-body #product-search .eg-search-copy-v230{
  max-width:650px!important;
}

body.enghome-body #product-search .eg-search-eyebrow-v230{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:0 0 15px!important;
  padding:6px 10px!important;
  border:1px solid #e6e9ee!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:#657084!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

body.enghome-body #product-search .eg-search-copy-v230 h1{
  margin:0 0 18px!important;
  color:#101827!important;
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-size:clamp(44px,5.2vw,72px)!important;
  line-height:.98!important;
  font-weight:800!important;
  letter-spacing:-.06em!important;
}

body.enghome-body #product-search .eg-search-copy-v230 > p{
  max-width:580px!important;
  margin:0!important;
  color:#697384!important;
  font-size:16px!important;
  line-height:1.75!important;
  font-weight:450!important;
}

body.enghome-body #product-search .eg-search-query-v230{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:24px!important;
  padding:10px 13px!important;
  border:1px solid #e6e9ee!important;
  border-radius:12px!important;
  background:#f8f9fb!important;
  color:#6b7483!important;
  font-size:13px!important;
}

body.enghome-body #product-search .eg-search-query-v230 strong{
  color:#10213b!important;
  font-weight:800!important;
}

body.enghome-body #product-search .eg-search-form-v230{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  padding:24px!important;
  border:1px solid #e5e8ed!important;
  border-radius:24px!important;
  background:#ffffff!important;
  box-shadow:0 20px 56px rgba(15,23,42,.08)!important;
}

body.enghome-body #product-search .eg-search-field-v230{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  min-width:0!important;
}

body.enghome-body #product-search .eg-search-field-v230 label,
body.enghome-body #product-search .eg-search-controls-v230 label > span{
  margin:0!important;
  color:#657084!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

body.enghome-body #product-search .eg-search-input-wrap-v230{
  position:relative!important;
}

body.enghome-body #product-search .eg-search-input-wrap-v230 svg{
  position:absolute!important;
  left:15px!important;
  top:50%!important;
  width:19px!important;
  height:19px!important;
  transform:translateY(-50%)!important;
  fill:none!important;
  stroke:#7b8493!important;
  stroke-width:1.8!important;
  pointer-events:none!important;
}

body.enghome-body #product-search .eg-search-field-v230 input,
body.enghome-body #product-search .eg-search-field-v230 select,
body.enghome-body #product-search .eg-search-controls-v230 select{
  width:100%!important;
  height:52px!important;
  margin:0!important;
  border:1px solid #dfe3e9!important;
  border-radius:14px!important;
  background:#ffffff!important;
  color:#111827!important;
  box-shadow:none!important;
  outline:none!important;
  font-size:14px!important;
  font-weight:600!important;
  transition:border-color .2s ease,box-shadow .2s ease!important;
}

body.enghome-body #product-search .eg-search-field-v230 input{
  padding:0 16px 0 45px!important;
}

body.enghome-body #product-search .eg-search-field-v230 select,
body.enghome-body #product-search .eg-search-controls-v230 select{
  padding:0 38px 0 14px!important;
}

body.enghome-body #product-search .eg-search-field-v230 input:focus,
body.enghome-body #product-search .eg-search-field-v230 select:focus,
body.enghome-body #product-search .eg-search-controls-v230 select:focus{
  border-color:#10213b!important;
  box-shadow:0 0 0 4px rgba(16,33,59,.08)!important;
}

body.enghome-body #product-search .eg-search-options-v230{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}

body.enghome-body #product-search .eg-search-check-v230{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #e5e8ed!important;
  border-radius:14px!important;
  background:#fafbfc!important;
  color:#354052!important;
  font-size:12px!important;
  font-weight:650!important;
  cursor:pointer!important;
  transition:border-color .2s ease,background .2s ease!important;
}

body.enghome-body #product-search .eg-search-check-v230:hover{
  border-color:#cfd5de!important;
  background:#ffffff!important;
}

body.enghome-body #product-search .eg-search-check-v230 input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}

body.enghome-body #product-search .eg-search-checkmark-v230{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  border:1.5px solid #aeb6c2!important;
  border-radius:5px!important;
  background:#ffffff!important;
  box-shadow:inset 0 0 0 3px #ffffff!important;
  transition:.2s ease!important;
}

body.enghome-body #product-search .eg-search-check-v230 input:checked + .eg-search-checkmark-v230{
  border-color:#10213b!important;
  background:#10213b!important;
}

body.enghome-body #product-search .eg-search-submit-v230{
  grid-column:1 / -1!important;
  width:100%!important;
  height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  border:0!important;
  border-radius:14px!important;
  background:#10213b!important;
  color:#ffffff!important;
  box-shadow:0 14px 30px rgba(16,33,59,.18)!important;
  font-size:14px!important;
  font-weight:800!important;
  cursor:pointer!important;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important;
}

body.enghome-body #product-search .eg-search-submit-v230 svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  transition:transform .22s ease!important;
}

body.enghome-body #product-search .eg-search-submit-v230:hover{
  transform:translateY(-2px)!important;
  background:#0a172b!important;
  box-shadow:0 18px 36px rgba(16,33,59,.24)!important;
}

body.enghome-body #product-search .eg-search-submit-v230:hover svg{
  transform:translateX(4px)!important;
}

body.enghome-body #product-search .eg-search-results-head-v230{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:28px!important;
  margin:0!important;
  padding:52px 0 24px!important;
  border-bottom:1px solid #e9ebef!important;
}

body.enghome-body #product-search .eg-search-results-head-v230 h2{
  margin:0!important;
  color:#111827!important;
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-size:clamp(28px,3.2vw,44px)!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
}

body.enghome-body #product-search .eg-search-controls-v230{
  display:flex!important;
  align-items:flex-end!important;
  gap:10px!important;
}

body.enghome-body #product-search .eg-search-controls-v230 label{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
}

body.enghome-body #product-search .eg-search-controls-v230 select{
  min-width:170px!important;
  height:46px!important;
}

body.enghome-body #product-search .eg-search-products-v230{
  margin-top:32px!important;
}

body.enghome-body #product-search .eg-search-product-v230{
  border:1px solid #e7eaf0!important;
  background:#ffffff!important;
  box-shadow:none!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;
}

body.enghome-body #product-search .eg-search-product-v230:hover{
  transform:translateY(-5px)!important;
  border-color:#d8dde5!important;
  box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
}

body.enghome-body #product-search .eg-search-product-v230 .enghome-product-title,
body.enghome-body #product-search .eg-search-product-v230 .enghome-product-title a{
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
}

body.enghome-body #product-search .eg-search-card-actions-v230{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}

body.enghome-body #product-search .eg-search-empty-v230{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:340px!important;
  margin-top:32px!important;
  padding:54px 24px!important;
  border:1px solid #e5e8ed!important;
  border-radius:24px!important;
  background:#ffffff!important;
  text-align:center!important;
  box-shadow:0 16px 46px rgba(15,23,42,.05)!important;
}

body.enghome-body #product-search .eg-search-empty-icon-v230{
  width:58px!important;
  height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:18px!important;
  border-radius:18px!important;
  background:#f2f5f8!important;
  color:#10213b!important;
}

body.enghome-body #product-search .eg-search-empty-icon-v230 svg{
  width:27px!important;
  height:27px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
}

body.enghome-body #product-search .eg-search-empty-v230 h3{
  margin:0 0 10px!important;
  color:#111827!important;
  font-size:24px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
}

body.enghome-body #product-search .eg-search-empty-v230 p{
  max-width:520px!important;
  margin:0 0 22px!important;
  color:#6d7685!important;
  font-size:14px!important;
  line-height:1.7!important;
}

body.enghome-body #product-search .eg-search-reset-v230{
  min-width:170px!important;
  height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  border:1px solid #10213b!important;
  border-radius:13px!important;
  background:#ffffff!important;
  color:#10213b!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:800!important;
  transition:.22s ease!important;
}

body.enghome-body #product-search .eg-search-reset-v230:hover{
  background:#10213b!important;
  color:#ffffff!important;
  transform:translateY(-2px)!important;
}

body.enghome-body #product-search .eg-search-pagination-v230{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-top:34px!important;
  color:#737c8b!important;
  font-size:13px!important;
}

@media(max-width:980px){
  body.enghome-body #product-search.eg-search-v230{
    padding:36px 0 76px!important;
  }

  body.enghome-body #product-search .eg-search-shell-v230{
    width:calc(100% - 28px)!important;
  }

  body.enghome-body #product-search .eg-search-hero-v230{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding:28px 0 44px!important;
  }

  body.enghome-body #product-search .eg-search-copy-v230 h1{
    font-size:clamp(38px,9vw,58px)!important;
  }
}

@media(max-width:700px){
  body.enghome-body #product-search .eg-search-form-v230{
    grid-template-columns:1fr!important;
    padding:16px!important;
    border-radius:19px!important;
  }

  body.enghome-body #product-search .eg-search-options-v230{
    grid-template-columns:1fr!important;
  }

  body.enghome-body #product-search .eg-search-results-head-v230{
    align-items:flex-start!important;
    flex-direction:column!important;
    padding-top:38px!important;
  }

  body.enghome-body #product-search .eg-search-controls-v230{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }

  body.enghome-body #product-search .eg-search-controls-v230 select{
    width:100%!important;
    min-width:0!important;
  }

  body.enghome-body #product-search .eg-search-card-actions-v230{
    grid-template-columns:1fr!important;
  }

  body.enghome-body #product-search .eg-search-pagination-v230{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

@media(max-width:460px){
  body.enghome-body #product-search .eg-search-shell-v230{
    width:calc(100% - 20px)!important;
  }

  body.enghome-body #product-search .eg-search-copy-v230 h1{
    font-size:38px!important;
  }

  body.enghome-body #product-search .eg-search-controls-v230{
    grid-template-columns:1fr!important;
  }

  body.enghome-body #product-search .eg-search-empty-v230{
    min-height:300px!important;
    padding:40px 18px!important;
    border-radius:20px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.enghome-body #product-search *,
  body.enghome-body #product-search *::before,
  body.enghome-body #product-search *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}
