:root{
  --main-primary-color: #4A66D8;
  --seek-tab-inactive-color: #696969;
  --seek-tab-active-color: #252525;
  --seek-tab-active-border-color: #252525;
}

.router-link{
  width: 100%;
  text-decoration: none;
}

h1, h2{
  color: var(--main-primary-color);
}
#nbq_download{
  margin: 2em;
}
#nbq_outer_profile{
  width: 70%;
}
#nbq_outer_send-email{
  width: max-content;
}
#nbq_outer{
  width: 80%;
}
#nbq_outer_add-project{
  width: max-content;
}
.seek-marketing-image{
  height: 107px;
  align-self: stretch;
  border-radius: 8px;
  background: lightgray 50% / cover no-repeat;
}
.seek-marketing-video{
  height: 141px;
  align-self: stretch;
  aspect-ratio: 240.00 / 141.31;
  border-radius: 8px;
  background: lightgray 0px -4px / 100% 103% no-repeat;
}
.active{
  background-color: #ccc;
}
.seek-search-container{
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 380px;
  height: 40px;
  padding: 4px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  border: 1px solid #949494;
  background: #FFF;
}
.seek-search-input{
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seek-search-input::placeholder{
  overflow: hidden;
  color: #696969;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.seek-brand-listing{
  display: flex;
  padding-bottom: 56px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px 32px;
  flex-wrap: wrap;
}
.seek-brand-panel{
  width: 192px;
  height: 128px;
  opacity: 1;
  border-radius: 10px;
  gap: 8.31px;
  border-width: 1px;
  padding-top: 17.67px;
  padding-right: 21.83px;
  padding-bottom: 17.67px;
  padding-left: 21.83px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 4px 0px #0000001A;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.seek-brand-panel:hover{
  border-color: #cfd6ff;
  box-shadow:
    0 16px 18px rgba(46, 48, 52, 0.1),
    0 2px 8px rgba(46, 48, 52, 0.05);
}

.seek-brand-panel:focus-visible{
  outline: 3px solid rgba(80, 104, 216, 0.2);
  outline-offset: 4px;
}
.seek-manufacturer-top-image{
  margin: 0.2em;
  object-position: center;
  cursor: pointer;
  width: 132px;
  height: 76px;
  opacity: 1;
  border-radius: 6.75px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{
  border: 1px solid gray !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.seek-project-line-suggestion-product-image{
  display: block;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
}
.seek-project-line-suggestion-product-description{
  margin: 4px 0 0;
  color: #696969;
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.seek-project-line-suggestion-product-details{
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
.seek-project-line-suggestion-product-details p{
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}
.seek-project-line-suggestion-product-brand{
  margin-top: 3px !important;
  color: #696969;
  font-size: 12px;
  font-weight: 400;
}
.seek-project-line-suggestion{
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: min(420px, 80vw);
  max-height: 280px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  z-index: 10000;
}

.seek-project-line-suggestion-above{
  top: auto;
  bottom: calc(100% - 4px);
}

.seek-project-line-searching{
  overflow: hidden;
}

.seek-project-line-searching-row{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px;
  box-sizing: border-box;
}

.seek-project-line-searching-row p{
  margin: 0;
  color: #696969;
  font-size: 13px;
  font-weight: 500;
}

.seek-project-line-searching-spinner{
  width: 16px;
  height: 16px;
  border: 2px solid #D2D2D2;
  border-top-color: var(--main-primary-color);
  border-radius: 50%;
  animation: seek-line-product-search-spin 0.8s linear infinite;
  box-sizing: border-box;
}

@keyframes seek-line-product-search-spin {
  to {
    transform: rotate(360deg);
  }
}

.seek-project-line-product-suggestion{
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 84px;
  padding: 10px;
  border-bottom: 1px solid #EAEAEA;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
}
.seek-project-line-product-suggestion:hover{
  background: #F8FAFF;
}
.seek-project-line-product-suggestion:last-child{
  border-bottom: 0;
}
.seek-project-cancel-suggestions{
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 8px 10px;
  border-bottom: 1px solid #EAEAEA;
  background: #FFF;
  color: #D72839;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.seek-manufacturer-marketing-media-source{
  width: 560px;
  height: 315px;
}
.seek-manufacturer-marketing-media-source iframe{
  width: 100%;
  height: 285px;
}
.seek-manufacturer-marketing-media-source img{
  width: 100%;
  height: 285px;
}
#pdf-js-viewer{
  float: right;
}
#specsheet-frame{
  float: right;
  margin-left: 12em
}
#create-projectName{
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectDesc{
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectLocation{
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectLocationState{
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectBidDate{
  border: solid 1px #252525;
  width: 20vw;
}
.seek-rep-marketing-media{
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  background: #FFF;
}
.seek-rep-marketing-media-outer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
#nbq_close{
  margin-right: 5px;
}
#nbq_share_project{
  margin-right: 5px;
}
#nbq_download_o2o{
  margin-right: 5px;
}
#nbq_save{
  margin-right: 5px;
}
#nbq_logout_logout{
  margin-right: 5px;
}
#nbq_close_logout{
  margin-right: 5px;
}
#nbq_map_map{
  margin-right: 5px;
}
#nbq_close_map{
  margin-right: 5px;
}
#SeekLoginEmail{
  -webkit-text-fill-color: black !important;
  color: black !important;
  border: 1px solid gray !important;
}

/*-----SpecSeek Responsive Designs-----*/
@media (max-width: 896px) {
  p{
    font-size: 14px;
  }

  #specseek-dropdown-mobile{
    font-size: 12px;
    min-width: 160px;
    padding: 10px 15px;
  }
}
@media (max-width: 896px) {
  p{
    font-size: 14px;
  }

  #specseek-dropdown-mobile{
    font-size: 12px;
    min-width: 160px;
    padding: 10px 15px;
  }
}
.seek-app-page{
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  overscroll-behavior: auto;
}
html.seek-mobile-nav-scroll-lock,
body.seek-mobile-nav-scroll-lock{
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
body.seek-mobile-nav-scroll-lock{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
html.seek-dialog-scroll-lock,
body.seek-dialog-scroll-lock{
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
body.seek-dialog-scroll-lock{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
.seek-app-shell{
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  max-height: none;
  flex-direction: column;
  overflow: visible;
  overscroll-behavior: auto;
}
.seek-loading-overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto;
}
.seek-content{
  flex: 1 1 auto;
  width: 100%;
  max-width: 100vw;
  min-height: calc(100vh - 56px);
  min-height: calc(100dvh - 56px);
  height: auto;
  max-height: none;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  overflow: visible;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}
.seek-header{
  display: flex;
  width: 100%;
  max-width: 100vw;
  height: 56px;
  flex: 0 0 56px;
  position: relative;
  z-index: 7;
  padding: 8px 32px;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}
.seek-header-territory{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(330px, calc(100vw - 320px));
  min-width: 270px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.seek-header-territory-label{
  flex: 0 0 auto;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  pointer-events: auto;
}
.seek-header-territory .seek-regions-dropdown{
  flex: 0 1 240px;
  width: 240px;
  margin-right: 0;
  pointer-events: auto;
}
.seek-header-territory .seek-region-dropdown{
  text-indent: 28px;
}
.seek-header-actions{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.seek-navbar{
  display: flex;
  width: 224px;
  min-height: calc(100vh - 56px);
  min-height: calc(100dvh - 56px);
  height: auto;
  padding: 24px 0px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  border-right: 1px solid #D2D2D2;
  background: #FFF;
  margin-right: 120px;
}
.seek-navbar-mobile-shell{
  display: none;
}
.seek-navbar-desktop-shell{
  display: flex;
}
.seek-navbar-menus{
  display: flex;
  width: 224px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.seek-navbar-option{
  border-left: 5px solid white;
  display: flex;
  padding: 10px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.seek-navbar-option:hover{
  border-left: 5px solid hsl(from var(--main-primary-color) h s calc(l + 40));
  background: hsl(from var(--main-primary-color) h s calc(l + 40));
  .seek-navbar-label{
    font-weight: 500;
    color: var(--main-primary-color);
  }
  .seek-navbar-icon-fill {
    fill: var(--main-primary-color);
  }
  .seek-navbar-icon-stroke {
    stroke: var(--main-primary-color);
  }
}
.seek-navbar-option-active{
  border-left: 5px solid var(--main-primary-color);
  background: hsl(from var(--main-primary-color) h s calc(l + 40));
}
.seek-navbar-label{
  color: #767676;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.seek-navbar-label-active{
  font-weight: 500;
  color: var(--main-primary-color);
}
.seek-navbar-icon{
  overflow: visible;
  width: 24px;
  height: 24px;
}
.seek-navbar-icon-fill{
  fill: #696969;
}
.seek-navbar-icon-stroke{
  stroke: #696969;
}
.seek-navbar-icon-fill-active{
  fill: var(--main-primary-color);
}
.seek-navbar-icon-stroke-active{
  stroke: var(--main-primary-color);
}

/* SpecSeek mobile navigation */
.seek-navbar-mobile-trigger, .seek-navbar-backdrop{
  display: none;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 932px) and (hover: none) {
  .seek-app-page{
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .seek-app-shell{
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .seek-content, #seek-content{
    width: 100vw !important;
    max-width: 100vw !important;
    flex: 1 1 auto;
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    height: auto !important;
    max-height: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
    box-sizing: border-box;
    overflow-y: visible;
    overflow-x: hidden;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .seek-header{
    flex: 0 0 56px;
    position: relative;
    z-index: 7;
    width: 100vw;
    max-width: 100vw;
    gap: 8px;
    padding: 8px 16px 8px 72px;
    overflow: visible;
  }

  .seek-header-territory{
    width: min(220px, calc(100vw - 160px));
    min-width: 0;
  }

  .seek-header-territory-label{
    display: none;
  }

  .seek-header-territory .seek-regions-dropdown{
    flex: 0 1 220px;
    width: clamp(170px, 52vw, 220px);
    max-width: 100%;
    margin-right: 0;
  }

  .seek-header-actions{
    flex: 0 0 auto;
    margin-left: auto;
  }

  .seek-regions-dropdown{
    flex: 1 1 auto;
    width: clamp(132px, 48vw, 200px);
    max-width: 200px;
    min-width: 0;
    margin-right: 6px;
  }

  .seek-region-dropdown{
    height: 36px;
    padding-right: 24px;
    font-size: 16px !important;
    text-indent: 18px;
  }

  .seek-region-dropdown-icon{
    top: 8px;
    left: 9px;
    width: 18px;
    height: 18px;
  }

  input:not([type="checkbox"]):not([type="radio"]), select, textarea, .seek-search-input, .seek-categories-dropdown, .seek-popup-input, .seek-input-field, .seek-input-textarea, .seek-input-select{
    font-size: 16px !important;
  }

  input:not([type="checkbox"]):not([type="radio"]), textarea, .seek-search-input, .search-project-search-field, .seek-popup-input, .seek-input-field, .seek-input-textarea{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  input:not([type="checkbox"]):not([type="radio"]), .seek-search-input, .search-project-search-field, .seek-popup-input, .seek-input-field{
    white-space: nowrap;
  }

  input:not([type="checkbox"]):not([type="radio"])::placeholder, textarea::placeholder, .seek-search-input::placeholder, .search-project-search-field::placeholder, .seek-popup-input::placeholder, .seek-input-field::placeholder, .seek-input-textarea::placeholder{
    overflow: hidden;
    color: #696969;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .seek-search-input::placeholder, .search-project-search-field::placeholder{
    font-size: 13px;
  }

  .seek-navbar{
    width: 0 !important;
    min-width: 0 !important;
    flex: 0 0 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .seek-navbar-desktop-shell{
    display: none !important;
  }

  .seek-navbar-mobile-shell{
    position: static !important;
    display: block !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .seek-navbar-mobile-trigger{
    position: absolute;
    top: 6px;
    left: 16px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(210, 210, 210, 0.95);
    border-radius: 8px;
    background: #ffffff;
    color: #252525;
    box-shadow: 0 8px 18px rgba(37, 37, 37, 0.12);
    cursor: pointer;
  }

  .seek-navbar-mobile-trigger svg{
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .seek-navbar-mobile-trigger:focus-visible{
    outline: 2px solid rgba(221, 114, 49, 0.38);
    outline-offset: 3px;
  }

  .seek-navbar-backdrop{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    z-index: 8;
    background: rgba(37, 37, 37, 0.24);
  }

  .seek-navbar-open .seek-navbar-backdrop{
    display: block;
  }

  .seek-navbar .seek-navbar-menus{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: min(82vw, 280px);
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    max-height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
    padding-top: 24px;
    overflow-y: auto;
    background: #ffffff;
    border-right: 1px solid #d2d2d2;
    box-shadow: 18px 0 36px rgba(37, 37, 37, 0.14);
    transform: translateX(-100%);
    transition: transform 0.22s ease;
  }

  .seek-navbar-open .seek-navbar-menus{
    transform: translateX(0);
  }

  .seek-navbar .router-link{
    width: 100%;
  }

  .seek-navbar .seek-navbar-option{
    justify-content: flex-start !important;
  }

  .seek-layout-row, .seek-content > horizontal-container{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .seek-route-view, .seek-line-card{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.seek-marketing-media{
  display: inline-flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 15px;
  border: 1px solid #D2D2D2;
  background: #FFF;
}
#news-and-updates{
  align-self: stretch;
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#line-card-heading{
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
#browse-our-brands{
  font-size: 24px;
  font-weight: 600;
}
.seek-favorites-page{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 48px;
}

.seek-favorites-main{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  flex: 1 1 760px;
  width: 100%;
  max-width: calc(100vw - 318px);
  min-width: 0;
  min-height: calc(100vh - 56px);
  margin: 0;
  padding: 64px 0 116px;
  box-sizing: border-box;
}

.seek-favorites-header, .seek-favorites-content{
  width: 100%;
  min-width: 0;
}

.seek-favorites-content{
  display: flex;
  flex-direction: column;
}

.seek-favorites-page .seek-bottom-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 1140px);
  min-width: 0;
  padding: 24px 56px 32px;
  box-sizing: border-box;
}

.seek-favorites-page .seek-bottom-container-products{
  position: fixed;
  right: auto;
  bottom: 16px;
  left: auto;
  z-index: 7;
  width: min(calc(100vw - 318px), 1140px);
  max-width: 1140px;
  padding: 0;
  pointer-events: none;
}

.seek-favorites-page .seek-bottom-container-products .seek-page-selector, .seek-favorites-page .seek-bottom-container-products > svg{
  pointer-events: auto;
}

@media only screen and (min-width: 641px) {
  .seek-favorites-page .seek-bottom-container-products > svg{
    position: absolute !important;
    right: -56px !important;
    bottom: 0;
    flex: 0 0 auto;
    pointer-events: auto;
  }
}

.seek-favorites-page .seek-page-selector{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#favorites{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.seek-search-area.seek-favorites-search-area{
  width: min(100%, 1140px);
  min-width: 0;
  box-sizing: border-box;
}

.seek-search-area.seek-favorites-search-area .seek-search-container{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.seek-favorites-category-search{
  flex: 0 1 380px;
}

.seek-favorites-text-search{
  flex: 1 1 520px;
  width: auto;
  max-width: none;
}

.seek-search-area.seek-favorites-search-area .seek-categories-dropdown, .seek-search-area.seek-favorites-search-area .seek-search-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.seek-search-filters.seek-favorites-toolbar{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 1140px);
  min-width: 0;
  margin-top: 1.5em;
}

.seek-favorites-filter-row, .seek-favorites-search-meta{
  width: 100%;
  min-width: 0;
}

.seek-favorites-search-meta{
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.seek-search-filters.seek-favorites-toolbar .seek-filter-button{
  margin-bottom: 0;
}

.seek-favorites-statistics{
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: #696969;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  overflow-wrap: anywhere;
}

.seek-favorites-sort{
  flex: 0 0 152px;
  width: 152px;
  min-width: 0;
  height: 33px;
  margin-left: auto;
}

.seek-favorites-sort .seek-categories-dropdown{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.seek-products-container.seek-favorites-products{
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 24px;
  width: min(100%, 1140px);
  min-width: 0;
  margin-top: 24px;
  padding-bottom: 56px;
}

.seek-product-card.seek-favorites-product-card{
  width: 100%;
  max-width: 208px;
  min-width: 0;
  justify-self: center;
  box-sizing: border-box;
}

.seek-product-card.seek-favorites-product-card .seek-product-card-product-name, .seek-product-card.seek-favorites-product-card .seek-product-card-brand{
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-favorites-empty-state{
  width: min(100%, 595px);
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}
.seek-search-area{
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #E9E9E9;
  flex-wrap: wrap;
  min-width: 0;
  box-sizing: border-box;
}
.seek-regions-dropdown{
  position: relative;
  display: flex;
  flex: 0 1 200px;
  width: 200px;
  max-width: 100%;
  min-width: 0;
  margin-right: 15px;
}

.seek-region-dropdown-icon{
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}

.seek-region-dropdown{
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 33px;
  padding: 4px 28px 4px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 55px;
  border: 1px solid #949494;
  background: #FFF;
  text-indent: 20px;
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.seek-popup-card.seek-line-card-welcome-card{
  width: min(calc(100vw - 40px), 500px) !important;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: visible;
}

.seek-line-card-welcome-card .seek-popup-close{
  display: none;
}

.seek-line-card-welcome-card .seek-popup-content{
  max-width: none;
  width: 100%;
  padding: 30px 26px;
  box-sizing: border-box;
}

.seek-line-card-welcome-dialog{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.seek-line-card-welcome-title{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.seek-line-card-welcome-description{
  margin: 14px 0 0;
  color: #696969;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.seek-line-card-welcome-field{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 34px;
}

.seek-line-card-welcome-label{
  color: #404040;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.seek-line-card-welcome-territory.seek-regions-dropdown{
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  margin: 0;
}

.seek-line-card-welcome-territory .seek-region-dropdown-icon{
  top: 9px;
  left: 13px;
  width: 16px;
  height: 16px;
}

.seek-line-card-welcome-territory .seek-region-dropdown{
  height: 33px;
  padding: 4px 34px 4px 12px;
  border-width: 1px;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  text-indent: 28px;
}

.seek-line-card-welcome-select.seek-button{
  align-self: flex-start;
  min-width: 68px;
  height: 40px;
  min-height: 40px;
  margin-top: 56px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.seek-line-card-welcome-default{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 45px;
}

.seek-line-card-welcome-default-row{
  display: flex;
  align-items: center;
  gap: 8px;
}

.seek-line-card-welcome-default-row svg{
  width: 18px;
  height: 18px;
}

.seek-line-card-welcome-default-label{
  padding: 0;
  border: 0;
  background: transparent;
  color: #404040;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
}

.seek-line-card-welcome-helper{
  margin: 0;
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.seek-line-card-welcome-select-logged-in.seek-button{
  margin-top: 24px;
}

.seek-line-card-welcome-links{
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}

.seek-line-card-welcome-links p{
  margin: 0;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.seek-line-card-welcome-link{
  display: inline;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.seek-line-card-welcome-link:hover, .seek-line-card-welcome-link:focus-visible{
  color: var(--main-primary-color);
  outline: none;
}

@media (max-width: 640px){
  .seek-line-card-welcome-card .seek-popup-content{
    padding: 30px 26px;
  }

  .seek-line-card-welcome-title{
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .seek-line-card-welcome-description{
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
  }

  .seek-line-card-welcome-field{
    margin-top: 34px;
  }

  .seek-line-card-welcome-label{
    font-size: 15px;
    line-height: 20px;
  }

  .seek-line-card-welcome-territory .seek-region-dropdown-icon{
    top: 9px;
    left: 13px;
    width: 16px;
    height: 16px;
  }

  .seek-line-card-welcome-territory .seek-region-dropdown{
    height: 33px;
    padding-right: 34px;
    border-width: 1px;
    font-size: 14px !important;
    text-indent: 28px;
  }

  .seek-line-card-welcome-select.seek-button{
    min-width: 68px;
    min-height: 40px;
    margin-top: 56px;
    border-radius: 8px;
    font-size: 14px;
  }

  .seek-line-card-welcome-default{
    gap: 16px;
    margin-top: 45px;
  }

  .seek-line-card-welcome-default-row{
    gap: 8px;
  }

  .seek-line-card-welcome-default-row svg{
    width: 18px;
    height: 18px;
  }

  .seek-line-card-welcome-default-label{
    font-size: 15px;
    line-height: 20px;
  }

  .seek-line-card-welcome-helper{
    font-size: 15px;
    line-height: 20px;
  }

  .seek-line-card-welcome-select-logged-in.seek-button{
    margin-top: 24px;
  }

  .seek-line-card-welcome-links{
    gap: 18px;
    margin-top: 28px;
  }

  .seek-line-card-welcome-links p{
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }
}
#seek-marketing-media-title{
  display: block;
  flex: 0 1 auto;
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}
#seek-marketing-media-description{
  flex: 0 1 auto;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
.seek-categories-dropdown{
  width: stretch;
  background: #FFF;
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: none;
  font-family: inherit;
}
.seek-product-card{
  display: flex;
  width: 224px;
  height: 308px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.seek-product-card:hover{
  border-color: #cfd6ff;
  box-shadow:
    0 16px 18px rgba(46, 48, 52, 0.1),
    0 2px 8px rgba(46, 48, 52, 0.05);
}

.seek-product-card:focus-visible{
  outline: 3px solid rgba(80, 104, 216, 0.2);
  outline-offset: 4px;
}
.seek-product-card-product-name{
  align-self: stretch;
  color: #252525;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}
.seek-product-card-brand{
  align-self: stretch;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}
.seek-products-container{
  display: flex;
  padding-bottom: 56px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px 32px;
  flex-wrap: wrap;
}
.seek-search-filters{
  margin-top: 1.5em;
}
.seek-filter-button{
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #4A66D8;
  margin-right: 5px;
  margin-bottom: 2em;
  cursor: pointer;
}
.seek-filter-button:hover{
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #3652C2;
  margin-right: 5px;
}
.seek-popup-card.seek-filter-dialog-card{
  overflow: visible;
}

.seek-filter-dialog-card .seek-popup-close{
  z-index: 2;
}

.seek-filter-dialog-card .seek-popup-content{
  display: flex;
  flex-direction: column;
  max-width: none;
  max-height: calc(100vh - 40px);
  max-height: min(720px, calc(100vh - 40px));
  max-height: min(720px, calc(100dvh - 40px));
  overflow: hidden;
  border-radius: inherit;
  padding: 38px 42px 42px;
  box-sizing: border-box;
}

.seek-filter-dialog{
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  min-width: 0;
  max-height: 100%;
}

.seek-filter-dialog-header{
  flex: 0 0 auto;
  padding: 0 44px 18px 0;
  background: #FFF;
  z-index: 1;
}

.seek-filter-dialog-title{
  margin: 0;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.seek-filter-dialog-body{
  flex: 0 1 auto;
  min-height: 0;
  width: 100%;
  max-height: 460px;
  max-height: min(58vh, 460px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 8px;
  box-sizing: border-box;
}

.seek-filter-dialog-actions{
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #E9E9E9;
  background: #FFF;
  z-index: 1;
  box-sizing: border-box;
}
.seek-filter-dialog-loading{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px 4px;
  box-sizing: border-box;
}

.seek-filter-dialog-loading p, .seek-filter-dialog-empty{
  margin: 0;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
}

.seek-filter-dialog-loading-spinner{
  width: 18px;
  height: 18px;
  border: 2px solid #D2D2D2;
  border-top-color: var(--main-primary-color);
  border-radius: 50%;
  animation: seek-line-product-search-spin 0.8s linear infinite;
  box-sizing: border-box;
}

.seek-filter-dialog-empty{
  padding: 12px 4px;
}
@media (max-width: 640px){
  .seek-filter-dialog-card .seek-popup-content{
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    padding: 32px 24px 24px;
  }

  .seek-filter-dialog{
    min-height: 0;
  }

  .seek-filter-dialog-body{
    max-height: calc(100vh - 178px);
    max-height: calc(100dvh - 178px);
  }

  .seek-filter-dialog-header{
    padding-right: 36px;
    padding-bottom: 14px;
  }

  .seek-filter-dialog-title{
    font-size: 22px;
  }

  .seek-filter-dialog-actions{
    flex-wrap: wrap;
  }
}
.seek-manufacturer-profile{
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.seek-manufacturer-profile-main{
  display: flex;
  flex: 0 1 calc(100vw - 780px);
  flex-direction: column;
  gap: 24px;
  width: calc(100vw - 780px);
  max-width: 1140px;
  min-width: 0;
  margin-right: 64px;
  box-sizing: border-box;
}

.seek-manufacturer-breadcrumb-wrap{
  margin: 1em;
  min-width: 0;
}

.seek-manufacturer-breadcrumb{
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-manufacturer-breadcrumb-link{
  cursor: pointer;
}

.seek-manufacturer-breadcrumb-icon{
  width: 6px;
  margin: 0 4px;
}

.seek-manufacturer-frame{
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}

.seek-manufacturer-hero{
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

.seek-manufacturer-frame-logo{
  display: flex;
  flex: 0 1 485px;
  width: min(485px, 42vw);
  max-width: 485px;
  height: 169px;
  padding: 17px min(88px, 7vw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}

.seek-manufacturer-frame-logo img{
  display: block;
  width: 250.545px;
  max-width: 100%;
  height: 135px;
  max-height: 100%;
  flex-shrink: 0;
  object-fit: contain;
  aspect-ratio: 250.54/135.00;
  border-radius: 6.489px;
  background: 0px -9.279px / 100% 106.873% no-repeat;
}

.seek-manufacturer-summary{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  margin: 1em;
}

.seek-manufacturer-eyebrow{
  margin-bottom: 10px;
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.seek-manufacturer-title{
  margin-bottom: 15px;
  color: #252525;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.seek-manufacturer-description{
  max-height: 78px;
  align-self: stretch;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  overflow: auto;
  overflow-wrap: anywhere;
}

.seek-manufacturer-website-link{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.seek-manufacturer-website-link img{
  cursor: pointer;
}

.seek-manufacturer-umbrella-section{
  margin: 0 2em 2em;
  min-width: 0;
}

.seek-manufacturer-umbrella-heading{
  margin-bottom: 10px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
}

.seek-manufacturer-frame-umbrella-brands{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  width: 100%;
  min-width: 0;
  padding-bottom: 56px;
  gap: 24px 32px;
}

.seek-manufacturer-profile .seek-brand-panel{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.seek-manufacturer-profile .seek-manufacturer-top-image{
  display: block;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.seek-manufacturer-products-section{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 2em;
  box-sizing: border-box;
}

.seek-manufacturer-products-heading{
  color: #252525;
  font-size: 20px;
  font-weight: 500;
}

.seek-manufacturer-profile .seek-search-area{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.seek-manufacturer-profile .seek-search-container{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.seek-manufacturer-category-search{
  flex: 0 1 380px;
}

.seek-manufacturer-text-search{
  flex: 1 1 520px;
  width: 520px;
  max-width: 520px;
}

.seek-manufacturer-sort{
  flex: 0 0 152px;
  width: 152px;
  min-width: 0;
  height: 33px;
  margin-left: auto;
}

.seek-manufacturer-profile .seek-categories-dropdown, .seek-manufacturer-profile .seek-search-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.seek-manufacturer-profile .seek-search-filters{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.seek-manufacturer-filter-row, .seek-manufacturer-search-meta{
  display: flex;
  width: 100%;
  min-width: 0;
}

.seek-manufacturer-filter-row{
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.seek-manufacturer-search-meta{
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.seek-manufacturer-statistics{
  min-width: 0;
  max-width: 100%;
  color: #696969;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  overflow-wrap: anywhere;
}

.seek-manufacturer-profile .seek-products-container{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.seek-manufacturer-profile .seek-product-card{
  width: 100%;
  max-width: 208px;
  min-width: 0;
  justify-self: center;
  box-sizing: border-box;
}

.seek-manufacturer-profile .seek-product-card-product-name, .seek-manufacturer-profile .seek-product-card-brand{
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-manufacturer-tabs{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 2em;
  box-sizing: border-box;
}

.seek-manufacturer-highlight{
  min-width: 0;
}

.seek-manufacturer-highlight-stage{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 395px;
}

.seek-manufacturer-profile .seek-manufacturer-marketing-media-source{
  width: min(100%, 560px);
  height: auto;
  max-width: 100%;
  align-self: center;
}

.seek-manufacturer-media-copy{
  margin: 0 0 10px 1.5em;
  min-width: 0;
}

.seek-manufacturer-media-title{
  margin-bottom: 5px;
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.seek-manufacturer-media-description{
  color: #404040;
  font-size: 14px;
  font-style: normal;
  overflow-wrap: anywhere;
}

.seek-manufacturer-profile-main-products{
  padding-bottom: 112px;
}

.seek-manufacturer-profile .seek-bottom-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 24px 56px 32px;
  box-sizing: border-box;
}

.seek-manufacturer-profile .seek-bottom-container-products{
  position: fixed;
  right: auto;
  bottom: 16px;
  left: auto;
  z-index: 7;
  width: inherit;
  max-width: inherit;
  padding: 0;
  pointer-events: none;
}

.seek-manufacturer-profile .seek-bottom-container-products .seek-page-selector, .seek-manufacturer-profile .seek-bottom-container-products > svg{
  pointer-events: auto;
}

.seek-manufacturer-profile .seek-page-selector{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.seek-manufacturer-profile .seek-page-selector > img{
  flex: 0 0 auto;
  max-width: 96px;
  height: auto;
  cursor: pointer;
}

.seek-manufacturer-profile .seek-page-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.seek-manufacturer-profile .seek-page-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media only screen and (min-width: 641px) {
  .seek-manufacturer-profile .seek-bottom-container-products > svg{
    position: absolute !important;
    right: -56px !important;
    bottom: 0;
    flex: 0 0 auto;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 1180px) {
  .seek-manufacturer-profile-main{
    flex-basis: 720px;
    width: auto;
    max-width: calc(100vw - 288px);
    margin-right: 32px;
  }

  .seek-manufacturer-frame-logo{
    flex-basis: 360px;
    width: min(360px, 38vw);
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media only screen and (max-width: 900px) {
  .seek-manufacturer-profile{
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
    padding: 0 16px;
  }

  .seek-manufacturer-profile-main{
    align-items: center;
    flex-basis: auto;
    width: min(100%, 430px);
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }

  .seek-manufacturer-profile-main-products{
    padding-bottom: 116px;
  }

  .seek-manufacturer-breadcrumb-wrap{
    width: 100%;
    margin: 16px 0 8px;
  }

  .seek-manufacturer-frame{
    border-radius: 16px;
  }

  .seek-manufacturer-hero{
    flex-direction: column;
    align-items: center;
  }

  .seek-manufacturer-frame-logo{
    flex: 0 1 auto;
    width: min(100% - 32px, 320px);
    max-width: 320px;
    height: auto;
    min-height: 150px;
    padding: 18px 24px;
    margin: 0 auto;
  }

  .seek-manufacturer-frame-logo img{
    width: 100%;
    height: auto;
    max-height: 135px;
  }

  .seek-manufacturer-summary{
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 16px 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .seek-manufacturer-title{
    width: 100%;
  }

  .seek-manufacturer-description{
    max-height: none;
  }

  .seek-manufacturer-umbrella-section{
    width: 100%;
    margin: 24px 0 0;
    padding: 0 16px 24px;
    box-sizing: border-box;
  }

  .seek-manufacturer-umbrella-heading{
    text-align: center;
  }

  .seek-manufacturer-frame-umbrella-brands{
    justify-content: center;
    grid-template-columns: minmax(240px, 280px);
    gap: 16px;
    padding-bottom: 16px;
  }

  .seek-manufacturer-products-section, .seek-manufacturer-tabs{
    width: 100%;
    padding: 16px;
  }

  .seek-manufacturer-products-heading{
    text-align: center;
  }

  .seek-manufacturer-profile .seek-search-area{
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }

  .seek-manufacturer-category-search, .seek-manufacturer-text-search, .seek-manufacturer-sort{
    width: 100%;
    flex-basis: auto;
    max-width: none;
  }

  .seek-manufacturer-sort{
    align-self: center;
    flex: 0 0 auto;
    width: min(100%, 260px);
    max-width: 260px;
    height: 40px;
    padding: 4px 16px;
    overflow: visible;
    margin: 0 auto;
  }

  .seek-manufacturer-filter-row, .seek-manufacturer-search-meta{
    align-items: flex-start;
    flex-direction: column;
  }

  .seek-manufacturer-profile .seek-products-container{
    justify-content: center;
    grid-template-columns: minmax(0, min(100%, 320px));
    gap: 16px;
  }

  .seek-manufacturer-profile .seek-product-card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto !important;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
  }

  .seek-manufacturer-profile .seek-product-card-image{
    width: 100%;
    max-height: 220px;
    height: auto;
  }

  .seek-manufacturer-profile .seek-product-card-copy{
    max-width: none;
  }

  .seek-manufacturer-profile .seek-product-card-actions{
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding: 10px 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
  }

  .seek-manufacturer-profile .seek-product-card-actions img{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    max-width: 24px;
    object-fit: contain;
  }

  .seek-manufacturer-highlight-stage{
    min-height: 0;
  }

  .seek-manufacturer-media-copy{
    margin: 0 0 10px;
  }

  .seek-manufacturer-profile .seek-manufacturer-marketing-media-source, .seek-manufacturer-profile .seek-manufacturer-marketing-media-source iframe, .seek-manufacturer-profile .seek-manufacturer-marketing-media-source img{
    width: 100%;
    max-width: 100%;
  }

  .seek-manufacturer-profile .seek-manufacturer-marketing-media-source iframe, .seek-manufacturer-profile .seek-manufacturer-marketing-media-source img{
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .seek-manufacturer-profile .seek-bottom-container-products{
    align-items: stretch;
    flex-direction: column;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    padding: 0;
  }

  .seek-manufacturer-profile .seek-bottom-container{
    flex-direction: column;
    padding: 18px 0 32px;
  }

  .seek-manufacturer-profile .seek-bottom-container-products{
    padding: 0;
  }

  .seek-manufacturer-profile .seek-page-selector{
    gap: 4px;
    width: 100%;
    padding: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .seek-manufacturer-profile .seek-page-selector::-webkit-scrollbar{
    display: none;
  }

  .seek-manufacturer-profile .seek-page-selector > img{
    max-width: 72px;
    max-height: 32px;
  }

  .seek-manufacturer-profile .seek-page-nav{
    min-height: 34px;
    gap: 2px;
    padding: 0 2px;
  }

  .seek-manufacturer-profile .seek-page-nav-label{
    font-size: 12px;
  }

  .seek-manufacturer-profile .seek-page-nav .seek-icon-button{
    flex-basis: 12px;
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-manufacturer-profile .seek-page-nav .seek-icon-button img{
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-manufacturer-profile .seek-page-button{
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .seek-manufacturer-profile .seek-page-number{
    font-size: 13px;
  }

  .seek-manufacturer-profile .seek-page-jump-input{
    font-size: 13px;
  }

  .seek-manufacturer-profile .seek-bottom-container > svg{
    position: static !important;
    order: -1;
    align-self: flex-end;
    margin: 0 8px 8px 0;
  }

  .seek-manufacturer-profile .manufacturer-empty-state{
    width: auto;
    height: auto;
    margin: 24px 16px;
    padding: 40px 16px;
  }
}
#brand-profile{
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.seek-bottom-container{
  position: fixed;
  bottom: 24px;
  width: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.seek-page-selector{
  display: flex;
  padding: 8px 26px;
  align-items: center;
  gap: 18px;
  border-radius: 7px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.10);
  width: fit-content;
  justify-self: center;
}
.seek-page-selector img{
  cursor: pointer;
}
.seek-page-nav{
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 44px;
  padding: 0;
  color: #404040;
  cursor: pointer;
  user-select: none;
}
.seek-page-nav-label{
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.seek-page-nav .seek-icon-button{
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  max-width: 14px;
  border-radius: 4px;
}
.seek-page-nav .seek-icon-button img{
  width: 14px;
  height: 14px;
  max-width: 14px;
}
.seek-page-nav:hover:not(.seek-page-nav-disabled){
  color: var(--main-primary-color);
}
.seek-page-nav-disabled{
  color: #A0A0A0;
  cursor: default;
}
.seek-page-nav-disabled .seek-icon-button{
  opacity: 0.45;
}
.seek-page-button{
  display: flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 7px;
  background: #FFF;
  border: 1px solid transparent !important;
  box-sizing: border-box;
  cursor: pointer;
}
.seek-page-button:hover{
  background: #FAFAFA;
  border: 1px solid #4A66D8 !important;
}
.seek-page-button-ellipsis{
  color: #696969;
}
.seek-page-button-ellipsis:focus-within{
  border: 1px solid #4A66D8 !important;
}
.seek-page-button.active{
  border: 1px solid #4A66D8 !important;
}
.seek-page-number{
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.seek-page-button.active .seek-page-number{
  color: #252525;
  font-weight: 600;
}
.seek-page-jump-input{
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  outline: none;
  appearance: textfield;
}
.seek-page-jump-input::placeholder{
  color: #A0A0A0;
  opacity: 1;
}

/* SpecSeek Line Card responsive layout */
.seek-line-card{
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  min-width: 0;
  margin-top: 32px;
  box-sizing: border-box;
}

.seek-line-card-main{
  display: flex;
  flex: 0 1 calc(100vw - 780px);
  flex-direction: column;
  gap: 24px;
  width: calc(100vw - 780px);
  min-width: 0;
}

.seek-line-card-heading{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.seek-line-card-heading-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.seek-line-card #browse-our-brands{
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.seek-line-card-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.seek-line-card .seek-search-area{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.seek-line-card .seek-search-container{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 700px;
  min-width: 0;
}

.seek-line-card-category-search{
  flex: 0 1 380px;
}

.seek-line-card-text-search{
  flex: 1 1 520px;
  width: 520px;
  max-width: 520px;
}

.seek-line-card-sort{
  flex: 0 0 152px;
  width: 152px;
  min-width: 0;
  height: 33px;
  margin-left: auto;
}

.seek-line-card .seek-categories-dropdown, .seek-line-card .seek-search-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.seek-line-card-category-search .seek-categories-dropdown option,
.seek-manufacturer-category-search .seek-categories-dropdown option,
.seek-favorites-category-search .seek-categories-dropdown option{
  color: #696969;
  font-weight: 400;
}

.seek-line-card-category-search .seek-categories-dropdown .seek-category-group-option,
.seek-manufacturer-category-search .seek-categories-dropdown .seek-category-group-option,
.seek-favorites-category-search .seek-categories-dropdown .seek-category-group-option{
  color: #252525;
  font-weight: 700;
  background: #F1F1F1;
  border-bottom: 2px solid #D2D2D2;
  border-radius: 0;
}

.seek-line-card-category-search .seek-categories-dropdown .seek-category-subcategory-option,
.seek-manufacturer-category-search .seek-categories-dropdown .seek-category-subcategory-option,
.seek-favorites-category-search .seek-categories-dropdown .seek-category-subcategory-option{
  color: #696969;
  font-weight: 400;
}

.seek-line-card .seek-search-filters{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.seek-line-card-filter-row, .seek-line-card-search-meta{
  display: flex;
  width: 100%;
  min-width: 0;
}

.seek-line-card-filter-row{
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.seek-line-card-search-meta{
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.seek-line-card-search-meta p{
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-selected-filter-pill{
  max-width: 100%;
}

.seek-selected-filter-pill p{
  min-width: 0;
  overflow-wrap: anywhere;
}

.seek-line-card .seek-brand-listing{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 24px 32px;
  width: 100%;
  min-width: 0;
}

.seek-mobile-brand-alphabet{
  display: none;
}

.seek-mobile-brand-letter-preview{
  display: none;
}

.seek-mobile-brand-letter{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--main-primary-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  touch-action: manipulation;
}

.seek-mobile-brand-letter:hover, .seek-mobile-brand-letter:focus-visible, .seek-mobile-brand-letter-active{
  background: var(--main-primary-color);
  color: contrast-color(var(--main-primary-color));
  outline: none;
}

.seek-line-card .seek-brand-panel{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 22px 28px;
}

.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link,
.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link.seek-icon-button{
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 3;
  display: inline-flex !important;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  max-width: 32px;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  transform: none;
}

.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link:hover,
.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link.seek-icon-button:hover{
  background: #FFF;
  box-shadow: 0 2px 6px rgba(37, 37, 37, 0.14);
}

.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link img,
.seek-line-card .seek-brand-panel > .seek-manufacturer-external-link.seek-icon-button img{
  width: 18px;
  height: 18px;
  max-width: 18px;
}

.seek-line-card .seek-manufacturer-top-image{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.seek-new-manufacturer-badge{
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
  max-width: min(72px, 42%);
  height: auto;
  pointer-events: none;
}

.seek-line-card .seek-products-container{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.seek-products-container.seek-products-loading-container{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  width: 100%;
  min-height: 280px;
  padding-bottom: 56px;
  background: transparent !important;
  box-sizing: border-box;
}

.seek-products-loading-container .seek-results-loading-spinner,
.seek-products-loading-container .seek-results-loading-spinner.centered-column-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  margin-top: 0 !important;
  padding: 32px !important;
  overflow: hidden !important;
  box-sizing: border-box;
  border-radius: 8px;
}

.seek-products-loading-container .loader-spinner{
  align-self: center;
  margin-left: 0 !important;
  animation: seek-results-loader-spinner 2s linear infinite;
}

.seek-products-loading-container .seek-results-loading-spinner p{
  top: auto !important;
  margin: 8px 0 0 !important;
  text-align: center;
}

@keyframes seek-results-loader-spinner{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.seek-line-card .seek-product-card{
  width: 100%;
  max-width: 208px;
  min-width: 0;
  justify-self: center;
  box-sizing: border-box;
}

.seek-product-card-image{
  display: block;
  width: 208px;
  max-width: 100%;
  height: 184px;
  aspect-ratio: 208 / 184;
  border-radius: 8px;
  object-fit: contain;
  cursor: pointer;
}

.seek-product-card-copy{
  width: 100%;
  max-width: 200px;
  min-width: 0;
}

.seek-line-card .seek-product-card-product-name, .seek-line-card .seek-product-card-brand{
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-product-card-actions{
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 5px 0;
}

.seek-icon-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  max-width: 24px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.seek-icon-button img{
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  object-fit: contain;
  pointer-events: none;
}

.seek-icon-button:focus-visible{
  outline: 2px solid var(--main-primary-color);
  outline-offset: 3px;
}

.seek-icon-button:disabled{
  cursor: default;
}

.seek-filter-pill-remove{
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  max-width: 12px;
  border-radius: 2px;
}

.seek-filter-pill-remove img{
  width: 12px;
  height: 12px;
  max-width: 12px;
}

.seek-line-card-sidebar{
  display: flex;
  flex: 0 0 304px;
  flex-direction: column;
  width: 304px;
  min-width: 0;
}

.seek-line-card .seek-marketing-media, .seek-line-card .seek-rep-marketing-media-outer, .seek-line-card .seek-rep-marketing-media, .seek-line-card .seek-marketing-media-frame, .seek-line-card .seek-marketing-image, .seek-line-card .seek-marketing-video{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.seek-line-card .seek-marketing-media{
  gap: 0;
}

.seek-line-card #news-and-updates{
  margin: 0 0 24px;
}

.seek-line-card .seek-rep-marketing-media-outer + .seek-rep-marketing-media-outer{
  margin-top: 36px;
}

.seek-line-card .seek-rep-marketing-media{
  gap: 4px;
}

.seek-line-card .seek-marketing-media-frame{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #E9E9E9;
  margin-top: 12px;
}

.seek-line-card .seek-marketing-media-frame > a{
  display: block;
  width: 100%;
  height: 100%;
}

.seek-line-card .seek-marketing-image, .seek-line-card .seek-marketing-video{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.seek-line-card .seek-bottom-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 24px 56px 32px;
  box-sizing: border-box;
}

.seek-line-card-main-products{
  padding-bottom: 112px;
}

.seek-line-card .seek-bottom-container-products{
  position: fixed;
  right: auto;
  bottom: 16px;
  left: auto;
  z-index: 7;
  width: inherit;
  max-width: inherit;
  padding: 0;
  pointer-events: none;
}

.seek-line-card .seek-bottom-container-products .seek-page-selector, .seek-line-card .seek-bottom-container-products > svg{
  pointer-events: auto;
}

@media only screen and (min-width: 641px) {
  .seek-line-card .seek-bottom-container-brands{
    position: fixed;
    right: auto;
    bottom: 16px;
    left: auto;
    z-index: 7;
    width: inherit;
    max-width: inherit;
    padding: 0;
    pointer-events: none;
  }

  .seek-line-card .seek-bottom-container-products > svg, .seek-line-card .seek-bottom-container-brands > svg{
    position: absolute !important;
    right: -56px !important;
    bottom: 0;
    flex: 0 0 auto;
    pointer-events: auto;
  }
}

.seek-line-card .seek-page-selector{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.seek-line-card .seek-page-selector > img{
  flex: 0 0 auto;
  max-width: 96px;
  height: auto;
  cursor: pointer;
}

.seek-line-card .seek-page-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.seek-line-card .seek-page-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media only screen and (max-width: 1180px) {
  .seek-line-card{
    gap: 32px;
  }

  .seek-line-card-main{
    flex-basis: 560px;
    width: auto;
  }

  .seek-line-card-sidebar{
    flex-basis: 280px;
    width: 280px;
  }
}

@media only screen and (max-width: 1100px) {
  .seek-line-card{
    flex-direction: column;
    gap: 32px;
  }

  .seek-line-card-main, .seek-line-card-sidebar{
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .seek-line-card{
    align-items: center;
    justify-content: center;
    width: 100vw !important;
    max-width: 100vw;
    margin-top: 24px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .seek-line-card-main{
    align-items: center;
    flex-basis: auto;
    width: min(100%, 390px) !important;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .seek-line-card-main-products{
    padding-bottom: 116px;
  }

  .seek-line-card-heading, .seek-line-card > vertical-container, .seek-line-card .seek-search-area, .seek-line-card .seek-search-filters{
    width: 100%;
  }

  .seek-line-card-heading-row, .seek-line-card-search-meta{
    align-items: flex-start;
    flex-direction: column;
  }

  .seek-line-card-heading{
    align-items: center;
    text-align: center;
  }

  .seek-line-card-heading-row{
    align-items: center;
  }

  .seek-line-card-download, .seek-line-card-category-search, .seek-line-card-text-search, .seek-line-card-sort{
    width: 100%;
    flex-basis: auto;
    max-width: none;
  }

  .seek-line-card-sort{
    align-self: center;
    flex: 0 0 auto;
    width: min(100%, 260px);
    max-width: 260px;
    height: 40px;
    padding: 4px 16px;
    overflow: visible;
    margin: 0 auto;
  }

  .seek-line-card .seek-brand-listing{
    justify-content: center;
    grid-template-columns: minmax(240px, 280px);
    gap: 16px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .seek-mobile-brand-alphabet{
    position: fixed;
    top: 50%;
    right: max(2px, env(safe-area-inset-right));
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 28px;
    max-height: calc(100dvh - 156px);
    margin: 0;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-50%);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .seek-mobile-brand-letter{
    flex: 0 0 18px;
    width: 24px;
    min-width: 24px;
    height: 18px;
    border: 0;
    background: transparent;
    color: var(--main-primary-color);
    font-size: 11px;
    font-family: inherit;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.82);
    -webkit-tap-highlight-color: transparent;
  }

  .seek-mobile-brand-letter:hover, .seek-mobile-brand-letter:focus-visible, .seek-mobile-brand-letter-active{
    background: var(--main-primary-color);
    color: #FFF;
    text-shadow: none;
    transform: scale(1.04);
    outline: none;
  }

  .seek-mobile-brand-letter-preview{
    position: fixed;
    top: 50%;
    right: max(46px, calc(env(safe-area-inset-right) + 46px));
    z-index: 19;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(5, 67, 116, 0.9);
    color: #FFF;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(37, 37, 37, 0.2);
    pointer-events: none;
    transform: translateY(-50%);
  }

  .seek-mobile-brand-alphabet::-webkit-scrollbar{
    display: none;
  }

  .seek-line-card .seek-products-container{
    justify-content: center;
    grid-template-columns: minmax(0, min(100%, 320px));
    gap: 16px;
  }

  .seek-line-card .seek-product-card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto !important;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
  }

  .seek-product-card-image{
    width: 100%;
    max-height: 220px;
    height: auto;
  }

  .seek-product-card-copy{
    max-width: none;
  }

  .seek-product-card-actions{
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding: 10px 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
  }

  .seek-product-card-actions img{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    max-width: 24px;
    object-fit: contain;
  }

  .seek-line-card .seek-bottom-container{
    flex-direction: column;
    padding: 18px 0 32px;
  }

  .seek-line-card .seek-bottom-container-products{
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    padding: 0;
  }

  .seek-line-card .seek-bottom-container-brands{
    position: fixed;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 7;
    width: auto;
    padding: 0;
    align-items: flex-end;
    pointer-events: none;
  }

  .seek-line-card .seek-bottom-container-brands > svg{
    pointer-events: auto;
  }

  .seek-line-card .seek-page-selector{
    gap: 4px;
    width: 100%;
    padding: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .seek-line-card .seek-page-selector::-webkit-scrollbar{
    display: none;
  }

  .seek-line-card .seek-page-selector > img{
    max-width: 72px;
    max-height: 32px;
  }

  .seek-line-card .seek-page-nav{
    min-height: 34px;
    gap: 2px;
    padding: 0 2px;
  }

  .seek-line-card .seek-page-nav-label{
    font-size: 12px;
  }

  .seek-line-card .seek-page-nav .seek-icon-button{
    flex-basis: 12px;
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-line-card .seek-page-nav .seek-icon-button img{
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-line-card .seek-page-button{
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .seek-line-card .seek-page-number{
    font-size: 13px;
  }

  .seek-line-card .seek-page-jump-input{
    font-size: 13px;
  }

  .seek-line-card .seek-bottom-container > svg{
    position: static !important;
    order: -1;
    align-self: flex-end;
    margin: 0 8px 8px 0;
  }
}

@media only screen and (max-width: 900px) {
  .seek-line-card .seek-bottom-container-products{
    right: 8px;
    left: 8px;
    width: auto;
  }
}
/* SpecSeek Product detail responsive layout */
.seek-product-detail{
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.seek-product-detail-main{
  display: flex;
  flex-direction: column;
  width: min(100%, 1296px);
  max-width: calc(100vw - 320px);
  min-width: 0;
  height: auto;
  padding-bottom: 64px;
  box-sizing: border-box;
}

.seek-product-breadcrumb-wrap{
  margin: 1em;
  min-width: 0;
}

.seek-product-breadcrumb{
  max-width: 100%;
  overflow-wrap: anywhere;
}

.seek-product-breadcrumb-link{
  cursor: pointer;
}

.seek-product-breadcrumb-icon{
  width: 6px;
  margin: 0 4px;
}

.seek-product-page-frame{
  width: 100%;
  max-width: 1296px;
  height: fit-content;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}

.seek-product-hero{
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

.seek-product-frame-logo{
  display: flex;
  flex: 0 1 420px;
  width: min(420px, 34vw);
  max-width: 420px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #FFF;
  margin: 2em;
  overflow: hidden;
  box-sizing: border-box;
}

.seek-product-frame-logo img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
  background: transparent 50% / contain no-repeat;
}

.seek-product-summary{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  margin: 1em;
}

.seek-product-eyebrow{
  width: fit-content;
  margin-bottom: 5px;
  color: #696969;
  font-size: 18px;
  font-weight: 400;
}

.seek-product-title-row{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.seek-product-title{
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 10px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.seek-product-detail-actions{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.seek-product-detail-actions img{
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
}

#product-frame-description{
  width: 100%;
  max-width: 764px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.seek-product-category-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-top: 1.6em;
}

#product-frame-categories{
  border-radius: 46px;
  background: #EFF2FF;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  margin: 0;
}

#product-frame-categories img{
  flex: 0 0 auto;
}

.seek-product-manufacturer-link-row{
  margin-top: 2em;
}

.seek-product-manufacturer-link{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.seek-product-manufacturer-logo{
  display: block;
  width: 120px;
  height: 65px;
  max-width: 100%;
  cursor: pointer;
  border-radius: 6.5px;
  object-fit: contain;
  background: 0px -4px / 100% 106.873% no-repeat;
  aspect-ratio: 120 / 65;
}

.seek-product-similar{
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  margin: 3em 2em 0;
}

.seek-product-similar-heading{
  align-self: stretch;
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.seek-product-similar-products{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin-top: 0 !important;
  padding-bottom: 32px;
}

.seek-product-similar-card{
  width: 100%;
  max-width: 208px;
  min-width: 0;
  justify-self: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 1180px) {
  .seek-product-detail-main{
    max-width: calc(100vw - 288px);
  }

  .seek-product-frame-logo{
    flex-basis: 340px;
    width: min(340px, 34vw);
  }
}

@media only screen and (max-width: 900px) {
  .seek-product-detail{
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
    padding: 0 16px;
  }

  .seek-product-detail-main{
    align-items: center;
    width: min(100%, 430px);
    max-width: 430px;
    padding-bottom: 40px;
  }

  .seek-product-breadcrumb-wrap{
    width: 100%;
    margin: 16px 0 8px;
  }

  .seek-product-page-frame{
    border-radius: 16px 16px 0 0;
  }

  .seek-product-hero{
    flex-direction: column;
    align-items: center;
  }

  .seek-product-frame-logo{
    flex: 0 1 auto;
    width: min(100% - 32px, 320px);
    max-width: 320px;
    margin: 16px auto;
  }

  .seek-product-summary{
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0 16px 20px;
    box-sizing: border-box;
  }

  .seek-product-eyebrow, .seek-product-title{
    width: 100%;
    text-align: center;
  }

  .seek-product-title-row{
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .seek-product-detail-actions{
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .seek-product-category-list, .seek-product-manufacturer-link-row{
    justify-content: center;
    width: 100%;
  }

  #product-frame-description{
    max-width: none;
  }

  .seek-product-similar{
    width: 100%;
    margin: 28px 0 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .seek-product-similar-heading{
    text-align: center;
  }

  .seek-product-similar-products{
    grid-template-columns: minmax(0, min(100%, 320px));
    gap: 16px;
  }

  .seek-product-similar-card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto !important;
    overflow: hidden;
    padding: 8px;
  }
}
.search-project-search-field{
  display: flex;
  width: 544px;
  max-width: 100%;
  min-width: 0;
  height: 40px;
  padding: 4px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #E9E9E9;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

/* SpecSeek Projects responsive layout */
.seek-projects-page{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 48px;
}

.seek-projects-main{
  display: flex;
  flex: 1 1 760px;
  flex-direction: column;
  width: min(100%, 920px);
  max-width: calc(100vw - 430px);
  min-width: 0;
  min-height: calc(100vh - 56px);
  box-sizing: border-box;
}

.seek-projects-header-block{
  margin: 64px 0 24px;
  width: 100%;
  min-width: 0;
}

.seek-projects-heading{
  font-size: 24px;
  font-weight: 600;
}

.seek-projects-toolbar{
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(100%, 695px);
  min-width: 0;
  margin-top: 20px;
}

.seek-projects-search-icon{
  position: absolute;
  top: 9px;
  left: 10px;
  pointer-events: none;
}

.seek-projects-create-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.seek-projects-create-button img{
  display: block;
  width: 30px;
  height: 30px;
}

.seek-project-listing{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  padding-bottom: 56px;
}

.seek-project-card{
  position: relative;
  width: min(100%, 695px);
  min-height: 132px;
  height: auto;
  padding: 24px 24px 20px;
  margin-bottom: 0;
  align-items: flex-start;
  gap: 0;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(37, 37, 37, 0.08);
  cursor: pointer;
  box-sizing: border-box;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.seek-project-card:hover{
  border-color: #cfd6ff;
  box-shadow:
    0 14px 18px rgba(46, 48, 52, 0.08),
    0 2px 8px rgba(46, 48, 52, 0.05);
}

.seek-project-card-menu-row{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: auto;
  min-height: 0;
}

.seek-project-card-menu-wrap{
  position: relative;
  align-items: flex-end;
  width: 32px;
}

.seek-project-actions-trigger{
  cursor: pointer;
}

.seek-project-card-content{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.seek-project-card h2{
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  max-width: calc(100% - 48px);
  overflow-wrap: anywhere;
}

.seek-project-card-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  width: 100%;
  min-width: 0;
}

.seek-project-card-meta-item{
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.seek-project-card-meta-item img{
  flex: 0 0 auto;
}

.seek-project-card-date{
  flex: 0 0 auto;
  width: 135px;
}

#seek-project-card-date-location{
  color: #404040;
  text-edge: cap;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.seek-project-card-description{
  width: 100%;
  min-width: 0;
  gap: 24px;
}

.seek-project-card-description-text{
  margin: 0;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

#seek-project-show-hide-desc{
  margin: 0;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.seek-project-card-footer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  width: 100%;
  margin-top: auto;
}

.seek-project-card-status{
  margin: 0;
  color: #4A66D8;
  font-size: 14px;
  font-weight: 600;
}

.seek-project-card-created{
  margin: 0;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

.seek-projects-main-empty{
  align-items: flex-start;
}

.seek-projects-empty-header{
  margin-top: 6em;
  margin-bottom: 2em;
}

.seek-projects-empty-state{
  max-width: 720px;
}

.seek-projects-empty-create-text{
  margin-top: 2px;
  color: #252525 !important;
  font-size: 18px;
  font-weight: 600 !important;
}

.seek-projects-empty-create-icon{
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  margin: 1px 0 0 5px;
}

.seek-projects-empty-create-icon img{
  width: 30px;
  height: 30px;
  max-width: 30px;
}

.seek-projects-salesperson-card{
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  width: 278px;
  min-width: 0;
  height: fit-content;
  margin-top: 5em;
}

.seek-projects-salesperson-email{
  gap: 2px;
}

.seek-projects-salesperson-email img{
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1180px) {
  .seek-projects-page{
    gap: 24px;
    padding-left: 32px;
  }

  .seek-projects-main{
    max-width: calc(100vw - 344px);
  }
}

@media only screen and (max-width: 900px) {
  .seek-projects-page{
    align-items: center;
    flex-direction: column;
    gap: 24px;
    width: 100vw;
    max-width: 100vw;
    padding: 0 16px 32px;
    box-sizing: border-box;
  }

  .seek-projects-main{
    align-items: center;
    flex-basis: auto;
    width: min(100%, 430px);
    max-width: 430px;
    min-height: 0;
  }

  .seek-projects-header-block{
    margin: 32px 0 24px;
  }

  .seek-projects-toolbar{
    width: 100%;
    gap: 10px;
  }

  .search-project-search-field{
    flex: 1 1 auto;
    width: auto;
  }

  .seek-project-listing{
    align-items: center;
    padding-bottom: 24px;
  }

  .seek-project-card{
    width: 100%;
    min-height: 188px;
    margin-bottom: 0;
    padding: 20px 18px;
  }

  .seek-project-card h2{
    max-width: calc(100% - 40px);
    font-size: 17px;
  }

  .seek-project-card-meta{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .seek-project-card-date{
    width: auto;
  }

  .seek-project-card-footer{
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .projects-action-items-menu{
    right: 0;
    margin-right: 0;
  }

  .seek-projects-empty-header{
    width: 100%;
    margin: 32px 0 24px;
  }

  .seek-projects-empty-state{
    width: 100%;
    text-align: center;
  }

  #create-project-empty-state-menu{
    justify-content: center;
    width: 100%;
  }

  .seek-projects-salesperson-card{
    align-self: center;
    width: min(100%, 430px);
    margin-top: 0;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
  }
}
.seek-login-dialog{
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 450px;
  position: absolute;
  right: 10px;
  top: 55px;
  opacity: 1;
  z-index: 1001;
}
.seek-login-dialog-content{
  display: inline-flex;
  padding: 30px 26px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
}
/* SpecSeek mobile sign in */
@media only screen and (max-width: 640px){
  .seek-login-dialog {
    position: fixed !important;
    top: 64px !important;
    right: 12px !important;
    left: 12px !important;
    z-index: 100004;
    width: auto !important;
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .seek-login-dialog form {
    width: 100%;
    margin: 0;
  }

  .seek-login-dialog-content {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 390px;
    min-width: 0;
    margin: 0 auto !important;
    padding: 20px 18px 22px !important;
    box-sizing: border-box;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(37, 37, 37, 0.16);
  }

  .seek-login-dialog-header {
    margin-bottom: 18px !important;
  }

  .seek-login-dialog #dialog-header {
    margin-bottom: 10px !important;
    font-size: 24px !important;
    line-height: 1.15;
  }

  .seek-login-dialog #login-dialog-msg,
  .seek-login-dialog .seek-popup-error {
    font-size: 14px !important;
    line-height: 1.35;
  }

  .seek-login-dialog-fields {
    margin-bottom: 20px !important;
  }

  .seek-login-dialog .seek-popup-label {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 1.2;
  }

  .seek-login-dialog .seek-popup-input {
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 16px !important;
    box-sizing: border-box;
    font-size: 16px;
  }

  .seek-login-forgot-password {
    margin-top: -4px;
    text-align: right !important;
    line-height: 1.3;
  }

  .seek-login-dialog-actions {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px !important;
  }

  .seek-login-dialog-actions .seek-button,
  .seek-login-dialog-actions .seek-cancel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    margin-right: 0 !important;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
    white-space: nowrap;
  }

  .seek-login-dialog-footer {
    gap: 10px;
  }

  .seek-login-dialog-footer p {
    margin-bottom: 0 !important;
    line-height: 1.4;
  }
}

#login-dialog-textfield{
  margin-bottom: 1em;
}
#login-dialog-textfield > div > input{
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
  height: 32px;
  align-self: stretch;
  width: 100% !important;
}
#login-dialog-textfield > label{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.manufacturer-empty-state{
  display: flex;
  width: calc(100% - 96px);
  min-height: 370px;
  padding: 64px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
  border-radius: 20px;
  background: #E9E9E9;
  margin: 82px auto 112px;
  box-sizing: border-box;
  color: #404040;
}
.manufacturer-empty-state-icon{
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}
.manufacturer-empty-state-copy{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}
.manufacturer-empty-state h2{
  margin: 0;
  color: #252525;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}
.manufacturer-empty-state p{
  margin: 0;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.manufacturer-empty-state-link-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  width: 100%;
}
.manufacturer-empty-state a{
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
@media (max-width: 900px){
  .manufacturer-empty-state{
    width: calc(100% - 32px);
    min-height: 280px;
    padding: 40px 16px;
    margin: 24px auto 40px;
    border-radius: 16px;
    gap: 14px;
  }

  .manufacturer-empty-state-icon{
    width: 40px;
    height: 40px;
  }

  .manufacturer-empty-state-copy{
    gap: 14px;
  }

  .manufacturer-empty-state h2{
    font-size: 20px;
  }

  .manufacturer-empty-state p{
    font-size: 16px;
    line-height: 1.55;
  }

  .manufacturer-empty-state p br{
    display: none;
  }

  .manufacturer-empty-state-link-wrap{
    padding-top: 14px;
  }

  .manufacturer-empty-state a{
    font-size: 18px;
  }
}
.projects-action-items-menu{
  position: absolute;
  top: 36px;
  right: 0;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
  width: 120px;
  margin-right: 0;
  z-index: 100;
}
.projects-action-items-menu img{
  cursor: pointer;
  width: 118px;
  height: 24px;
}

.projects-action-items-menu .seek-menu-image-button{
  display: flex;
  width: 118px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.projects-action-items-menu .seek-menu-image-button img{
  display: block;
  width: 118px;
  height: 24px;
}

.projects-action-items-menu .seek-menu-image-button:focus-visible{
  outline: 2px solid var(--main-primary-color);
  outline-offset: -2px;
}

.seek-projects-salesperson{
  display: flex;
  padding: 0 0 6px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-left: 1px solid #696969;
}
#salesperson-header{
  flex: 1 0 0;
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.seek-projects-salesperson h4{
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.seek-projects-salesperson p{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#product-page-attributes-container{
  padding: 8px 0 12px;
  width: calc(100% - 64px);
  margin-left: 2em;
  gap: 4px;
  background: #FFF;
  box-sizing: border-box;
}
#product-compare-page-attributes-container{
  padding: 16px 0;
  width: 100%;
  margin-left: 1em;
  gap: 4px;
  background: #FFF;
}
#product-page-attributes, #product-compare-page-attributes{
  display: flex;
  padding: 8px 104px 8px 40px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: #F9F9F9;
  box-sizing: border-box;
}
.seek-product-attribute-content{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
.seek-product-attribute-values{
  align-items: flex-start;
  min-width: 102px;
  max-width: 45%;
  margin-left: auto;
}
#product-page-attribute-name, #product-compare-page-attribute-name{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 0;
  overflow-wrap: anywhere;
}
#product-page-attribute-value, #product-compare-page-attribute-value{
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 102px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.product-page-specifications-menu{
  margin: 0 0 0 2em;
  width: calc(100% - 64px);
  padding: 8px 24px;
  border-radius: 10px;
  background: #E9E9E9;
  box-sizing: border-box;
}
.product-page-specifications-menu:active{
  width: calc(100% - 64px);
  padding: 8px 24px;
  border-radius: 10px;
  background: #E9E9E9;
}
.product-page-documents-menu{
  margin: 0 0 0 2em;
  width: calc(100% - 64px);
  padding: 8px 24px;
  border-radius: 10px;
  background: #E9E9E9;
  box-sizing: border-box;
}
.product-page-documents-menu:active{
  margin: 0 0 0 2em;
  display: flex;
  width: calc(100% - 64px);
  padding: 8px 24px;
  border-radius: 10px;
  background: #E9E9E9;
}
.seek-product-collapsible-section{
  gap: 0;
  margin-bottom: 14px;
}
.seek-product-section-toggle{
  display: flex;
  align-items: center;
  min-width: 0;
  cursor: pointer;
}
.seek-product-section-toggle:focus-visible, .seek-product-document-row:focus-visible{
  outline: 2px solid var(--main-primary-color);
  outline-offset: 2px;
}
.seek-product-section-heading{
  width: 100%;
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}
.seek-product-section-caret{
  flex: 0 0 auto;
  pointer-events: none;
}
.seek-product-document-row{
  cursor: pointer;
  transition: background-color 0.16s ease;
}
.seek-product-document-row:hover{
  background: #EFEFEF;
}
@media only screen and (max-width: 900px) {
  #product-page-attributes-container{
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 8px 0 10px;
  }

  #product-page-attributes{
    padding: 12px;
  }

  .seek-product-attribute-content{
    flex-direction: column;
    gap: 6px;
  }

  .seek-product-attribute-values{
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
  }

  #product-page-attribute-value{
    width: auto;
  }

  .product-page-specifications-menu, .product-page-documents-menu, .product-page-specifications-menu:active, .product-page-documents-menu:active{
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 10px 16px;
  }

  .seek-product-collapsible-section{
    margin-bottom: 12px;
  }
}
#favorites-empty-state-text{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
#favorites-empty-state-text > span{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media only screen and (max-width: 900px) {
  .seek-favorites-page{
    align-items: center;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    padding: 0 16px 32px;
    box-sizing: border-box;
  }

  .seek-favorites-main{
    align-items: center;
    flex-basis: auto;
    width: min(100%, 430px);
    max-width: 430px;
    min-height: 0;
    padding: 32px 0 112px;
  }

  .seek-favorites-header, .seek-favorites-content{
    width: 100%;
  }

  .seek-favorites-page .seek-bottom-container{
    flex-direction: column;
    padding: 18px 0 32px;
  }

  .seek-favorites-page .seek-bottom-container-products{
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .seek-favorites-page .seek-page-selector{
    gap: 4px;
    width: 100%;
    padding: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .seek-favorites-page .seek-page-selector::-webkit-scrollbar{
    display: none;
  }

  .seek-favorites-page .seek-page-nav{
    min-height: 34px;
    gap: 2px;
    padding: 0 2px;
  }

  .seek-favorites-page .seek-page-nav-label{
    font-size: 12px;
  }

  .seek-favorites-page .seek-page-nav .seek-icon-button{
    flex-basis: 12px;
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-favorites-page .seek-page-nav .seek-icon-button img{
    width: 12px;
    height: 12px;
    max-width: 12px;
  }

  .seek-favorites-page .seek-page-button{
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .seek-favorites-page .seek-page-number, .seek-favorites-page .seek-page-jump-input{
    font-size: 13px;
  }

  .seek-favorites-page .seek-bottom-container > svg{
    position: static !important;
    order: -1;
    align-self: flex-end;
    margin: 0 8px 8px 0;
  }

  .seek-search-area.seek-favorites-search-area, .seek-search-filters.seek-favorites-toolbar{
    width: 100%;
  }

  .seek-search-area.seek-favorites-search-area{
    padding: 16px;
    gap: 12px;
  }

  .seek-favorites-category-search, .seek-favorites-text-search, .seek-favorites-sort{
    width: 100%;
    flex-basis: auto;
    max-width: none;
  }

  .seek-favorites-sort{
    align-self: center;
    flex: 0 0 auto;
    width: min(100%, 260px);
    max-width: 260px;
    height: 40px;
    padding: 4px 16px;
    overflow: visible;
    margin: 0 auto;
  }

  .seek-favorites-search-meta{
    align-items: flex-start;
    flex-direction: column;
  }

  .seek-favorites-statistics{
    width: 100%;
  }

  .seek-products-container.seek-favorites-products{
    justify-content: center;
    grid-template-columns: minmax(0, min(100%, 320px));
    gap: 16px;
  }

  .seek-product-card.seek-favorites-product-card{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto !important;
    overflow: hidden;
    padding: 8px;
  }

  .seek-product-card.seek-favorites-product-card .seek-product-card-image{
    width: 100%;
    max-height: 220px;
    height: auto;
  }

  .seek-product-card.seek-favorites-product-card .seek-product-card-copy{
    max-width: none;
  }

  .seek-product-card.seek-favorites-product-card .seek-product-card-actions{
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding: 10px 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
  }

  .seek-product-card.seek-favorites-product-card .seek-product-card-actions img{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    max-width: 24px;
    object-fit: contain;
  }

  .seek-favorites-empty-state{
    width: 100%;
    padding: 24px 20px;
  }
}
#projects-empty-state-text{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#projects-empty-state-text > a{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#create-project-empty-state-menu{
  display: flex;
  width: min(100%, 576px);
  min-height: 72px;
  height: auto;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
  margin-top: 10px;
  box-sizing: border-box;
}
#create-project-textfield-projectname > div > input{
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
  height: 32px;
  align-self: stretch;
  width: 400px;
}
#create-project-textfield-city > div > input{
  display: flex;
  width: 192px;
  height: 32px;
  padding: 5px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
}
#share-project-textfield-name > div > input{
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
  height: 32px;
  align-self: stretch;
  width: 400px;
}
#share-project-textfield-email > div > input{
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
  height: 32px;
  align-self: stretch;
  width: 400px;
}
.seek-project-listing{
  margin-left: 0;
}
#create-project-textfield-state{
  margin-left: 1em;
}
#create-project-textfield-state > div > input{
  display: flex;
  width: 65px;
  height: 32px;
  padding: 5px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
}
.seek-create-project-form{
  display: flex;
  width: 100%;
  max-width: 376px;
  flex-direction: column;
  gap: 20px;
}
.seek-create-project-fields{
  width: 100%;
  gap: 14px;
}
.seek-create-project-form .seek-input-field{
  width: 100%;
  box-sizing: border-box;
}
.seek-create-project-location-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.seek-create-project-city{
  flex: 1 1 auto;
  min-width: 0;
}
.seek-create-project-state{
  flex: 0 0 86px;
  min-width: 0;
}
.seek-create-project-actions{
  width: 100%;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 640px) {
  .seek-create-project-form{
    max-width: 100%;
    gap: 18px;
  }

  .seek-create-project-fields{
    gap: 12px;
  }

  .seek-create-project-location-row{
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .seek-create-project-state{
    flex-basis: auto;
  }

  .seek-create-project-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .seek-create-project-actions .seek-button, .seek-create-project-actions .seek-cancel-button{
    justify-content: center;
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}
.seek-project-page{
  width: 100%;
  min-width: 0;
}

.seek-project-main{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1440px;
  min-width: 0;
  margin: 0 auto;
  padding: 32px 48px 96px;
  box-sizing: border-box;
}

.seek-project-header{
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.seek-project-kicker-row{
  display: flex;
  align-items: center;
  gap: 12px;
}

.seek-project-back-button{
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  max-width: 18px;
}

.seek-project-back-button img{
  width: 18px;
  height: 18px;
  max-width: 18px;
}

#seek-project-page-name{
  color: #404040;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

#seek-project-page-project{
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.seek-project-summary-row{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
  min-height: 108px;
}

.seek-project-title-block{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.seek-project-meta-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  min-width: 0;
}

.seek-project-meta-item{
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.seek-project-status-block{
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-top: 8px;
  margin-left: auto;
}

#seek-project-page-status-label{
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

#seek-project-page-status{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.seek-project-save-menu{
  position: relative;
  display: flex;
  flex: 0 0 120px;
  align-items: flex-start;
  width: 120px;
}

.seek-project-save-button{
  cursor: pointer;
}

.seek-project-save-menu .projects-action-items-menu{
  top: 44px;
}

.seek-project-tabs-wrap{
  display: flex;
  width: 100%;
  min-width: 0;
}

.tabs-container, .seek-project-tabs{
  width: 100%;
  min-width: 0;
}

#tabsHeaderContainer, .tab-header-container{
  width: 100%;
  min-width: 0;
}

.tab-header-container, .seek-project-tabs-nav{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.tab-header, .seek-project-tab{
  color: var(--seek-tab-inactive-color);
  cursor: pointer;
}

.tab-header label, .seek-project-tab label{
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  color: var(--seek-tab-inactive-color);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.tab-header-active label, .tab-header.active label, .tab-header.selected label, .tab-header[active] label, .tab-header[aria-selected="true"] label, .seek-project-tab-active label{
  border-color: var(--seek-tab-active-border-color);
  color: var(--seek-tab-active-color);
  font-weight: 600;
}

.tab-header-active, .tab-header.active, .tab-header.selected, .tab-header[active], .tab-header[aria-selected="true"], .seek-project-tab-active{
  color: var(--seek-tab-active-color);
}

.seek-project-filter-button{
  margin-left: auto;
}

#tabsContentContainer, .seek-project-tab-content, .seek-project-products-panel{
  width: 100%;
  min-width: 0;
}

.seek-project-table-shell{
  width: 100%;
  min-width: 0;
}

.seek-project-table{
  width: 100%;
  height: auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D2D2D2;
  border-top: 0;
  border-radius: 10px;
}

.seek-project-table-head{
  background: #404040;
}

.seek-project-table-head > th{
  padding: 8px 10px;
  background: #404040;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.seek-project-table-head > th:first-child{
  border-radius: 10px 0 0 0;
}

.seek-project-table-head > th:last-child{
  border-radius: 0 10px 0 0;
}

.seek-project-col-type{
  width: 7%;
  cursor: pointer;
}

.seek-project-col-image{
  width: 10%;
}

.seek-project-col-name{
  width: 21%;
  cursor: pointer;
}

.seek-project-col-brand{
  width: 15%;
  cursor: pointer;
}

.seek-project-col-qty{
  width: 8%;
  cursor: pointer;
}

.seek-project-col-price{
  width: 9%;
  cursor: pointer;
}

.seek-project-col-note{
  width: 18%;
  cursor: pointer;
}

.seek-project-col-spec, .seek-project-col-details{
  width: 6%;
}

.seek-project-table-body{
  border: 0;
  border-radius: 0 0 10px 10px;
}

.seek-project-table-body > tr{
  background: #FFF;
}

.seek-project-table-body > tr > td{
  height: 96px;
  padding: 8px;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
  color: #404040;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.seek-project-table-body > tr:last-child > td{
  border-bottom: 0;
}

.seek-project-table-body > tr > td > input, .seek-project-table-text-field{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  outline: none;
  resize: none;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.seek-project-table-body > tr > td > input:hover, .seek-project-table-text-field:hover, #seek-project-table-price > div > input:hover, #seek-project-table-note > div > textarea:hover{
  border-color: #D2D2D2;
  background: #FFF;
}

.seek-project-table-body > tr > td > input:focus, .seek-project-table-text-field:focus, #seek-project-table-price > div > input:focus, #seek-project-table-note > div > textarea:focus{
  border-color: #8AA3FF;
  background: #F8FAFF;
  box-shadow: 0 0 0 2px rgba(74, 102, 216, 0.14);
}

#seek-project-table-image{
  padding: 8px;
}

#seek-project-table-image > img{
  display: block;
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}

#seek-project-table-name{
  position: relative;
  min-width: 0;
  color: #404040;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#seek-project-table-brand{
  position: relative;
  min-width: 0;
}

#seek-project-table-price > div > input{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
  outline: none;
  text-align: unset !important;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

#seek-project-table-note > div > textarea{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 80px;
  padding: 6px 8px;
  resize: none;
  overflow: auto;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.35;
  text-align: center;
  outline: none;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

#seek-project-table-name > .seek-project-table-text-field, #seek-project-table-brand > .seek-project-table-text-field{
  min-height: 44px;
  field-sizing: content;
  overflow: auto;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
}

#seek-project-table-spec > img, #seek-project-table-details > img{
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  cursor: pointer;
}

#seek-project-table-details > .seek-icon-button{
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  max-width: 24px;
}

.seek-project-add-line-button, .seek-project-add-specifier-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.seek-project-add-line-button img, .seek-project-add-specifier-button img{
  width: 30px;
  height: 30px;
}
.seek-project-detail-layout{
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  min-width: 0;
}

.seek-project-detail-form-column{
  display: flex;
  flex: 1 1 900px;
  flex-direction: column;
  gap: 48px;
  max-width: 1080px;
  min-width: 0;
}

#project-details-tab{
  display: inline-flex;
  padding: 40px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 100%;
  max-width: 100%;
  min-height: 525px;
  height: auto;
  box-sizing: border-box;
}
#project-details-tab-specifiers{
  display: inline-flex;
  padding: 40px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#project-details-tab-heading{
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.seek-project-detail-location-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.seek-project-specifier-row{
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}

.seek-project-specifier-role{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 220px;
  min-width: 0;
}

.seek-project-detail-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.seek-project-detail-field .seek-input-field, .seek-project-detail-field .seek-input-textarea{
  width: 100%;
  box-sizing: border-box;
}

.seek-project-detail-date{
  max-width: 200px;
}

.seek-project-detail-city{
  flex: 1 1 260px;
  max-width: 360px;
}

.seek-project-detail-state{
  flex: 0 0 120px;
  max-width: 120px;
}

.seek-project-detail-description .seek-input-textarea{
  height: 105px;
  resize: vertical;
}

.seek-project-specifier-name{
  flex: 1 1 320px;
  width: auto;
  max-width: none;
}

.seek-project-specifiers-dropdown{
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 55px;
  border: 1px solid #949494;
  background: #FFF;
  text-indent: 10px;
}

.seek-project-specifier-role .seek-input-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#project-create-date, #project-update-date{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.seek-project-detail-aside{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  width: 278px;
  min-width: 220px;
  height: auto;
  margin: 80px 0 0;
}
.seek-project-attachments-tab{
  width: 100%;
  min-width: 0;
}

.seek-project-attachment-file-input{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.seek-project-attachments-empty{
  display: flex;
  width: min(100%, 860px);
  padding: 40px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 12px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}

.seek-project-attachments-empty-title{
  margin: 0;
  color: #252525;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.seek-project-attachments-add-inline{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.seek-project-attachments-add-inline img, .seek-project-attachments-add-button img{
  width: 30px;
  height: 30px;
}

.seek-project-attachments-content{
  width: 100%;
  min-width: 0;
}

.seek-project-attachments-toolbar{
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 16px 0 24px;
}

.seek-project-attachments-toolbar-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.seek-project-attachments-search{
  position: relative;
  flex: 1 1 420px;
  max-width: 760px;
  min-width: 0;
}

.seek-project-attachments-search-icon{
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.seek-project-attachments-search-field{
  width: 100%;
  text-indent: 0;
  padding-left: 44px;
  box-sizing: border-box;
}

.seek-project-attachments-add-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.seek-project-attachments-workspace{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.seek-project-attachments-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-bottom: 56px;
  align-items: flex-start;
  gap: 24px 32px;
}

.seek-project-attachments-workspace-viewing .seek-project-attachments-list{
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.seek-project-attachment-panel{
  display: flex;
  min-height: 120px;
  width: 100%;
  padding: 12px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 10px;
  border: 1.5px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: #404040;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.seek-project-attachment-panel:hover, .seek-project-attachment-panel-active{
  border-color: var(--main-primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.seek-project-attachment-icon{
  flex: 0 0 auto;
}

.seek-project-attachment-label{
  min-width: 0;
  overflow: hidden;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.project-attachment-viewer-container{
  position: relative;
  display: flex;
  flex: 0 1 520px;
  width: min(100%, 520px);
  max-width: 100%;
  min-width: 0;
  min-height: 560px;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  border-radius: 15px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-sizing: border-box;
}

.seek-project-attachment-viewer-close{
  align-self: flex-end;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.seek-project-attachment-viewer-header{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.seek-project-attachment-file-name, .seek-project-attachment-notes{
  width: 100%;
  min-width: 0;
}

.seek-project-attachment-file-name .seek-input-field, .seek-project-attachment-notes .seek-input-textarea{
  width: 100%;
  box-sizing: border-box;
}

#project-attachment-viewer{
  width: 100%;
  height: 260px;
  flex-shrink: 0;
  align-self: stretch;
  border: 0;
  border-radius: 12px;
  background: #E9E9E9;
}
#project-date-label{
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.seek-project-attachment-notes .seek-input-textarea{
  height: 153px;
  resize: vertical;
}

.seek-project-attachment-created{
  margin: 0;
}

.seek-project-attachment-viewer-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}

.seek-project-attachment-view-button{
  min-width: 84px;
  justify-content: center;
}

@media (max-width: 768px) {
  .seek-project-main{
    max-width: 430px;
    padding: 24px 16px 112px;
    gap: 18px;
  }

  .seek-project-summary-row{
    flex-direction: column;
    min-height: 0;
    gap: 14px;
  }

  #seek-project-page-name{
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .seek-project-meta-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .seek-project-status-block{
    margin-left: 0;
    padding-top: 0;
  }

  .seek-project-save-menu{
    flex: 0 0 auto;
    width: auto;
  }

  .tab-header-container, .seek-project-tabs-nav{
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .seek-project-filter-button{
    margin-left: 0;
  }

  .seek-project-table-shell{
    width: 100%;
  }

  .seek-project-table, .seek-project-table thead, .seek-project-table tbody, .seek-project-table tr, .seek-project-table td{
    display: block;
    width: 100%;
  }

  .seek-project-table{
    border: 0;
    border-radius: 0;
    border-spacing: 0;
  }

  .seek-project-table thead{
    display: none;
  }

  .seek-project-table-body{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 0;
    border-radius: 0;
  }

  .seek-project-table-body > tr{
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px 14px;
    width: 100%;
    padding: 14px;
    border: 1px solid #D2D2D2;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
  }

  .seek-project-table-body > tr > td{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    height: auto;
    min-width: 0;
    padding: 0;
    border-bottom: 0;
    text-align: left;
    font-size: 16px;
  }

  .seek-project-table-body > tr > td::before{
    content: attr(data-label);
    color: #696969;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  #seek-project-table-image{
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: stretch;
    justify-content: center;
    min-height: 96px;
    padding: 8px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    box-sizing: border-box;
  }

  #seek-project-table-image::before{
    display: none;
  }

  #seek-project-table-image > img{
    max-width: 100%;
    max-height: 112px;
  }

  #seek-project-table-type, #seek-project-table-name, #seek-project-table-brand{
    grid-column: 2;
  }

  #seek-project-table-qty, #seek-project-table-price, #seek-project-table-note, #seek-project-table-spec, #seek-project-table-details{
    grid-column: 1 / -1;
  }

  #seek-project-table-spec, #seek-project-table-details{
    align-items: flex-start;
  }

  .seek-project-table-body > tr > td > input, .seek-project-table-text-field, #seek-project-table-price > div > input, #seek-project-table-note > div > textarea{
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    background: #FFF;
    box-sizing: border-box;
    color: #404040;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
  }

  #seek-project-table-name > .seek-project-table-text-field, #seek-project-table-brand > .seek-project-table-text-field{
    min-height: 46px;
  }

  #seek-project-table-note > div > textarea{
    height: 86px;
    text-align: left;
  }

  .seek-project-line-suggestion{
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-height: 300px;
    height: 260px;
    margin: 6px 0 0;
  }

  .seek-project-line-suggestion-above{
    top: auto;
    bottom: 100%;
    margin: 0 0 6px;
  }

  .seek-project-line-searching{
    height: auto;
    min-height: 44px;
  }

  .seek-project-line-product-suggestion{
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(56px, 72px) minmax(0, 1fr);
  }

  .seek-project-line-suggestion-product-image{
    width: 100%;
    max-width: 72px;
  }

  .seek-project-add-line-button{
    margin-left: 0;
  }

  .seek-project-detail-layout{
    flex-direction: column;
    gap: 24px;
  }

  .seek-project-detail-form-column{
    width: 100%;
    gap: 24px;
  }

  #project-details-tab, #project-details-tab-specifiers{
    width: 100%;
    min-height: 0;
    padding: 24px 20px;
  }

  .seek-project-specifier-row{
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 12px;
  }

  #project-details-tab-project-name, #project-biddate, #project-details-tab-textfield-city, #project-details-tab-textfield-state, #project-details-tab-textarea, .seek-project-detail-field, .seek-project-detail-date, .seek-project-detail-city, .seek-project-detail-state, .seek-project-detail-description, .seek-project-specifier-name, .seek-project-specifier-role{
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
    min-width: 0;
  }

  .seek-project-detail-field .seek-input-field, .seek-project-detail-field .seek-input-textarea, .seek-project-specifier-role .seek-input-select, .seek-project-specifiers-dropdown{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

  .seek-project-detail-aside{
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .seek-project-attachments-list{
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .seek-project-attachment-panel{
    width: 100%;
    height: auto;
    min-height: 76px;
    padding: 14px;
    box-sizing: border-box;
  }

  .project-attachment-viewer-container{
    order: -1;
    flex: 0 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    min-width: 0;
    padding: 18px 16px 20px;
    gap: 18px;
    overflow: visible;
    box-sizing: border-box;
  }

  .seek-project-attachments-workspace-viewing .seek-project-attachments-list{
    display: none;
  }

  .seek-project-attachments-empty{
    width: 100%;
    padding: 24px 20px;
  }

  .seek-project-attachments-toolbar-row, .seek-project-attachments-workspace, .seek-project-attachment-viewer-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .seek-project-attachment-viewer-header{
    order: 1;
    gap: 8px;
    padding-right: 32px;
    box-sizing: border-box;
  }

  .seek-project-attachment-viewer-close{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
  }

  .seek-project-attachments-search{
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .seek-project-attachments-add-button{
    align-self: flex-start;
  }

  .seek-project-attachment-viewer-actions .seek-project-attachment-view-button, .seek-project-attachment-viewer-actions .seek-delete-button{
    flex: 1 1 130px;
    width: auto;
    box-sizing: border-box;
  }

  .seek-project-attachment-viewer-actions{
    order: 3;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }

  #project-attachment-viewer-notes{
    order: 4;
  }

  .seek-project-attachment-created{
    order: 5;
  }

  .seek-project-attachment-file-name .seek-input-field, .seek-project-attachment-notes .seek-input-textarea{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

  #project-attachment-viewer{
    order: 2;
    display: block;
    width: 100%;
    max-width: 100%;
    height: clamp(168px, 32vh, 220px);
    min-height: 168px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    overflow: hidden;
  }

  .seek-project-attachment-notes .seek-input-textarea{
    height: 132px;
    min-height: 132px;
    overflow: auto;
    white-space: normal;
    text-overflow: clip;
  }
}

#dialog-header{
  font-size: 20px;
  font-weight: 600;
}
.seek-add-to-project-dialog-content{
  display: flex;
  width: 100%;
  max-width: 476px;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.seek-add-to-project-header{
  width: 100%;
  gap: 8px;
  padding-right: 34px;
  box-sizing: border-box;
}
.seek-dialog-title{
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
#add-to-project-name{
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-transform: capitalize;
  margin: 0;
}
.seek-add-to-project-new-button{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  background: #FFF;
  color: #252525;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(37, 37, 37, 0.08);
}
.seek-add-to-project-new-button:hover{
  border-color: var(--main-primary-color);
  color: var(--main-primary-color);
}
.seek-add-to-project-search{
  width: 100%;
}
.seek-add-to-project-search-field{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.seek-add-to-project-search-field img{
  position: absolute;
  left: 14px;
  z-index: 1;
  pointer-events: none;
}
.seek-add-to-project-search-field .search-project-search-field{
  width: 100%;
  padding-left: 36px;
  text-indent: 0;
}
.seek-add-to-project-list{
  width: 100%;
  max-height: min(44vh, 390px);
  gap: 12px;
  overflow-y: auto;
  padding: 2px 4px 2px 0;
  box-sizing: border-box;
}
.seek-add-to-project-card{
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  font: inherit;
  box-shadow: 0 4px 10px rgba(37, 37, 37, 0.08);
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}
.seek-add-to-project-card:hover, .seek-add-to-project-card-selected{
  border-color: #4A66D8;
  background: #EFF2FF;
  box-shadow: 0 6px 14px rgba(37, 37, 37, 0.10);
}
.seek-add-to-project-card:focus-visible, .seek-add-to-project-new-button:focus-visible{
  outline: 2px solid rgba(80, 104, 216, 0.2);
  outline-offset: 2px;
}
.seek-add-to-project-card h2{
  margin: 0;
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.seek-add-to-project-card-meta{
  width: 100%;
  flex-wrap: wrap;
  gap: 12px;
}
.seek-add-to-project-card-meta-item{
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}
.seek-add-to-project-empty{
  margin: 0;
  padding: 24px 16px;
  border: 1px dashed #D2D2D2;
  border-radius: 8px;
  color: #696969;
  text-align: center;
  font-size: 14px;
}
#add-to-project-buttons-container{
  display: flex;
  padding-top: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-top: 1px solid #E9E9E9;
}
@media only screen and (max-width: 640px) {
  .seek-add-to-project-dialog-content{
    max-width: 100%;
    gap: 20px;
  }

  .seek-add-to-project-new-button{
    justify-content: center;
    width: 100%;
  }

  .seek-add-to-project-list{
    max-height: 34vh;
    padding-right: 0;
  }

  .seek-add-to-project-card{
    padding: 14px;
  }

  #add-to-project-buttons-container{
    flex-direction: column;
    align-items: stretch;
  }

  #add-to-project-buttons-container .seek-button, #add-to-project-buttons-container .seek-cancel-button{
    justify-content: center;
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}
#share-product-buttons-container{
  display: flex;
  padding-top: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-top: 1px solid #E9E9E9;
}
.seek-share-product-dialog-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}
.seek-share-product-dialog-header{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.seek-share-product-dialog-body{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
#seek-share-product-name{
  margin: 0 0 0 auto;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: right;
  text-transform: capitalize;
}
.seek-share-product-form{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.seek-share-product-form .seek-input-field, .seek-share-product-form .seek-input-select, .seek-share-product-form .seek-input-textarea{
  width: 100%;
  box-sizing: border-box;
}
.seek-share-product-form .seek-input-textarea{
  height: 104px;
  resize: vertical;
}
.seek-share-product-checkboxes{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.seek-share-product-submit-icon{
  width: 20px;
  height: 20px;
}
.seek-share-product-frame-logo{
  display: flex;
  flex: 0 0 178px;
  width: 178px;
  height: 150px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  box-sizing: border-box;
}
.seek-share-product-frame-logo > img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
  background: transparent 50% / cover no-repeat;
}
@media only screen and (max-width: 640px) {
  .seek-share-product-dialog-header, .seek-share-product-dialog-body, #share-product-buttons-container{
    flex-direction: column;
    align-items: stretch;
  }

  .seek-share-product-dialog-header{
    padding-right: 34px;
  }

  #seek-share-product-name{
    margin-left: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .seek-share-product-frame-logo{
    flex: 1 1 auto;
    width: 100%;
    max-height: 180px;
  }

  .seek-share-product-checkboxes{
    flex-direction: column;
  }

  #share-product-buttons-container .seek-button, #share-product-buttons-container .seek-cancel-button{
    justify-content: center;
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}
.project-product-details-dialog-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}

.project-product-details-dialog-header{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}

#project-product-details-product-name{
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-transform: capitalize;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

.project-product-details-dialog-body{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.project-product-details-fields{
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  min-width: 0;
}

.project-product-details-media{
  display: flex;
  flex: 0 0 210px;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
}

.project-product-details-line{
  width: 100%;
  min-width: 0;
}

.project-product-details-line .seek-input-field{
  width: 100%;
  box-sizing: border-box;
}
#project-product-details-image{
  display: flex;
  width: 210px;
  height: 210px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
#project-product-details-image img{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: contain;
  aspect-ratio: 1/1;
}
#project-details-specsheets{
  width: 100%;
  box-sizing: border-box;
}

.project-product-details-specsheet{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.project-product-details-dialog-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

@media (max-width: 640px) {
  .project-product-details-dialog-header, .project-product-details-dialog-body, .project-product-details-dialog-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .project-product-details-dialog-header{
    padding-right: 34px;
  }

  #project-product-details-product-name{
    margin-left: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .project-product-details-media{
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }

  .project-product-details-fields{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #project-product-details-image, #project-details-specsheets{
    width: 100%;
    box-sizing: border-box;
  }

  #project-product-details-image{
    max-height: 220px;
  }

  .project-product-details-line, .project-product-details-line .seek-input-field, .project-product-details-specsheet .seek-input-select{
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .project-product-details-dialog-actions .seek-save-button-wrap, .project-product-details-dialog-actions .seek-button, .project-product-details-dialog-actions .seek-cancel-button{
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
}
.filter-dialog-item{
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #E9E9E9;
}
.filter-dialog-item h3, .filter-dialog-option p, #filter-dialog-options p{
  color: #404040;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.filter-dialog-options-list{
  display: flex;
  gap: 8px;
  padding: 5px 4px 5px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow: visible;
}
.filter-dialog-option, #filter-dialog-options{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
#selected-filter-pill{
  display: flex;
  height: 32px;
  padding: 4px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 38px;
  border: 1px solid var(--main-primary-color);
  background: hsl(from var(--main-primary-color) h s calc(l + 40));
  cursor: pointer;
}
#selected-filter-pill p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: contrast-color(var(--main-primary-color));
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
#edit-project-added-to{
  color: #404040;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.project-added-to-popup{
  position: sticky;
  top: 85%;
  z-index: 1000;
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
  width: 352px;
  height: 72px;
}
.project-added-to-popup p{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.project-added-to-popup span{
  overflow: hidden;
  color: #404040;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
#login-dialog-msg{
  color: #696969;
  font-size: 15px;
  font-weight: 500;
}

.seek-button{
  height: 40px;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--main-primary-color);
  color: contrast-color(var(--main-primary-color));
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.seek-button:hover{
  background-color: hsl(from var(--main-primary-color) h s calc(l - 10));
}

.seek-save-button-wrap{
  display: inline-flex;
  width: fit-content;
}

.seek-save-button-wrap-dropdown{
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--main-primary-color);
}

.seek-save-button-wrap-dropdown:hover{
  background-color: hsl(from var(--main-primary-color) h s calc(l - 10));
}

.seek-save-button-wrap-dropdown .seek-button{
  height: 40px;
  border-radius: 0;
  background: transparent;
}

.seek-save-button-wrap-dropdown .seek-button:hover{
  background: rgba(255, 255, 255, 0.08);
}

.seek-save-button-primary-dropdown{
  padding-right: 10px;
}

.seek-save-button-dropdown-trigger{
  position: relative;
  width: 34px;
  min-width: 34px;
  padding: 0 10px;
  justify-content: center;
}

.seek-save-button-dropdown-trigger::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: currentColor;
  opacity: 0.35;
}

.seek-save-button-caret{
  flex: 0 0 auto;
  transition: transform 0.16s ease;
}

.seek-save-button-open .seek-save-button-caret{
  transform: rotate(180deg);
}

.seek-cancel-button{
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  background: unset;
  color: #404040;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.seek-cancel-button:hover{
  font-weight: 600;
  color: #252525;
}

.seek-delete-button{
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  background: unset;
  cursor: pointer;
  color: #D72839;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 4px;
  border-radius: 8px;
}

.seek-delete-button:hover{
  color: #C41728;
  font-weight: 600;
  .seek-delete-button-icon{
    fill: #C41728;
  }
}

.seek-delete-button-icon{
  fill: #D72839;
}

.seek-filled-delete-button{
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  background: #D72839;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 4px;
  border-radius: 8px;
}

.seek-filled-delete-button:hover{
  background: #C41728;
  font-weight: 600;
}

.seek-filled-delete-button-icon{
  fill: white;
}

.seek-input-container{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.seek-input-container-checkbox{
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.seek-input-field{
  width: 375px;
  height: 32px;
  padding: 5px 16px;
  border: 1px solid #949494;
  border-radius: 15px;
  background: #fff;
  color: #252525;
  font: inherit;
  font-size: 14px;
  line-height: normal;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.seek-input-field:focus{
  outline: none;
  border-color: #6a7ae0;
  box-shadow: 0 0 0 3px rgba(80, 104, 216, 0.12);
}

.seek-input-textarea{
  width: 375px;
  height: 104px;
  padding: 8px 16px;
  border: 1px solid #949494;
  border-radius: 15px;
  background: #fff;
  color: #252525;
  font: inherit;
  font-size: 14px;
  line-height: normal;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.seek-input-textarea:focus{
  outline: none;
  border-color: #6a7ae0;
  box-shadow: 0 0 0 3px rgba(80, 104, 216, 0.12);
}

.seek-input-caption{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.seek-input-caption-checkbox{
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
}

.seek-input-select{
  display: flex;
  width: 376px;
  height: 32px;
  padding: 5px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #949494;
  background: #FFF;
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--main-font-style);
}

.seek-input-select:focus{
  outline: none;
  border-color: #6a7ae0;
  box-shadow: 0 0 0 3px rgba(80, 104, 216, 0.12);
}

.seek-input-select > option{
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--main-font-style);
}

.seek-verified-badge{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 44px;
  background: #daf7ea;
  color: #0f7258;
  font-size: 14px;
  font-weight: 500;
}

.seek-unverified-badge{
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 44px;
  background: #E9E9E9;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .seek-popup-button-success{
    min-width: 0;
  }

  .seek-popup-button{
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 16px;
  }
}

.seek-popup-button{
  margin-top: 14px;
  align-self: flex-start;
  min-width: 118px;
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: var(--main-primary-color);
  color: contrast-color(var(--main-primary-color));
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seek-popup-button-success{
  min-width: 176px;
  padding: 0 18px;
}

.seek-popup-button:hover{
  background-color: hsl(from var(--main-primary-color) h s calc(l - 10));
}

.seek-popup-button:disabled{
  background-color: hsl(from var(--main-primary-color) h calc(s - 30) l);
  cursor: not-allowed;
  transform: none;
}

.seek-popup-button:active{
  transform: translateY(1px);
}

.seek-popup-button:focus-visible{
  outline: 2px solid rgba(80, 104, 216, 0.2);
  outline-offset: 2px;
}
