/***********************************/
/*** 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: 480px;
  padding-top: 0px;
}

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


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

.custom-hero .hero-component-text {
  font-family: 'SN-DMSans-Medium' !important;
  font-size: 16px;
}
.custom-hero .hero-component-sub-heading {
  font-family: 'SN-DMSans-Bold' !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;
}

.contact-container {
  margin: 48px 50px !important;
  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: 28px !important;
  color: #000;
  text-align: center;
}

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

.contact-us-info-container a {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
  font-family: 'SN-DMSans-Medium' !important;
  width: 148px;
  text-align: center;
  font-size: 16px !important;
}

.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: -190px;
  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%;
  .model-number-finder-text a{
    font-size: 14px;
  }
}

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

@media screen and (max-width: 600px) {
  community_builder-html-editor:has(.contact-us){
  padding:0px
  }
  b2b_search_suggestions-combobox {
    width: 90%;
  }
  .contact-us {
    padding:0px;
    .contact-container {
      margin:0px !important;
      border-radius: 0px;
      div {
      align-items: center;
    }
    }
  }
  dxp_search-search-results:nth-child(1){
  padding:10px;
}
  .custom-hero .hero-component-text{
    margin: 0px;
    padding: 20px;
  }
}

@media screen and (max-width >= 1024px) {
  /* to remove grey background in the header*/
  .navigation{
    background-color: white !important;
  }
  /* to remove unnecessary horizontal scroll bar*/
  body {
    overflow-x: hidden !important;
  }
}


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

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

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

.contact-us-hero-container {
  max-width: 320px;
}

.custom-contact-us-hero .hero-component-text {
  font-family: 'SN-Bold' !important;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}

.custom-contact-us-hero .hero-component-sub-heading {
  font-family: 'SN-DMSans-Medium' !important;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
}

dxp_data_provider-image-data-provider:has(.custom-hero){
  background-color: #CDFFFB;
}