<style>

.site-search-content-input span {
    border: 1px solid #eaeaea !important;
}

/* ===========================
PRODUCT PAGE COPY SPACING
=========================== */

/* ==========================
   PDP OVERRIDES (keep homepage untouched)
   ========================== */

/* Prevent the “double gap” between a paragraph and the next heading */
.content-section--pdp h2,
.content-section--pdp h3{
  margin-top: 0 !important;
}

/* Keep your existing bottom spacing (optional—adjust if needed) */
.content-section--pdp h2{
  margin-bottom: 0.5em !important;
}

.content-section--pdp h3{
  margin-bottom: 0.3em !important;
}

/* Add section spacing only when a heading follows content */
.content-section--pdp p + h2,
.content-section--pdp ul + h2,
.content-section--pdp p + h3,
.content-section--pdp ul + h3{
  margin-top: 1.25em !important;
}


/* ===========================
CONTENT SECTION SPACING - HOME PAGE
=========================== */

.content-section p {
  margin-bottom: 1.25em !important;
}

.content-section h1 {
  margin-bottom: 0.5em !important;
}

.content-section h2 {
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
}

.content-section h3 {
  margin-top: 1.5em !important;
  margin-bottom: 0.3em !important;
}

/* ===========================
FOOTER WARNING
=========================== */

.footer-warning {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 8px;
}

/* ===========================
INFOBLOCK GRID ADJUSTMENT
=========================== */

@media (min-width: 768px) {
  .home-infoblock-layout:not(.home-infoblock-layout-more) .home-infoblock:nth-child(-n+4) {
    flex: 1 2 50% !important;
    margin-bottom: 0 !important;
  }
}

/* ===========================
NAVIGATION STYLING
=========================== */

.header-menu-level-container {
  position: absolute;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  left: 0;
  width: auto !important;
}

/* Parent category grid layout */
ul.header-menu-level2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 26px;
}

.header-menu-level2 > li {
  width: 100% !important;
  margin-bottom: 0;
}

/* Parent category links (main headers) */
.header-menu-level2 > li > a.header-menu-level2-anchor {
  font-size: 15px;
  font-weight: 700;
  color: #f45a00 !important;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.3px;
  padding: 0px !important;
  margin-bottom: 7px;
}

.header-menu-level2 > li > a.header-menu-level2-anchor:hover {
  color: #d64e00 !important;
  text-decoration: none;
}

/* Child category list */
.header-menu-level3 {
  margin-top: 0;
  list-style: none;
  padding: 0;
}

/* Child category links */
.header-menu-level3 a.header-menu-level3-anchor {
  font-size: 13px;
  font-weight: 400;
  color: #222 !important;
  text-transform: none;
  display: block;
  line-height: 1.5;
  padding: 2px 0;
}

.header-menu-level3 a.header-menu-level3-anchor:hover {
  color: #f45a00 !important;
  text-decoration: none;
}

@media screen and (min-width: 1002px) and (max-width: 1580px) {
  .header-menu-level-container {
    padding: 20px 25px !important;
    left: -230px !important;
  }
}

@media screen and (min-width: 992px) {
  .header-menu-level-container > li {
    width: auto !important;
  }
}

/* ===========================
BOTTOM FEATURE BAR (MOVED TO END TO PRESERVE CASCADE)
=========================== */

.sc-bottom-feature-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  gap: 20px;
}

.sc-bottom-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 30%;
  padding: 20px;
  box-sizing: border-box;
}

.sc-bottom-feature img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.sc-bottom-feature-text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e65400;
  margin: 0 0 6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.sc-bottom-feature-text h4 {
  font-size: 14px;
  color: #444;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 500;
}

.sc-bottom-feature-text p {
  font-size: 13px;
  color: #444;
  margin: 0;
  line-height: 1.5;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* 🔽 Mobile stacking behavior */
@media screen and (max-width: 768px) {
  .sc-bottom-feature-bar {
    flex-direction: column;
    align-items: center;
  }

  .sc-bottom-feature {
    width: 100%;
    max-width: 500px;
  }
}

</style>
