:root {
  /* ---- Brand palette (edit these) ---- */
  --brand-primary: #e30613;      /* red — matches your current logo */
  --brand-secondary: #1a1a1a;    /* near-black */
  --brand-accent: #f5f5f5;       /* light background */
  --brand-text: #222222;
  --brand-text-muted: #666666;
  --footer-blue: #1684f7;        /* footer swatch */
  --safehome-announce-h: 36px;   /* fixed top announcement bar height */

  /* ---- Layout width (large screens fill viewport, small keep gutters) ---- */
  --safehome-content-max: 1680px;
  --safehome-gutter: clamp(12px, 2.2vw, 40px);

  /* ---- Typography (edit these) ---- */
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* ------------------------------------------------------------------
   Wide / responsive site shell — kill left/right empty gutters on
   large laptops (OceanWP .container + Elementor boxed 1140px)
   safehome-wide-layout-v1
   ------------------------------------------------------------------ */
.container,
#main #content-wrap.container,
#site-header .container,
#top-bar-wrap .container,
#footer .container,
#footer-widgets .container,
#footer-bottom .container,
.page-header .container {
  width: 100% !important;
  max-width: var(--safehome-content-max) !important;
  padding-left: var(--safehome-gutter) !important;
  padding-right: var(--safehome-gutter) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Elementor Site Settings kit caps boxed sections at 1140px */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--safehome-content-max) !important;
  width: 100% !important;
}

.e-con {
  --container-max-width: var(--safehome-content-max) !important;
  --content-width: var(--safehome-content-max) !important;
}

.e-con > .e-con-inner {
  max-width: var(--safehome-content-max) !important;
  width: 100% !important;
}

/* Shop / archive Elementor content-width tokens */
body.safehome-shop-like-home .e-con,
body.woocommerce-shop .e-con,
body.home .e-con,
.elementor-396 .e-con,
.elementor-8244 .e-con {
  --content-width: var(--safehome-content-max) !important;
  --container-max-width: var(--safehome-content-max) !important;
}

@media (min-width: 1600px) {
  :root {
    --safehome-content-max: 1760px;
  }
}

@media (min-width: 1920px) {
  :root {
    --safehome-content-max: 1880px;
  }
}

@media (max-width: 1024px) {
  :root {
    --safehome-content-max: 100%;
    --safehome-gutter: clamp(10px, 3vw, 24px);
  }
}

/* Sitewide overrides — pulls Elementor & OceanWP elements onto the tokens above */
body {
  font-family: var(--font-body);
  color: var(--brand-text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}
a, .elementor-button, .woocommerce a.button, .add_to_cart_button {
  color: var(--brand-primary);
}
.elementor-button, .woocommerce a.button.add_to_cart_button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.site-header, #masthead, #site-header {
  background-color: #ffffff !important;
}

/* Fixed announcement bar — footer blue bg, white text
   safehome-announce-bar-v3 */
.safehome-announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.75rem;
  min-height: var(--safehome-announce-h);
  padding: 0.45rem 1rem;
  box-sizing: border-box;
  background-color: var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  text-align: center;
  border: none;
  box-shadow: none;
}

.safehome-announcement-bar__text {
  grid-column: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-family: var(--font-body, inherit);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: normal;
}

.safehome-announcement-bar__typed {
  color: #ffffff !important;
  min-height: 1em;
}

.safehome-announcement-bar__pen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
  transform: translateY(1px) rotate(-18deg);
  transition: opacity 0.2s ease;
}

.safehome-announcement-bar__pen svg {
  display: block;
  fill: currentColor;
}

.safehome-announcement-bar__pen.is-writing {
  animation: safehome-pen-write 0.45s ease-in-out infinite alternate;
}

@keyframes safehome-pen-write {
  from { transform: translateY(1px) rotate(-18deg) translateX(0); }
  to { transform: translateY(-1px) rotate(-10deg) translateX(1px); }
}

/* Left-side Privacy Policy */
.safehome-announcement-bar__privacy {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  min-width: 0;
  color: #ffffff !important;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

.safehome-announcement-bar__settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
}

.safehome-announcement-bar__settings svg {
  display: block;
  fill: currentColor;
}

.safehome-announcement-bar__about-icon,
.safehome-announcement-bar__orders-icon,
.safehome-announcement-bar__wish-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
}

.safehome-announcement-bar__about-icon svg,
.safehome-announcement-bar__orders-icon svg,
.safehome-announcement-bar__wish-icon svg {
  display: block;
  fill: currentColor;
}

.safehome-announcement-bar__privacy-link {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.safehome-announcement-bar__privacy-link:hover,
.safehome-announcement-bar__privacy-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.9;
}

.safehome-announcement-bar__sep {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 0.15rem;
  color: #000000 !important;
  font-weight: 700;
  opacity: 1;
  user-select: none;
}

/* Right-side Sign in / Create an account */
.safehome-announcement-bar__auth {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  min-width: 0;
  color: #ffffff !important;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.safehome-announcement-bar__lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
}

.safehome-announcement-bar__lock svg {
  display: block;
  fill: currentColor;
}

.safehome-announcement-bar__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
}

.safehome-announcement-bar__contact-icon svg {
  display: block;
  fill: currentColor;
}

.safehome-announcement-bar__auth .safehome-announcement-bar__settings {
  margin-right: 0.05rem;
}

.safehome-announcement-bar__auth-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.safehome-announcement-bar__auth-link {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.safehome-announcement-bar__auth-link:hover,
.safehome-announcement-bar__auth-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.9;
}

@media (max-width: 767px) {
  :root {
    --safehome-announce-h: 44px;
  }

  .safehome-announcement-bar {
    grid-template-columns: 44px 1fr 52px;
    row-gap: 0;
    padding: 0 8px;
    min-height: 44px;
    height: 44px;
    overflow: visible;
  }

  .safehome-announcement-bar__text {
    grid-column: 2;
    order: 0;
    font-size: 12px;
  }

  .safehome-announcement-bar__privacy,
  .safehome-announcement-bar__auth {
    display: none !important;
  }
}

/* Offset page + sticky header under the fixed bar */
body.safehome-has-announcement {
  padding-top: var(--safehome-announce-h);
}

body.safehome-has-announcement #site-header.is-sticky,
body.safehome-has-announcement #site-header.sticky-header,
body.safehome-has-announcement #site-header.fixed-scroll,
body.safehome-has-announcement #site-header.scrolled {
  top: var(--safehome-announce-h) !important;
}

/* Header — large left logo spanning to menu row
   safehome-header-layout-v8 */
#top-bar-wrap,
#top-bar,
#top-bar-wrap.has-no-content,
#top-bar.has-no-content {
  display: none !important;
  border: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#site-header,
#site-header.minimal-header,
#site-header-inner {
  background-color: #ffffff !important;
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#site-header.minimal-header {
  min-height: 0;
  padding: 2px 0 0;
  border-bottom: 1px solid #e0e0e0 !important; /* divider under menu */
}

/* ------------------------------------------------------------------
   Shop archive — same header/footer chrome as homepage
   Keep Elementor "Shop Page" hero (501fadca)
   safehome-shop-like-home-v1
   ------------------------------------------------------------------ */
body.safehome-shop-like-home #top-bar-wrap,
body.safehome-shop-like-home #top-bar,
body.woocommerce-shop #top-bar-wrap,
body.woocommerce-shop #top-bar,
body.tax-product_cat #top-bar-wrap {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

body.safehome-shop-like-home #site-header.minimal-header,
body.woocommerce-shop #site-header.minimal-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Drop OceanWP content gutters that diverge from homepage */
body.safehome-shop-like-home #content-wrap,
body.safehome-shop-like-home.content-max-width #content-wrap,
body.woocommerce-shop #content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

body.safehome-shop-like-home #main,
body.woocommerce-shop #main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.safehome-shop-like-home #right-sidebar,
body.safehome-shop-like-home #left-sidebar,
body.woocommerce-shop #right-sidebar,
body.woocommerce-shop #left-sidebar {
  display: none !important;
}

body.safehome-shop-like-home .page-header,
body.woocommerce-shop .page-header {
  display: none !important;
}

/* Elementor Shop Page hero — keep title, tighten to match site chrome */
body.safehome-shop-like-home .elementor-element-501fadca,
body.woocommerce-shop .elementor-element-501fadca {
  min-height: 140px !important;
  --padding-top: 48px !important;
  --padding-bottom: 28px !important;
  padding-top: 48px !important;
  padding-bottom: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

body.safehome-shop-like-home .elementor-element-501fadca .e-con-inner,
body.woocommerce-shop .elementor-element-501fadca .e-con-inner {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.safehome-shop-like-home .elementor-element-501fadca .elementor-heading-title,
body.woocommerce-shop .elementor-element-6b7fcf9e .elementor-heading-title {
  color: #ffffff !important;
  font-family: var(--font-heading, 'Poppins', sans-serif) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em;
  text-align: center !important;
  margin: 0 !important;
}

/* Shop content row — less space above/below search
   safehome-shop-search-spacing-v1 */
body.safehome-shop-like-home .elementor-element-18e13b8,
body.woocommerce-shop .elementor-element-18e13b8 {
  --padding-top: 12px !important;
  --padding-bottom: 12px !important;
  --gap: 8px 10px !important;
  --row-gap: 8px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin: 0 !important;
}

body.safehome-shop-like-home .elementor-element-18e13b8 > .e-con-inner,
body.woocommerce-shop .elementor-element-18e13b8 > .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  row-gap: 8px !important;
  gap: 8px 10px !important;
}

body.safehome-shop-like-home .elementor-element-94b2ce4,
body.woocommerce-shop .elementor-element-94b2ce4 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Shop Fibosearch (dgwt) — right side, no white shell, gray input
   safehome-shop-search-v1 */
body.safehome-shop-like-home .elementor-element-ecbc115,
body.woocommerce-shop .elementor-element-ecbc115,
body.tax-product_cat .elementor-element-ecbc115 {
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
  display: flex !important;
  justify-content: flex-end !important;
  background: transparent !important;
  margin: 0 0 0.25rem !important;
  padding: 0 !important;
}

body.safehome-shop-like-home .elementor-element-ecbc115 .elementor-widget-container,
body.woocommerce-shop .elementor-element-ecbc115 .elementor-widget-container,
body.safehome-shop-like-home .elementor-element-ecbc115 .elementor-shortcode,
body.woocommerce-shop .elementor-element-ecbc115 .elementor-shortcode {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.safehome-shop-like-home .dgwt-wcas-search-wrapp,
body.woocommerce-shop .dgwt-wcas-search-wrapp,
body.tax-product_cat .dgwt-wcas-search-wrapp {
  margin-left: auto !important;
  margin-right: 0 !important;
  max-width: min(420px, 100%) !important;
  width: min(420px, 100%) !important;
  background: transparent !important;
}

body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp,
body.tax-product_cat .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
body.tax-product_cat .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover,
body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus,
body.safehome-shop-like-home .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
body.woocommerce-shop .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background: #e8e8e8 !important;
  background-color: #e8e8e8 !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  color: #222222 !important;
  padding: 13px 48px 13px 20px !important;
}

/* Magnifier submit — always on the right */
body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
body.tax-product_cat .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
body.safehome-shop-like-home .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
body.woocommerce-shop .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  background: #d8d8d8 !important;
  box-shadow: none !important;
}

body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-preloader,
body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 8px !important;
  right: 42px !important;
}

@media (max-width: 767px) {
  body.safehome-shop-like-home .dgwt-wcas-search-wrapp,
  body.woocommerce-shop .dgwt-wcas-search-wrapp {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* Footer already uses global #footer blue styles — reinforce on shop */
/* Hide WOOF / HUSKY sidebar text search (between On sale and Product categories) */
.woof_text_search_container,
.woof_container_woof_text,
.woof_fs_by_text,
.woof .woof_husky_txt-input {
  display: none !important;
}

/* HUSKY Filter — price range label under widget title */
.WOOF_Widget .widget-title,
.widget-woof .widget-title,
#woof_widget-2 .widget-title {
  margin-bottom: 0.35rem !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.WOOF_Widget .price_label.safehome-husky-price-label,
.widget-woof .price_label.safehome-husky-price-label,
#woof_widget-2 .price_label.safehome-husky-price-label,
.WOOF_Widget > .price_label,
.widget-woof > .price_label {
  display: block !important;
  margin: 0 0 0.75rem !important;
  padding: 0 !important;
  color: #222222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.WOOF_Widget .price_label.safehome-husky-price-label .from,
.WOOF_Widget .price_label.safehome-husky-price-label .to,
.widget-woof .price_label.safehome-husky-price-label .from,
.widget-woof .price_label.safehome-husky-price-label .to {
  color: #222222 !important;
  font-weight: 600 !important;
}

/* Hide duplicate price label still inside the slider amount box */
.woof .price_slider_amount > .price_label:not(.safehome-husky-price-label) {
  display: none !important;
}

/* WOOF “Clear All” filter reset — brand red */
.woof_reset_button_2,
button.woof_reset_button_2,
a.woof_reset_button_2,
.woocommerce .woof_reset_button_2,
.woof .woof_reset_search_form,
button.woof_reset_search_form {
  background: var(--brand-primary, #e30613) !important;
  background-color: var(--brand-primary, #e30613) !important;
  border: 1px solid var(--brand-primary, #e30613) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.woof_reset_button_2:hover,
button.woof_reset_button_2:hover,
a.woof_reset_button_2:hover,
.woof .woof_reset_search_form:hover,
button.woof_reset_search_form:hover {
  background: #c40510 !important;
  background-color: #c40510 !important;
  border-color: #c40510 !important;
  color: #ffffff !important;
  filter: none !important;
}

/* HUSKY / WooCommerce price slider — black (was Woo purple) */
.woof .widget_price_filter .ui-slider,
.woof .price_slider.ui-slider,
.woocommerce .widget_price_filter .ui-slider,
.widget_price_filter .price_slider.ui-slider {
  background: #dddddd !important;
  border: none !important;
  height: 6px !important;
  border-radius: 3px !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-range,
.woof .price_slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider-range {
  background: #111111 !important;
  border: none !important;
  border-radius: 3px !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .price_slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider-handle {
  background: #111111 !important;
  border: 2px solid #111111 !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  top: -6px !important;
  margin-left: -8px !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle:hover,
.woof .widget_price_filter .ui-slider .ui-slider-handle:focus,
.woof .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider-handle:hover,
.widget_price_filter .ui-slider-handle:focus,
.widget_price_filter .ui-slider-handle.ui-state-active {
  background: #000000 !important;
  border-color: #000000 !important;
}

/* WOOF filter checkboxes — black fill + white tick when checked; uncheckable */
.woof .icheckbox_square-blue,
.woof_redraw_zone .icheckbox_square-blue,
.woof_container .icheckbox_square-blue,
.icheckbox_square-blue,
.woof .icheckbox_square-grey,
.woof .iradio_square-blue,
.woof .iradio_square-grey {
  width: 18px !important;
  height: 18px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 1.5px solid #c4c4c4 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}

.woof .icheckbox_square-blue.hover,
.woof_redraw_zone .icheckbox_square-blue.hover,
.icheckbox_square-blue.hover,
.woof .iradio_square-blue.hover {
  background: #ffffff !important;
  background-image: none !important;
  border-color: #888888 !important;
}

.woof .icheckbox_square-blue.checked,
.woof_redraw_zone .icheckbox_square-blue.checked,
.icheckbox_square-blue.checked,
.woof .icheckbox_square-blue.checked.hover,
.woof .iradio_square-blue.checked,
.woof .iradio_square-blue.checked.hover {
  background: #ffffff !important;
  background-image: none !important;
  border-color: #111111 !important;
}

/* Selected = black tick icon */
.woof .icheckbox_square-blue.checked::after,
.woof_redraw_zone .icheckbox_square-blue.checked::after,
.icheckbox_square-blue.checked::after,
.woof .iradio_square-blue.checked::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 45% !important;
  width: 5px !important;
  height: 9px !important;
  margin: 0 !important;
  border: solid #111111 !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Category / filter labels — reference typography */
.woof .woof_list label,
.woof .woof_checkbox_label,
.woof label.woof_checkbox_label,
.woof .woof_list .woof_checkbox_label {
  color: #9a9a9a !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.woof .woof_list li:has(.icheckbox_square-blue.checked) label,
.woof .woof_list li:has(input:checked) label,
.woof .woof_checkbox_label:has(+ .icheckbox_square-blue.checked),
.woof li.woof_list_checkbox:has(.checked) .woof_checkbox_label {
  color: #111111 !important;
  font-weight: 700 !important;
}

/* Category counts — "Toys 62" style (API / WOOF term count) */
.woof .woof_checkbox_count,
.woof .woof_radio_count,
.woof .woof_label_count,
.woof span.woof_checkbox_count {
  color: #9a9a9a !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-left: 0.15em !important;
}

.woof .woof_list li:has(.icheckbox_square-blue.checked) .woof_checkbox_count,
.woof .woof_list li:has(input:checked) .woof_checkbox_count,
.woof li.woof_list_checkbox:has(.checked) .woof_checkbox_count {
  color: #111111 !important;
  font-weight: 600 !important;
}

.woof .woof_container_inner > h4,
.woof .woof_container h4 {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 1rem 0 0.65rem !important;
}

.woof .woof_list,
.woof .woof_list_checkbox {
  margin: 0 !important;
  padding: 0 !important;
}

.woof .woof_list li,
.woof li.woof_list_checkbox {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin: 0 0 0.55rem !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Subcategories open BELOW the parent (not beside it) */
.woof .woof_list li.woof_childs_list_li,
.woof .woof_list li:has(> ul.woof_childs_list) {
  align-items: center !important;
}

.woof .woof_list li > ul.woof_childs_list,
.woof ul.woof_childs_list {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  order: 20 !important;
  margin: 0.35rem 0 0.15rem !important;
  padding: 0 0 0 1.35rem !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

.woof .woof_list li > ul.woof_childs_list > li {
  width: 100% !important;
  margin-bottom: 0.4rem !important;
}

/* Blue + / − expand icons (was green #2eca8b) */
.woof .woof_childs_list_opener {
  margin-left: 8px !important;
  flex: 0 0 auto !important;
  order: 5 !important;
}

.woof .woof_childs_list_opener span {
  width: 14px !important;
  height: 14px !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.woof .woof_childs_list_opener span.woof_is_closed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 455' fill='%231684f7'%3E%3Cpolygon points='455 212.5 242.5 212.5 242.5 0 212.5 0 212.5 212.5 0 212.5 0 242.5 212.5 242.5 212.5 455 242.5 455 242.5 242.5 455 242.5'/%3E%3C/svg%3E") !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 455' fill='%231684f7'%3E%3Cpolygon points='455 212.5 242.5 212.5 242.5 0 212.5 0 212.5 212.5 0 212.5 0 242.5 212.5 242.5 212.5 455 242.5 455 242.5 242.5 455 242.5'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.woof .woof_childs_list_opener span.woof_is_opened {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 455' fill='%23e30613'%3E%3Crect y='212.5' width='455' height='30'/%3E%3C/svg%3E") !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 455' fill='%23e30613'%3E%3Crect y='212.5' width='455' height='30'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* In stock / On sale rows — keep clicks usable */
.woof_checkbox_instock_container .woof_container_inner,
.woof_checkbox_sales_container .woof_container_inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  cursor: pointer;
}

.woof_checkbox_instock_container label,
.woof_checkbox_sales_container label {
  color: #9a9a9a !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.woof_checkbox_instock_container input:checked + label,
.woof_checkbox_instock_container:has(input:checked) label,
.woof_checkbox_sales_container input:checked + label,
.woof_checkbox_sales_container:has(input:checked) label {
  color: #111111 !important;
  font-weight: 700 !important;
}

.woof_checkbox_instock_container label span,
.woof_checkbox_sales_container label span {
  color: inherit !important;
  font-weight: inherit !important;
  margin-left: 0.15em !important;
}

/* Native checkbox fallback — black fill + white tick */
.woof input[type="checkbox"]:not(.icheckbox_square-blue input),
.woof_container input[type="checkbox"]:not(.icheckbox_square-blue input),
.woof_list_checkbox input[type="checkbox"]:not(.icheckbox_square-blue input),
.woof_checkbox_instock,
.woof_checkbox_sales,
.woof_checkbox_term {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 10px 0 0 !important;
  border: 1.5px solid #c4c4c4 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  vertical-align: middle !important;
  cursor: pointer;
  position: relative !important;
  accent-color: #111111 !important;
  flex-shrink: 0 !important;
}

.woof input[type="checkbox"]:checked,
.woof_container input[type="checkbox"]:checked,
.woof_list_checkbox input[type="checkbox"]:checked,
.woof_checkbox_instock:checked,
.woof_checkbox_sales:checked,
.woof_checkbox_term:checked {
  background: #ffffff !important;
  border-color: #111111 !important;
  background-image: none !important;
}

.woof input[type="checkbox"]:checked::after,
.woof_container input[type="checkbox"]:checked::after,
.woof_list_checkbox input[type="checkbox"]:checked::after,
.woof_checkbox_instock:checked::after,
.woof_checkbox_sales:checked::after,
.woof_checkbox_term:checked::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 45% !important;
  width: 5px !important;
  height: 9px !important;
  border: solid #111111 !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  display: block !important;
  box-sizing: border-box !important;
}

body.safehome-shop-like-home #footer,
body.safehome-shop-like-home #footer-widgets,
body.safehome-shop-like-home #footer-bottom,
body.woocommerce-shop #footer,
body.woocommerce-shop #footer-widgets,
body.woocommerce-shop #footer-bottom {
  background-color: var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
}

body.safehome-shop-like-home #footer {
  margin-top: 10px;
}

#site-header.minimal-header #site-header-inner.safehome-header-ready,
#site-header.minimal-header #site-header-inner {
  display: grid !important;
  /* logo | flexible middle | phone | cart — search overlays true center */
  grid-template-columns: auto 1fr auto auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
  width: 100%;
  max-width: var(--safehome-content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px !important;
  padding-right: var(--safehome-gutter) !important;
  box-sizing: border-box;
  position: relative;
}

/* Logo — flush 3px left, 2px under announcement bar (no empty canvas space) */
#site-header.minimal-header #site-logo {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  align-self: start !important;
  justify-self: start !important;
  z-index: 3;
  line-height: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#site-header.minimal-header #site-logo-inner {
  max-width: none !important;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  height: auto !important;
  max-height: none !important;
}

/* Keep logo hit-area = image size (full-height link caused a big focus “card”) */
#site-header.minimal-header #site-logo #site-logo-inner a,
#site-header #site-logo a.custom-logo-link,
#site-header #site-logo-inner a,
#site-header a.custom-logo-link,
#site-header .middle-site-logo a {
  max-width: none !important;
  display: inline-flex !important;
  align-items: flex-start !important;
  align-self: flex-start !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 5;
  border: 0 !important;
  outline: none !important;
  outline-width: 0 !important;
  outline-style: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
}

/* Never show focus/active “card” on logo (safehome-logo-nofocus-v3) */
#site-header #site-logo *:focus,
#site-header #site-logo *:focus-visible,
#site-header #site-logo *:active,
#site-header #site-logo a.custom-logo-link:hover,
#site-header #site-logo a.custom-logo-link:focus,
#site-header #site-logo a.custom-logo-link:focus-visible,
#site-header #site-logo a.custom-logo-link:focus-within,
#site-header #site-logo a.custom-logo-link:active,
#site-header #site-logo-inner a:hover,
#site-header #site-logo-inner a:focus,
#site-header #site-logo-inner a:focus-visible,
#site-header #site-logo-inner a:active,
#site-header a.custom-logo-link:hover,
#site-header a.custom-logo-link:focus,
#site-header a.custom-logo-link:focus-visible,
#site-header a.custom-logo-link:active,
#site-header .middle-site-logo a:hover,
#site-header .middle-site-logo a:focus,
#site-header .middle-site-logo a:focus-visible,
#site-header .middle-site-logo a:active,
#site-logo:focus,
#site-logo:focus-visible,
#site-logo:focus-within,
#site-logo-inner:focus,
#site-logo-inner:focus-visible,
#site-logo-inner:focus-within {
  border: 0 !important;
  outline: none !important;
  outline-width: 0 !important;
  outline-style: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#site-header #site-logo a.custom-logo-link img,
#site-header #site-logo-inner a img,
#site-header a.custom-logo-link img,
#site-logo img.custom-logo,
#site-logo img.custom-logo:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

#site-logo img.custom-logo,
#site-logo-inner img,
#site-header #site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  max-height: 96px !important;
  max-width: 280px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left top !important;
  display: block !important;
  vertical-align: top !important;
}

/* Phone — right cluster (left of cart), keep clear of the fixed cart */
.safehome-header-phone {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  min-width: 0;
  margin-right: 0.85rem;
  padding-right: 0;
  z-index: 3;
}

.safehome-header-phone__link {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 0.55rem;
  text-decoration: none !important;
  color: var(--brand-primary, #e30613) !important;
}

.safehome-header-phone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary, #e30613) !important;
  font-size: 22px;
  line-height: 1;
}

.safehome-header-phone__icon i {
  color: var(--brand-primary, #e30613) !important;
}

@media (min-width: 768px) {
  .safehome-header-phone__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2325D366' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01z'/%3E%3Cpath stroke='%2325D366' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M16.2 14.35c-.2.55-1.15 1.05-1.6 1.12-.4.06-.9.08-1.45-.1-.35-.1-.8-.25-1.35-.5-2.35-1.02-3.9-3.4-4.02-3.55-.12-.16-.95-1.25-.95-2.38 0-1.13.6-1.7.82-1.93.22-.24.48-.3.64-.3h.45c.14 0 .34-.05.53.4.2.48.67 1.63.73 1.75.06.12.1.25.02.4-.08.15-.12.25-.24.39-.12.14-.25.3-.36.41-.11.11-.23.24-.1.47.13.23.6 1 1.3 1.62.9.8 1.65 1.04 1.88 1.15.23.11.37.1.5-.06.14-.15.58-.68.74-.9.16-.23.31-.2.52-.12.21.08 1.36.64 1.59.76.23.11.39.17.45.27.06.1.06.56-.14 1.11z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .safehome-header-phone__icon i,
  .safehome-header-phone__icon i::before {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    background: transparent !important;
  }

  .safehome-header-phone__icon i::before {
    content: none !important;
  }
}

.safehome-header-phone__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  line-height: 1.15;
}

.safehome-header-phone__number {
  color: var(--brand-primary, #e30613) !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.safehome-header-phone__note {
  color: #888888 !important;
  font-size: 12px;
  font-weight: 400;
}

.safehome-header-phone__momo,
.safehome-header-phone__momo-code {
  color: #555555 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.safehome-header-phone__momo-code {
  color: #222222 !important;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* Search — fixed viewport position (does not move on scroll) */
.safehome-header-search-spacer {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: min(500px, 52vw);
  min-width: 240px;
  max-width: 500px;
  min-height: 44px;
  height: 44px;
  pointer-events: none;
  visibility: hidden;
}

.safehome-header-search,
#safehome-header-search {
  position: fixed !important;
  top: var(--safehome-search-fixed-top, calc(var(--safehome-announce-h, 36px) + 12px)) !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  grid-column: unset !important;
  grid-row: unset !important;
  justify-self: unset !important;
  align-self: unset !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  width: min(500px, 52vw);
  min-width: 240px;
  max-width: 500px;
  min-height: 44px;
  margin: 0 !important;
  z-index: 100050 !important;
  pointer-events: auto;
}

.safehome-header-search .safehome-header-searchform,
.safehome-header-search .header-searchform-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Dark-red Shop FAB under the search field (same destination as nav Shop) */
/* Shop Now FAB removed on all devices */
#safehome-header-search .safehome-shop-fab,
.safehome-header-search .safehome-shop-fab,
.safehome-shop-fab {
  display: none !important;
}
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  min-height: 2.5rem;
  padding: 0.55rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: #9b0b12 !important;
  color: #ffffff !important;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(155, 11, 18, 0.35);
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

#safehome-header-search .safehome-shop-fab:hover,
#safehome-header-search .safehome-shop-fab:focus,
.safehome-header-search .safehome-shop-fab:hover,
.safehome-header-search .safehome-shop-fab:focus {
  background: #7f080e !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(155, 11, 18, 0.42);
  outline: none;
}

#safehome-header-search .safehome-shop-fab:active,
.safehome-header-search .safehome-shop-fab:active {
  transform: translateX(-50%) scale(0.97);
}

/* Suggest panel sits above the Shop FAB when open */
#safehome-header-search .safehome-search-suggest {
  z-index: 100060;
}

#safehome-header-search:has(.safehome-search-suggest.is-open) .safehome-shop-fab,
#safehome-header-search:has(.safehome-search-suggest:not([hidden])) .safehome-shop-fab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Hide OceanWP menu search immediately — header slot owns search */
body.safehome-header-search-ssr #site-navigation .search-toggle-li {
  display: none !important;
}

/* Hide OceanWP menu cart immediately — header cart slot owns cart (no refresh flash) */
body.safehome-header-search-ssr #site-navigation .woo-menu-icon,
body.safehome-header-search-ssr #site-header #site-navigation .woo-menu-icon,
body.safehome-header-search-ssr #site-navigation-wrap .woo-menu-icon,
body.safehome-header-search-ssr #site-header .dropdown-menu > li.woo-menu-icon {
  display: none !important;
}

/* Keep the relocated header cart visible */
body.safehome-header-search-ssr #safehome-header-cart,
body.safehome-header-search-ssr #safehome-header-cart .woo-menu-icon,
body.safehome-header-search-ssr #safehome-header-cart a.wcmenucart {
  display: flex !important;
}

body.safehome-header-search-ssr #site-header #searchform-dropdown,
body.safehome-header-search-ssr #site-header .header-searchform-wrap {
  display: none !important;
}

body.safehome-header-search-ssr #safehome-header-search .safehome-header-searchform,
body.safehome-header-search-ssr #safehome-header-search .header-searchform-wrap {
  display: block !important;
  width: 100%;
}

/* Hide magnifier toggle when the input field is shown */
.safehome-header-search .safehome-header-search-icon,
.safehome-header-search a.site-search-toggle,
.safehome-header-search a.search-dropdown-toggle {
  display: none !important;
}

#site-header .safehome-header-searchform,
#site-header #safehome-header-search #searchform-dropdown,
#site-header #safehome-header-search .header-searchform-wrap {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 1;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#site-header .safehome-header-searchform .searchform,
#site-header #safehome-header-search .searchform {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin: 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  min-height: 44px;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------
   Header search focus panel — Popular Searches + Trending Products (2 cols)
   Layout reads as 3 columns: popular | product | product
   safehome-search-suggest-v2
   ------------------------------------------------------------------ */
#safehome-header-search {
  z-index: 100050 !important;
  overflow: visible !important;
}

.safehome-search-suggest {
  position: absolute;
  top: calc(100% + 6px);
  left: auto;
  right: 0;
  width: min(720px, 94vw);
  min-width: min(640px, 92vw);
  max-width: min(760px, 96vw);
  z-index: 10060;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

.safehome-search-suggest[hidden] {
  display: none !important;
}

.safehome-search-suggest.is-open {
  display: block !important;
}

.safehome-search-suggest__inner {
  display: grid;
  /* Col 1 = popular, Cols 2–3 = trending products area */
  grid-template-columns: minmax(160px, 26%) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: min(78vh, 560px);
  max-height: min(78vh, 560px);
  overflow: hidden;
  align-items: stretch;
}

.safehome-search-suggest__popular {
  background: #f3f3f3;
  padding: 1rem 1rem 1.1rem;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #ececec;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.safehome-search-suggest__trending {
  background: #ffffff;
  padding: 1rem 0.65rem 1rem 1rem;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.safehome-search-suggest__heading {
  margin: 0 0 0.85rem;
  color: #9a9a9a;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.safehome-search-suggest__terms {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.safehome-search-suggest__term {
  color: #333333 !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none !important;
  text-transform: capitalize;
}

.safehome-search-suggest__term:hover {
  color: var(--footer-blue, #1684f7) !important;
}

/* Two product columns — fixed-height pane so overflow-y can scroll */
.safehome-search-suggest__products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1rem;
  align-content: start;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-right: 0.35rem;
  scrollbar-gutter: stable;
}

.safehome-search-suggest__empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 160px;
  padding: 1.5rem 1rem;
  text-align: center;
  box-sizing: border-box;
}

.safehome-search-suggest__empty-title {
  color: #333333;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.safehome-search-suggest__empty-hint {
  color: #888888;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 280px;
}

.safehome-search-suggest__product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  text-decoration: none !important;
  color: inherit;
  padding: 0.2rem 0.15rem;
  min-width: 0;
}

.safehome-search-suggest__product:hover {
  background: #fafafa;
}

.safehome-search-suggest__thumb {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}

.safehome-search-suggest__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safehome-search-suggest__meta {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.safehome-search-suggest__name {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.safehome-search-suggest__sku,
.safehome-search-suggest__brand {
  color: #999999;
  font-size: 11px;
  line-height: 1.3;
}

.safehome-search-suggest__brand {
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.safehome-search-suggest__rating {
  display: inline-flex;
  gap: 1px;
  font-size: 12px;
  line-height: 1;
}

.safehome-search-suggest__star {
  color: #dddddd;
}

.safehome-search-suggest__star.is-on {
  color: #f5b301;
}

.safehome-search-suggest__price {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
}

.safehome-search-suggest__price del {
  color: #888888;
  font-size: 11px;
  font-weight: 500;
  margin-left: 0.35rem;
  text-decoration: line-through;
  text-decoration-color: var(--brand-primary, #e30613);
  text-decoration-thickness: 2px;
}

.safehome-search-suggest__price .amount {
  color: inherit !important;
}

@media (max-width: 900px) {
  .safehome-search-suggest {
    width: min(94vw, 560px);
    min-width: 0;
  }

  .safehome-search-suggest__products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .safehome-search-suggest {
    left: auto;
    right: 0;
    width: min(94vw, 420px);
    min-width: 0;
  }

  .safehome-search-suggest__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    height: min(70vh, 560px);
    max-height: min(70vh, 560px);
  }

  .safehome-search-suggest__popular {
    border-right: none;
    border-bottom: 1px solid #ececec;
    height: auto;
    max-height: 140px;
  }

  .safehome-search-suggest__products {
    grid-template-columns: 1fr;
  }
}

#site-header .safehome-header-searchform input.search-field,
#site-header #safehome-header-search input.search-field,
#site-header #safehome-header-search input[type="search"],
#site-header #safehome-header-search input.field {
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0.7rem 0.65rem 0.7rem 0.85rem !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

#site-header .safehome-header-searchform input.search-field::placeholder,
#site-header #safehome-header-search input.search-field::placeholder,
#site-header #safehome-header-search input[type="search"]::placeholder,
#site-header #safehome-header-search input.field::placeholder {
  color: #999999 !important;
  opacity: 1;
}

/* Blue search button on the right of the header search field */
#site-header .safehome-header-searchform button.safehome-search-submit,
#site-header #safehome-header-search button.safehome-search-submit,
#site-header #safehome-header-search .searchform button[type="submit"],
#site-header #safehome-header-search .searchform-submit {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 48px !important;
  min-width: 48px !important;
  height: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 1 !important;
  position: relative;
}

#site-header .safehome-header-searchform button.safehome-search-submit:hover,
#site-header #safehome-header-search button.safehome-search-submit:hover {
  filter: brightness(0.95);
  background: var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
}

#site-header .safehome-header-searchform button.safehome-search-submit:disabled,
#site-header #safehome-header-search button.safehome-search-submit:disabled,
#site-header .safehome-header-searchform button.safehome-search-submit.is-disabled,
#site-header #safehome-header-search button.safehome-search-submit.is-disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: none !important;
}

#site-header .safehome-header-searchform button.safehome-search-submit.is-loading,
#site-header #safehome-header-search button.safehome-search-submit.is-loading {
  opacity: 1 !important;
  cursor: wait !important;
  pointer-events: none !important;
  filter: none !important;
}

#site-header .safehome-header-searchform button.safehome-search-submit.is-loading svg,
#site-header #safehome-header-search button.safehome-search-submit.is-loading svg {
  opacity: 0 !important;
}

#site-header .safehome-header-searchform button.safehome-search-submit.is-loading::after,
#site-header #safehome-header-search button.safehome-search-submit.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: safehome-search-spin 0.65s linear infinite;
}

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

#site-header .safehome-header-searchform button.safehome-search-submit svg,
#site-header #safehome-header-search button.safehome-search-submit svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}

/* Cart icon — stays far right, fixed like search */
.safehome-header-cart-spacer {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  width: 48px;
  height: 48px;
  min-width: 48px;
  pointer-events: none;
  visibility: hidden;
}

.safehome-header-cart {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 48px;
  z-index: 10020;
  overflow: visible !important;
}

/* Large screen: header chrome scrolls with the page (not fixed/sticky).
   Phone keeps fixed announce/search via base + mobile-shop.css. */
@media (min-width: 768px) {
  .safehome-announcement-bar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 100;
  }

  body.safehome-has-announcement {
    padding-top: 0 !important;
  }

  body.safehome-has-announcement #site-header.is-sticky,
  body.safehome-has-announcement #site-header.sticky-header,
  body.safehome-has-announcement #site-header.fixed-scroll,
  body.safehome-has-announcement #site-header.scrolled {
    top: 0 !important;
  }

  #site-header.is-sticky,
  #site-header.sticky-header,
  #site-header.fixed-scroll,
  #site-header.scrolled,
  #site-header.is-shrink {
    position: relative !important;
    top: auto !important;
  }

  #site-header.minimal-header #site-header-inner,
  #site-header.minimal-header #site-header-inner.safehome-header-ready {
    padding-right: var(--safehome-gutter) !important;
  }

  .safehome-header-search-spacer {
    display: none !important;
  }

  .safehome-header-search,
  #safehome-header-search {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    width: min(500px, 100%) !important;
    min-width: 0 !important;
    max-width: 500px !important;
    z-index: 5 !important;
    margin: 0 !important;
  }

  .safehome-header-cart-spacer {
    display: none !important;
  }

  .safehome-header-cart,
  #safehome-header-cart {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    margin: 0 !important;
    z-index: 10020 !important;
  }

  #site-header .safehome-header-cats.is-stuck {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    box-shadow: none !important;
  }
}

.safehome-header-cart .safehome-cart-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.safehome-header-cart a.wcmenucart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px !important;
  background: var(--brand-primary, #e30613) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.safehome-header-cart .wcmenucart-count {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff !important;
}

.safehome-header-cart .wcmenucart-count i,
.safehome-header-cart .icon-handbag {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1;
}

.safehome-header-cart .wcmenucart-details.count {
  position: absolute !important;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px !important;
  border-radius: 50% !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-align: center;
}

.safehome-header-cart .wcmenucart-details.count:before {
  display: none !important;
}

/* Mini-cart dropdown on cart icon hover */
.safehome-header-cart .current-shop-items-dropdown {
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 2px) !important;
  width: 340px;
  z-index: 10050;
  border-top: 3px solid var(--brand-primary, #e30613) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.safehome-header-cart:hover .current-shop-items-dropdown,
.safehome-header-cart .safehome-cart-wrap:hover .current-shop-items-dropdown,
.safehome-header-cart .wcmenucart-toggle-drop_down:hover .current-shop-items-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

.safehome-header-cart .widget_shopping_cart .quantity .amount,
.safehome-header-cart .widget_shopping_cart .total .amount {
  color: #4caf50 !important;
}

.safehome-header-cart .widget_shopping_cart a.remove,
.safehome-header-cart .woocommerce-mini-cart a.remove {
  color: var(--brand-primary, #e30613) !important;
  border-color: #e6e6e6 !important;
}

.safehome-header-cart .widget_shopping_cart a.remove:hover,
.safehome-header-cart .woocommerce-mini-cart a.remove:hover {
  color: var(--brand-primary, #e30613) !important;
  border-color: var(--brand-primary, #e30613) !important;
  background: transparent !important;
}

.safehome-header-cart .widget_shopping_cart_content .buttons .button:first-child,
.safehome-header-cart .woocommerce-mini-cart__buttons .button:first-child {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  color: #555555 !important;
}

.safehome-header-cart .widget_shopping_cart_content .buttons .checkout,
.safehome-header-cart .woocommerce-mini-cart__buttons .checkout {
  background-color: var(--brand-primary, #e30613) !important;
  border-color: var(--brand-primary, #e30613) !important;
  color: #ffffff !important;
}

.safehome-header-cart .widget_shopping_cart_content .buttons .checkout:hover,
.safehome-header-cart .woocommerce-mini-cart__buttons .checkout:hover {
  filter: brightness(0.95);
}

/* Empty cart — CTA to Home / product list */
.safehome-header-cart .woocommerce-mini-cart__empty-message {
  padding: 22px 20px !important;
  margin: 0 !important;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 1.45;
}

.safehome-header-cart .woocommerce-mini-cart__empty-message .owp-cart-shop-link,
.safehome-header-cart .woocommerce-mini-cart__empty-message .safehome-empty-cart-shop {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  margin: 14px 0 0 !important;
  padding: 12px 16px !important;
  background: var(--footer-blue, #1684f7) !important;
  border: 1px solid var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 2px;
}

.safehome-header-cart .woocommerce-mini-cart__empty-message .owp-cart-shop-link:hover,
.safehome-header-cart .woocommerce-mini-cart__empty-message .safehome-empty-cart-shop:hover {
  filter: brightness(0.95);
  color: #ffffff !important;
}

/* Menu row — centered in space to the right of the tall logo */
#site-header.minimal-header #site-navigation-wrap {
  grid-column: 2 / -1;
  grid-row: 2;
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff !important;
  padding: 0.1rem 0 0.45rem;
}

#site-header.minimal-header #site-navigation,
#site-header.minimal-header #site-navigation .main-menu,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu {
  float: none !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 0.35rem;
  background-color: #ffffff !important;
  margin: 0 auto !important;
  text-align: center;
}

#site-header.minimal-header #site-navigation .dropdown-menu > li > a,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a {
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.85rem !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#site-header.minimal-header #site-navigation .dropdown-menu > li > a:hover,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a:hover {
  color: var(--brand-primary, #e30613) !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* No focus/click “card” outline on menu items */
#site-header.minimal-header #site-navigation .dropdown-menu > li > a:focus,
#site-header.minimal-header #site-navigation .dropdown-menu > li > a:focus-visible,
#site-header.minimal-header #site-navigation .dropdown-menu > li > a:active,
#site-header.minimal-header #site-navigation .dropdown-menu > li > a:focus-within,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a:focus,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a:focus-visible,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a:active,
#site-header.minimal-header #site-navigation .dropdown-menu > li.current-menu-item > a,
#site-header.minimal-header #site-navigation .dropdown-menu > li.current_page_item > a,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a .text-wrap,
#site-header.minimal-header #site-navigation-wrap .dropdown-menu > li > a:focus .text-wrap {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ------------------------------------------------------------------
   Category sub-menu — one line; arrows when overflow
   safehome-header-cats-v2
   ------------------------------------------------------------------ */
.safehome-header-cats-host {
  width: 100%;
}

#site-header .safehome-header-cats {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
}

/* Category sticky pin disabled on large screens (scrolls with page). */

#site-header .safehome-header-cats__inner {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.35rem var(--safehome-gutter, 16px) 0.35rem;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

#site-header .safehome-header-cats__inner::-webkit-scrollbar {
  display: none;
}

#site-header .safehome-header-cats.has-overflow .safehome-header-cats__inner {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

#site-header .safehome-header-cats__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
}

#site-header .safehome-header-cats__arrow[hidden] {
  display: none !important;
}

#site-header .safehome-header-cats__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

#site-header .safehome-header-cats__arrow--prev {
  left: 6px;
}

#site-header .safehome-header-cats__arrow--next {
  right: 6px;
}

#site-header .safehome-header-cats__arrow:hover,
#site-header .safehome-header-cats__arrow:focus {
  background: #f8fafc;
  color: var(--footer-blue, #1684f7);
  outline: none;
}

#site-header .safehome-header-cats__arrow svg {
  display: block;
}

#site-header .safehome-header-cats__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.15rem 0.15rem;
  width: max-content;
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#site-header .safehome-header-cats__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-header .safehome-header-cats__link {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  color: #111111 !important;
  font-family: var(--font-body, inherit);
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  text-transform: none;
  white-space: nowrap;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Home — same size as the rest, bold black */
#site-header .safehome-header-cats__link--home {
  color: #111111 !important;
  font-family: var(--font-body, inherit) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  padding: 0.2rem 0.7rem !important;
  line-height: 1.35;
}

#site-header .safehome-header-cats__link--home.is-active,
#site-header .safehome-header-cats__item--home.is-active .safehome-header-cats__link--home {
  color: #111111 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

#site-header .safehome-header-cats__link.is-active:not(.safehome-header-cats__link--home),
#site-header .safehome-header-cats__item.is-active .safehome-header-cats__link:not(.safehome-header-cats__link--home) {
  color: var(--footer-blue, #1684f7) !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

#site-header .safehome-header-cats__link:hover,
#site-header .safehome-header-cats__link:focus,
#site-header .safehome-header-cats__link:focus-visible,
#site-header .safehome-header-cats__link--home:hover,
#site-header .safehome-header-cats__link--home:focus,
#site-header .safehome-header-cats__link--home:focus-visible {
  color: var(--footer-blue, #1684f7) !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 959px) {
  #site-header .safehome-header-cats.has-overflow .safehome-header-cats__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #site-header .safehome-header-cats__link {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0.25rem 0.45rem;
  }

  #site-header .safehome-header-cats__link--home {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.55rem !important;
  }
}

/* Hide empty main menu row (items moved to cats / announcement / FAB) */
body.safehome-header-search-ssr #site-header.minimal-header #site-navigation .dropdown-menu > li.menu-item {
  display: none !important;
}

body.safehome-header-search-ssr #site-header.minimal-header #site-navigation .dropdown-menu:not(:has(> li:not(.woo-menu-icon):not(.search-toggle-li):not([style*="display: none"]))) {
  min-height: 0;
}

body.safehome-header-search-ssr #site-header.minimal-header #site-navigation-wrap:not(:has(.dropdown-menu > li.menu-item:not([hidden]))) {
  /* Keep grid cell but collapse empty nav chrome */
  min-height: 0 !important;
}

body.safehome-header-search-ssr #site-header.minimal-header #site-navigation .dropdown-menu {
  justify-content: flex-end;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Hide originals in the nav only after they've been moved into slots */
#site-header.minimal-header.safehome-header-ready #site-navigation .woo-menu-icon,
#site-header.minimal-header.safehome-header-ready #site-navigation .search-toggle-li,
#site-header.minimal-header #site-header-inner.safehome-header-ready #site-navigation .woo-menu-icon,
#site-header.minimal-header #site-header-inner.safehome-header-ready #site-navigation .search-toggle-li {
  display: none !important;
}

#site-header.minimal-header .oceanwp-mobile-menu-icon {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  z-index: 3;
}

@media (max-width: 959px) {
  #site-header.minimal-header #site-header-inner,
  #site-header.minimal-header #site-header-inner.safehome-header-ready {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto auto;
    row-gap: 0.75rem;
  }

  #site-header.minimal-header #site-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  #site-header.minimal-header .oceanwp-mobile-menu-icon {
    grid-column: 3;
    grid-row: 1;
  }

  .safehome-header-phone {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .safehome-header-search-spacer {
    grid-column: 1 / 3;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .safehome-header-search,
  #safehome-header-search {
    width: min(500px, calc(100vw - 7.5rem)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 5.5rem) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .safehome-header-cart-spacer {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
  }

  .safehome-header-cart {
    grid-column: 3;
    grid-row: 3;
    z-index: 3;
  }

  #site-header.minimal-header #site-navigation-wrap {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  #site-logo img.custom-logo,
  #site-logo-inner img,
  #site-header #site-logo #site-logo-inner a img {
    max-height: 72px !important;
    max-width: 220px !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767px) {
  .safehome-header-cart-spacer {
    display: none !important;
  }

  .safehome-header-phone__number {
    font-size: 16px;
  }

  #site-header.minimal-header #site-navigation .dropdown-menu > li > a {
    padding: 0.35rem 0.55rem !important;
    font-size: 13px !important;
  }
}

/* ------------------------------------------------------------------
   Product total — same row as "NEW ARRIVALS", right side (single)
   safehome-new-arrivals-total-row-v3
   Elementor heading widget: 17809ip
   ------------------------------------------------------------------ */

/* Hide the separate bar above the product grid (was causing a 2nd row + gap) */
.safehome-product-total-bar {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* New Arrivals heading row: title centered, count on the right */
.elementor-element-17809ip .elementor-widget-container,
.safehome-new-arrivals-heading {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element-17809ip {
  margin-bottom: 0.35rem !important;
}

/* ------------------------------------------------------------------
   New Arrivals / shop — Show More Products + pagination
   Elementor host: 4e37813 (container 1752ea7)
   safehome-products-nav-v2
   ------------------------------------------------------------------ */

/* 5px between category-menu divider and homepage/shop banner
   safehome-banner-menu-gap-v1 */
body.home #main,
body.home #primary,
body.home .content-area,
body.home .elementor-396,
body.home .elementor-element-m1ftxxd,
body.home .elementor-element-m1ftxxd > .elementor-container,
body.home .elementor-396 > .elementor-element:first-child,
body.home .elementor > .elementor-element:first-child,
body.home .elementor-element-46iqs1i,
body.home .elementor-element-46iqs1i .elementor-widget-container,
body.home .safehome-home-banner {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home #content-wrap,
body.home #main #content-wrap.container {
  padding-top: 5px !important;
  margin-top: 0 !important;
}

body.home .safehome-home-banner {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

body.home .safehome-home-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Homepage banner — full-bleed 100vw, no side gutters, responsive
   safehome-home-banner-v5 */
body.home #content-wrap,
body.home #main #content-wrap.container,
body.home #primary,
body.home .content-area,
body.home .elementor-396,
body.home .elementor-element-m1ftxxd {
  overflow-x: visible !important;
}

body.home .elementor-element-m1ftxxd,
body.home .elementor-element-m1ftxxd > .elementor-container,
body.home .elementor-element-m1ftxxd .elementor-element-waknl7r,
body.home .elementor-element-m1ftxxd .elementor-element-waknl7r > .elementor-widget-wrap,
body.home .elementor-element-46iqs1i,
body.home .elementor-element-46iqs1i .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .safehome-home-banner,
body.home .elementor-element-46iqs1i {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: translateX(-50%);
  box-sizing: border-box;
}

body.home .safehome-home-banner__link {
  display: block;
  width: 100%;
  line-height: 0;
}

body.home .safehome-home-banner__img,
body.home .elementor-element-46iqs1i img,
body.home .elementor-element-46iqs1i .elementor-widget-container img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  body.home .safehome-home-banner,
  body.home .elementor-element-46iqs1i {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 767px) {
  body.home .safehome-home-banner {
    display: none !important;
  }

  body.home .safehome-m-banners {
    display: block !important;
    width: 100%;
    margin: 0 0 12px;
  }

  body.home .safehome-home-banner__img,
  body.home .elementor-element-46iqs1i img {
    min-height: 120px;
    object-fit: cover;
  }

  html body .bnav_bottom_nav_wrapper,
  html body .bnav_placeholder_outter_wrap,
  html body .bnav_sub_menu_wrapper,
  html body .bnav_overlay_close_all {
    display: none !important;
  }

  html body {
    padding-bottom: 0 !important;
  }

  body.home .safehome-d-banners {
    display: none !important;
  }
}

.elementor-element-m1ftxxd > .elementor-container {
  padding-bottom: 0 !important;
}

.elementor-element-e1d35ec,
.elementor-element-e1d35ec .elementor-widget-container,
.elementor-element-e1d35ec .elementor-text-editor {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-element-e1d35ec .elementor-text-editor > p:last-child,
.elementor-element-e1d35ec .elementor-widget-container > p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-element-e1d35ec ul.products {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ------------------------------------------------------------------
   New Arrivals — latest 4 fixed on row 1; each other row scrolls alone
   (hover pauses only that row)
   safehome-new-arrivals-marquee-v4
   ------------------------------------------------------------------ */
.elementor-element-e1d35ec .safehome-marquee {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Row 1: 4 latest — OceanWP-style gutters (10px pad each side = 20px between cards) */
body.home .elementor-element-e1d35ec .safehome-marquee__featured,
.elementor-element-e1d35ec .safehome-marquee ul.products.safehome-marquee__featured,
.elementor-element-e1d35ec ul.products.safehome-marquee__featured {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 1rem !important;
  width: calc(100% + 20px) !important;
  max-width: none !important;
  margin: 0 -10px !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  box-sizing: border-box !important;
}

.elementor-element-e1d35ec .safehome-marquee__featured::before,
.elementor-element-e1d35ec .safehome-marquee__featured::after {
  display: none !important;
  content: none !important;
}

body.home .elementor-element-e1d35ec .safehome-marquee__featured > li.product,
.elementor-element-e1d35ec .safehome-marquee__featured > li.product,
.elementor-element-e1d35ec .safehome-marquee__featured > li.product.col,
.elementor-element-e1d35ec .safehome-marquee__featured > li.product[class*="span_"],
.woocommerce .elementor-element-e1d35ec .safehome-marquee__featured > li.product {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  flex: 0 0 25% !important;
  width: 25% !important;
  max-width: 25% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
}

body.home ul.products li.product.safehome-featured-new .woo-entry-image,
body.home ul.products li.product.safehome-featured-new .image-wrap,
body.home ul.products li.product.safehome-featured-new .safehome-card-media {
  position: relative;
}

/* Featured / latest rows: hide wishlist heart, show "New" badge */
.elementor-element-e1d35ec .safehome-marquee__featured .safehome-card-wish,
.elementor-element-e1d35ec .safehome-marquee__featured .shopengine-wishlist,
.elementor-element-e1d35ec .safehome-marquee__featured .shopengine_add_to_list_action,
.elementor-element-e1d35ec .safehome-marquee__featured .owp-wishlist,
body.home ul.products li.product.safehome-featured-new .safehome-card-wish,
body.home ul.products li.product.safehome-featured-new .shopengine-wishlist,
body.home ul.products li.product.safehome-featured-new .shopengine_add_to_list_action,
body.home ul.products li.product.safehome-featured-new .owp-wishlist {
  display: none !important;
}

.elementor-element-e1d35ec .safehome-marquee__featured .safehome-new-badge,
body.home ul.products li.product.safehome-featured-new .safehome-new-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 7;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0.28rem 0.7rem !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  pointer-events: none;
}

.elementor-element-e1d35ec .safehome-marquee__rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.elementor-element-e1d35ec .safehome-marquee__row {
  width: 100%;
}

.elementor-element-e1d35ec .safehome-marquee__row-viewport {
  container-type: inline-size;
  container-name: safehome-marquee-row;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
}

.elementor-element-e1d35ec .safehome-marquee__row-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  float: none !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 1rem !important;
  list-style: none !important;
}

.elementor-element-e1d35ec .safehome-marquee__row-track::before,
.elementor-element-e1d35ec .safehome-marquee__row-track::after {
  display: none !important;
  content: none !important;
}

.elementor-element-e1d35ec .safehome-marquee__row-track > li.product,
.elementor-element-e1d35ec .safehome-marquee ul.products > li.product {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  clear: none !important;
  flex: 0 0 calc((100cqw - 3rem) / 4) !important;
  width: calc((100cqw - 3rem) / 4) !important;
  max-width: calc((100cqw - 3rem) / 4) !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.elementor-element-e1d35ec .safehome-marquee ul.products > li.product .product-inner {
  height: 100% !important;
  min-height: 100% !important;
}

@media (max-width: 1024px) {
  .elementor-element-e1d35ec .safehome-marquee__featured {
    flex-wrap: wrap !important;
    width: calc(100% + 20px) !important;
    margin: 0 -10px !important;
  }

  .elementor-element-e1d35ec .safehome-marquee__featured > li.product {
    flex: 1 1 33.333% !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 10px 1rem !important;
  }

  .elementor-element-e1d35ec .safehome-marquee__row-track > li.product {
    flex: 0 0 calc((100cqw - 2rem) / 3) !important;
    width: calc((100cqw - 2rem) / 3) !important;
    max-width: calc((100cqw - 2rem) / 3) !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-e1d35ec .safehome-marquee__featured {
    flex-wrap: wrap !important;
  }

  .elementor-element-e1d35ec .safehome-marquee__featured > li.product {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 8px 0.75rem !important;
  }

  .elementor-element-e1d35ec .safehome-marquee__row-track > li.product {
    flex: 0 0 calc((100cqw - 1rem) / 2) !important;
    width: calc((100cqw - 1rem) / 2) !important;
    max-width: calc((100cqw - 1rem) / 2) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-element-e1d35ec .safehome-marquee__row-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.elementor-element-1752ea7 {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.elementor-element-1752ea7 > .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
}

.elementor-element-4e37813,
.elementor-element-4e37813 .elementor-widget-container {
  text-align: center !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.safehome-products-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 420px;
  margin: 0.35rem auto 0.15rem;
  padding: 0.45rem 0.5rem 0.1rem;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
}

body.home .safehome-products-nav {
  max-width: 640px;
}

body.home a.safehome-show-more-products,
body.home .safehome-products-nav .safehome-show-more-products {
  display: none !important;
}

a.safehome-show-more-products,
.safehome-products-nav .safehome-show-more-products {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-height: 46px;
  margin: 0 !important;
  padding: 0.75rem 1.25rem !important;
  box-sizing: border-box;
  background: var(--footer-blue, #1684f7) !important;
  border: 1px solid var(--footer-blue, #1684f7) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  text-decoration: none !important;
  text-align: center;
}

a.safehome-show-more-products:hover,
a.safehome-show-more-products:focus {
  filter: brightness(0.95);
  color: #ffffff !important;
  background: var(--footer-blue, #1684f7) !important;
  border-color: var(--footer-blue, #1684f7) !important;
  text-decoration: none !important;
}

.safehome-products-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 1.65rem;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #111111;
}

.safehome-products-pagination__num,
.safehome-products-pagination__dots,
.safehome-products-pagination__prev,
.safehome-products-pagination__next,
.safehome-products-pagination__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-family: inherit !important;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none !important;
  box-sizing: border-box;
}

.safehome-products-pagination__prev,
.safehome-products-pagination__next {
  gap: 0.4rem;
  white-space: nowrap;
}

.safehome-products-pagination__icon {
  display: block;
  width: 0.72em;
  height: 0.72em;
  flex: 0 0 auto;
}

.safehome-products-pagination__num.is-current {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  color: #111111;
  font-weight: 500;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.safehome-products-pagination__num:hover,
.safehome-products-pagination__prev:hover,
.safehome-products-pagination__next:hover {
  color: #111111;
}

.safehome-products-pagination a:focus,
.safehome-products-pagination a:focus-visible,
.safehome-products-pagination a:active,
.safehome-products-pagination__num:focus,
.safehome-products-pagination__num:focus-visible,
.safehome-products-pagination__num:active,
.safehome-products-pagination__prev:focus,
.safehome-products-pagination__prev:focus-visible,
.safehome-products-pagination__prev:active,
.safehome-products-pagination__next:focus,
.safehome-products-pagination__next:focus-visible,
.safehome-products-pagination__next:active {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.safehome-products-pagination__prev.is-disabled,
.safehome-products-pagination__next.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* ------------------------------------------------------------------
   Homepage Filters sidebar — Figma accordion, laptop/desktop only
   safehome-home-filters-v1
   ------------------------------------------------------------------ */
/* Hidden until inside .safehome-home-catalog so refresh does not flash a full-width list. */
.safehome-home-filters {
  display: none;
}

body.home .elementor-element-4e37813 .elementor-button-wrapper,
body.home .elementor-element-4e37813 .elementor-button,
body.home .elementor-element-1752ea7 > .e-con-inner > .elementor-element-4e37813 .elementor-button {
  display: none !important;
}

body.home .elementor-element-4e37813 .safehome-products-nav,
body.home .elementor-element-1752ea7 .safehome-products-nav {
  display: flex !important;
}

@media (max-width: 991px) {
  .safehome-home-catalog,
  .safehome-home-catalog__main,
  .safehome-home-filters-slot {
    display: contents;
  }

  .safehome-home-filters {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.home .safehome-home-catalog,
  body.front-page .safehome-home-catalog,
  body.safehome-home-filters-page .safehome-home-catalog {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 2.75rem;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
  }

  body.home .e-con:has(.safehome-home-catalog),
  body.home .e-con-inner:has(.safehome-home-catalog),
  body.home .elementor-element:has(.safehome-home-catalog),
  body.home .elementor-widget-wrap:has(.safehome-home-catalog),
  body.home #main:has(.safehome-home-catalog),
  body.home #content-wrap:has(.safehome-home-catalog),
  body.home #wrap:has(.safehome-home-catalog) {
    overflow: visible !important;
    transform: none !important;
  }

  body.home .safehome-home-catalog__main,
  body.front-page .safehome-home-catalog__main,
  body.safehome-home-filters-page .safehome-home-catalog__main {
    min-width: 0;
  }

  body.home .safehome-home-catalog ~ .safehome-home-catalog > .safehome-home-filters-slot,
  body.front-page .safehome-home-catalog ~ .safehome-home-catalog > .safehome-home-filters-slot {
    display: none !important;
  }

  body.home .safehome-home-filters-slot,
  body.front-page .safehome-home-filters-slot,
  body.safehome-home-filters-page .safehome-home-filters-slot {
    display: block !important;
    position: relative !important;
    top: auto !important;
    align-self: start;
    z-index: 30;
    width: 240px;
    max-width: 240px;
    max-height: none;
    height: auto;
    overflow: visible;
    background: #ffffff;
  }

  body.home .safehome-home-catalog .safehome-home-filters,
  body.front-page .safehome-home-catalog .safehome-home-filters,
  body.safehome-home-filters-page .safehome-home-catalog .safehome-home-filters {
    display: block !important;
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
    padding: 0 6px 0 0;
    background: #ffffff;
  }

  body.home .safehome-home-filters__heading {
    margin: 0 0 1.15rem;
    padding: 0;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  body.home .safehome-home-filters__scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  body.home .safehome-home-filters__scroll::-webkit-scrollbar {
    width: 4px;
  }

  body.home .safehome-home-filters__scroll::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px;
  }

  body.home .safehome-home-filters__section {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.15rem 0 0.85rem;
  }

  body.home .safehome-home-filters__section:first-of-type {
    border-top: 1px solid #e6e6e6;
  }

  body.home .safehome-home-filters__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0.85rem 0 0.55rem;
    border: 0;
    background: transparent;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
  }

  body.home .safehome-home-filters__toggle:focus,
  body.home .safehome-home-filters__toggle:focus-visible {
    outline: none;
  }

  body.home .safehome-home-filters__plusminus {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  body.home .safehome-home-filters__plusminus::before,
  body.home .safehome-home-filters__plusminus::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 1.5px;
    background: #111111;
    transform: translateY(-50%);
  }

  body.home .safehome-home-filters__plusminus::after {
    transform: translateY(-50%) rotate(90deg);
  }

  body.home .safehome-home-filters__section.is-open .safehome-home-filters__plusminus::after {
    display: none;
  }

  body.home .safehome-home-filters__body {
    display: none;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.15rem 0 0.35rem;
  }

  body.home .safehome-home-filters__section.is-open .safehome-home-filters__body {
    display: flex;
  }

  body.home .safehome-home-filters__option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none !important;
  }

  body.home .safehome-home-filters__option:hover,
  body.home .safehome-home-filters__option:focus,
  body.home .safehome-home-filters__option:focus-visible {
    color: #111111;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  body.home .safehome-home-filters__radio,
  body.home .safehome-home-filters__check {
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1.5px solid #cfcfcf;
    background: #ffffff;
  }

  body.home .safehome-home-filters__radio {
    border-radius: 50%;
  }

  body.home .safehome-home-filters__check {
    border-radius: 3px;
  }

  body.home .safehome-home-filters__option.is-checked .safehome-home-filters__radio {
    border-color: #111111;
    background: radial-gradient(circle at center, #111111 0 5px, #ffffff 5.5px);
  }

  body.home .safehome-home-filters__option.is-checked .safehome-home-filters__check {
    border-color: #111111;
    background: #ffffff;
    position: relative;
  }

  body.home .safehome-home-filters__option.is-checked .safehome-home-filters__check::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #111111;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
  }

  body.home .safehome-home-filters__name {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.home .safehome-home-filters__count {
    margin-left: 0.2rem;
    color: #b0b0b0;
    font-weight: 400;
  }

  body.home .elementor-element-e1d35ec ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track),
  body.home.safehome-home-has-filters .elementor-element-e1d35ec ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.15rem 1.2rem !important;
  }

  body.home .elementor-element-e1d35ec ul.products > li.product,
  body.home .elementor-element-e1d35ec ul.products > li.product.col,
  body.home .elementor-element-e1d35ec ul.products > li.product[class*="span_"],
  body.home.safehome-home-has-filters .elementor-element-e1d35ec ul.products > li.product,
  body.home.safehome-home-has-filters .elementor-element-e1d35ec ul.products > li.product.col,
  body.home.safehome-home-has-filters .elementor-element-e1d35ec ul.products > li.product[class*="span_"],
  .safehome-home-catalog ul.products > li.product,
  .safehome-home-catalog ul.products > li.product.col {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
  }

  .safehome-home-catalog .elementor-element-e1d35ec ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track),
  .safehome-home-catalog__main ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.15rem 1.2rem !important;
  }
}

.safehome-home-catalog.is-loading .safehome-home-catalog__main ul.products {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.safehome-home-catalog ul.products > li.safehome-home-empty,
.elementor-element-e1d35ec .safehome-home-empty,
.safehome-home-catalog .safehome-home-empty,
.woocommerce .safehome-home-empty {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-column: 1 / -1 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
}

.safehome-home-empty__alert {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #f8b4b4;
  background: #fdf2f2;
  color: #9b1c1c;
  box-sizing: border-box;
  text-align: center;
}

.safehome-home-empty__icon {
  display: none;
}

.safehome-home-empty__glyph {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.safehome-home-empty__text {
  flex: 0 1 auto;
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.4;
  color: #9b1c1c;
  text-align: center;
  width: 100%;
}

.safehome-home-empty__text strong {
  font-weight: 400;
  margin-right: 0;
}

.safehome-home-empty__close {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9b1c1c;
  cursor: pointer;
  border-radius: 0.35rem;
}

.safehome-home-empty__close svg {
  width: 0.8rem;
  height: 0.8rem;
}

.safehome-home-empty__close:hover {
  background: rgba(155, 28, 28, 0.08);
}

/* Shop archive: keep our nav; hide default Woo chrome when replaced */
.woocommerce-pagination[data-safehome-products-nav="1"] {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination + .safehome-products-nav,
.woocommerce .safehome-products-nav {
  margin-top: 0.5rem;
}

.elementor-element-e1d35ec {
  margin-top: 0 !important;
}

.elementor-element-17809ip .elementor-heading-title,
.safehome-new-arrivals-heading .elementor-heading-title,
.safehome-new-arrivals-heading h2 {
  margin: 0 !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.elementor-element-17809ip .safehome-product-total,
.safehome-new-arrivals-heading .safehome-product-total {
  display: inline-block !important;
  z-index: 2;
  color: #000000 !important;
  font-family: var(--font-body, inherit);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: transparent !important;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .elementor-element-17809ip .elementor-widget-container,
  .safehome-new-arrivals-heading {
    justify-content: center;
  }

  .elementor-element-17809ip .elementor-heading-title,
  .safehome-new-arrivals-heading .elementor-heading-title,
  .safehome-new-arrivals-heading h2 {
    text-align: center;
    flex: 1 1 auto;
  }

  .elementor-element-17809ip .safehome-product-total,
  .safehome-new-arrivals-heading .safehome-product-total {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.elementor-element-17809ip .safehome-product-total__count,
.safehome-new-arrivals-heading .safehome-product-total__count {
  color: #000000 !important;
  text-decoration: none !important;
}

.elementor-element-17809ip .safehome-product-total:hover,
.elementor-element-17809ip .safehome-product-total:focus,
.safehome-new-arrivals-heading .safehome-product-total:hover,
.safehome-new-arrivals-heading .safehome-product-total:focus {
  color: #000000 !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  html body .elementor-element-17809ip,
  html body .elementor-element-17809ip.elementor-widget-heading {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  html body .elementor-element-17809ip .elementor-widget-container,
  html body .safehome-new-arrivals-heading {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.35rem 12px 0.25rem !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  html body .elementor-element-17809ip .elementor-heading-title,
  html body .safehome-new-arrivals-heading .elementor-heading-title,
  html body .safehome-new-arrivals-heading h2 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: calc(100% - 7.5rem) !important;
    text-align: left !important;
    margin: 0 !important;
  }

  html body .elementor-element-17809ip .safehome-product-total,
  html body .safehome-new-arrivals-heading .safehome-product-total {
    font-size: 13px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }
}

/* ------------------------------------------------------------------
   Footer — blue + columns + app badges (trust bar removed)
   safehome-footer-blue-v12
   ------------------------------------------------------------------ */
#footer,
#footer-widgets,
#footer-bottom {
  background-color: var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  border: none !important;
}

#footer {
  padding: 0;
  margin-top: 10px;
}

#footer-widgets {
  padding: 2.75rem 0 2rem;
}

/* Row 1: Contact | Categories | Payment | Delivery | App badges */
#footer-widgets .footer-widgets-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 0.95fr) auto;
  align-items: start;
  gap: 2rem 1.75rem;
  width: 100%;
  box-sizing: border-box;
}

#footer-widgets .footer-box {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Trust bar inside footer widgets (legacy) */
#footer-widgets .safehome-footer-trust {
  display: none !important;
}

/* Desktop perks row — immediately before footer */
.safehome-prefooter-perks {
  display: none;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .safehome-prefooter-perks {
    display: block;
  }

  .safehome-prefooter-perks__inner {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    max-width: var(--safehome-content-max) !important;
    margin: 0 auto;
    padding-left: var(--safehome-gutter) !important;
    padding-right: var(--safehome-gutter) !important;
    box-sizing: border-box;
  }

  .safehome-prefooter-perks__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 92px;
    padding: 0.85rem 0.6rem;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    color: #111111;
  }

  .safehome-prefooter-perks__item:last-child {
    border-right: 0;
  }

  .safehome-prefooter-perks__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    color: #111111;
  }

  .safehome-prefooter-perks__icon svg {
    display: block;
    width: 28px;
    height: 28px;
  }

  .safehome-prefooter-perks__item:first-child {
    padding: 0.35rem 0.25rem;
    overflow: visible;
  }

  .safehome-prefooter-perks__item:first-child .safehome-prefooter-perks__icon {
    min-height: 0;
    width: 100%;
  }

  .safehome-prefooter-perks__logo-link {
    display: block;
    line-height: 0;
    text-decoration: none;
  }

  .safehome-prefooter-perks__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 84px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .safehome-prefooter-perks__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    color: #111111;
  }

  a.safehome-prefooter-perks__item {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }

  a.safehome-prefooter-perks__item:hover .safehome-prefooter-perks__label,
  a.safehome-prefooter-perks__item:focus .safehome-prefooter-perks__label {
    color: var(--footer-blue, #1684f7);
  }
}

/* Homepage Elementor “Free Shipping / Returns / Support” icon row */
.elementor-element-xdpm8yw {
  display: none !important;
}

/* Remove hero slideshow between header menu and “Discover” */
.elementor-element-z6uj8ys {
  display: none !important;
}

/* Remove "Our Hot Products" heading bar */
.elementor-element-no9fz0x {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

/* Remove New Collection / Car Gadget / Furnitures promo row */
.elementor-element-02yexcu {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

/* Empty OceanWP column */
#footer-widgets .footer-box.col-2 {
  display: none !important;
}

/* Contact Info → column 1 */
#footer-widgets .footer-box.col-1 {
  grid-column: 1;
  grid-row: 1;
}

/* Store Categories + Payment Method live in col-3 — split into cols 2 & 3 */
#footer-widgets .footer-box.col-3 {
  grid-column: 2 / 4;
  grid-row: 1;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.75rem;
  align-items: start;
}

#footer-widgets .footer-box.col-3 > .footer-widget {
  margin: 0 !important;
}

/* Delivery Region — column 4 (province accordion → districts) */
#footer-widgets .safehome-footer-delivery {
  grid-column: 4;
  grid-row: 1;
  align-self: start;
}

#footer-widgets .safehome-footer-delivery__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-widgets .safehome-footer-delivery__region {
  margin: 0 0 0.55rem;
  padding: 0;
  list-style: none !important;
}

#footer-widgets .safehome-footer-delivery__details {
  margin: 0;
  padding: 0;
}

#footer-widgets .safehome-footer-delivery__summary {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none !important;
  cursor: pointer;
  color: #ffffff !important;
  user-select: none;
}

#footer-widgets .safehome-footer-delivery__summary::-webkit-details-marker,
#footer-widgets .safehome-footer-delivery__summary::marker {
  display: none !important;
  content: none !important;
}

#footer-widgets .safehome-footer-delivery__item {
  position: relative;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.55rem;
  min-width: 0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

#footer-widgets .safehome-footer-delivery__item:before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 5px;
  width: 5px !important;
  height: 5px !important;
  min-width: 5px;
  margin: 0 !important;
  border-radius: 50% !important;
  background-color: #000000 !important;
}

#footer-widgets .safehome-footer-delivery__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #d1d5db !important;
  transition: transform 0.18s ease;
}

#footer-widgets .safehome-footer-delivery__chevron {
  display: block;
  width: 14px;
  height: 14px;
}

#footer-widgets .safehome-footer-delivery__details[open] > .safehome-footer-delivery__summary .safehome-footer-delivery__toggle {
  transform: rotate(180deg);
}

#footer-widgets .safehome-footer-delivery__districts {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0.45rem 0 0.65rem;
  padding: 0 !important;
}

#footer-widgets .safehome-footer-delivery__districts li {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 0.35rem;
  padding: 0;
  list-style: none !important;
}

#footer-widgets .safehome-footer-delivery__districts li::marker {
  content: none !important;
  display: none !important;
}

#footer-widgets .safehome-footer-delivery__district {
  display: grid !important;
  grid-template-columns: 1.6em 1fr;
  column-gap: 0.35rem;
  align-items: baseline;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

#footer-widgets .safehome-footer-delivery__num,
#footer-widgets .safehome-footer-delivery__name {
  color: #000000 !important;
}

#footer-widgets .safehome-footer-delivery__num {
  display: inline-block;
  width: 1.6em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* App Store / Google Play — right column: title + badges (badges side-by-side) */
#footer-widgets .safehome-footer-apps {
  grid-column: 5;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}

#footer-widgets .safehome-app-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  width: max-content;
  max-width: 100%;
}

#footer-widgets .safehome-app-badges__title {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  line-height: 1.2 !important;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

#footer-widgets .safehome-app-badges__tagline {
  display: block;
  margin: 0;
  max-width: 230px;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: center;
}

#footer-widgets .safehome-app-badges__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.55rem;
  width: max-content;
  max-width: 100%;
}

#footer-widgets .safehome-app-badge {
  display: block !important;
  box-sizing: border-box;
  width: 112px;
  max-width: 100%;
  flex: 0 0 auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  line-height: 0;
  overflow: hidden;
  text-decoration: none !important;
  transition: opacity 0.15s ease;
}

#footer-widgets .safehome-app-badge:hover,
#footer-widgets .safehome-app-badge:focus {
  opacity: 0.92;
  text-decoration: none !important;
}

#footer-widgets .safehome-app-badge__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#footer-widgets .safehome-app-badges__logo {
  display: block !important;
  margin-top: -2.25rem;
  line-height: 0;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
}

#footer-widgets .safehome-app-badges__logo-img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center bottom;
  background-color: transparent;
  border-radius: 0;
}

@media (min-width: 768px) {
  #footer-widgets .safehome-app-badges__logo {
    margin-top: -2.75rem;
  }

  #footer-widgets .safehome-app-badges__logo-img {
    width: 340px;
    height: 210px;
  }
}

/* Social icons row removed — networks live in Contact Us column */
#footer-widgets .footer-box.col-4,
#footer-widgets .wp-block-social-links,
#footer-widgets .wp-block-social-link {
  display: none !important;
}

/* Column titles + gray leading icons */
#footer-widgets .widget-title,
#footer-widgets .wp-block-code,
#footer-widgets .wp-block-code code,
#footer-widgets .wp-block-code strong {
  display: flex !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.1rem !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  font-family: var(--font-body, inherit);
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3 !important;
}

#footer-widgets .widget-title::before,
#footer-widgets .safehome-app-badges__title::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
}

/* Contact Us — envelope */
#footer-widgets .safehome-footer-contact-widget .widget-title::before,
#footer-widgets .footer-box.col-1 .widget-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='M4 7l8 6 8-6' stroke='%239ca3af' stroke-width='2' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
}

/* Store Categories — grid */
#footer-widgets .footer-box.col-3 > .footer-widget:first-child .widget-title::before,
#footer-widgets .safehome-m-footer-cats .widget-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.2' stroke='%239ca3af' stroke-width='2'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.2' stroke='%239ca3af' stroke-width='2'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.2' stroke='%239ca3af' stroke-width='2'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.2' stroke='%239ca3af' stroke-width='2'/%3E%3C/svg%3E") !important;
}

/* Payment Method — card */
#footer-widgets .footer-widget:has(.safehome-footer-payments) .widget-title::before,
#footer-widgets .safehome-footer-payments-widget .widget-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='2.5' y='5' width='19' height='14' rx='2' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='M2.5 9.5h19' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='M6 15h5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* Delivery Region — truck */
#footer-widgets .safehome-footer-delivery .widget-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 7h11v10H3V7z' stroke='%239ca3af' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M14 10h4.2L21 13.2V17h-7v-7z' stroke='%239ca3af' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='17.5' r='1.7' stroke='%239ca3af' stroke-width='1.8'/%3E%3Ccircle cx='17.2' cy='17.5' r='1.7' stroke='%239ca3af' stroke-width='1.8'/%3E%3C/svg%3E") !important;
}

/* Download our app — phone */
#footer-widgets .safehome-app-badges__title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='M10 5h4' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='18' r='1' fill='%239ca3af'/%3E%3C/svg%3E") !important;
}

/* Link lists — Store Categories & Payment Method */
#footer-widgets .oceanwp-custom-links,
#footer-widgets .contact-info-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-widgets .oceanwp-custom-links li {
  margin: 0 0 0.7rem;
  padding: 0;
  line-height: 1.45;
  list-style: none !important;
}

#footer-widgets .oceanwp-custom-links li::marker {
  content: none !important;
  display: none !important;
}

#footer-widgets .oceanwp-custom-links li a,
#footer-widgets .safehome-footer-payments__item {
  position: relative;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.55rem;
  padding-left: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  white-space: normal;
  transition: opacity 0.15s ease;
}

/* Black bullets — same row as link text */
#footer-widgets .oceanwp-custom-links li a:before,
#footer-widgets .custom-links-widget .oceanwp-custom-links li a:before,
#footer-widgets .safehome-footer-payments__item:before {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 5px;
  float: none !important;
  width: 5px !important;
  height: 5px !important;
  min-width: 5px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: #000000 !important;
  color: #000000 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: middle;
  speak: never;
}

#footer-widgets .oceanwp-custom-links li a:hover,
#footer-widgets .oceanwp-custom-links li a:focus,
#footer-widgets .custom-links-widget .oceanwp-custom-links li a:hover,
#footer-widgets .custom-links-widget .oceanwp-custom-links li a:focus {
  color: #ffffff !important;
  opacity: 1;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

#footer-widgets .oceanwp-custom-links li a:hover:before,
#footer-widgets .custom-links-widget .oceanwp-custom-links li a:hover:before {
  background-color: #000000 !important;
  color: #000000 !important;
}

#footer-widgets a,
#footer-widgets .oceanwp-contact-title,
#footer-widgets .oceanwp-contact-text,
#footer-widgets li,
#footer-widgets p,
#footer-widgets span:not(.screen-reader-text):not(.safehome-app-badges__title):not(.safehome-footer-delivery__district):not(.safehome-footer-delivery__num):not(.safehome-footer-delivery__name) {
  color: #ffffff !important;
}

#footer-widgets .safehome-footer-delivery__districts li,
#footer-widgets .safehome-footer-delivery__district,
#footer-widgets .safehome-footer-delivery__num,
#footer-widgets .safehome-footer-delivery__name {
  color: #000000 !important;
}

#footer-widgets a {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.15s ease;
}

#footer-widgets a:hover,
#footer-widgets a:focus,
#footer-widgets a:focus-visible,
#footer-widgets a:active {
  color: #ffffff !important;
  opacity: 0.85;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Keep underline on category/useful link hover (overrides rule above) */
#footer-widgets .oceanwp-custom-links li a:hover,
#footer-widgets .oceanwp-custom-links li a:focus {
  text-decoration: underline !important;
  opacity: 1;
}

#footer-widgets .safehome-footer-payments {
  margin-bottom: 0.85rem;
}

#footer-widgets .safehome-footer-payments__logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.55rem;
  margin: 0;
  max-width: 188px;
}

#footer-widgets .safehome-footer-payments__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 42px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  overflow: visible;
}

#footer-widgets .safehome-footer-payments__logo img,
#footer-widgets .safehome-footer-payments__logo svg,
#footer-widgets .safehome-footer-payments__svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 38px;
  object-fit: contain;
  background: transparent !important;
}

/* Contact Us — envelope / WhatsApp / Messenger */
#footer-widgets .safehome-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-widgets .safehome-footer-contact li {
  margin: 0 0 0.85rem;
  padding: 0;
}

#footer-widgets .safehome-footer-contact__link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
}

#footer-widgets .safehome-footer-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #ffffff;
}

#footer-widgets .safehome-footer-contact__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

#footer-widgets .safehome-footer-contact__label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
}

#footer-widgets .safehome-footer-contact__link:hover,
#footer-widgets .safehome-footer-contact__link:focus,
#footer-widgets .safehome-footer-contact__link:focus-visible,
#footer-widgets .safehome-footer-contact__link:focus-within,
#footer-widgets .safehome-footer-contact__link:active,
#footer-widgets .safehome-footer-contact__link:visited {
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
  border: 0 !important;
  outline: none !important;
  outline-width: 0 !important;
  outline-style: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#footer-widgets .safehome-footer-contact__link *:focus,
#footer-widgets .safehome-footer-contact__link *:focus-visible,
#footer-widgets .safehome-footer-contact__link *:active {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Bottom bar — hairline + centered copyright */
#footer-bottom {
  padding: 1.15rem 0 1.35rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
}

#footer-bottom #footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#footer-bottom #footer-bottom-menu {
  float: none !important;
  width: 100%;
  text-align: center;
  margin: 0 0 0.5rem;
}

#footer-bottom #copyright,
#footer-bottom #copyright a {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5 !important;
}

.safehome-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.55rem;
  width: 100%;
  margin: 0 0 0.7rem;
  padding: 0;
  color: #ffffff;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.safehome-footer-legal__link {
  color: #ffffff !important;
  text-decoration: none !important;
}

.safehome-footer-legal__link:hover,
.safehome-footer-legal__link:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.safehome-footer-legal__sep {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

/* Back-to-top — solid square like reference */
#scroll-top {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  right: 18px !important;
  bottom: 18px !important;
  box-shadow: none !important;
}

#scroll-top:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

@media (max-width: 959px) {
  #footer-widgets {
    padding: 2.5rem 0 1.5rem;
  }

  #footer-widgets .footer-widgets-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.5rem;
  }

  #footer-widgets .footer-box.col-1 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  #footer-widgets .footer-box.col-3 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  #footer-widgets .safehome-footer-delivery {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  #footer-widgets .safehome-footer-apps {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
  }

  #footer-widgets .footer-box.col-4 {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  #footer-widgets .footer-widgets-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  #footer-widgets .footer-box.col-3 {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  #footer-widgets .safehome-app-badges {
    align-items: center;
    min-width: 0;
    max-width: 100%;
    gap: 0.35rem;
  }

  #footer-widgets .safehome-app-badges__logo {
    margin-top: -1.75rem;
  }

  #footer-widgets .safehome-app-badges__logo-img {
    width: min(280px, 100%);
    height: 165px;
  }

  #footer-widgets .safehome-app-badges__title {
    text-align: center;
  }

  #footer-widgets .safehome-app-badges__row {
    justify-content: center;
  }

  #footer-widgets .safehome-app-badge {
    width: 104px;
  }
}

/* ------------------------------------------------------------------
   Header cart count badge ("0") — red instead of OceanWP default blue
   safehome-cart-count-red-v1
   ------------------------------------------------------------------ */
.wcmenucart-details.count,
#site-header .wcmenucart-details.count,
#site-navigation-wrap .wcmenucart-details.count {
  background-color: var(--brand-primary, #e30613) !important;
  color: #ffffff !important;
}

.wcmenucart-details.count:before,
#site-header .wcmenucart-details.count:before,
#site-navigation-wrap .wcmenucart-details.count:before {
  border-color: var(--brand-primary, #e30613) !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

/* Keep bag icon readable; optional brand red on hover */
#site-header .wcmenucart .icon-handbag,
#site-header a.wcmenucart i {
  color: inherit;
}

#site-header a.wcmenucart:hover .wcmenucart-details.count,
#site-header a.wcmenucart:focus .wcmenucart-details.count {
  background-color: var(--brand-primary, #e30613) !important;
}

/* ------------------------------------------------------------------
   Product cards — reference card layout, white page background
   safehome-product-card-v8
   ------------------------------------------------------------------ */
:root {
  --safehome-page-gray: #ffffff;
}

/* Page background around product content */
body,
body.home,
body.tax-product_cat,
body.post-type-archive-product,
body.woocommerce-shop,
body.safehome-shop-like-home,
body.single-product,
#wrap,
#main,
body.home #main,
body.tax-product_cat #main,
body.post-type-archive-product #main,
body.woocommerce-shop #main,
body.safehome-shop-like-home #main,
body.single-product #main,
.elementor-element-m1ftxxd,
.elementor-element-e1d35ec {
  background-color: #ffffff !important;
}

body.single-product .site-breadcrumbs,
body.single-product .woocommerce-breadcrumb,
body.woocommerce-shop .site-breadcrumbs,
body.tax-product_cat .site-breadcrumbs {
  display: none !important;
}

body.single-product .oew-product-share {
  clear: both;
  margin-top: 1.5rem !important;
  margin-bottom: 2rem;
}

#left-sidebar .widget_ocean_social,
#right-sidebar .widget_ocean_social,
.widget-area .widget_ocean_social,
#left-sidebar .widget.widget_ocean_social,
#sidebar .widget_ocean_social {
  display: none !important;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon,
form.checkout_coupon,
form.woocommerce-form-coupon {
  display: none !important;
}

.elementor-element-m1ftxxd .elementor-container,
.elementor-element-e1d35ec .elementor-widget-container {
  background: transparent !important;
}

/* Product card shell — equal size cards */
ul.products {
  align-items: stretch !important;
}

ul.products li.product {
  display: flex !important;
  flex-direction: column;
  text-align: left !important;
}

ul.products li.product .product-inner {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  background: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  text-align: left !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Prefer inner image-wrap; hide duplicate top image if both exist */
ul.products li.product .product-inner:has(.image-wrap) > .woo-entry-image {
  display: none !important;
}

ul.products li.product.owp-content-center .product-inner,
ul.products li.product {
  text-align: left !important;
}

ul.products li.product ul.woo-entry-inner {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100%;
  box-sizing: border-box;
}

ul.products li.product ul.woo-entry-inner > li {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Image on top with black frame — fixed image area height */
ul.products li.product ul.woo-entry-inner > li.image-wrap {
  order: 1;
  flex: 0 0 auto;
  border-bottom: 1px solid #111111;
  background: #ffffff;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

ul.products li.product .product-inner:not(:has(.image-wrap)) > .woo-entry-image {
  border-bottom: 1px solid #111111;
  order: -1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

ul.products li.product .woo-entry-image,
ul.products li.product .woo-entry-image.safehome-card-media {
  margin: 0 !important;
  border: none !important;
  background: #ffffff !important;
  height: 100%;
  position: relative !important;
}

/* Wishlist heart — top-right on image (reference) */
ul.products li.product .safehome-card-wish,
ul.products li.product .woo-entry-image .shopengine-wishlist,
ul.products li.product .woo-entry-image .shopengine_add_to_list_action {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 6;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
}

ul.products li.product .safehome-card-wish .safehome-heart-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: inherit;
}

/* Scrolling New Arrivals rows: keep heart visible on image */
.elementor-element-e1d35ec .safehome-marquee__row-track .safehome-card-wish {
  display: inline-flex !important;
}

ul.products li.product .safehome-card-wish i,
ul.products li.product .woo-entry-image .shopengine-wishlist i,
ul.products li.product .woo-entry-image .shopengine_add_to_list_action i {
  color: #111111 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  background: transparent !important;
}

ul.products li.product .safehome-card-wish:hover,
ul.products li.product .safehome-card-wish.active,
ul.products li.product .woo-entry-image .shopengine-wishlist:hover,
ul.products li.product .woo-entry-image .shopengine_add_to_list_action:hover {
  color: var(--brand-primary, #e30613) !important;
  background: transparent !important;
}

ul.products li.product .safehome-card-wish:hover i,
ul.products li.product .woo-entry-image .shopengine-wishlist:hover i {
  color: var(--brand-primary, #e30613) !important;
}

/* Soft slide indicator under image (hidden while quick view shows) */
ul.products li.product ul.woo-entry-inner > li.image-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 2px;
  background: #444444;
  transform: translateX(-50%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.2s ease;
}

ul.products li.product .product-inner:not(:has(.image-wrap)) > .woo-entry-image.safehome-card-media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 2px;
  background: #444444;
  transform: translateX(-50%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.2s ease;
}

ul.products li.product ul.woo-entry-inner > li.image-wrap {
  position: relative;
}

ul.products li.product .image-wrap:hover::after,
ul.products li.product .woo-entry-image:hover::after {
  opacity: 0;
}

/* Quick View — bottom bar on image hover (reference) */
ul.products li.product .owp-quick-view,
ul.products li.product a.owp-quick-view {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0.7rem 0.9rem !important;
  box-sizing: border-box;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.82) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: left !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

ul.products li.product .woo-entry-image:hover .owp-quick-view,
ul.products li.product .image-wrap:hover .owp-quick-view,
ul.products li.product .woo-entry-image:focus-within .owp-quick-view,
ul.products li.product .image-wrap:focus-within .owp-quick-view {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

ul.products li.product .owp-quick-view i,
ul.products li.product .owp-quick-view .owp-icon,
ul.products li.product a.owp-quick-view i {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

ul.products li.product .safehome-card-quickview,
ul.products li.product .woo-entry-image .shopengine-quickview-trigger.safehome-card-quickview {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.7rem 0.9rem !important;
  box-sizing: border-box;
  border: none !important;
  background: rgba(0, 0, 0, 0.82) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  text-decoration: none !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

ul.products li.product .woo-entry-image:hover .safehome-card-quickview,
ul.products li.product .image-wrap:hover .safehome-card-quickview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

ul.products li.product .woo-entry-image a.woocommerce-LoopProduct-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
}

ul.products li.product .woo-entry-image img,
ul.products li.product .woo-entry-image-main {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  object-fit: cover;
  background: #ffffff;
}

/* Title — own row, left, single line with ellipsis (reference typography) */
ul.products li.product ul.woo-entry-inner > li.title {
  order: 2;
  flex: 0 0 auto;
  padding: 0.75rem 0.85rem 0.2rem !important;
  max-width: 100%;
  overflow: hidden;
}

ul.products li.product ul.woo-entry-inner > li.title h2 {
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

ul.products li.product ul.woo-entry-inner > li.title a {
  display: block;
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  color: #333333 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

/* Price — next row, left-aligned, larger bold (reference) */
ul.products li.product ul.woo-entry-inner > li.price-wrap {
  order: 3;
  flex: 0 0 auto;
  padding: 0.25rem 0.85rem 0.5rem !important;
  text-align: left !important;
  white-space: nowrap;
}

ul.products li.product ul.woo-entry-inner > li.price-wrap .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.5rem;
  width: 100%;
  color: #000000 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: normal;
}

ul.products li.product ul.woo-entry-inner > li.price-wrap .amount,
ul.products li.product ul.woo-entry-inner > li.price-wrap bdi {
  display: inline;
  width: auto;
  color: #000000 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: nowrap;
}

/* Sale: inactive regular price — smaller + red strikethrough */
ul.products li.product ul.woo-entry-inner > li.price-wrap .price del,
ul.products li.product ul.woo-entry-inner > li.price-wrap .price del .amount,
ul.products li.product ul.woo-entry-inner > li.price-wrap .price del bdi {
  color: #888888 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  text-decoration-color: var(--brand-primary, #e30613) !important;
  text-decoration-thickness: 2px !important;
}

ul.products li.product ul.woo-entry-inner > li.price-wrap .price ins {
  text-decoration: none !important;
}

ul.products li.product ul.woo-entry-inner > li.price-wrap .price ins .amount,
ul.products li.product ul.woo-entry-inner > li.price-wrap .price ins bdi {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Category under price */
ul.products li.product ul.woo-entry-inner > li.category {
  order: 4;
  flex: 0 0 auto;
  padding: 0 0.85rem 0.55rem !important;
  text-align: center !important;
}

ul.products li.product ul.woo-entry-inner > li.category,
ul.products li.product ul.woo-entry-inner > li.category a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  opacity: 0.85;
}

/* Actions row — pinned to bottom for equal card heights */
ul.products li.product ul.woo-entry-inner > li.btn-wrap {
  order: 5;
  margin-top: auto !important;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem 0.75rem !important;
  border-top: 1px solid #ececec;
  box-sizing: border-box;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap .button,
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.add_to_cart_button,
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.safehome-view-product {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.5rem 0.55rem !important;
  white-space: nowrap;
  box-shadow: none !important;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap .button:hover,
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.add_to_cart_button:hover,
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.safehome-view-product:hover {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #111111 !important;
}

/* Related / Upsells — equal card heights in the row */
.woocommerce section.related.products ul.products,
.woocommerce section.upsells.products ul.products,
.related.products ul.products.oceanwp-row,
.upsells.products ul.products.oceanwp-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.woocommerce section.related.products ul.products::before,
.woocommerce section.related.products ul.products::after,
.woocommerce section.upsells.products ul.products::before,
.woocommerce section.upsells.products ul.products::after,
.related.products ul.products.oceanwp-row::before,
.related.products ul.products.oceanwp-row::after {
  display: none !important;
  content: none !important;
}

.woocommerce section.related.products ul.products > li.product,
.woocommerce section.upsells.products ul.products > li.product {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  clear: none !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce section.related.products ul.products > li.product.span_1_of_3,
.woocommerce section.upsells.products ul.products > li.product.span_1_of_3 {
  flex: 0 0 33.333333% !important;
  width: 33.333333% !important;
  max-width: 33.333333% !important;
}

.woocommerce section.related.products ul.products > li.product.span_1_of_4,
.woocommerce section.upsells.products ul.products > li.product.span_1_of_4 {
  flex: 0 0 25% !important;
  width: 25% !important;
  max-width: 25% !important;
}

.woocommerce section.related.products ul.products > li.product .product-inner,
.woocommerce section.upsells.products ul.products > li.product .product-inner,
.woocommerce section.related.products ul.products > li.product ul.woo-entry-inner,
.woocommerce section.upsells.products ul.products > li.product ul.woo-entry-inner {
  flex: 1 1 auto !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* One-line category so related cards stay visually even */
.woocommerce section.related.products ul.products li.product ul.woo-entry-inner > li.category,
.woocommerce section.upsells.products ul.products li.product ul.woo-entry-inner > li.category {
  max-height: 1.4em;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .woocommerce section.related.products ul.products.tablet-2-col > li.product,
  .woocommerce section.upsells.products ul.products.tablet-2-col > li.product,
  .woocommerce section.related.products ul.products > li.product.span_1_of_3,
  .woocommerce section.upsells.products ul.products > li.product.span_1_of_3 {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  .woocommerce section.related.products ul.products > li.product,
  .woocommerce section.upsells.products ul.products > li.product {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Already in cart — View cart uses blue (not gray outline) */
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.added_to_cart,
ul.products li.product .product-inner a.added_to_cart,
ul.products li.product a.added_to_cart.wc-forward {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 !important;
  border-radius: 0 !important;
  background: var(--footer-blue, #1684f7) !important;
  border: 1px solid var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  padding: 0.5rem 0.55rem !important;
  white-space: nowrap;
  box-shadow: none !important;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap a.added_to_cart:hover,
ul.products li.product .product-inner a.added_to_cart:hover,
ul.products li.product a.added_to_cart.wc-forward:hover {
  filter: brightness(0.95);
  color: #ffffff !important;
  background: var(--footer-blue, #1684f7) !important;
  border-color: var(--footer-blue, #1684f7) !important;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap a.added_to_cart:after,
ul.products li.product a.added_to_cart:after {
  color: #ffffff !important;
  margin-left: 0.35rem;
}

/* Prefer View cart once added — hide the spent Add to cart control */
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.add_to_cart_button.added,
ul.products li.product ul.woo-entry-inner > li.btn-wrap a.button.added:not(.added_to_cart) {
  display: none !important;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap .shopengine-wishlist,
ul.products li.product ul.woo-entry-inner > li.btn-wrap .shopengine_add_to_list_action,
ul.products li.product ul.woo-entry-inner > li.btn-wrap .shopengine-quickview-trigger,
ul.products li.product ul.woo-entry-inner > li.btn-wrap .se-btn:not(.add_to_cart_button) {
  display: none !important;
}

ul.products li.product ul.woo-entry-inner > li.btn-wrap .shopengine-wishlist.safehome-card-wish {
  display: inline-flex !important;
}

/* New Arrivals heading readable on gray */
.elementor-element-m1ftxxd .elementor-heading-title,
.elementor-element-46iqs1i .elementor-heading-title,
.elementor-element-17809ip .elementor-heading-title {
  color: #111111 !important;
}

.elementor-element-46iqs1i .elementor-heading-title {
  color: rgba(17, 17, 17, 0.22) !important;
}

/* Force Discover label even if Elementor HTML cache still says Check Our */
.elementor-element-46iqs1i .elementor-heading-title {
  font-size: 0 !important;
  line-height: 0 !important;
}
.elementor-element-46iqs1i .elementor-heading-title::before {
  content: "Discover";
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.22);
}

body.home .elementor-element-46iqs1i:has(.safehome-home-banner) .elementor-heading-title,
body.home .elementor-element-46iqs1i:has(.safehome-home-banner) .elementor-heading-title::before,
body.home .elementor-element-46iqs1i:has(.safehome-d-banners) .elementor-heading-title,
body.home .elementor-element-46iqs1i:has(.safehome-d-banners) .elementor-heading-title::before {
  display: none !important;
  content: none !important;
  font-size: 0 !important;
}

@media (max-width: 767px) {
  ul.products li.product ul.woo-entry-inner > li.title a,
  ul.products li.product ul.woo-entry-inner > li.title h2 {
    font-size: 13px !important;
  }

  ul.products li.product ul.woo-entry-inner > li.price-wrap .price,
  ul.products li.product ul.woo-entry-inner > li.price-wrap .amount,
  ul.products li.product ul.woo-entry-inner > li.price-wrap bdi,
  ul.products li.product ul.woo-entry-inner > li.price-wrap .price ins .amount,
  ul.products li.product ul.woo-entry-inner > li.price-wrap .price ins bdi {
    font-size: 16px !important;
  }

  ul.products li.product ul.woo-entry-inner > li.price-wrap .price del,
  ul.products li.product ul.woo-entry-inner > li.price-wrap .price del .amount,
  ul.products li.product ul.woo-entry-inner > li.price-wrap .price del bdi {
    font-size: 12px !important;
  }
}

/* ------------------------------------------------------------------
   ShopEngine archive products — same card chrome as homepage
   (shop uses li.archive-product-container, not OceanWP product-inner)

   ShopEngine already lays out ul.products as CSS grid. Each grid cell
   is li.archive-product-container — cards must be width:100% of the
   cell. Never set width:33% on the cell (that shrinks cards to 1/3).
   ------------------------------------------------------------------ */
body.woocommerce .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
body.woocommerce-page .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
body.woocommerce ul.products:has(> li.archive-product-container),
body.woocommerce-page ul.products:has(> li.archive-product-container) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.5rem !important;
  grid-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1024px) {
  body.woocommerce .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce-page .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce ul.products:has(> li.archive-product-container),
  body.woocommerce-page ul.products:has(> li.archive-product-container) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
    grid-gap: 0.45rem !important;
  }
}

@media screen and (max-width: 767px) {
  body.woocommerce .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce-page .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce ul.products:has(> li.archive-product-container),
  body.woocommerce-page ul.products:has(> li.archive-product-container) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.4rem !important;
    grid-gap: 0.4rem !important;
  }
}

/* Grid item = full cell (homepage-sized cards at 3-up) */
body.woocommerce .shopengine-widget ul.products > li.archive-product-container,
body.woocommerce-page .shopengine-widget ul.products > li.archive-product-container,
body.woocommerce ul.products > li.archive-product-container,
body.woocommerce-page ul.products > li.archive-product-container,
body.woocommerce .shopengine-archive-products .products .archive-product-container,
body.woocommerce-page .shopengine-archive-products .products .archive-product-container {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  list-style: none !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

body.woocommerce .shopengine-widget ul.products > li.archive-product-container > ul.shopengine-archive-mode-grid,
body.woocommerce ul.products > li.archive-product-container > ul.shopengine-archive-mode-grid {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: #ffffff !important;
  /* Match homepage OceanWP product-inner chrome */
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  box-sizing: border-box !important;
}

body.woocommerce ul.products .shopengine-archive-products__left-image,
.shopengine-widget .shopengine-archive-products__left-image {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Kill OceanWP .span_1_of_* / Woo column widths on the nested product */
body.woocommerce .shopengine-widget ul.products > li.archive-product-container > ul.shopengine-archive-mode-grid > li.product,
body.woocommerce .shopengine-widget .shopengine-grid ul.products li.archive-product-container li.product,
body.woocommerce ul.products > li.archive-product-container > ul.shopengine-archive-mode-grid > li.product,
body.woocommerce ul.products > li.archive-product-container li.product.col,
body.woocommerce ul.products > li.archive-product-container li.product[class*="span_"] {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* Product link becomes the card content stack */
ul.products > li.archive-product-container li.product > a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  color: inherit !important;
  text-align: left !important;
}

ul.products > li.archive-product-container li.product .safehome-shopengine-media,
ul.products > li.archive-product-container li.product .woo-entry-image.safehome-card-media {
  order: 1;
  position: relative !important;
  flex: 0 0 auto;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: 1px solid #111111 !important;
  background: #ffffff !important;
  overflow: hidden;
  box-sizing: border-box !important;
}

ul.products > li.archive-product-container li.product .safehome-shopengine-media img,
ul.products > li.archive-product-container li.product > a.woocommerce-LoopProduct-link > img,
body.woocommerce .shopengine-widget .shopengine-grid ul.products li.archive-product-container li.product img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #ffffff;
}

/* Fallback before JS wraps the image */
ul.products > li.archive-product-container li.product > a.woocommerce-LoopProduct-link > img {
  order: 1;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-bottom: 1px solid #111111;
  box-sizing: border-box !important;
}

ul.products > li.archive-product-container li.product .safehome-shopengine-media::after,
ul.products > li.archive-product-container li.product .woo-entry-image.safehome-card-media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 2px;
  background: #444444;
  transform: translateX(-50%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.2s ease;
}

ul.products > li.archive-product-container li.product .safehome-shopengine-media:hover::after,
ul.products > li.archive-product-container li.product .woo-entry-image.safehome-card-media:hover::after {
  opacity: 0;
}

ul.products > li.archive-product-container li.product .woocommerce-loop-product__title,
ul.products > li.archive-product-container li.product h1.woocommerce-loop-product__title,
ul.products > li.archive-product-container li.product h2.woocommerce-loop-product__title {
  order: 2;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0.75rem 0.85rem 0.2rem !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  color: #333333 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

ul.products > li.archive-product-container li.product .price {
  order: 3;
  flex: 0 0 auto;
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.5rem;
  margin: 0 !important;
  padding: 0.2rem 0.85rem 0.15rem !important;
  color: #000000 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: normal;
  justify-content: flex-start !important;
}

ul.products > li.archive-product-container li.product .price .amount,
ul.products > li.archive-product-container li.product .price bdi {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

/* Sale: inactive regular price — smaller + red strikethrough */
ul.products > li.archive-product-container li.product .price del,
ul.products > li.archive-product-container li.product .price del .amount,
ul.products > li.archive-product-container li.product .price del bdi {
  color: #888888 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  text-decoration-color: var(--brand-primary, #e30613) !important;
  text-decoration-thickness: 2px !important;
}

ul.products > li.archive-product-container li.product .price ins {
  text-decoration: none !important;
}

ul.products > li.archive-product-container li.product .price ins .amount,
ul.products > li.archive-product-container li.product .price ins bdi {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Stock qty — only when product tracks inventory */
ul.products > li.archive-product-container li.product .safehome-card-stock,
ul.products li.product .safehome-card-stock {
  order: 4;
  flex: 0 0 auto;
  display: block !important;
  margin: 0 !important;
  padding: 0 0.85rem 0.35rem !important;
  color: #666666 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

ul.products li.product .safehome-card-stock.out-of-stock {
  color: var(--brand-primary, #e30613) !important;
}

/* Hide orphan stock outside price-wrap (OceanWP early Woo hook leftover) */
ul.products li.product .product-inner > .safehome-card-stock {
  display: none !important;
}

ul.products li.product ul.woo-entry-inner > li.price-wrap .safehome-card-stock {
  display: block !important;
  order: unset;
  padding: 0.15rem 0 0 !important;
  white-space: normal;
}

ul.products > li.archive-product-container li.product ul.product-categories {
  order: 5;
  flex: 0 0 auto;
  display: block !important;
  margin: 0 !important;
  padding: 0 0.85rem 0.7rem !important;
  list-style: none !important;
  text-align: center !important;
}

ul.products > li.archive-product-container li.product ul.product-categories li,
ul.products > li.archive-product-container li.product ul.product-categories span,
ul.products > li.archive-product-container li.product ul.product-categories a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  opacity: 0.85;
}

ul.products > li.archive-product-container li.product .star-rating,
ul.products > li.archive-product-container li.product .shopengine-product-rating-review-count {
  display: none !important;
}

ul.products > li.archive-product-container li.product .shopengine-comparison,
ul.products > li.archive-product-container li.product .shopengine_comparison_add_to_list_action {
  display: none !important;
}

/* Wishlist + quick view when moved onto media (or positioned on card) */
ul.products > li.archive-product-container li.product .safehome-card-wish,
ul.products > li.archive-product-container li.product .shopengine-wishlist,
ul.products > li.archive-product-container li.product .shopengine_add_to_list_action {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 6;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

ul.products > li.archive-product-container li.product:not(:has(.safehome-card-media)) {
  position: relative;
}

ul.products > li.archive-product-container li.product .safehome-card-quickview,
ul.products > li.archive-product-container li.product .shopengine-quickview-trigger.safehome-card-quickview {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.7rem 0.9rem !important;
  box-sizing: border-box;
  border: none !important;
  background: rgba(0, 0, 0, 0.82) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  text-decoration: none !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

ul.products > li.archive-product-container li.product .safehome-card-media:hover .safehome-card-quickview,
ul.products > li.archive-product-container li.product .safehome-card-media:focus-within .safehome-card-quickview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Actions row — divider + full-width ADD TO CART (reference) */
ul.products > li.archive-product-container li.product > .safehome-card-actions {
  order: 10;
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column;
  gap: 0.35rem;
  width: 100% !important;
  padding: 0.75rem 0.75rem 0.85rem !important;
  border-top: 1px solid #ececec !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
}

/* Beat ShopEngine / Elementor red button skins — same grey CTA as homepage */
body.woocommerce .shopengine-widget ul.products > li.archive-product-container li.product > .safehome-card-actions > a.add_to_cart_button,
body.woocommerce .shopengine-widget ul.products > li.archive-product-container li.product > .safehome-card-actions > a.button,
body.woocommerce .shopengine-widget ul.products > li.archive-product-container li.product > .safehome-card-actions > a.safehome-view-product,
body.woocommerce ul.products > li.archive-product-container li.product > .safehome-card-actions > a.add_to_cart_button,
body.woocommerce ul.products > li.archive-product-container li.product > .safehome-card-actions > a.button,
body.woocommerce ul.products > li.archive-product-container li.product > .safehome-card-actions > a.safehome-view-product,
body.woocommerce ul.products > li.archive-product-container li.product > a.add_to_cart_button,
body.woocommerce ul.products > li.archive-product-container li.product > a.button.product_type_simple,
body.woocommerce ul.products > li.archive-product-container li.product > a.button.product_type_variable,
body.woocommerce ul.products > li.archive-product-container li.product > a.safehome-view-product,
body.woocommerce-page ul.products > li.archive-product-container li.product > a.safehome-view-product {
  order: 10;
  margin-top: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.5rem 0.55rem !important;
  border-radius: 0 !important;
  background: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  box-shadow: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  transform: none !important;
}

body.woocommerce ul.products > li.archive-product-container li.product > .safehome-card-actions > a.safehome-view-product:hover,
body.woocommerce ul.products > li.archive-product-container li.product > a.safehome-view-product:hover,
body.woocommerce ul.products > li.archive-product-container li.product > .safehome-card-actions > a.button:hover,
body.woocommerce .shopengine-widget ul.products > li.archive-product-container li.product > .safehome-card-actions > a.safehome-view-product:hover {
  background: #e8e8e8 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #111111 !important;
}

ul.products > li.archive-product-container li.product:not(:has(> .safehome-card-actions)) > a.add_to_cart_button,
ul.products > li.archive-product-container li.product:not(:has(> .safehome-card-actions)) > a.button.product_type_simple,
ul.products > li.archive-product-container li.product:not(:has(> .safehome-card-actions)) > a.safehome-view-product {
  margin-top: auto !important;
  width: calc(100% - 1.5rem) !important;
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  border-top: none;
}

ul.products > li.archive-product-container li.product > .safehome-card-actions > a.added_to_cart,
ul.products > li.archive-product-container li.product > a.added_to_cart,
ul.products > li.archive-product-container li.product > a.added_to_cart.wc-forward {
  order: 11;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.55rem 0.55rem !important;
  border-radius: 0 !important;
  background: var(--footer-blue, #1684f7) !important;
  border: 1px solid var(--footer-blue, #1684f7) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  box-sizing: border-box;
}

ul.products > li.archive-product-container li.product a.add_to_cart_button.added {
  display: none !important;
}

@media (max-width: 767px) {
  ul.products > li.archive-product-container li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
  }

  ul.products > li.archive-product-container li.product .price,
  ul.products > li.archive-product-container li.product .price .amount,
  ul.products > li.archive-product-container li.product .price bdi,
  ul.products > li.archive-product-container li.product .price ins .amount,
  ul.products > li.archive-product-container li.product .price ins bdi {
    font-size: 16px !important;
  }

  ul.products > li.archive-product-container li.product .price del,
  ul.products > li.archive-product-container li.product .price del .amount,
  ul.products > li.archive-product-container li.product .price del bdi {
    font-size: 12px !important;
  }
}

/* ------------------------------------------------------------------
   Sitewide responsive — shop / swoof / header / products
   safehome-responsive-app-v1
   ------------------------------------------------------------------ */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
}

img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

/* Shop filter + products row */
body.safehome-shop-like-home .elementor-element-94b2ce4,
body.woocommerce-shop .elementor-element-94b2ce4 {
  --flex-wrap-mobile: wrap !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

body.safehome-shop-like-home .elementor-element-306c696,
body.woocommerce-shop .elementor-element-306c696,
body.safehome-shop-like-home .elementor-element-e4b58c8,
body.woocommerce-shop .elementor-element-e4b58c8 {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Active filter chips / Clear All wrap on small screens */
.woof_products_top_panel,
.woof_products_top_panel_ul,
.woof_products_top_panel_l,
.woof_redraw_zone + .woof_products_top_panel {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.45rem 0.55rem !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.woof_reset_button_2,
button.woof_reset_button_2 {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  body.safehome-shop-like-home .elementor-element-18e13b8,
  body.woocommerce-shop .elementor-element-18e13b8 {
    --flex-direction: column !important;
    flex-direction: column !important;
    --padding-left: 12px !important;
    --padding-right: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.safehome-shop-like-home .elementor-element-94b2ce4,
  body.woocommerce-shop .elementor-element-94b2ce4 {
    --flex-direction: column !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  body.safehome-shop-like-home .elementor-element-306c696,
  body.woocommerce-shop .elementor-element-306c696,
  body.safehome-shop-like-home .elementor-element-e4b58c8,
  body.woocommerce-shop .elementor-element-e4b58c8 {
    --width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  body.safehome-shop-like-home .elementor-element-ecbc115,
  body.woocommerce-shop .elementor-element-ecbc115 {
    justify-content: stretch !important;
  }

  body.safehome-shop-like-home .elementor-element-ecbc115 .elementor-widget-container,
  body.woocommerce-shop .elementor-element-ecbc115 .elementor-widget-container,
  body.safehome-shop-like-home .elementor-element-ecbc115 .elementor-shortcode,
  body.woocommerce-shop .elementor-element-ecbc115 .elementor-shortcode {
    justify-content: stretch !important;
  }

  body.safehome-shop-like-home .dgwt-wcas-search-wrapp,
  body.woocommerce-shop .dgwt-wcas-search-wrapp {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.safehome-shop-like-home .elementor-element-501fadca,
  body.woocommerce-shop .elementor-element-501fadca {
    min-height: 110px !important;
    --padding-top: 36px !important;
    --padding-bottom: 24px !important;
    padding-top: 36px !important;
    padding-bottom: 24px !important;
  }

  body.safehome-shop-like-home .elementor-element-501fadca .elementor-heading-title,
  body.woocommerce-shop .elementor-element-6b7fcf9e .elementor-heading-title {
    font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
  }

  /* WOOF sidebar full width above products */
  body.safehome-shop-like-home .WOOF_Widget,
  body.woocommerce-shop .WOOF_Widget,
  body.safehome-shop-like-home #woof_widget-2,
  body.woocommerce-shop #woof_widget-2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.75rem !important;
  }

  /* Homepage / archive product grids */
  body.home ul.products:not(:has(> li.archive-product-container)),
  body.tax-product_cat ul.products:not(:has(> li.archive-product-container)) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  body.home ul.products > li.product,
  body.tax-product_cat ul.products > li.product {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  #site-header.minimal-header #site-header-inner,
  #site-header.minimal-header #site-header-inner.safehome-header-ready {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .safehome-header-phone__note {
    display: none !important;
  }

  .safehome-header-cart a.wcmenucart {
    width: 42px;
    height: 42px;
  }

  .safehome-header-cart .current-shop-items-dropdown {
    width: min(320px, 92vw) !important;
    right: 0 !important;
  }

  body.safehome-shop-like-home .elementor-element-18e13b8,
  body.woocommerce-shop .elementor-element-18e13b8 {
    --padding-top: 8px !important;
    --padding-bottom: 8px !important;
    --padding-left: 10px !important;
    --padding-right: 10px !important;
    padding: 8px 10px !important;
  }

  body.safehome-shop-like-home .elementor-element-501fadca,
  body.woocommerce-shop .elementor-element-501fadca {
    min-height: 90px !important;
    --padding-top: 28px !important;
    --padding-bottom: 20px !important;
    padding-top: 28px !important;
    padding-bottom: 20px !important;
  }

  body.safehome-shop-like-home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
  body.woocommerce-shop .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    font-size: 14px !important;
    padding: 11px 44px 11px 16px !important;
  }

  .woof .woof_list label,
  .woof .woof_checkbox_label {
    font-size: 13px !important;
  }

  .WOOF_Widget .price_label.safehome-husky-price-label,
  .widget-woof .price_label.safehome-husky-price-label,
  #woof_widget-2 .price_label.safehome-husky-price-label {
    font-size: 12px !important;
  }

  body.woocommerce .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce-page .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce ul.products:has(> li.archive-product-container),
  body.woocommerce-page ul.products:has(> li.archive-product-container) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.4rem !important;
  }

  body.home ul.products:not(:has(> li.archive-product-container)),
  body.tax-product_cat ul.products:not(:has(> li.archive-product-container)) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #footer-widgets .footer-widgets-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .safehome-products-nav,
  .safehome-show-more-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce-page .shopengine-widget .shopengine-archive-products.shopengine-grid ul.products,
  body.woocommerce ul.products:has(> li.archive-product-container),
  body.woocommerce-page ul.products:has(> li.archive-product-container),
  body.home ul.products:not(:has(> li.archive-product-container)) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  ul.products > li.archive-product-container li.product > .safehome-card-actions > a.safehome-view-product,
  ul.products > li.archive-product-container li.product > a.safehome-view-product {
    font-size: 10px !important;
    padding: 0.5rem 0.4rem !important;
  }
}

/* ------------------------------------------------------------------
   My Account — Sign up (left) / Sign in (right) — reference style
   Single page title; open layout (no bordered cards)
   Kill OceanWP "Login OR Register" tab style
   safehome-account-auth-v6
   ------------------------------------------------------------------ */
body.woocommerce-account:not(.logged-in) .owp-account-links {
  display: none !important;
}

/* Override OceanWP account-original-style (tabs / single column) */
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login h2,
body.woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
  display: block !important;
}

body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login > div,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .col-1,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .col-2,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .u-column1,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .u-column2,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login > div,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login .col-1,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login .col-2,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login .u-column1,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login .u-column2 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .col-2,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .u-column2,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login .safehome-account-auth__signup {
  display: block !important;
}

body.woocommerce-account:not(.logged-in) #content-wrap,
body.woocommerce-account:not(.logged-in) .content-area,
body.woocommerce-account:not(.logged-in) #main {
  background: #ffffff !important;
}

body.woocommerce-account:not(.logged-in) .entry-title,
body.woocommerce-account:not(.logged-in) .page-header,
body.woocommerce-account:not(.logged-in) .site-breadcrumbs {
  display: none !important;
}

/* Page wrapper (no overarching title — Sign up / Sign in per column) */
.safehome-account-auth-page {
  width: 100%;
  max-width: 1000px;
  margin: 2.5rem auto 4rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.safehome-account-auth__page-title {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login.col2-set,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
body.woocommerce-account:not(.logged-in) .safehome-account-auth,
body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login,
body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login,
.safehome-account-auth-page .safehome-account-auth {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) !important;
  gap: 3rem 4rem !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: both !important;
  border: none !important;
  background: transparent !important;
}

body.woocommerce-account:not(.logged-in) #customer_login:before,
body.woocommerce-account:not(.logged-in) #customer_login:after,
body.woocommerce-account:not(.logged-in) .safehome-account-auth:before,
body.woocommerce-account:not(.logged-in) .safehome-account-auth:after {
  display: none !important;
  content: none !important;
}

/* Default WC: col-1 = Login, col-2 = Register → swap visually */
body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .col-1 {
  order: 2 !important; /* Sign in — right */
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login > .col-2 {
  order: 1 !important; /* Sign up — left */
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login > .col-1,
body.woocommerce-account:not(.logged-in) #customer_login > .col-2,
.safehome-account-auth__signup,
.safehome-account-auth__signin,
.safehome-account-auth .u-column1,
.safehome-account-auth .u-column2,
.safehome-account-auth .col-1,
.safehome-account-auth .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.safehome-account-auth--login-only {
  grid-template-columns: minmax(0, 420px) !important;
  justify-content: center !important;
}

/* Form titles — reference: large, regular weight, left-aligned */
body.woocommerce-account:not(.logged-in) #customer_login h2,
.safehome-account-auth-page #customer_login h2,
.safehome-account-auth-page .safehome-account-auth__title,
.safehome-account-auth__title {
  display: block !important;
  margin: 0 0 1.15rem !important;
  padding: 0 !important;
  color: #111111 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  border: none !important;
  visibility: visible !important;
}

.safehome-account-auth__intro,
body.woocommerce-account:not(.logged-in) #customer_login .safehome-account-auth__intro {
  margin: 0 0 1.75rem !important;
  color: #666666 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.safehome-account-auth__mandatory {
  margin: 0.35rem 0 1rem !important;
  color: #999999 !important;
  font-size: 11px !important;
  text-align: right;
}

.safehome-account-auth__note {
  margin: 0 0 1rem !important;
  color: #777777 !important;
  font-size: 13px !important;
  line-height: 1.4;
}

.safehome-account-snack {
  position: fixed !important;
  left: auto !important;
  right: 20px !important;
  top: auto !important;
  bottom: 20px !important;
  z-index: 2147483000 !important;
  width: 280px;
  max-width: calc(100vw - 32px);
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  display: block !important;
  visibility: visible !important;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.safehome-account-snack.is-visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto;
}

.safehome-account-snack__inner {
  display: flex !important;
  align-items: center;
  gap: 8px;
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  border: 1px solid #c8e6c9;
  border-radius: 4px;
  box-shadow: none;
  padding: 8px 10px 8px 12px;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.safehome-account-snack.is-error .safehome-account-snack__inner {
  background: #fdecea !important;
  color: #c62828 !important;
  border-color: #f5c6c2;
}

.safehome-account-snack__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: inherit;
}

.safehome-account-snack__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.safehome-account-snack__text {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit !important;
  font-size: 13px;
  font-weight: 500;
}

.safehome-account-snack__close {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  border-radius: 4px;
}

.safehome-account-snack__close:hover,
.safehome-account-snack__close:focus {
  background: rgba(46, 125, 50, 0.08);
  color: inherit;
}

.safehome-account-snack.is-error .safehome-account-snack__close:hover,
.safehome-account-snack.is-error .safehome-account-snack__close:focus {
  background: rgba(198, 40, 40, 0.08);
}

.safehome-account-snack__close svg {
  display: block;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .safehome-account-snack {
    right: 12px !important;
    bottom: 12px !important;
    width: 240px;
  }
}

/* Fields */
body.woocommerce-account:not(.logged-in) #customer_login .form-row,
.safehome-account-form .safehome-account-field {
  margin: 0 0 0.9rem !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .form-row > label:not(.woocommerce-form__label-for-checkbox) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login input.input-text,
body.woocommerce-account:not(.logged-in) #customer_login input[type="text"],
body.woocommerce-account:not(.logged-in) #customer_login input[type="email"],
body.woocommerce-account:not(.logged-in) #customer_login input[type="tel"],
body.woocommerce-account:not(.logged-in) #customer_login input[type="password"],
.safehome-account-form .woocommerce-Input,
.safehome-account-form input.input-text,
.safehome-account-form input[type="text"],
.safehome-account-form input[type="email"],
.safehome-account-form input[type="tel"],
.safehome-account-form input[type="password"],
.safehome-account-form select {
  width: 100% !important;
  max-width: none !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0.75rem 0.9rem !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) #customer_login input::placeholder,
.safehome-account-form input::placeholder {
  color: #9a9a9a !important;
  opacity: 1;
}

.safehome-account-password-wrap,
body.woocommerce-account:not(.logged-in) #customer_login .password-input.safehome-account-password-wrap,
body.woocommerce-account:not(.logged-in) #customer_login span.password-input {
  position: relative;
  display: block;
  width: 100%;
}

.safehome-account-password-wrap input {
  padding-right: 2.75rem !important;
}

.safehome-account-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  transform: translateY(-50%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111111 !important;
  cursor: pointer;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
}

.safehome-account-password-toggle:hover {
  color: #000000 !important;
}

.safehome-account-password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
}

/* Only one eye glyph visible at a time */
.safehome-account-password-toggle .safehome-eye-off,
.safehome-account-password-toggle svg[hidden] {
  display: none !important;
}

.safehome-account-password-toggle.is-visible .safehome-eye-open {
  display: none !important;
}

.safehome-account-password-toggle.is-visible .safehome-eye-off {
  display: block !important;
}

.safehome-account-password-toggle:not(.is-visible) .safehome-eye-open {
  display: block !important;
}

.safehome-account-password-toggle:not(.is-visible) .safehome-eye-off {
  display: none !important;
}

/* Hide WooCommerce default reveal control (empty / ::before icon) */
body.woocommerce-account:not(.logged-in) .show-password-input:not(.safehome-account-password-toggle) {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .lost_password,
.safehome-account-forgot {
  margin: 0.25rem 0 1.1rem !important;
  text-align: left;
}

body.woocommerce-account:not(.logged-in) #customer_login .lost_password a,
.safehome-account-forgot a {
  color: #e30613 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .lost_password a:hover,
body.woocommerce-account:not(.logged-in) #customer_login .lost_password a:focus,
.safehome-account-forgot a:hover,
.safehome-account-forgot a:focus {
  color: #c10510 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme,
.safehome-account-remember {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem !important;
  color: #555555 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login button.button,
body.woocommerce-account:not(.logged-in) #customer_login button[type="submit"],
.safehome-account-form .safehome-account-submit,
.woocommerce .safehome-account-form button.button.safehome-account-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0.35rem 0 0 !important;
  padding: 0.85rem 1rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
  float: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login button.button:hover,
.safehome-account-form .safehome-account-submit:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

body.woocommerce-account:not(.logged-in) #customer_login button.button.is-loading,
body.woocommerce-account:not(.logged-in) #customer_login button[type="submit"].is-loading,
.safehome-account-form .safehome-account-submit.is-loading {
  position: relative !important;
  color: transparent !important;
  cursor: wait !important;
  pointer-events: none !important;
  opacity: 1 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login button.button.is-loading:hover,
.safehome-account-form .safehome-account-submit.is-loading:hover {
  color: transparent !important;
  background: #111111 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login button.button.is-loading::after,
.safehome-account-form .safehome-account-submit.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: safehome-search-spin 0.65s linear infinite;
}

body.woocommerce-account .safehome-field-error,
.safehome-account-form .safehome-field-error {
  display: block;
  color: #c81e1e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  margin: 6px 0 0;
}

body.woocommerce-account .safehome-field-error:empty,
.safehome-account-form .safehome-field-error:empty {
  display: none;
}

body.woocommerce-account .form-row.safehome-has-error .input-text,
body.woocommerce-account .form-row.safehome-has-error .woocommerce-Input,
.safehome-account-form .form-row.safehome-has-error input.input-text,
.safehome-account-form .form-row.safehome-has-error input[type="text"],
.safehome-account-form .form-row.safehome-has-error input[type="email"],
.safehome-account-form .form-row.safehome-has-error input[type="password"] {
  border-color: #c81e1e !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text,
.safehome-account-form .woocommerce-privacy-policy-text {
  margin: 0 0 1rem !important;
  color: #888888 !important;
  font-size: 12px !important;
  line-height: 1.45;
}

@media (min-width: 768px) {
  body.woocommerce-account .woocommerce-notices-wrapper,
  body.woocommerce-account .woocommerce-error,
  body.woocommerce-account ul.woocommerce-error {
    display: none !important;
  }

  body.woocommerce-account .form-row,
  body.woocommerce-account .safehome-account-field,
  .safehome-account-form .form-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    float: none !important;
    overflow: visible !important;
  }

  body.woocommerce-account .safehome-field-error,
  .safehome-account-form .safehome-field-error {
    display: block !important;
    order: 20 !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    color: #c81e1e !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    position: static !important;
  }

  body.woocommerce-account .safehome-field-error:empty {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .safehome-account-auth-page {
    margin-top: 1.25rem;
    padding: 0 1.1rem;
  }

  body.woocommerce-account:not(.logged-in) #customer_login.col2-set,
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
  body.woocommerce-account:not(.logged-in) .safehome-account-auth,
  .safehome-account-auth-page .safehome-account-auth {
    grid-template-columns: 1fr !important;
    gap: 2.75rem !important;
    max-width: 480px !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-1 {
    order: 2 !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-2 {
    order: 1 !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login h2,
  .safehome-account-auth__title {
    font-size: 30px !important;
  }
}

/* Phone only: one column, two rows, Sign in first */
@media (max-width: 767px) {
  .safehome-account-auth-page {
    margin: 1rem auto 2rem !important;
    padding: 0 14px !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login.col2-set,
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
  body.woocommerce-account:not(.logged-in) .safehome-account-auth,
  body.woocommerce-account:not(.logged-in).account-original-style .woocommerce #customer_login,
  body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login,
  .safehome-account-auth-page .safehome-account-auth {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 2.25rem !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-1,
  body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login > .col-1,
  body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .safehome-account-auth__signin,
  .safehome-account-auth__signin {
    order: 1 !important;
    grid-column: 1 / -1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-2,
  body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login > .col-2,
  body.woocommerce-account:not(.logged-in).account-side-style .woocommerce #customer_login > .u-column2,
  body.woocommerce-account:not(.logged-in) #customer_login > .safehome-account-auth__signup,
  .safehome-account-auth__signup {
    order: 2 !important;
    grid-column: 1 / -1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-account .woocommerce-notices-wrapper,
  body.woocommerce-account .woocommerce-error,
  body.woocommerce-account ul.woocommerce-error {
    display: none !important;
  }

  body.woocommerce-account .form-row,
  body.woocommerce-account .safehome-account-field,
  .safehome-account-form .form-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    float: none !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body.woocommerce-account .safehome-field-error,
  .safehome-account-form .safehome-field-error {
    display: block !important;
    order: 20 !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    color: #c81e1e !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    position: static !important;
  }

  body.woocommerce-account .safehome-field-error:empty {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
   Privacy Policy — single-column document (sections as rows)
   safehome-privacy-policy-v3
   ------------------------------------------------------------------ */
body.safehome-privacy-policy .page-header {
  margin: 0 !important;
  padding: 0.85rem 0 !important;
  background: #f3f4f6 !important;
  border-bottom: 1px solid #e5e7eb !important;
  min-height: 0 !important;
}

body.safehome-privacy-policy .page-header .page-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.safehome-privacy-policy .page-header .page-header-title {
  margin: 0 !important;
  color: #111111 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.safehome-privacy-policy .site-breadcrumbs {
  margin: 0 !important;
  font-size: 12px !important;
}

body.safehome-privacy-policy #content-wrap,
body.safehome-privacy-policy #main #content-wrap {
  padding-top: 1.25rem !important;
  padding-bottom: 3rem !important;
}

body.safehome-privacy-policy #primary,
body.safehome-privacy-policy .content-area {
  float: none !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Force document flow: one section per row (Elementor was grid/row flex) */
body.safehome-privacy-policy .elementor {
  max-width: 760px;
  margin: 0 auto;
}

body.safehome-privacy-policy .elementor .e-con,
body.safehome-privacy-policy .elementor .e-con-inner,
body.safehome-privacy-policy .elementor .elementor-section,
body.safehome-privacy-policy .elementor .elementor-container,
body.safehome-privacy-policy .elementor .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  gap: 0 !important;
  row-gap: 0.85rem !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --margin-block-start: 0px !important;
  --margin-block-end: 0px !important;
  --gap: 0.85rem 0px !important;
  --row-gap: 0.85rem !important;
  --column-gap: 0px !important;
  --container-widget-height: auto !important;
  --container-widget-flex-grow: 0 !important;
  --align-items: stretch !important;
  --flex-direction: column !important;
}

/* Stack every container + its inner (Elementor puts display:grid on .e-con-inner) */
body.safehome-privacy-policy .elementor .e-con,
body.safehome-privacy-policy .elementor .e-con > .e-con-inner,
body.safehome-privacy-policy .elementor .e-grid,
body.safehome-privacy-policy .elementor .e-con.e-grid,
body.safehome-privacy-policy .elementor .e-con.e-grid > .e-con-inner,
body.safehome-privacy-policy .elementor-1575 .e-con,
body.safehome-privacy-policy .elementor-1575 .e-con > .e-con-inner,
body.safehome-privacy-policy .elementor-1575 .e-con.e-grid,
body.safehome-privacy-policy .elementor-1575 .e-con.e-grid > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: none !important;
  grid-auto-flow: row !important;
  grid-auto-columns: minmax(0, 1fr) !important;
  grid-auto-rows: auto !important;
  --display: flex !important;
  --flex-direction: column !important;
  --e-con-grid-template-columns: minmax(0, 1fr) !important;
  --e-con-grid-template-rows: none !important;
  --grid-auto-flow: row !important;
  gap: 0.85rem !important;
  row-gap: 0.85rem !important;
  column-gap: 0 !important;
}

/* Each privacy section / widget = full-width row */
body.safehome-privacy-policy .elementor .e-con > .e-con-inner > .e-con,
body.safehome-privacy-policy .elementor .e-con > .e-con-inner > .elementor-element,
body.safehome-privacy-policy .elementor .e-con.e-child,
body.safehome-privacy-policy .elementor .elementor-widget {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  align-self: stretch !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  --width: 100% !important;
}

body.safehome-privacy-policy .elementor .e-con.e-parent,
body.safehome-privacy-policy .elementor .e-con.e-child {
  margin-bottom: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
}

/* Elementor page shell had 10% padding + row flex (caused side-by-side columns) */
body.safehome-privacy-policy .elementor-1575 .elementor-element-shl6dt6,
body.safehome-privacy-policy .elementor .elementor-element-shl6dt6,
body.safehome-privacy-policy .elementor-1575 .elementor-element-shl6dt6 > .e-con-inner,
body.safehome-privacy-policy .elementor-1575 .elementor-element-3142f44,
body.safehome-privacy-policy .elementor-1575 .elementor-element-3142f44 > .e-con-inner,
body.safehome-privacy-policy .elementor-1575 .elementor-element-5ed2a5a,
body.safehome-privacy-policy .elementor-1575 .elementor-element-5ed2a5a > .e-con-inner {
  --display: flex !important;
  --flex-direction: column !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --e-con-grid-template-columns: minmax(0, 1fr) !important;
  --e-con-grid-template-rows: none !important;
  --grid-auto-flow: row !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
}

/* Hide duplicate in-page "Privacy Policy" title (page header already has it) */
body.safehome-privacy-policy .elementor .elementor-widget-heading .elementor-heading-title:is(h1) {
  display: none !important;
}

body.safehome-privacy-policy .elementor .elementor-element:has(> .elementor-widget-container > h1.elementor-heading-title) {
  display: none !important;
}

/* "Last Updated" as compact meta pill */
body.safehome-privacy-policy .elementor .elementor-element-2f44c72 .elementor-heading-title {
  display: inline-block !important;
  margin: 0 0 1.1rem !important;
  padding: 0.35rem 0.7rem !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 2px !important;
  background: #f8fafc !important;
  color: #374151 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  text-align: left !important;
}

/* Section titles (Information We Collect, etc.) — document icon + underline */
body.safehome-privacy-policy .elementor .elementor-widget-heading:not(.elementor-element-2f44c72) .elementor-heading-title:is(h2) {
  display: flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  width: 100% !important;
  margin: 0.85rem 0 0.4rem !important;
  padding: 0 0 0.45rem !important;
  border: none !important;
  border-bottom: 2px solid var(--brand-primary, #e30613) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-heading:not(.elementor-element-2f44c72) .elementor-heading-title:is(h2)::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.1em;
  height: 1.1em;
  background-color: var(--brand-primary, #e30613);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 12h8v2H8v-2zm0 4h8v2H8v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 12h8v2H8v-2zm0 4h8v2H8v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor,
body.safehome-privacy-policy .elementor .elementor-widget-text-editor p,
body.safehome-privacy-policy .elementor .elementor-widget-text-editor li {
  color: #333333 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor p {
  margin: 0 0 0.85rem !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor strong,
body.safehome-privacy-policy .elementor .elementor-widget-text-editor b {
  color: #111111 !important;
  font-weight: 700 !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor {
  margin-bottom: 0.35rem !important;
}

body.safehome-privacy-policy .elementor .elementor-widget-text-editor a {
  color: var(--footer-blue, #1684f7) !important;
  text-decoration: underline !important;
}

/* Converted dash lines → proper bullets */
body.safehome-privacy-policy ul.safehome-privacy-bullets {
  list-style: disc !important;
  list-style-position: outside !important;
  margin: 0 0 0.35rem 1.15rem !important;
  padding: 0 0 0 0.35rem !important;
  color: #333333 !important;
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.safehome-privacy-policy ul.safehome-privacy-bullets li {
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
  color: #333333 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

body.safehome-privacy-policy ul.safehome-privacy-bullets li::marker {
  color: var(--brand-primary, #e30613);
}

body.safehome-privacy-policy ul.safehome-privacy-bullets li:last-child {
  margin-bottom: 0 !important;
}

body.safehome-privacy-policy ul.safehome-privacy-bullets strong,
body.safehome-privacy-policy ul.safehome-privacy-bullets b {
  color: #111111 !important;
  font-weight: 700 !important;
}

/* ------------------------------------------------------------------
   About page — no Filters sidebar, custom hub (same pattern as Contact)
   safehome-about-page-v2
   ------------------------------------------------------------------ */
body.safehome-about-page #right-sidebar,
body.safehome-about-page #left-sidebar,
body.safehome-about-page .widget_woof,
body.safehome-about-page .woof,
body.safehome-about-page .WOOF_Widget,
body.page-id-1576 #right-sidebar,
body.page-id-1576 #left-sidebar {
  display: none !important;
}

body.safehome-about-page #primary,
body.safehome-about-page .content-area,
body.page-id-1576 #primary {
  float: none !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 1.25rem 3rem !important;
}

body.safehome-about-page #content-wrap,
body.safehome-about-page #main #content-wrap,
body.page-id-1576 #content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding-top: 0.5rem !important;
}

body.safehome-about-page .page-header {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body.safehome-about-page .page-header {
    padding: 0.85rem 0 1rem !important;
    background: #f3f4f6 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  body.safehome-about-page .page-header .page-header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 1.5rem;
    row-gap: 0.25rem;
  }

  body.safehome-about-page .page-header .page-header-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    color: #333333 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  body.safehome-about-page .page-header .page-subheading {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 !important;
    max-width: none;
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
  }

  body.safehome-about-page .page-header .site-breadcrumbs {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0 !important;
  }
}

body.safehome-about-page .elementor,
body.safehome-about-page .elementor-1576,
body.safehome-about-page .entry-content,
body.safehome-about-page .uagb-block,
body.safehome-about-page .wp-block-uagb-container {
  display: none !important;
}

.safehome-about {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
}

.safehome-about__intro {
  margin: 0 0 1.75rem;
}

.safehome-about__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--footer-blue, #1684f7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.safehome-about__heading {
  margin: 0 0 0.5rem;
  color: #111111;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}

.safehome-about__lead {
  margin: 0;
  max-width: 46rem;
  color: #555555;
  font-size: 16px;
  line-height: 1.55;
}

.safehome-about__group {
  margin: 1.5rem 0 0.35rem;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.safehome-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 0;
  margin: 0 0 1.25rem;
}

.safehome-about__block {
  min-width: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.safehome-about__title {
  margin: 0 0 0.4rem;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.safehome-about__block p,
.safehome-about__cta p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
}

.safehome-about__cta {
  margin: 1.75rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid #e6e6e6;
}

.safehome-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.safehome-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.25rem;
  border: 1px solid #1684f7;
  border-radius: 999px;
  background: #ffffff;
  color: #1684f7 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.safehome-about__btn:hover,
.safehome-about__btn:focus {
  background: #f3f8ff;
  color: #0d6fe0 !important;
}

.safehome-about__btn--primary {
  background: #1684f7;
  color: #ffffff !important;
}

.safehome-about__btn--primary:hover,
.safehome-about__btn--primary:focus {
  background: #0d6fe0;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .safehome-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safehome-about__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .safehome-about__block {
    padding: 1.15rem 1.35rem;
    border-bottom: 1px solid #e6e6e6;
  }

  .safehome-about__grid:not(.safehome-about__grid--3) .safehome-about__block:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }

  .safehome-about__grid--3 .safehome-about__block {
    border-right: 1px solid #e6e6e6;
  }

  .safehome-about__grid--3 .safehome-about__block:nth-child(3n) {
    border-right: 0;
  }

  .safehome-about__cta {
    padding: 1.75rem 0 0;
  }
}

@media (max-width: 767px) {
  body.safehome-about-page #primary,
  body.page-id-1576 #primary {
    padding: 0 0.85rem 2rem !important;
  }
}

/* ------------------------------------------------------------------
   Contact Us — no Filters sidebar, platform contact hub
   safehome-contact-page-v1
   ------------------------------------------------------------------ */
body.safehome-contact-page #right-sidebar,
body.safehome-contact-page #left-sidebar,
body.safehome-contact-page .widget_woof,
body.safehome-contact-page .woof,
body.safehome-contact-page .WOOF_Widget,
body.page-id-1577 #right-sidebar,
body.page-id-1577 #left-sidebar {
  display: none !important;
}

body.safehome-contact-page #primary,
body.safehome-contact-page .content-area,
body.page-id-1577 #primary {
  float: none !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 1.25rem 3rem !important;
}

body.safehome-contact-page #content-wrap,
body.safehome-contact-page #main #content-wrap,
body.page-id-1577 #content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding-top: 0.5rem !important;
}

body.safehome-contact-page .page-header {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body.safehome-contact-page .page-header {
    padding: 0.85rem 0 1rem !important;
    background: #f3f4f6 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  body.safehome-contact-page .page-header .page-header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 1.5rem;
    row-gap: 0.25rem;
  }

  body.safehome-contact-page .page-header .page-header-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    color: #333333 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  body.safehome-contact-page .page-header .page-subheading {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 !important;
    max-width: none;
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    white-space: nowrap;
  }

  body.safehome-contact-page .page-header .site-breadcrumbs {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0 !important;
  }

  body.safehome-contact-page .safehome-contact__lead {
    display: none;
  }
}

body.safehome-contact-page .elementor,
body.safehome-contact-page .elementor-1577 {
  display: none !important;
}

.safehome-contact {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
}

.safehome-contact__intro {
  margin: 0 0 1.75rem;
}

.safehome-contact__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--footer-blue, #1684f7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.safehome-contact__heading {
  margin: 0 0 0.5rem;
  color: #111111;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}

.safehome-contact__lead {
  margin: 0;
  max-width: 42rem;
  color: #555555;
  font-size: 16px;
  line-height: 1.55;
}

.safehome-contact__group {
  margin: 0 0 0.85rem;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.safehome-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 0;
  margin: 0 0 2rem;
}

.safehome-contact__grid--social {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.safehome-contact-card {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  min-height: 0;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none !important;
  color: inherit !important;
}

.safehome-contact-card__avatar {
  display: none;
}

.safehome-contact-card__content {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .safehome-contact-card {
    align-items: center;
    gap: 1rem;
    min-height: 88px;
    padding: 1rem 1.35rem;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .safehome-contact-card:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }

  .safehome-contact-card__avatar {
    display: block;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f4f6;
  }

  .safehome-contact-card:has(.safehome-contact-card__avatar) .safehome-contact-card__icon {
    display: none;
  }

  .safehome-contact-card:has(.safehome-contact-card__avatar) .safehome-contact-card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
  }

  .safehome-contact-card--whatsapp:hover,
  .safehome-contact-card--whatsapp:focus {
    opacity: 1;
  }

  .safehome-contact-card--whatsapp .safehome-contact-card__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .safehome-contact-card--whatsapp:hover .safehome-contact-card__value,
  .safehome-contact-card--whatsapp:focus .safehome-contact-card__value {
    background: #1ebe5d;
  }
}

.safehome-contact-card:hover,
.safehome-contact-card:focus {
  border-color: #eeeeee;
  box-shadow: none;
  transform: none;
  text-decoration: none !important;
  opacity: 0.85;
}

.safehome-contact-card__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: var(--footer-blue, #1684f7);
}

.safehome-contact-card--whatsapp .safehome-contact-card__icon {
  background: transparent;
  color: #25d366;
}

.safehome-contact-card--messenger .safehome-contact-card__icon {
  background: transparent;
  color: #006aff;
}

.safehome-contact-card--facebook .safehome-contact-card__icon {
  color: #1877f2;
}

.safehome-contact-card--instagram .safehome-contact-card__icon {
  color: #e1306c;
}

.safehome-contact-card--tiktok .safehome-contact-card__icon {
  color: #111111;
}

.safehome-contact-card--youtube .safehome-contact-card__icon {
  color: #ff0000;
}

.safehome-contact-card__icon svg {
  display: block;
}

.safehome-contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.safehome-contact-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}

.safehome-contact-card__value {
  font-size: 14px;
  color: #444444;
  word-break: break-word;
}

.safehome-contact-card__cta {
  display: none;
}

@media (max-width: 900px) {
  .safehome-contact__grid,
  .safehome-contact__grid--social {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.safehome-contact-page #primary,
  body.page-id-1577 #primary {
    padding: 0 0.85rem 2rem !important;
  }
}

/* Drawer/overlay closed by default on every viewport. Open only with .is-open on phones. */
.safehome-m-drawer,
.safehome-m-drawer-overlay {
  display: none !important;
}

@media (max-width: 767px) {
  .safehome-m-drawer.is-open {
    display: flex !important;
    flex-direction: column;
  }

  .safehome-m-drawer-overlay.is-open {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .safehome-m-menu-btn,
  .safehome-m-announce-cart {
    display: none !important;
  }
}

.safehome-add-to-cart-hidden {
  display: none !important;
}

.safehome-already-in-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem;
}

.safehome-already-in-cart__msg {
  margin: 0;
  color: #444;
  font-size: 14px;
}

.safehome-already-in-cart__btn,
a.safehome-already-in-cart__btn.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.4rem !important;
  background: #9b0b12 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.safehome-already-in-cart__btn:hover,
a.safehome-already-in-cart__btn.button:hover {
  background: #7f080e !important;
  color: #ffffff !important;
}

body.safehome-no-more-stock .owp-floating-bar form.cart,
body.safehome-no-more-stock .owp-floating-bar .single_add_to_cart_button,
body.safehome-no-more-stock form.cart .single_add_to_cart_button,
body.safehome-no-more-stock form.cart .quantity {
  display: none !important;
}

#payment .payment_methods li.payment_method_safehome_lmb label img,
#payment .payment_methods li.payment_method_safehome_lmb label .safehome-lmb-icons {
  display: none !important;
}

#payment .payment_methods li.payment_method_safehome_lmb .safehome-lmb-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  vertical-align: middle;
}

#payment .payment_methods li.payment_method_safehome_lmb .safehome-lmb-icons img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  border-radius: 4px;
}

#payment .payment_methods li.payment_method_safehome_lmb .safehome-lmb-icons--large {
  display: flex;
  gap: 10px;
  margin: 0 0 0.75rem;
}

#payment .payment_methods li.payment_method_safehome_lmb .safehome-lmb-icons--large img {
  height: 40px;
  max-width: 120px;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-icons {
  display: flex;
  gap: 10px;
  margin: 0 0 0.75rem;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-icons img {
  height: 40px;
  max-width: 120px;
  object-fit: contain;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-paycode {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: 0 0 0.55rem;
  padding: 0.55rem 0.75rem;
  background: #ffcb05;
  border-radius: 8px;
  max-width: 260px;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-paycode__label,
#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-paycode__code {
  margin: 0 !important;
  color: #000000 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-paycode__label {
  font-size: 12px !important;
}

#payment .payment_methods li.payment_method_mtn_momo .safehome-mtn-momo-paycode__code {
  font-size: 16px !important;
  letter-spacing: 0.05em;
}

#payment .payment_methods li.payment_method_cod .payment_box,
#payment .payment_methods li.payment_method_safehome_lmb .payment_box,
#payment .payment_methods li.payment_method_mtn_momo .payment_box,
#payment .payment_methods li.payment_method_safehome_card .payment_box,
#payment .payment_methods li.payment_method_pesapal .payment_box {
  display: block !important;
  padding: 0.15rem 0 0.55rem 1.75rem !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

#payment .payment_methods li.payment_method_cod .payment_box p,
#payment .payment_methods li.payment_method_safehome_lmb .payment_box p,
#payment .payment_methods li.payment_method_mtn_momo .payment_box p,
#payment .payment_methods li.payment_method_pesapal .payment_box p {
  margin: 0 !important;
  color: #666666 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

.safehome-card-box {
  max-width: 420px;
}

.safehome-card-box__intro {
  margin: 0 0 0.75rem !important;
  color: #666666 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

.safehome-card-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0.75rem;
}

.safehome-card-icons svg,
.safehome-card-icons .safehome-footer-payments__svg {
  display: block;
  width: 52px;
  height: 34px;
}

.safehome-card-box .form-row {
  margin: 0 0 0.7rem !important;
  padding: 0 !important;
}

.safehome-card-box .form-row label {
  display: block;
  margin: 0 0 0.3rem;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.safehome-card-box .form-row .input-text {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 0.45rem 0.7rem !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  font-size: 14px !important;
  letter-spacing: 0.02em;
}

.safehome-card-box .form-row-first,
.safehome-card-box .form-row-last {
  width: 48%;
}

.safehome-card-box .form-row-first {
  float: left;
}

.safehome-card-box .form-row-last {
  float: right;
}

@media (max-width: 767px) {
  .safehome-card-box .form-row-first,
  .safehome-card-box .form-row-last {
    float: none;
    width: 100%;
  }
}

form.woocommerce-checkout #place_order,
form.woocommerce-checkout #place_order.button,
form.woocommerce-checkout #place_order.alt,
#payment #place_order,
#payment #place_order.button.alt {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  background: #1b5e20 !important;
  background-color: #1b5e20 !important;
  border: 1px solid #1b5e20 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}

form.woocommerce-checkout #place_order:hover,
form.woocommerce-checkout #place_order:focus,
#payment #place_order:hover,
#payment #place_order:focus {
  background: #145218 !important;
  background-color: #145218 !important;
  border-color: #145218 !important;
  color: #ffffff !important;
}

form.woocommerce-checkout #place_order:disabled,
form.woocommerce-checkout #place_order.is-inactive,
#payment #place_order:disabled,
#payment #place_order.is-inactive {
  background: #8aa08c !important;
  background-color: #8aa08c !important;
  border-color: #8aa08c !important;
  color: #ffffff !important;
  opacity: 0.72 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

form.woocommerce-checkout.processing #place_order,
form.woocommerce-checkout #place_order.is-loading,
#payment #place_order.is-loading {
  background: #1b5e20 !important;
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
  color: transparent !important;
  opacity: 1 !important;
  cursor: wait !important;
  pointer-events: none;
}

form.woocommerce-checkout.processing #place_order::after,
form.woocommerce-checkout #place_order.is-loading::after,
#payment #place_order.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: safehome-place-order-spin 0.7s linear infinite;
}

@keyframes safehome-place-order-spin {
  to {
    transform: rotate(360deg);
  }
}

#payment .payment_methods li.payment_method_pesapal label .safehome-pesapal-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  vertical-align: middle;
}

#payment .payment_methods li.payment_method_pesapal label .safehome-pesapal-icons svg,
#payment .payment_methods li.payment_method_pesapal label .safehome-pesapal-icons .safehome-footer-payments__svg {
  display: block;
  width: 46px;
  height: 30px;
}

/* Checkout: field errors under each billing/shipping input */
.woocommerce-checkout #customer_details .safehome-field-error {
  display: block;
  color: #c81e1e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  margin: 6px 0 0;
}
.woocommerce-checkout #customer_details .safehome-field-error:empty {
  display: none;
}
.woocommerce-checkout #customer_details .form-row.safehome-has-error .input-text,
.woocommerce-checkout #customer_details .form-row.safehome-has-error select,
.woocommerce-checkout #customer_details .form-row.safehome-has-error textarea {
  border-color: #c81e1e !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .wc-block-order-confirmation-status {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 1.25rem;
}

body.woocommerce-order-received ul.woocommerce-order-overview,
body.woocommerce-order-received ul.woocommerce-thankyou-order-details,
body.woocommerce-order-received ul.order_details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.35rem 2.25rem !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}
body.woocommerce-order-received ul.woocommerce-order-overview::before,
body.woocommerce-order-received ul.woocommerce-order-overview::after,
body.woocommerce-order-received ul.order_details::before,
body.woocommerce-order-received ul.order_details::after {
  display: none !important;
  content: none !important;
}
body.woocommerce-order-received ul.woocommerce-order-overview li,
body.woocommerce-order-received ul.order_details li {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6b6b6b;
  line-height: 1.3;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong,
body.woocommerce-order-received ul.order_details li strong {
  display: block;
  margin-top: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
}
body.woocommerce-order-received ul.woocommerce-order-overview li.total strong,
body.woocommerce-order-received ul.woocommerce-order-overview li.total .woocommerce-Price-amount,
body.woocommerce-order-received ul.order_details li.total strong,
body.woocommerce-order-received ul.order_details li.total .woocommerce-Price-amount {
  color: #1b5e20 !important;
}
@media (max-width: 640px) {
  body.woocommerce-order-received ul.woocommerce-order-overview,
  body.woocommerce-order-received ul.order_details {
    grid-template-columns: 1fr !important;
  }
}

/* Phone promo carousel — hidden on laptop/desktop only */
@media (min-width: 768px) {
  body.home .safehome-m-banners {
    display: none !important;
  }

  body.home:has(.safehome-d-banners) .safehome-home-banner {
    display: none !important;
  }

  body.home .elementor-element-m1ftxxd,
  body.home .elementor-element-m1ftxxd > .elementor-container,
  body.home .elementor-element-46iqs1i,
  body.home .elementor-element-46iqs1i .elementor-widget-container {
    overflow: visible !important;
  }

  body.home .safehome-d-banners {
    display: block;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 0 8px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent;
    line-height: 0;
    box-sizing: border-box !important;
  }

  body.home .safehome-d-banners__track {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.home .safehome-d-banners__track::-webkit-scrollbar {
    display: none;
  }

  body.home .safehome-d-banners__slide {
    box-sizing: border-box !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start;
    line-height: 0;
    cursor: pointer;
  }

  body.home .safehome-d-banners__slide picture {
    display: block !important;
    width: 100% !important;
    line-height: 0;
  }

  #safehome-new-arrivals,
  body.home .elementor-element-17809ip {
    scroll-margin-top: 90px;
  }

  body.home .safehome-d-banners__slide img,
  body.home .elementor-element-46iqs1i .safehome-d-banners__slide img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    /* Keep source aspect (27000×6000 → 9/2); do not stretch taller */
    aspect-ratio: auto;
    object-fit: contain !important;
    object-position: center center;
  }

  body.home .safehome-d-banners__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 48px;
    height: 72px;
    padding: 0;
    border: none;
    background: transparent;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.home .safehome-d-banners__btn:hover,
  body.home .safehome-d-banners__btn:focus {
    color: #000000;
  }

  body.home .safehome-d-banners__btn--prev {
    left: 8px;
  }

  body.home .safehome-d-banners__btn--next {
    right: 8px;
  }

  body.home .safehome-d-banners__btn svg {
    display: block;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.7));
  }
}

@media (min-width: 1200px) {
  body.home .safehome-d-banners__slide img,
  body.home .elementor-element-46iqs1i .safehome-d-banners__slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto;
    object-fit: contain !important;
    object-position: center center;
  }
}

/* Product share — below Category (desktop: copy link; phone styles in mobile-shop.css) */
body.single-product .safehome-product-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  margin: 0.85rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid #e5e5e5;
}

body.single-product .safehome-product-share__label {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
}

body.single-product .safehome-product-share__wa,
body.single-product .safehome-product-share__copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.45rem 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  font-family: inherit;
}

body.single-product .safehome-product-share__wa {
  color: #128c7e;
  border-color: #128c7e;
}

body.single-product .safehome-product-share__wa-num {
  display: none;
}

body.single-product .safehome-product-share__wa:hover,
body.single-product .safehome-product-share__wa:focus {
  background: #128c7e;
  color: #ffffff;
}

body.single-product .safehome-product-share__copy:hover,
body.single-product .safehome-product-share__copy:focus {
  border-color: var(--brand-primary, #e30613);
  color: var(--brand-primary, #e30613);
}

body.single-product .safehome-product-share__copy.is-copied {
  border-color: #128c7e;
  color: #128c7e;
}

body.single-product .safehome-product-share svg {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  body.single-product .safehome-product-share__copy {
    order: -1;
  }
}

/* Product review submit feedback (Reviews tab) */
body.single-product .safehome-review-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.single-product .safehome-review-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.single-product .safehome-review-notice--success {
  background: #ecfdf5;
  border-color: #34d399;
  color: #065f46;
}

body.single-product .safehome-review-notice--warning {
  background: #fffbeb;
  border-color: #fbbf24;
  color: #92400e;
}

body.single-product .safehome-review-notice--error {
  background: #fef2f2;
  border-color: #f87171;
  color: #991b1b;
}

body.single-product .safehome-review-notice__icon::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

body.single-product .safehome-review-notice--success .safehome-review-notice__icon::before {
  content: "✓";
  background: #10b981;
  color: #fff;
}

body.single-product .safehome-review-notice--warning .safehome-review-notice__icon::before {
  content: "!";
  background: #f59e0b;
  color: #fff;
}

body.single-product .safehome-review-notice__text {
  flex: 1;
}

/* ------------------------------------------------------------------
   Signed-in auth component — top bar + My Account + products
   ------------------------------------------------------------------ */
.safehome-announcement-bar.is-signed-in .safehome-announcement-bar__privacy .safehome-announcement-bar__settings {
  color: #1684f7 !important;
}

.safehome-announcement-bar.is-signed-in .safehome-announcement-bar__wish-icon {
  color: #e30613 !important;
}

.safehome-announcement-bar.is-signed-in .safehome-announcement-bar__orders-icon {
  color: #f59e0b !important;
}

.safehome-announcement-bar.is-signed-in .safehome-announcement-bar__lock {
  color: #22c55e !important;
}

.safehome-announcement-bar.is-signed-in .safehome-announcement-bar__auth-link--signed-in {
  letter-spacing: 0.01em;
}

body.woocommerce-account.logged-in .owp-account-links {
  display: none !important;
}

body.woocommerce-account.logged-in #content-wrap,
body.woocommerce-account.logged-in .content-area,
body.woocommerce-account.logged-in #main {
  background: #ffffff !important;
}

body.safehome-auth-dashboard .entry-title,
body.safehome-auth-dashboard .page-header,
body.safehome-auth-products .entry-title,
body.safehome-auth-products .page-header {
  display: none !important;
}

.safehome-auth {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
  box-sizing: border-box;
}

.safehome-auth__banner {
  margin: 0 0 1.75rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #ececec;
}

.safehome-auth__status {
  margin: 0 0 0.45rem;
  color: var(--brand-primary, #e30613);
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.safehome-auth__hello {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.safehome-auth__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

.safehome-auth__title {
  margin: 0 0 0.85rem !important;
  color: #111111 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.safehome-auth__copy {
  margin: 0 0 0.85rem;
  color: #555555;
  font-size: 14px;
  line-height: 1.55;
}

.safehome-auth__copy a {
  color: #111111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.safehome-auth__copy a:hover,
.safehome-auth__copy a:focus {
  color: var(--brand-primary, #e30613);
}

.safehome-auth__copy--muted {
  color: #777777;
  font-size: 13px;
}

.safehome-auth__products-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
}

.safehome-auth__products-head .safehome-auth__title {
  margin: 0 !important;
}

.safehome-auth__all {
  color: var(--brand-primary, #e30613) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.safehome-auth__all:hover,
.safehome-auth__all:focus {
  text-decoration: underline !important;
}

.safehome-auth--products {
  max-width: none;
}

.safehome-auth__empty {
  margin: 0;
  color: #777777;
  font-size: 14px;
}

body.safehome-auth-products .woocommerce-MyAccount-content {
  width: 100%;
}

@media (max-width: 991px) {
  body.safehome-auth-products .safehome-auth-catalog .safehome-home-filters-slot,
  body.safehome-auth-products .safehome-auth-catalog .safehome-home-filters {
    display: none !important;
  }

  body.safehome-auth-products .safehome-auth-catalog,
  body.safehome-auth-products .safehome-auth-catalog .safehome-home-catalog__main {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  body.safehome-auth-products .safehome-auth-catalog.safehome-home-catalog {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    column-gap: 2.75rem !important;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
  }

  body.safehome-auth-products .safehome-auth-catalog .safehome-home-filters-slot {
    display: block !important;
    position: sticky;
    top: 118px;
    align-self: start;
    z-index: 30;
    width: 240px;
    max-width: 240px;
    background: #ffffff;
  }

  body.safehome-auth-products .safehome-auth-catalog .safehome-home-filters {
    display: block !important;
    padding: 0 6px 0 0;
    background: #ffffff;
  }

  body.safehome-auth-products .safehome-auth-catalog .safehome-home-catalog__main {
    display: block;
    min-width: 0;
    width: auto;
  }

  body.safehome-auth-products .safehome-home-filters__heading {
    margin: 0 0 1.15rem;
    padding: 0;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  body.safehome-auth-products .safehome-home-filters__section {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.15rem 0 0.85rem;
  }

  body.safehome-auth-products .safehome-home-filters__section:first-of-type {
    border-top: 1px solid #e6e6e6;
  }

  body.safehome-auth-products .safehome-home-filters__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0.85rem 0 0.55rem;
    border: 0;
    background: transparent;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
  }

  body.safehome-auth-products .safehome-home-filters__plusminus {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
  }

  body.safehome-auth-products .safehome-home-filters__plusminus::before,
  body.safehome-auth-products .safehome-home-filters__plusminus::after {
    content: "";
    position: absolute;
    background: #111111;
  }

  body.safehome-auth-products .safehome-home-filters__plusminus::before {
    left: 0;
    top: 5px;
    width: 12px;
    height: 1.5px;
  }

  body.safehome-auth-products .safehome-home-filters__plusminus::after {
    left: 5px;
    top: 0;
    width: 1.5px;
    height: 12px;
  }

  body.safehome-auth-products .safehome-home-filters__section.is-open .safehome-home-filters__plusminus::after {
    display: none;
  }

  body.safehome-auth-products .safehome-home-filters__body {
    display: none;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0 0 0.35rem;
  }

  body.safehome-auth-products .safehome-home-filters__section.is-open .safehome-home-filters__body {
    display: flex;
  }

  body.safehome-auth-products .safehome-home-filters__option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none !important;
  }

  body.safehome-auth-products .safehome-home-filters__radio,
  body.safehome-auth-products .safehome-home-filters__check {
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1.5px solid #cfcfcf;
    background: #ffffff;
  }

  body.safehome-auth-products .safehome-home-filters__radio {
    border-radius: 50%;
  }

  body.safehome-auth-products .safehome-home-filters__check {
    border-radius: 3px;
  }

  body.safehome-auth-products .safehome-home-filters__option.is-checked .safehome-home-filters__radio {
    border-color: #111111;
    background: radial-gradient(circle at center, #111111 0 5px, #ffffff 5.5px);
  }

  body.safehome-auth-products .safehome-home-filters__option.is-checked .safehome-home-filters__check {
    border-color: #111111;
    background: #ffffff;
    position: relative;
  }

  body.safehome-auth-products .safehome-home-filters__option.is-checked .safehome-home-filters__check::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #111111;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
  }

  body.safehome-auth-products .safehome-home-filters__name {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.safehome-auth-products .safehome-home-filters__count {
    margin-left: 0.2rem;
    color: #b0b0b0;
    font-weight: 400;
  }
}

body.safehome-auth-products .safehome-auth-catalog ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.15rem 1.2rem !important;
  width: 100% !important;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

@media (min-width: 768px) {
  body.safehome-auth-products .safehome-auth-catalog ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

body.safehome-auth-products .safehome-auth-catalog ul.products > li.product,
body.safehome-auth-products .safehome-auth-catalog ul.products > li.product.col,
body.safehome-auth-products .safehome-auth-catalog ul.products > li.product[class*="span_"] {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

body.safehome-auth-products .safehome-auth-catalog ul.products li.product img {
  display: block;
  width: 100%;
  height: auto;
}

body.safehome-auth-products ul.products li.product.safehome-featured-new .woo-entry-image,
body.safehome-auth-products ul.products li.product.safehome-featured-new .image-wrap,
body.safehome-auth-products ul.products li.product.safehome-featured-new .safehome-card-media {
  position: relative;
}

body.safehome-auth-products ul.products li.product.safehome-featured-new .safehome-new-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 7;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0.28rem 0.7rem !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 15px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--safehome-products a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--safehome-products.is-active a {
  font-weight: 700;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--safehome-products.is-active a {
  color: var(--brand-primary, #e30613);
}

/* Hide My Account sidebar (avatar + nav) — content only */
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-tabs,
body.woocommerce-account.logged-in .oceanwp-user-profile {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.safehome-cart-empty .page-header,
body.safehome-cart-empty .site-breadcrumbs,
body.safehome-cart-empty .woocommerce-breadcrumb,
body.safehome-cart-empty .woocommerce-info,
body.safehome-cart-empty .cart-empty,
body.safehome-cart-empty .return-to-shop {
  display: none !important;
}

body.safehome-cart-empty #content {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}

.safehome-empty-cart {
  max-width: 640px;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 2.5rem;
}

.safehome-empty-cart__heading {
  margin: 0 0 1.15rem;
  color: #111111;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.safehome-empty-cart__card {
  width: 100%;
  margin: 0;
  padding: 2.25rem 1.5rem 1.75rem;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: none;
  text-align: center;
}

.safehome-empty-cart__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 1.1rem;
}

.safehome-empty-cart__title {
  margin: 0 0 0.55rem;
  color: #111111;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.safehome-empty-cart__text {
  display: none;
}

.safehome-empty-cart__shop {
  display: inline-block;
  margin: 0 0 1.5rem;
  color: #1684f7 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.safehome-empty-cart__shop:hover,
.safehome-empty-cart__shop:focus {
  color: #0b6bd4 !important;
  text-decoration: underline !important;
}

.safehome-empty-cart__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 360px;
  margin: 0 auto;
}

.safehome-empty-cart__signin,
.safehome-empty-cart__signup {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}

.safehome-empty-cart__signin {
  background: #111111 !important;
  border: 1px solid #111111;
  color: #ffffff !important;
}

.safehome-empty-cart__signup {
  background: #ffffff !important;
  border: 1px solid #d9d9d9;
  color: #111111 !important;
}

.safehome-empty-cart__btn {
  display: none;
}




