/* BY SHOAIB */



@media (max-width: 992px) {
.sulcs-header .ps-mainmenu__desktop, .sulcs-header nav.ps-mainmenu__desktop.js-menu-desktop{
  display: none !important;
}

}
@media (min-width: 992px) {

.sulcs-header .header-bottom__container{
  max-width: 90% !important;
}
.sulcs-home {
  max-width: 90% !important;
  margin: 0 auto;
  padding-top: 1rem;
}

.sulcs-header .ps-mainmenu__desktop, .sulcs-header nav.ps-mainmenu__desktop.js-menu-desktop{
  display: block !important;
}
}



@media (min-width: 1520px) {
  .header, #header{
max-width: 1520px !important;
margin: auto !important;
}
.sulcs-header .header-bottom__container{
  max-width: 1520px !important;
}
.sulcs-home {
  max-width: 1520px !important;
  margin: 0 auto;
  padding-top: 1rem;
}
}






/* body{
  max-width: 1520px !important;
  margin:auto !important;
} */

/* .header, #header{
max-width: 90% !important;
margin: auto !important;
} */
/* .sulcs-home{
  max-width: 90% !important;
margin: auto !important;
} */

/* .sulcs-header .header-bottom__container{
  width: inherit !important;
} */

 .footer-block .ps-contactinfo__phone a{
    color: #000 !important;
  }

    .footer-block .ps-contactinfo__phone{
      display: flex !important;
  justify-content: center;
    }

    .ps-contactinfo__fax > i.material-icons {
      display: inline-block !important;
    }

   #ps_imageslider .carousel-indicators{
display: none !important;
   }

/* =========================================================================
   Sulcs BBQ — Hummingbird theme customization
   Targets PrestaShop standard module output so client BO content renders
   to match the sulcs-bbq.fr reference. Organized by:
     1. Base typography & layout
     2. Header
     3. Homepage modules (ps_imageslider, ps_customtext, blockreassurance,
        productcomments, ps_featuredproducts)
     4. Footer (module-driven via displayFooter + displayFooterAfter)
     5. Responsive breakpoints
   ========================================================================= */

/* -----------------------------------------------------------------------
   1. BASE
   ----------------------------------------------------------------------- */
body {
  font-family: "Tahoma", "Arial", sans-serif;
  color: #202020;
  background: #fff;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Tahoma", "Arial", sans-serif;
}

#wrapper,
#main,
main.wrapper { background: #fff !important; }

.sulcs-footer { background: #fff !important; }

/* Non-sticky header to match reference */
.header,
#header {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: #fff;
}

.header-top { display: none !important; }

/* -----------------------------------------------------------------------
   2. HEADER
   ----------------------------------------------------------------------- */
.sulcs-header .header-bottom__container {
  /* width: 90%; */
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.95rem;
  padding-bottom: 0.5rem;
}

.sulcs-header .header-bottom__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: center;
}

.sulcs-header .header-bottom__logo {
  order: 1;
  flex: 0 0 auto;
}

.sulcs-header .logo {
  width: 90px;
  height: 90px;
  max-height: 90px;
  min-width: 90px;
  object-fit: contain;
}

/* Searchbar — desktop only sizing (mobile rules in media query below take over) */
@media (min-width: 992px) {
  .sulcs-header #_desktop_ps_searchbar {
    order: 2;
    flex: 0 1 420px;
    max-width: 420px;
    margin-left: auto;
    margin-right: 1.5rem;
    align-self: center;
  }
}

.sulcs-header .ps-searchbar {
  min-width: 0;
  margin-block: 0;
  width: 100%;
  flex: 1 1 auto;
}

.sulcs-header .ps-searchbar__form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border: 2px solid #000;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  padding: 0 18px;
}

.sulcs-header .ps-searchbar__magnifier {
  position: static;
  transform: none;
  order: 2;
  margin-left: 0.55rem;
  margin-right: 0;
  color: #2e2e2e;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.sulcs-header .ps-searchbar__input,
.sulcs-header .js-search-input.form-control.ps-searchbar__input { order: 1; flex: 1 1 auto; }

.sulcs-header .ps-searchbar__input,
.sulcs-header .js-search-input.form-control.ps-searchbar__input {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  font-family: "Tahoma", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.sulcs-header .ps-searchbar__input::placeholder {
  color: #5a5a5a;
  opacity: 1;
}

/* Right-side actions */
.sulcs-header .sulcs-header__actions {
  order: 3;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 0;
  margin-left: 0.2rem;
}

.sulcs-header .sulcs-header__actions .header-block { margin-bottom: 0; }

/* Hide text labels next to action icons (reference shows icons only).
   Use highly specific selectors + visibility to beat Bootstrap utility classes. */
.sulcs-header .sulcs-header__actions .header-block .header-block__title,
.sulcs-header .sulcs-header__actions .header-block__title.d-none,
.sulcs-header .sulcs-header__actions .header-block__title.d-md-inline,
.sulcs-header .sulcs-header__actions .header-block__title.d-md-flex,
.sulcs-header .sulcs-header__actions span.header-block__title,
.sulcs-header .sulcs-header__actions .ps-customersignin .header-block__title,
.sulcs-header .sulcs-header__actions .ps-shoppingcart .header-block__title {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

/* Order: account (1) → wishlist (2) → cart (3) */
.sulcs-header .sulcs-header__actions #_desktop_ps_customersignin,
.sulcs-header .sulcs-header__actions .ps-customersignin { order: 1; }
.sulcs-header .sulcs-header__actions .sulcs-header__wishlist { order: 2; }
.sulcs-header .sulcs-header__actions #_desktop_ps_shoppingcart,
.sulcs-header .sulcs-header__actions .ps-shoppingcart { order: 3; }

.sulcs-header .sulcs-header__actions .header-block__action-btn,
.sulcs-header .sulcs-header__actions .header-block__action-btn.pe-md-0 {
  padding: 0.3rem 0.5rem;
  color: #1f1f1f;
}

.sulcs-header .sulcs-header__actions .material-icons.header-block__icon {
  font-size: 2rem;
}

.sulcs-header .sulcs-header__actions .header-block__badge {
  position: static;
  margin-left: 0.25rem;
  min-width: 18px;
  min-height: 18px;
}

/* Static nav row */
.sulcs-static-nav {
  order: 5;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  padding: 0.7rem 0 0.85rem;
  border-top: 0;
  border-bottom: 1px solid #2a2a2a;
}

.sulcs-static-nav a {
  color: #2b2b2b;
  text-decoration: none;
  font-family: "Tahoma", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1em;
  white-space: nowrap;
}

.sulcs-static-nav a:hover,
.sulcs-static-nav a:focus { color: #000; }

/* Use native ps_mainmenu for the category nav row.
   The wrapper is .ps-mainmenu.ps-mainmenu--desktop. On desktop it takes a
   full-width row below search/actions. On mobile the same wrapper holds the
   hamburger only — must NOT take a full row. */
@media (min-width: 992px) {
  .sulcs-header .ps-mainmenu--desktop {
    order: 5 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #2a2a2a !important;
  }
}

.sulcs-header .ps-mainmenu__desktop,
.sulcs-header nav.ps-mainmenu__desktop.js-menu-desktop {
  display: block ;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
}

.sulcs-header .ps-mainmenu__tree,
.sulcs-header ul.ps-mainmenu__tree#top-menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1.4rem !important;
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.sulcs-header .ps-mainmenu__tree-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sulcs-header .ps-mainmenu__tree-item-wrapper {
  display: flex !important;
  align-items: center !important;
}

.sulcs-header .ps-mainmenu__tree-link {
  color: #2b2b2b !important;
  text-decoration: none !important;
  font-family: "Tahoma", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.1em !important;
  white-space: nowrap !important;
  padding: 0.2rem 0 !important;
  background: transparent !important;
}

.sulcs-header .ps-mainmenu__tree-link:hover,
.sulcs-header .ps-mainmenu__tree-link:focus { color: #000 !important; }

/* Remove the focus ring / active border on nav links */
.sulcs-header .ps-mainmenu__tree-link,
.sulcs-header .ps-mainmenu__tree-link:focus,
.sulcs-header .ps-mainmenu__tree-link:focus-visible,
.sulcs-header .ps-mainmenu__tree-link:active,
.sulcs-header .ps-mainmenu__tree-dropdown-toggle,
.sulcs-header .ps-mainmenu__tree-dropdown-toggle:focus,
.sulcs-header .ps-mainmenu__tree-dropdown-toggle:focus-visible,
.sulcs-header .ps-mainmenu__tree-dropdown-toggle:active {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.sulcs-header .ps-mainmenu__tree-dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  color: #2b2b2b !important;
  padding: 0 0.15rem !important;
  margin-left: 0.1rem !important;
}

.sulcs-header-nav { display: none !important; }

/* Hide hamburger toggle on desktop (we have the static nav row), show on mobile */
.sulcs-header .ps-mainmenu__mobile-toggle { display: none; }

@media (max-width: 991.98px) {
  /* Mobile header layout:
     Row 1:  logo (far left) | hamburger | account | wishlist | cart  (right cluster)
     Row 2:  full-width search bar pill                                                  */

  .sulcs-header .header-bottom__row {
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem 0.25rem !important;
  }

  /* Remove Bootstrap column padding on mobile header items so they fit */
  .sulcs-header .header-bottom__row > .col-auto,
  .sulcs-header .header-bottom__row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Logo — far left, no auto margin */
  .sulcs-header .header-bottom__logo {
    order: 0 !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }
  .sulcs-header .logo {
    width: 56px !important;
    height: 56px !important;
    max-height: 56px !important;
    min-width: 56px !important;
  }

  /* Hamburger — first item of the right cluster, push everything from here to the right.
     Scoped to --desktop wrapper so the --mobile offcanvas panel is untouched. */
  .sulcs-header .ps-mainmenu.ps-mainmenu--desktop {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
  .sulcs-header .ps-mainmenu__mobile-toggle {
    display: flex !important;
    align-items: center;
  }
  .sulcs-header .ps-mainmenu__mobile-toggle .menu-toggle {
    padding: 0.4rem 0.4rem !important;
    color: #1f1f1f !important;
    border: 0 !important;
    background: transparent !important;
  }
  .sulcs-header .ps-mainmenu__mobile-toggle .material-icons { font-size: 1.9rem !important; }

  /* Right cluster — account, wishlist, cart with even spacing */
  .sulcs-header #_mobile_ps_customersignin { order: 2 !important; margin-left: 0.5rem !important; }
  .sulcs-header .sulcs-mobile-wishlist { order: 3 !important; display: flex !important; margin-left: 0.5rem !important; }
  .sulcs-header #_mobile_ps_shoppingcart { order: 4 !important; margin-left: 0.5rem !important; }

  /* Uniform icon size for all 4 right-side icons including hamburger */
  .sulcs-header .ps-mainmenu__mobile-toggle .menu-toggle,
  .sulcs-header #_mobile_ps_customersignin .header-block__action-btn,
  .sulcs-header #_mobile_ps_shoppingcart .header-block__action-btn,
  .sulcs-header .sulcs-mobile-wishlist .header-block__action-btn {
    padding: 0.3rem 0.35rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .sulcs-header .ps-mainmenu__mobile-toggle .material-icons,
  .sulcs-header #_mobile_ps_customersignin .material-icons,
  .sulcs-header #_mobile_ps_shoppingcart .material-icons,
  .sulcs-header .sulcs-mobile-wishlist .material-icons {
    font-size: 1.75rem !important;
    line-height: 1 !important;
  }

  /* Hide the offcanvas search icon trigger — we show the real bar inline */
  .sulcs-header .ps-searchbar--mobile { display: none !important; }

  /* Reuse the real _desktop_ps_searchbar on mobile too (keeps AJAX search
     working). Force it visible and make it a full-width row 2. */
  .sulcs-header div#_desktop_ps_searchbar.d-none.d-md-flex,
  .sulcs-header #_desktop_ps_searchbar {
    display: flex !important;
    visibility: visible !important;
    order: 10 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.4rem 0 0 !important;
    padding: 0 !important;
  }

  .sulcs-header #_desktop_ps_searchbar .ps-searchbar {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  .sulcs-header #_desktop_ps_searchbar .ps-searchbar__form {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 44px !important;
    border: 2px solid #000 !important;
    border-radius: 999px !important;
    background: #fff !important;
    padding: 0 16px !important;
  }
}

/* -----------------------------------------------------------------------
   3. HOMEPAGE — module-driven sections
   ----------------------------------------------------------------------- */
.sulcs-home {
  /* max-width: 1280px; */
  margin: 0 auto;
  padding-top: 1rem;
}

/* Section heading style applied to all homepage module headings */
.sulcs-home h2,
.sulcs-home .h2,
.sulcs-home .ps-customtext h2,
.sulcs-home .featured-products__title,
.sulcs-home .productcomments-block h2 {
  font-family: "Tahoma", "Arial", sans-serif;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: 0.7rem 0;
  margin: 1.6rem 0 1rem;
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

/* Headings inside split sections (Conçus / Qualité / Artisanat) — slightly larger
   but still proportional to the narrower half-column width */
.sulcs-home .sulcs-split h2 {
  font-size: clamp(1.15rem, 1.5vw, 1.75rem);
}

@media (max-width: 767.98px) {
  .sulcs-home h2,
  .sulcs-home .h2,
  .sulcs-home .ps-customtext h2,
  .sulcs-home .sulcs-split h2 {
    font-size: 1.15rem;
    padding: 0.55rem 0;
    margin: 1.1rem 0 0.7rem;
  }
}

.sulcs-home p,
.sulcs-home .ps-customtext p {
  font-size: 1.15rem;
  line-height: 1.5;
}

/* 3a. Hero slider (ps_imageslider) */
.sulcs-home .imageslider,
.sulcs-home .carousel {
  border-radius: 0;
  margin-bottom: 0;
}

/* Kill the empty gap that the ps-imageslider wrapper + carousel-indicators
   create between the hero and the first content section. */
.sulcs-home .ps-imageslider,
.sulcs-home section.ps-imageslider {
  margin: 0 0 0.5rem;
  padding: 0;
}

.sulcs-home .ps-imageslider .carousel-indicators {
  margin-bottom: 0.4rem;
}

/* First section after the slider should sit close to it, no extra top margin */
.sulcs-home .ps-imageslider + #custom-text > section:first-child,
.sulcs-home .ps-imageslider + #custom-text > section:first-child > h2:first-child,
.sulcs-home #custom-text > section:first-child,
.sulcs-home #custom-text > section:first-child > h2:first-child {
  margin-top: 0;
}

.sulcs-home .imageslider img,
.sulcs-home .carousel img {
  border-radius: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sulcs-home .carousel-indicators,
.sulcs-home .carousel-control-prev,
.sulcs-home .carousel-control-next { z-index: 5; }

/* 3a-bis. Section wrappers inside ps_customtext */
.sulcs-home .sulcs-section {
  /* max-width: 1280px; */
  margin: 0 auto 2.5rem;
}

.sulcs-home .sulcs-section__subtitle {
  text-align: center;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 1rem;
  margin-top: -0.6rem;
  margin-bottom: 1.5rem;
  color: #333;
  letter-spacing: 0.02em;
}

/* Models grid (3 cards inside ps_customtext) */
.sulcs-home .sulcs-models-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 1.5rem;
}

.sulcs-home .sulcs-model-card {
  text-align: center;
}

.sulcs-home .sulcs-model-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.85rem;
}

.sulcs-home .sulcs-model-card h3 {
  margin: 0.5rem 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: underline;
  color: #1f1f1f;
}

.sulcs-home .sulcs-model-card p {
  margin: 0.25rem 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #2a2a2a;
}

.sulcs-home .sulcs-model-card__note {
  margin-top: 0.85rem !important;
  text-decoration: underline;
  font-weight: 500;
}

.sulcs-home .sulcs-model-card__buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.sulcs-home .sulcs-btn {
  display: inline-block;
  background: #1a1a1a;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.45rem 1.3rem;
  border-radius: 4px;
  min-width: 70px;
  text-align: center;
  border: 1px solid #1a1a1a;
  transition: background 0.15s, color 0.15s;
}

.sulcs-home .sulcs-btn:hover,
.sulcs-home .sulcs-btn:focus { background: #333; color: #fff !important; }

/* 3b. Custom text blocks (ps_customtext) — used for Paints, Quality,
       Artisanat, Conçus pour durer, etc.
   NOTE: the module wraps its output in <div id="custom-text">, NOT .ps-customtext.
   We target both so it works whether the template is overridden or not. */
.sulcs-home .ps-customtext,
.sulcs-home #custom-text {
  margin: 0 auto 2.5rem;
  text-align: center;
}

/* Constrain ALL images inside the homepage so nothing overflows the 1280px wrapper.
   Without this, raw <img> tags inside #custom-text rendered at their intrinsic size. */
.sulcs-home img,
.sulcs-home .ps-customtext img,
.sulcs-home #custom-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sulcs-home .ps-customtext .sulcs-section__subtitle {
  font-size: 1.4rem;
  margin-top: -0.6rem;
  margin-bottom: 1.1rem;
  color: #333;
}

/* Optional split layout — client uses class="sulcs-split" inside customtext.
   Text inside the content column is centered (matches reference design). */
.sulcs-home .sulcs-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
  margin-bottom: 1.4rem;
  text-align: center;
}

.sulcs-home .sulcs-split .sulcs-split__content {
  text-align: center;
}

.sulcs-home .sulcs-split .sulcs-split__content p {
  text-align: center;
}

/* Left/right alternation is driven by source order:
   - sulcs-split with <div> first, <img> second → text-left, image-right
   - sulcs-split--reverse with <img> first, <div> second → image-left, text-right
   No order rules — let the grid layout reflect the HTML order.
   Constrain image sizes to match the reference design proportions. */
.sulcs-home .sulcs-split > img {
  width: auto !important;
  height: auto !important;
  max-width: 380px !important;
  max-height: none !important;
  margin: 0 auto !important;
  align-self: center;
  justify-self: center;
  display: block;
  object-fit: contain;
}

/* Artisanat flag is square + has its own bg — make it smaller. */
.sulcs-home .sulcs-split > img[src*="sulcs-artisanat"],
.sulcs-home .sulcs-split > img.sulcs-split__image--small {
  max-width: 220px !important;
  max-height: 220px !important;
}

.sulcs-home .sulcs-split p {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

/* 3c. Black brand band — full-bleed, breaks out of the 1280px container */
.sulcs-home .sulcs-brand-band {
  background: #000;
  padding: 0.9rem 1rem;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 0;
}

.sulcs-home .sulcs-brand-band img {
  max-height: 130px;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* Two images stacked inside the brand band: Sulcs gif on top, Fabrication badge below */
.sulcs-home .sulcs-brand-band .sulcs-brand-band__logo {
  max-height: 100px;
  margin: 0 auto 0.4rem;
}

.sulcs-home .sulcs-brand-band .sulcs-brand-band__badge {
  max-height: 46px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .sulcs-home .sulcs-brand-band .sulcs-brand-band__logo { max-height: 75px; }
  .sulcs-home .sulcs-brand-band .sulcs-brand-band__badge { max-height: 36px; }
}

/* 3d. Featured products / models grid (ps_featuredproducts) */
.sulcs-home .featured-products {
  margin-bottom: 2.5rem;
}

.sulcs-home .featured-products__list,
.sulcs-home .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.sulcs-home .product-miniature {
  text-align: center;
  background: transparent;
  border: 0;
}

.sulcs-home .product-miniature .product-title a,
.sulcs-home .product-miniature h3 a {
  color: #1f1f1f;
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: 500;
}

.sulcs-home .product-miniature .product-price-and-shipping { display: none; }

/* 3e. Reassurance icons strip (blockreassurance) — Service Client, Paiement, Livraison.
   The module wraps output in #block-reassurance > ul > li > .block-reassurance-item
   with a single <span> per item. Full-bleed grey band, 3 centered columns. */
#block-reassurance,
.sulcs-home #block-reassurance,
.sulcs-home .block-reassurance,
.sulcs-home .blockreassurance {
  background: #ececec;
  border: 0;
  margin: 2.5rem calc(50% - 50vw);
  padding: 2.2rem 1.5rem;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

#block-reassurance ul,
.sulcs-home #block-reassurance ul,
.sulcs-home .block-reassurance ul,
.sulcs-home .blockreassurance ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}

#block-reassurance li,
.sulcs-home #block-reassurance li,
.sulcs-home .block-reassurance li,
.sulcs-home .blockreassurance li {
  display: block;
  text-align: center;
  padding: 0;
  background: transparent;
  border: 0;
  list-style: none;
}

#block-reassurance .block-reassurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

#block-reassurance img,
.sulcs-home #block-reassurance img,
.sulcs-home .block-reassurance img,
.sulcs-home .blockreassurance img {
  width: 44px;
  height: 44px;
  max-width: 44px;
  margin: 0 auto 0.3rem;
  display: block;
}

#block-reassurance .block-reassurance-item span {
  display: block;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.35;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #block-reassurance ul,
  .sulcs-home #block-reassurance ul {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  #block-reassurance img { width: 38px; height: 38px; max-width: 38px; }
  #block-reassurance .block-reassurance-item span { font-size: 0.95rem; }
}

/* (Old class-based selectors kept below for compatibility with older module markup) */

.sulcs-home .block-reassurance__item-title,
.sulcs-home .blockreassurance h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.sulcs-home .block-reassurance__item-desc,
.sulcs-home .blockreassurance p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* 3f. Reviews (productcomments grid) */
.sulcs-home .productcomments-block,
.sulcs-home .sulcs-reviews {
  margin: 2rem 0;
}

.sulcs-home .productcomments-block .grid,
.sulcs-home .sulcs-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sulcs-home .product-comment-list-item {
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 1rem;
}

.sulcs-home .product-comment-list-item .comment-title,
.sulcs-home .product-comment-list-item h4 {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  font-weight: 600;
}

.sulcs-home .product-comment-list-item .star-content,
.sulcs-home .product-comment-list-item .grade-stars { color: #d7a600; }

.sulcs-home .product-comment-list-item .comment-content { font-size: 0.95rem; }

/* -----------------------------------------------------------------------
   4. FOOTER
   ----------------------------------------------------------------------- */
.sulcs-footer {
  background: #efefef;
  color: #262626;
  margin-top: 2rem;
}

.sulcs-footer .sulcs-footer__container {
  max-width: 1320px;
  padding-top: 1.55rem;
  padding-bottom: 0.8rem;
}

.sulcs-footer .sulcs-footer__main-top { align-items: flex-start; }

.sulcs-footer .sulcs-footer__brand-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sulcs-footer .sulcs-footer__brand-logo {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.sulcs-footer .sulcs-footer__dynamic-row { row-gap: 0.5rem; }

.sulcs-footer .sulcs-footer__dynamic-row .ps-customeraccountlinks { display: none !important; }

.sulcs-footer .sulcs-footer__dynamic-row .ps-linklist.footer-block,
.sulcs-footer .sulcs-footer__dynamic-row .ps-contactinfo.footer-block {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.sulcs-footer .sulcs-footer__dynamic-row .footer-block,
.sulcs-footer .sulcs-footer__newsletter-col { text-align: center; }

.sulcs-footer .footer-block__title,
.sulcs-footer .footer-block__title a {
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 0.5rem 0;
  margin: 0 0 0.75rem;
  color: #3f3f3f;
}

.sulcs-footer .footer-block__list,
.sulcs-footer .ps-contactinfo__infos,
.sulcs-footer .ps-contactinfo__email { text-align: center; }

.sulcs-footer .footer-block__list a,
.sulcs-footer .footer-block__list li,
.sulcs-footer .ps-contactinfo__infos,
.sulcs-footer .ps-contactinfo__email a {
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #2a2a2a;
  text-decoration: none;
}

.sulcs-footer .footer-block__list li { margin-bottom: 0.35rem; }
.sulcs-footer .ps-contactinfo__email i { display: none; }

/* Newsletter (ps_emailsubscription) */
.sulcs-footer .sulcs-footer__newsletter-widget .left-block__title { display: none !important; }

.sulcs-footer .sulcs-footer__newsletter-widget .ps-emailsubscription--column {
  margin: 0;
  min-width: 0;
}

.sulcs-footer .sulcs-footer__newsletter-widget form { position: relative; }

.sulcs-footer .sulcs-footer__newsletter-widget .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #5b5b5b;
  border-radius: 0;
  box-shadow: none;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.1;
  color: #222;
  padding: 0.2rem 2.1rem 0.35rem 0;
  margin-bottom: 0.65rem;
}

.sulcs-footer .sulcs-footer__newsletter-widget .form-control::placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.sulcs-footer .sulcs-footer__newsletter-widget .btn,
.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"].btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233f3f3f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
}

.sulcs-footer .sulcs-footer__newsletter-widget .fs-6 {
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #5f5f5f;
  text-align: left;
}

/* Payment badges row (displayFooterAfter or fallback) */
.sulcs-footer .sulcs-footer__main-bottom { margin-top: 1.2rem; }

.sulcs-footer .sulcs-footer__payments-fallback {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sulcs-footer .sulcs-footer__payments-fallback .pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}

.sulcs-footer .sulcs-footer__payments-fallback .pay-badge img,
.sulcs-footer .sulcs-footer__payments-fallback .pay-badge svg {
  height: 28px;
  width: auto;
  display: block;
}

.sulcs-footer .sulcs-footer__copyright {
  text-align: center;
  color: #5f5f5f;
  font-size: 0.9rem;
  margin-top: 0.95rem;
  padding-top: 1rem;
  border-top: 0;
}

.sulcs-footer .sulcs-footer__copyright p { margin: 0.1rem 0; }

/* -----------------------------------------------------------------------
   5. RESPONSIVE
   ----------------------------------------------------------------------- */
@media (max-width: 1599.98px) {
  /* .sulcs-header .header-bottom__container { width: 92%; } */
  .sulcs-header #_desktop_ps_searchbar {
    flex-basis: 380px;
    max-width: 380px;
  }
}

@media (max-width: 1199.98px) {
  .sulcs-static-nav { gap: 1.1rem; }
  .sulcs-static-nav a { font-size: 15px; }
}

@media (max-width: 991.98px) {
  .sulcs-header .sulcs-header__actions,
  .sulcs-static-nav { display: none !important; }

  /* Stack models grid to single column up to ~992px (matches reference mobile) */
  .sulcs-home .sulcs-models-grid,
  .sulcs-home .featured-products__list,
  .sulcs-home .products,
  .sulcs-home .productcomments-block .grid,
  .sulcs-home .sulcs-reviews__grid { grid-template-columns: 1fr; }

  /* Footer: open all link lists by default on mobile (no accordion) */
  .sulcs-footer .footer-block__content.collapse,
  .sulcs-footer .footer-block__content.collapse:not(.show) {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  /* Disable the toggle click area + hide chevron/arrow on mobile */
  .sulcs-footer .footer-block__title--toggle .stretched-link,
  .sulcs-footer .footer-block__title--toggle [data-bs-toggle="collapse"] {
    pointer-events: none !important;
    display: none !important;
  }

  .sulcs-footer .footer-block__title--toggle::after,
  .sulcs-footer .footer-block__title .material-icons {
    display: none !important;
  }

  /* Center-align everything in footer on mobile */
  .sulcs-footer,
  .sulcs-footer .footer-block,
  .sulcs-footer .footer-block__title,
  .sulcs-footer .footer-block__list,
  .sulcs-footer .footer-block__list li,
  .sulcs-footer .footer-block__list a,
  .sulcs-footer .ps-contactinfo__infos,
  .sulcs-footer .ps-contactinfo__email,
  .sulcs-footer .sulcs-footer__newsletter-col,
  .sulcs-footer .sulcs-footer__brand-col,
  .sulcs-footer .sulcs-footer__copyright {
    text-align: center !important;
  }

  .sulcs-footer .sulcs-footer__newsletter-widget .fs-6 { text-align: center !important; }

  .sulcs-home .block-reassurance ul,
  .sulcs-home .blockreassurance ul { grid-template-columns: 1fr; }

  .sulcs-home .sulcs-split { grid-template-columns: 1fr; }
  .sulcs-home .sulcs-split--reverse > img,
  .sulcs-home .sulcs-split--reverse > div { order: initial; }

  .sulcs-footer .sulcs-footer__dynamic-row .ps-linklist.footer-block,
  .sulcs-footer .sulcs-footer__dynamic-row .ps-contactinfo.footer-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sulcs-footer .footer-block__title { font-size: 15px; }
}

@media (max-width: 767.98px) {
  .sulcs-home .featured-products__list,
  .sulcs-home .products,
  .sulcs-home .productcomments-block .grid,
  .sulcs-home .sulcs-reviews__grid { grid-template-columns: 1fr; }

  .sulcs-home h2,
  .sulcs-home .h2 {
    font-size: 1.7rem;
    margin-top: 1.35rem;
    margin-bottom: 0.85rem;
  }
}

/* =========================================================================
   FOOTER OVERRIDE — final pass, applies at all widths
   Reference (sulcs-bbq.fr) has columns centered on desktop AND mobile,
   titles with thin horizontal lines top + bottom, links open always.
   ========================================================================= */
.sulcs-footer .sulcs-footer__dynamic-row .footer-block,
.sulcs-footer .sulcs-footer__dynamic-row .footer-block * {
  text-align: center !important;
}

.sulcs-footer .footer-block__title,
.sulcs-footer .footer-block__title--toggle {
  font-family: "Tahoma", "Arial", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3f3f3f !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-top: 1px solid #9a9a9a !important;
  border-bottom: 1px solid #9a9a9a !important;
  padding: 0.55rem 0 !important;
  margin: 0 auto 0.85rem !important;
  background: transparent !important;
  display: block !important;
  position: relative !important;
}

/* Kill the toggle button + chevron at every width (we keep links open) */
.sulcs-footer .footer-block__title--toggle .stretched-link,
.sulcs-footer .footer-block__title--toggle button[data-bs-toggle="collapse"],
.sulcs-footer .footer-block__title--toggle .material-icons {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Force-open collapsed lists at every width */
.sulcs-footer .footer-block__content.collapse,
.sulcs-footer .footer-block__content.collapsing {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.sulcs-footer .footer-block__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.sulcs-footer .footer-block__list li {
  margin: 0.35rem 0 !important;
  text-align: center !important;
}

.sulcs-footer .footer-block__list a,
.sulcs-footer .footer-block__list a.cms-page-link {
  display: block !important;
  text-align: center !important;
  font-family: "Tahoma", "Arial", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #2a2a2a !important;
  text-decoration: none !important;
  padding: 0.15rem 0 !important;
}

/* Contact info block (ps_contactinfo) — same centered look */
.sulcs-footer .ps-contactinfo,
.sulcs-footer .ps-contactinfo *,
.sulcs-footer .ps-contactinfo__infos,
.sulcs-footer .ps-contactinfo__email,
.sulcs-footer .ps-contactinfo__email a {
  text-align: center !important;
  font-size: 14px !important;
}

.sulcs-footer .ps-contactinfo__email i,
.sulcs-footer .ps-contactinfo__infos i { display: none !important; }

/* Newsletter column matches the same centered/title-line look */
.sulcs-footer .sulcs-footer__newsletter-col,
.sulcs-footer .sulcs-footer__newsletter-col * {
  text-align: center !important;
}

.sulcs-footer .sulcs-footer__newsletter-col .footer-block__title {
  border-top: 1px solid #9a9a9a !important;
  border-bottom: 1px solid #9a9a9a !important;
}

/* Drop bootstrap column widths in the dynamic row — flex centered */
.sulcs-footer .sulcs-footer__dynamic-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  row-gap: 1.5rem !important;
}

.sulcs-footer .sulcs-footer__dynamic-row > .footer-block,
.sulcs-footer .sulcs-footer__dynamic-row > nav.footer-block {
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
}

@media (min-width: 768px) {
  .sulcs-footer .sulcs-footer__dynamic-row > .footer-block,
  .sulcs-footer .sulcs-footer__dynamic-row > nav.footer-block {
    width: 33.333% !important;
  }
}

/* Brand column centered on every width */
.sulcs-footer .sulcs-footer__brand-col {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto 1rem !important;
}

/* =========================================================================
   NEWSLETTER OVERRIDE — final pass, matches reference (underlined input,
   inline arrow submit, no separate Subscribe button, centered note)
   ========================================================================= */
.sulcs-footer .sulcs-footer__newsletter-widget .ps-emailsubscription,
.sulcs-footer .sulcs-footer__newsletter-widget .ps-emailsubscription * {
  text-align: center !important;
}

.sulcs-footer .sulcs-footer__newsletter-widget .left-block__title,
.sulcs-footer .sulcs-footer__newsletter-widget .ps-emailsubscription > .left-block__title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.sulcs-footer .sulcs-footer__newsletter-widget form {
  position: relative !important;
  margin: 0 auto !important;
  max-width: 320px !important;
}

.sulcs-footer .sulcs-footer__newsletter-widget .form-control,
.sulcs-footer .sulcs-footer__newsletter-widget input[type="email"].form-control {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #5b5b5b !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #222 !important;
  font-family: "Tahoma", "Arial", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding: 0.4rem 2.4rem 0.5rem 2.4rem !important;
  margin: 0 !important;
  text-align: center !important;
  height: auto !important;
}

.sulcs-footer .sulcs-footer__newsletter-widget .form-control::placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}

/* Turn the Subscribe submit input into a small arrow icon, absolutely placed */
.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"],
.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"].btn,
.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"].btn-primary,
.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"].w-100,
.sulcs-footer .sulcs-footer__newsletter-widget .btn.btn-primary {
  position: absolute !important;
  right: 0 !important;
  top: 0.15rem !important;
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  max-width: 2rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233f3f3f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.5rem 1.5rem !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.sulcs-footer .sulcs-footer__newsletter-widget input[type="submit"]:hover,
.sulcs-footer .sulcs-footer__newsletter-widget .btn.btn-primary:hover {
  background-color: transparent !important;
  opacity: 0.7 !important;
}

/* Unsubscribe note — small, centered, muted */
.sulcs-footer .sulcs-footer__newsletter-widget .fs-6,
.sulcs-footer .sulcs-footer__newsletter-widget .text-body-secondary,
.sulcs-footer .sulcs-footer__newsletter-widget p {
  font-family: "Tahoma", "Arial", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #5f5f5f !important;
  text-align: center !important;
  margin-top: 0.85rem !important;
  margin-bottom: 0 !important;
  max-width: 320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Newsletter column title gets the same border treatment */
.sulcs-footer .sulcs-footer__newsletter-col > .footer-block__title {
  font-family: "Tahoma", "Arial", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3f3f3f !important;
  text-align: center !important;
  border-top: 1px solid #9a9a9a !important;
  border-bottom: 1px solid #9a9a9a !important;
  padding: 0.55rem 0 !important;
  margin: 0 auto 0.85rem !important;
  max-width: 320px !important;
}

/* =========================================================================
   FOOTER ADDRESS — force-center the ps_contactinfo block at every width
   ========================================================================= */
.sulcs-footer .ps-contactinfo,
.sulcs-footer .ps-contactinfo__infos,
.sulcs-footer address.ps-contactinfo__infos,
.sulcs-footer .ps-contactinfo__email,
.sulcs-footer .ps-contactinfo__email a,
.sulcs-footer .ps-contactinfo__fax,
.sulcs-footer .ps-contactinfo .footer-block__content,
.sulcs-footer .ps-contactinfo .footer-block__content > * {
  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-style: normal !important;
}

/* Hide the leading material-icons inside contact links (phone/email icons) */
.sulcs-footer .ps-contactinfo__fax > i.material-icons {
  display: none !important;
}

/* =========================================================================
   MOBILE SEARCH OFFCANVAS — kill globally
   The Bootstrap offcanvas system was creating a backdrop overlay that hid
   the rest of the mobile header. Target wherever Bootstrap moved them.
   ========================================================================= */
/* Search offcanvas ONLY — scoped narrowly so the mainmenu offcanvas/backdrop
   keeps working when the hamburger is tapped. */
.ps-searchbar__offcanvas,
.ps-searchbar__offcanvas.show,
.ps-searchbar__offcanvas.offcanvas,
#searchCanvas,
#searchCanvas.show,
.offcanvas[aria-labelledby="offcanvasTopLabel"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-100%) !important;
}

/* (removed earlier stale rule that forced #_desktop_ps_searchbar on mobile —
   mobile now uses the dedicated .sulcs-mobile-search form.) */

/* =========================================================================
   FINAL MOBILE HEADER OVERRIDE — maximum specificity to beat Bootstrap.
   ========================================================================= */
@media (max-width: 991.98px) {
  /* Hide the small offcanvas-trigger magnifier icon */
  html body .sulcs-header .ps-searchbar--mobile,
  html body .sulcs-header div.ps-searchbar--mobile.d-md-none.d-flex.col-auto {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    flex: 0 0 0 !important;
  }

  /* Container is the positioning context. Add bottom padding to make room
     for the absolutely-positioned search bar that sits below the icon row. */
  html body .sulcs-header .header-bottom__container {
    position: relative !important;
    padding-bottom: 60px !important;
  }

  /* Fix the row height so the icons + logo align cleanly on one line */
  html body .sulcs-header .header-bottom__row {
    min-height: 60px !important;
    align-items: center !important;
  }

  /* Pin search bar at the bottom of the container, full inner width */
  html body .sulcs-header div#_desktop_ps_searchbar {
    display: flex !important;
    visibility: visible !important;
    position: absolute !important;
    bottom: 0.5rem !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    z-index: 5 !important;
  }

  /* (clear-button hide moved out of media query — applies at all widths now) */

  html body .sulcs-header div#_desktop_ps_searchbar > #ps_searchbar,
  html body .sulcs-header div#_desktop_ps_searchbar .ps-searchbar.js-search-widget {
    width: 100% !important;
    flex: 1 1 100% !important;
    margin: 0 !important;
  }

  html body .sulcs-header div#_desktop_ps_searchbar form.ps-searchbar__form {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 44px !important;
    border: 2px solid #000 !important;
    border-radius: 999px !important;
    background: #fff !important;
    padding: 0 16px !important;
  }
}

/* Search autocomplete dropdown — constrain to viewport width on mobile so
   long product names don't push the dropdown off-screen. */
@media (max-width: 767.98px) {
  .ps-searchbar__dropdown {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 100% !important;
  }
}

/* Kill the default .header-bottom bottom border + alignment fixes */
.header-bottom,
.sulcs-header .header-bottom,
.sulcs-header.header-bottom {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Mobile: vertically center all 4 icons + logo on the same baseline */
@media (max-width: 991.98px) {
  html body .sulcs-header .header-bottom__row > *:not(.offcanvas):not(.ps-mainmenu--mobile) {
    align-self: center !important;
  }

  html body .sulcs-header .ps-mainmenu.ps-mainmenu--desktop,
  html body .sulcs-header .ps-mainmenu__mobile-toggle,
  html body .sulcs-header #_mobile_ps_customersignin,
  html body .sulcs-header #_mobile_ps_shoppingcart,
  html body .sulcs-header .sulcs-mobile-wishlist {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
  }

  html body .sulcs-header .ps-mainmenu__mobile-toggle .menu-toggle,
  html body .sulcs-header #_mobile_ps_customersignin .header-block,
  html body .sulcs-header #_mobile_ps_shoppingcart .header-block,
  html body .sulcs-header .sulcs-mobile-wishlist .header-block {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
  }
}

/* Hide the clear-input "X" button at all widths so it doesn't overlap the magnifier */
.sulcs-header .ps-searchbar__clear,
.sulcs-header button.ps-searchbar__clear,
.sulcs-header button.ps-searchbar__clear.js-search-clear {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}



 