/***********************************/
/*** STYLE RELATED TO STATIC HTML AND STANDARD COMPONENT ON LANDING PAGE ***/
/***********************************/

.custom-hero {
  background-color: #CDFFFB;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 0px;
  height: 550px;
  padding-top: 0px;
}

.hero-container {
  max-width: 530px;
}


.custom-hero p{
  font-size: 1.2rem;
  margin-top: 15px;
}

.custom-hero .hero-component-text {
  font-family: 'SN-DMSans-Regular' !important;
}
.custom-hero .hero-component-sub-heading {
  font-family: 'SN-DMSans-SemiBold' !important;
}


.object-navigation-container {
  display: none;
}

dl.slds-text-body_small.slds-list--horizontal.slds-wrap.slds-has-dividers--right.slds-dl_inline.slds-text-color_weak.slds-p-bottom_xx-small {
  display: none;
}

.contact-us {
  background-color: white;
  height: 690px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px;
  overflow: hidden;
  height: 626px;
}

.contact-us-image-container {
  flex: 1 1 50%;
  min-width: 300px;
}

.contact-us-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-info-container {
  flex: 1 1 50%;
  background-color: #F3F6FC;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}

.contact-us-info-container div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-us-info-container h2 {
  font-size: 24px;
  color: #000;
}

.contact-us-info-container p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

.contact-us-info-container a {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
}

.contact-us-info-container a:hover:not(.slds-button, .slds-dropdown__item > a) {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

b2b_search_suggestions-combobox {
  width: 626px;
  display: block;
  margin-top: -210px;
  margin-left: 50%;
  transform: translateX(-50%);
}

b2b_search_suggestions-combobox input.search-input-without-button {
  border-radius: 0px;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  font-family: 'SN-DMSans-Light' !important;
  font-size: 16px !important;
  height: 72px;
  margin-left: 10px;
}
b2b_search_suggestions-combobox button.input-clear-button{
    margin-right: 10px;
}

b2b_search_suggestions-combobox .input-container .slds-input-has-icon {
  border-radius: 10px !important;
  height: 72px;
  border: none;
}
b2b_search_suggestions-combobox svg.slds-input__icon{
    margin-left: 10px;
}
c-sn-model-number-finder {
  margin-top: -140px;
  width: 100%;
}

c-s-n_-login-create-account-component {
  margin-top: 40px !important;
}

@media screen and (max-width: 600px) {
  b2b_search_suggestions-combobox {
    width: 90%;
  }
}


.catalog-sec {
  background-color: white;
}

community_byo-scoped-header-and-footer {
  background: #ffffff
}