/**
 * Safe Home — phone chrome (Figma). Laptop/desktop is not affected:
 * this file is enqueued with media="(max-width: 767px)".
 */
@media screen and (max-width: 767px) {
  :root {
    --safehome-announce-h: 44px;
    --sh-m-blue: #1684f7;
    --sh-m-red: #e30613;
    --sh-m-search: #5eb3ff;
  }

  .safehome-announcement-bar {
    display: grid !important;
    grid-template-columns: 44px 1fr 52px !important;
    align-items: center !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 8px !important;
    row-gap: 0 !important;
    overflow: visible !important;
    pointer-events: auto;
  }

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

  .safehome-announcement-bar__text {
    grid-column: 2 !important;
    order: 0 !important;
    font-size: 12px !important;
    letter-spacing: 0.04em;
    white-space: nowrap !important;
  }

  .safehome-announcement-bar__pen {
    color: #ffffff !important;
  }

  .safehome-m-menu-btn,
  #safehome-m-menu-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    pointer-events: auto !important;
    z-index: 100030;
    position: relative;
  }

  .safehome-m-menu-btn svg,
  .safehome-m-menu-btn path {
    display: block;
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  #safehome-m-announce-cart,
  .safehome-m-announce-cart {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    justify-self: end;
    position: relative;
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 4px !important;
    background: #e30613 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    z-index: 100030;
  }

  #site-header.minimal-header .oceanwp-mobile-menu-icon,
  #site-header .oceanwp-mobile-menu-icon {
    display: none !important;
  }

  .safehome-m-drawer-overlay {
    display: none !important;
    position: fixed;
    inset: 0;
    z-index: 100090;
    background: rgba(0, 0, 0, 0.45);
  }

  .safehome-m-drawer-overlay.is-open {
    display: block !important;
  }

  .safehome-m-drawer {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100091;
    width: min(86vw, 360px);
    height: 100%;
    background: #ffffff;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .safehome-m-drawer.is-open {
    display: flex !important;
    flex-direction: column;
  }

  .safehome-m-drawer__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0.75rem 3rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .safehome-m-drawer__title {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .safehome-m-drawer__close {
    position: absolute;
    top: 10px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #e30613;
    color: #ffffff;
    cursor: pointer;
  }

  .safehome-m-drawer__close svg {
    fill: #ffffff;
    color: #ffffff;
  }

  .safehome-m-drawer__close:hover,
  .safehome-m-drawer__close:focus {
    background: #c10510;
    color: #ffffff;
  }

  .safehome-m-drawer__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #eeeeee;
  }

  .safehome-m-drawer__tab {
    margin: 0;
    padding: 0.85rem 0.5rem;
    border: none;
    border-right: 1px solid #eeeeee;
    background: transparent;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .safehome-m-drawer__tab:last-child {
    border-right: none;
  }

  .safehome-m-drawer__tab.is-active {
    color: #111111;
    box-shadow: inset 0 -3px 0 #111111;
  }

  .safehome-m-drawer__panel {
    display: none;
    padding: 1rem 1rem 1.5rem;
  }

  .safehome-m-drawer__panel.is-active {
    display: block;
  }

  .safehome-m-drawer__pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
  }

  .safehome-m-drawer__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 40px;
    padding: 0.45rem 0.6rem;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: #f7f7f7;
    color: #111111 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
  }

  .safehome-m-drawer__pill--new.is-active,
  .safehome-m-drawer__pill--best.is-active {
    border-color: #111111;
    background: #111111;
    color: #ffffff !important;
  }

  .safehome-m-drawer__cats,
  .safehome-m-drawer__account {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .safehome-m-drawer__cat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.7rem 0.15rem;
    color: #111111 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f3f3f3;
  }

  .safehome-m-drawer__cat.is-active {
    background: #f7f7f7;
  }

  .safehome-m-drawer__thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 999px;
    background: #f0f0f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

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

  .safehome-m-drawer__letter {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
  }

  .safehome-m-drawer__name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .safehome-m-drawer__chevron {
    color: #c4c4c4;
  }

  .safehome-m-drawer__account a {
    display: block;
    padding: 0.9rem 0.15rem;
    color: #111111 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid #f3f3f3;
  }

  body.safehome-m-drawer-open {
    overflow: hidden;
  }

  #safehome-m-announce-cart,
  .safehome-m-announce-cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    justify-self: end;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #e30613 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    z-index: 100030;
  }

  .safehome-m-announce-cart svg {
    display: block;
    fill: currentColor;
  }

  .safehome-m-announce-cart__count {
    position: absolute;
    top: -5px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }

  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,
  .safehome-header-cart,
  #safehome-header-cart {
    display: none !important;
  }

  .safehome-m-drawer__account-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 0.15rem;
    color: #111111 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid #f3f3f3;
  }

  .safehome-header-phone {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    min-width: 0 !important;
    margin: 0 8px 0.35rem 0.35rem !important;
    z-index: 4;
  }

  .safehome-header-phone__link {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 0.35rem !important;
  }

  .safehome-header-phone__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2325D366' d='M12.04 2C6.58 2 2.15 6.43 2.15 11.89c0 1.96.56 3.81 1.54 5.4L2 22l4.86-1.61a9.84 9.84 0 0 0 5.18 1.48h.01c5.46 0 9.89-4.43 9.89-9.89C21.94 6.43 17.5 2 12.04 2zm5.76 14.08c-.24.67-1.39 1.28-1.94 1.36-.5.07-1.13.1-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.26-4.79-4.19-4.93-4.38-.14-.19-1.15-1.53-1.15-2.92 0-1.39.73-2.07.99-2.36.26-.29.57-.36.76-.36h.55c.17 0 .41-.07.64.49.24.58.81 2 .88 2.14.07.14.12.31.02.5-.1.19-.14.31-.29.48-.14.17-.3.38-.43.51-.14.14-.29.29-.12.57.17.28.74 1.22 1.59 1.98 1.1.97 2.02 1.27 2.3 1.41.29.14.45.12.62-.07.17-.19.71-.83.9-1.11.19-.28.38-.24.64-.14.26.1 1.67.79 1.96.93.29.14.48.21.55.33.07.12.07.69-.17 1.36z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .safehome-header-phone__icon i,
  .safehome-header-phone__icon i::before {
    display: block !important;
    width: 24px !important;
    height: 24px !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__link {
    color: inherit !important;
  }

  .safehome-header-phone__icon,
  .safehome-header-phone__icon i {
    color: transparent !important;
  }

  .safehome-header-phone__number {
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap;
  }

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

  .safehome-header-phone__momo,
  .safehome-header-phone__momo-code {
    display: block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .safehome-header-phone__momo-code {
    font-size: 11px !important;
  }

  #site-header.minimal-header {
    padding: 0 !important;
  }

  #site-header.minimal-header #site-header-inner,
  #site-header.minimal-header #site-header-inner.safehome-header-ready {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    row-gap: 0 !important;
    padding: 0 0 0.15rem 3px !important;
  }

  .safehome-header-search-spacer {
    display: block !important;
    visibility: hidden !important;
    pointer-events: none !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 47px !important;
    min-height: 47px !important;
  }

  .safehome-header-search,
  #safehome-header-search {
    position: fixed !important;
    top: calc(var(--safehome-announce-h, 44px) + 3px) !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    z-index: 100050 !important;
    grid-column: unset !important;
    grid-row: unset !important;
  }

  #safehome-header-search .safehome-shop-fab,
  .safehome-header-search .safehome-shop-fab,
  .safehome-shop-fab {
    display: none !important;
  }

  #safehome-header-search .safehome-shop-fab:active,
  .safehome-header-search .safehome-shop-fab:active {
    transform: scale(0.97) !important;
  }

  #site-header .safehome-header-searchform .searchform,
  #site-header #safehome-header-search .searchform {
    width: 100% !important;
    border: 1px solid #8a8a8a !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #site-header .safehome-header-searchform input.search-field,
  #site-header #safehome-header-search input.search-field,
  #site-header #safehome-header-search input[type="search"] {
    padding: 0.7rem 0.85rem !important;
    font-size: 14px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #ffffff !important;
  }

  #site-header .safehome-header-searchform button.safehome-search-submit,
  #site-header #safehome-header-search button.safehome-search-submit {
    width: 48px !important;
    min-width: 48px !important;
    min-height: 44px !important;
    background: var(--sh-m-search) !important;
  }

  #site-header.minimal-header #site-logo {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    align-self: start !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #site-header.minimal-header #site-logo-inner,
  #site-header.minimal-header #site-logo #site-logo-inner a,
  #site-header.minimal-header #site-logo #site-logo-inner a.custom-logo-link {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 153px !important;
  }

  /* Beat brand-tokens (#site-logo #site-logo-inner a img) max-height/min-width */
  body #site-header.minimal-header #site-logo #site-logo-inner a img,
  body #site-header.minimal-header #site-logo #site-logo-inner a img.custom-logo,
  body #site-header.minimal-header #site-logo a.custom-logo-link img,
  body #site-header.minimal-header #site-logo img.custom-logo,
  body #site-header #site-logo #site-logo-inner a img {
    max-height: 56px !important;
    max-width: 153px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  #site-header .safehome-header-cats {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    border-top: none !important;
  }

  #site-header .safehome-header-cats__inner {
    padding: 0.2rem 2rem !important;
  }

  #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;
    font-weight: 700 !important;
    text-decoration: 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;
  }

  #site-header .safehome-header-cats__link {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  #site-header .safehome-header-cats__link:hover,
  #site-header .safehome-header-cats__link:focus,
  #site-header .safehome-header-cats__link--home:hover,
  #site-header .safehome-header-cats__link--home:focus {
    color: var(--footer-blue, #1684f7) !important;
  }

  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;
    align-self: stretch !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;
    gap: 0.5rem !important;
    padding: 0.35rem 12px 0.25rem !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

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

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

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.oceanwp-row,
  .woocommerce-page ul.products.oceanwp-row,
  .woocommerce ul.products[class*="columns-"],
  body.home ul.products,
  body.home .elementor-element-e1d35ec ul.products,
  body.home .elementor-element-e1d35ec .elementor-widget-container ul.products,
  body.woocommerce ul.products,
  body.woocommerce-page ul.products,
  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.home ul.products:not(:has(> li.archive-product-container)),
  body.tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 0.65rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  .woocommerce ul.products::before,
  .woocommerce ul.products::after,
  body.home ul.products::before,
  body.home ul.products::after {
    display: none !important;
    content: none !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce.columns-1 ul.products li.product,
  .woocommerce ul.products li.product.col,
  .woocommerce ul.products li.product[class*="span_"],
  body.home ul.products > li.product,
  body.home ul.products > li.product.col,
  body.home ul.products > li.product[class*="span_"],
  body.woocommerce ul.products > li.archive-product-container,
  body.woocommerce ul.products > li.product,
  body.tax-product_cat ul.products > li.product,
  .elementor-element-e1d35ec ul.products > li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
  }

  ul.products li.product .product-inner,
  ul.products > li.archive-product-container li.product {
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  ul.products li.product .woo-entry-image img,
  ul.products > li.archive-product-container li.product .shopengine-product-thumb img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  ul.products li.product .safehome-new-badge {
    display: none !important;
  }

  body.home ul.products li.product.safehome-featured-new .safehome-new-badge {
    display: inline-flex !important;
  }

  body.home .elementor-element-e1d35ec ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track) > li.product:nth-child(n+15),
  body.woocommerce ul.products:not(.safehome-marquee__featured):not(.safehome-marquee__row-track) > li.product:nth-child(n+15),
  body.woocommerce ul.products:not(.safehome-marquee__featured) > li.archive-product-container:nth-child(n+15),
  body.tax-product_cat ul.products > li.product:nth-child(n+15),
  body.tax-product_cat ul.products > li.archive-product-container:nth-child(n+15) {
    display: none !important;
  }

  .elementor-element-e1d35ec .safehome-marquee,
  .elementor-element-e1d35ec .safehome-marquee__rows {
    display: contents;
  }

  .elementor-element-e1d35ec .safehome-marquee ul.products,
  .elementor-element-e1d35ec ul.products.safehome-marquee__featured,
  .elementor-element-e1d35ec ul.products.safehome-marquee__row-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html,
  body {
    min-height: 100% !important;
    min-height: 100dvh !important;
  }

  body {
    display: flex !important;
    flex-direction: column !important;
  }

  #outer-wrap {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  #wrap {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: calc(100dvh - var(--safehome-announce-h, 44px)) !important;
    margin-bottom: 0 !important;
  }

  #main,
  #content-wrap {
    flex: 0 0 auto !important;
  }

  #footer {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    background-color: var(--footer-blue, #1684f7) !important;
  }

  #footer-widgets {
    flex: 0 0 auto !important;
    background-color: var(--footer-blue, #1684f7) !important;
  }

  #footer-bottom {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    margin-bottom: 0 !important;
    padding-top: 0.85rem !important;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
    border-bottom: none !important;
    background-color: var(--footer-blue, #1684f7) !important;
  }

  #footer-bottom #copyright {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Phone footer: DB product categories before Contact Info */
  #footer-widgets .footer-widgets-inner {
    display: flex !important;
    flex-direction: column !important;
  }

  #footer-widgets .safehome-m-footer-cats {
    display: block !important;
    order: 1 !important;
    margin: 0 0 1.75rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #footer-widgets .footer-box.col-1 {
    order: 2 !important;
  }

  #footer-widgets .footer-box.col-3 {
    order: 3 !important;
  }

  #footer-widgets .safehome-footer-delivery {
    order: 4 !important;
  }

  #footer-widgets .safehome-footer-apps {
    order: 5 !important;
  }

  #footer-widgets .footer-box.col-4 {
    order: 6 !important;
  }

  #footer-widgets .safehome-m-footer-cats .widget-title {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.85rem !important;
  }

  #footer-widgets .safehome-m-footer-cats__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #footer-widgets .safehome-m-footer-cats__list li {
    margin: 0 0 0.7rem !important;
    padding: 0 !important;
  }

  #footer-widgets .safehome-m-footer-cats__list li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
  }

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

  /* Hide static Store Categories widget; keep Payment Method */
  #footer-widgets .footer-box.col-3 > .footer-widget:first-child {
    display: none !important;
  }

  #footer-widgets .safehome-footer-payments__logos {
    max-width: 200px;
    margin-top: 0.15rem;
  }

  /* Phone: empty catalog banner (footer / drawer category with 0 products) */
  .elementor-element-e1d35ec .woocommerce-info,
  .elementor-element-e1d35ec .woocommerce-no-products-found,
  .safehome-home-empty,
  .safehome-home-empty__alert {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1rem !important;
    padding: 0.85rem 2.5rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #f8b4b4 !important;
    background: #fdf2f2 !important;
    color: #9b1c1c !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 0.925rem !important;
    line-height: 1.4 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .safehome-home-empty {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .elementor-element-e1d35ec .woocommerce-info::before {
    display: none !important;
  }

  .safehome-home-empty__text {
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
    color: #9b1c1c !important;
    font-size: 0.925rem !important;
  }

  .safehome-home-empty__close {
    position: absolute !important;
    right: 0.65rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    background: transparent !important;
    color: #9b1c1c !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  body.safehome-catalog-empty .safehome-products-nav,
  body.safehome-catalog-empty .elementor-element-1752ea7 {
    display: none !important;
  }

  /* Contact Info + scroll-top: webfont glyphs fail on phone — use SVG */
  #footer-widgets .contact-info-widget li i,
  #footer-widgets .contact-info-widget li .owp-icon {
    position: relative !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    background-color: #ffffff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 18px 18px !important;
  }

  #footer-widgets .contact-info-widget li i::before,
  #footer-widgets .contact-info-widget li i::after,
  #footer-widgets .contact-info-widget li .owp-icon::before,
  #footer-widgets .contact-info-widget li .owp-icon svg {
    content: none !important;
    display: none !important;
  }

  #footer-widgets .contact-info-widget li:nth-child(1) i,
  #footer-widgets .contact-info-widget li:nth-child(1) .owp-icon {
    background-size: 22px 22px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2325D366' d='M12.04 2C6.58 2 2.15 6.43 2.15 11.89c0 1.96.56 3.81 1.54 5.4L2 22l4.86-1.61a9.84 9.84 0 0 0 5.18 1.48h.01c5.46 0 9.89-4.43 9.89-9.89C21.94 6.43 17.5 2 12.04 2zm5.76 14.08c-.24.67-1.39 1.28-1.94 1.36-.5.07-1.13.1-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.26-4.79-4.19-4.93-4.38-.14-.19-1.15-1.53-1.15-2.92 0-1.39.73-2.07.99-2.36.26-.29.57-.36.76-.36h.55c.17 0 .41-.07.64.49.24.58.81 2 .88 2.14.07.14.12.31.02.5-.1.19-.14.31-.29.48-.14.17-.3.38-.43.51-.14.14-.29.29-.12.57.17.28.74 1.22 1.59 1.98 1.1.97 2.02 1.27 2.3 1.41.29.14.45.12.62-.07.17-.19.71-.83.9-1.11.19-.28.38-.24.64-.14.26.1 1.67.79 1.96.93.29.14.48.21.55.33.07.12.07.69-.17 1.36z'/%3E%3C/svg%3E") !important;
  }

  #footer-widgets .contact-info-widget li:nth-child(2) i,
  #footer-widgets .contact-info-widget li:nth-child(2) .owp-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E") !important;
  }

  #footer-widgets .contact-info-widget li:nth-child(3) i,
  #footer-widgets .contact-info-widget li:nth-child(3) .owp-icon,
  #footer-widgets .contact-info-widget li:nth-child(n+3) i,
  #footer-widgets .contact-info-widget li:nth-child(n+3) .owp-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M12 1a9 9 0 0 0-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2a7 7 0 0 1 14 0v2h-4v8h3c1.66 0 3-1.34 3-3v-7a9 9 0 0 0-9-9z'/%3E%3C/svg%3E") !important;
  }

  #scroll-top {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    background-color: #111111 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7.4 15.4 12 10.8l4.6 4.6L18 14l-6-6-6 6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 22px !important;
    bottom: 84px !important;
  }

  #scroll-top i,
  #scroll-top .owp-icon,
  #scroll-top svg,
  #scroll-top::before,
  #scroll-top::after {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
  }

  #scroll-top i::before,
  #scroll-top .owp-icon::before {
    content: none !important;
    display: none !important;
  }

  .safehome-m-toolbar {
    display: none !important;
  }

  /* Hide WP Mobile Bottom Menu (cart / scan / bell / account) on phones */
  .bnav_bottom_nav_wrapper,
  .bnav_placeholder_outter_wrap,
  .bnav_sub_menu_wrapper,
  .bnav_overlay_close_all {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  /* Phone homepage: use mobile_banner carousel, hide desktop banner */
  body.home .safehome-home-banner {
    display: none !important;
  }

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

  body.home .safehome-m-banners__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 8%;
    padding: 0 8%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  body.home .safehome-m-banners__track::-webkit-scrollbar {
    display: none;
  }

  body.home .safehome-m-banners__slide {
    flex: 0 0 84%;
    scroll-snap-align: center;
    border-radius: 18px;
    overflow: hidden;
    background: #f3f3f3;
    line-height: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  #safehome-new-arrivals,
  .elementor-element-17809ip {
    scroll-margin-top: 70px;
  }

  body.home .safehome-m-banners__slide img,
  body.home .elementor-element-46iqs1i .safehome-m-banners__slide img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    /* Never crop banner text — show full frame */
    object-fit: contain !important;
    object-position: center center !important;
    pointer-events: none;
  }

  body.single-product .owp-product-nav-wrap {
    width: 100% !important;
    margin: 0 0 12px !important;
    text-align: left !important;
  }

  body.single-product .owp-product-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  body.single-product .owp-product-nav li {
    float: none !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
  }

  body.single-product .owp-product-nav li .owp-nav-thumb {
    display: none !important;
  }

  body.single-product .owp-product-nav li a.owp-nav-text {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  body.single-product .owp-product-nav li a.owp-nav-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    line-height: 1 !important;
    border: 2px solid #111111 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-sizing: border-box;
  }

  body.single-product .owp-product-nav li a.owp-nav-link .owp-icon,
  body.single-product .owp-product-nav li a.owp-nav-link i {
    display: none !important;
  }

  body.single-product .owp-product-nav li a.owp-nav-link::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2.5px solid #111111;
    border-right: 2.5px solid #111111;
    box-sizing: border-box;
  }

  body.single-product .owp-product-nav li a.owp-nav-link.prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
  }

  body.single-product .owp-product-nav li a.owp-nav-link.next::after {
    transform: rotate(45deg);
    margin-right: 3px;
  }

  body.single-product .owp-product-nav li a.owp-nav-link:hover,
  body.single-product .owp-product-nav li a.owp-nav-link:focus {
    background: #e30613 !important;
    border-color: #e30613 !important;
  }

  body.single-product .owp-product-nav li a.owp-nav-link:hover::after,
  body.single-product .owp-product-nav li a.owp-nav-link:focus::after {
    border-color: #ffffff;
  }

  body.single-product .safehome-product-share {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.5rem;
  }

  body.single-product .safehome-product-share__label {
    flex: 0 0 auto;
    margin: 0;
  }

  body.single-product .safehome-product-share__wa,
  body.single-product .safehome-product-share__copy {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    font-size: 13px;
    white-space: nowrap;
  }

  body.single-product .safehome-product-share__wa {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #ffffff !important;
    font-size: 13px;
  }

  body.single-product .safehome-product-share__wa-num {
    display: inline !important;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  body.single-product .safehome-product-share__wa:hover,
  body.single-product .safehome-product-share__wa:focus {
    background: #1ebe5d !important;
    color: #ffffff !important;
  }

  body.single-product .safehome-product-share__copy {
    min-height: 44px;
  }

  /* Related products — 2 columns like homepage (overrides OceanWP mobile-1-col) */
  body.single-product section.related.products ul.products,
  body.single-product .woocommerce section.related.products ul.products,
  body.single-product section.related.products ul.products.mobile-1-col {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 0.65rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  body.single-product section.related.products ul.products > li.product,
  body.single-product .woocommerce section.related.products ul.products > li.product,
  body.single-product section.related.products ul.products.mobile-1-col > li.product,
  body.single-product .woocommerce .products.oceanwp-row.mobile-1-col .product,
  body.single-product .woocommerce .products.mobile-1-col .product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
  }

  /* Ocean product share — under Related products */
  body.single-product .oew-product-share,
  body.single-product .oew-product-share.safehome-after-related-share {
    margin: 1.25rem 12px 1.5rem !important;
    padding: 0 !important;
    clear: both;
  }

  /* Phone: open the product page, not OceanWP/ShopEngine quick-view dialog */
  ul.products li.product .owp-quick-view,
  ul.products li.product a.owp-quick-view,
  ul.products li.product .shopengine-quickview-trigger,
  ul.products li.product .woo-quickview-btn,
  ul.products li.product .safehome-card-quickview {
    display: none !important;
  }

  #owp-qv-wrap,
  .owp-qv-overlay,
  html.owp-qv-open #owp-qv-wrap,
  body.owp-qv-open #owp-qv-wrap {
    display: none !important;
  }

  /* Contact Us — phone layout only */
  body.safehome-contact-page .page-header,
  body.page-id-1577 .page-header {
    display: none !important;
  }

  body.safehome-contact-page #primary,
  body.safehome-contact-page .content-area,
  body.page-id-1577 #primary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 14px 2.25rem !important;
  }

  body.safehome-contact-page #content-wrap,
  body.page-id-1577 #content-wrap {
    padding-top: 0.35rem !important;
    padding-bottom: 0 !important;
  }

  body.safehome-contact-page .safehome-contact {
    padding: 0.25rem 0 0.5rem !important;
  }

  body.safehome-contact-page .safehome-contact__intro {
    margin: 0 0 1.15rem !important;
  }

  body.safehome-contact-page .safehome-contact__eyebrow {
    font-size: 11px !important;
  }

  body.safehome-contact-page .safehome-contact__heading {
    font-size: 22px !important;
    margin-bottom: 0.4rem !important;
  }

  body.safehome-contact-page .safehome-contact__lead {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.safehome-contact-page .safehome-contact__group {
    font-size: 13px !important;
    margin: 0 0 0.65rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.safehome-contact-page .safehome-contact__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 1rem !important;
    row-gap: 0 !important;
    margin: 0 0 1.5rem !important;
  }

  body.safehome-contact-page .safehome-contact__grid--social {
    grid-template-columns: 1fr 1fr !important;
  }

  body.safehome-contact-page .safehome-contact-card {
    align-items: center !important;
    min-height: 0 !important;
    padding: 0.7rem 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.safehome-contact-page .safehome-contact-card:hover,
  body.safehome-contact-page .safehome-contact-card:focus {
    transform: none !important;
    box-shadow: none !important;
  }

  body.safehome-contact-page .safehome-contact-card__icon {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.safehome-contact-page .safehome-contact-card__title {
    font-size: 13px !important;
  }

  body.safehome-contact-page .safehome-contact-card__value {
    font-size: 12px !important;
  }

  body.safehome-contact-page .safehome-contact-card__cta {
    display: none !important;
  }

  body.safehome-contact-page .safehome-contact__grid--social .safehome-contact-card {
    flex-direction: row !important;
    align-items: center !important;
    text-align: left;
    min-height: 0 !important;
    padding: 0.7rem 0 !important;
    gap: 0.55rem !important;
  }

  body.safehome-contact-page .safehome-contact__grid--social .safehome-contact-card__body {
    align-items: flex-start;
  }

  /* About — phone layout only */
  body.safehome-about-page .page-header,
  body.page-id-1576 .page-header {
    display: none !important;
  }

  body.safehome-about-page #primary,
  body.safehome-about-page .content-area,
  body.page-id-1576 #primary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 14px 2.25rem !important;
  }

  body.safehome-about-page #content-wrap,
  body.page-id-1576 #content-wrap {
    padding-top: 0.35rem !important;
    padding-bottom: 0 !important;
  }

  body.safehome-about-page .safehome-about {
    padding: 0.25rem 0 0.5rem !important;
  }

  body.safehome-about-page .safehome-about__intro {
    margin: 0 0 1.15rem !important;
  }

  body.safehome-about-page .safehome-about__eyebrow {
    font-size: 11px !important;
  }

  body.safehome-about-page .safehome-about__heading {
    font-size: 22px !important;
    margin-bottom: 0.4rem !important;
  }

  body.safehome-about-page .safehome-about__lead,
  body.safehome-about-page .safehome-about__block p,
  body.safehome-about-page .safehome-about__cta p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.safehome-about-page .safehome-about__group {
    font-size: 13px !important;
    margin: 1.15rem 0 0.15rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.safehome-about-page .safehome-about__grid,
  body.safehome-about-page .safehome-about__grid--3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin: 0 0 0.75rem !important;
  }

  body.safehome-about-page .safehome-about__block {
    padding: 0.85rem 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  body.safehome-about-page .safehome-about__title {
    font-size: 15px !important;
  }

  body.safehome-about-page .safehome-about__cta {
    margin-top: 1.15rem !important;
    padding-top: 1.15rem !important;
  }

  body.safehome-about-page .safehome-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.safehome-about-page .safehome-about__btn {
    width: 100%;
  }

  /* My Account — stacked rows, Sign in first then Sign up (phone only) */
  .safehome-account-auth-page {
    margin-top: 1rem !important;
    margin-bottom: 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:not(.logged-in) #customer_login h2,
  .safehome-account-auth__title {
    font-size: 26px !important;
    text-align: left !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;
  }

  body.safehome-cart-empty #main,
  body.safehome-cart-empty #content-wrap,
  body.safehome-cart-empty #content,
  body.safehome-cart-empty .content-area {
    background: #f4f4f4 !important;
  }

  body.safehome-cart-empty .safehome-empty-cart {
    padding: 0.35rem 16px 2rem;
  }

  body.safehome-cart-empty .safehome-empty-cart__heading {
    margin-bottom: 0.9rem;
    font-size: 26px;
  }

  body.safehome-cart-empty .safehome-empty-cart__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 58vh;
    padding: 2.5rem 1.15rem 1.6rem;
    border-radius: 10px;
  }

  body.safehome-cart-empty .safehome-empty-cart__icon svg {
    width: 96px;
    height: 96px;
  }

  body.safehome-cart-empty .safehome-empty-cart__actions {
    width: 100%;
    max-width: none;
  }

  .safehome-help-fab {
    position: fixed;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 100080;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .safehome-help-fab[hidden] {
    display: none !important;
  }

  .safehome-help-fab:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  body.safehome-m-drawer-open .safehome-help-fab,
  body.safehome-help-open .safehome-help-fab {
    display: none !important;
  }

  .safehome-help-veil {
    display: none !important;
    position: fixed;
    inset: 0;
    z-index: 100084;
    background: rgba(0, 0, 0, 0.45);
  }

  .safehome-help-veil.is-open {
    display: block !important;
  }

  .safehome-help-sheet {
    display: none !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100085;
    max-height: 92vh;
    overflow: auto;
    background: #ffffff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
  }

  .safehome-help-sheet.is-open {
    display: block !important;
  }

  .safehome-help-sheet__head {
    background: #111111;
    color: #ffffff;
    padding: 14px 16px 52px;
    border-radius: 18px 18px 0 0;
  }

  .safehome-help-sheet__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .safehome-help-sheet__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
  }

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

  .safehome-help-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }

  .safehome-help-sheet__hello {
    margin: 0 0 4px;
    color: #c8c8c8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }

  .safehome-help-sheet__title {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
  }

  .safehome-help-sheet__body {
    padding: 0 16px 20px;
    margin-top: -36px;
  }

  .safehome-help-sheet__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
  }

  .safehome-help-sheet__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 96px;
    padding: 12px 8px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    color: #111111 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
  }

  .safehome-help-sheet__card-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
  }

  .safehome-help-sheet__message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .safehome-help-sheet__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  .safehome-help-sheet__social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
  }

  /* Cart page — phone only */
  body.woocommerce-cart:not(.safehome-cart-empty) #main,
  body.woocommerce-cart:not(.safehome-cart-empty) #content-wrap,
  body.woocommerce-cart:not(.safehome-cart-empty) #content,
  body.woocommerce-cart:not(.safehome-cart-empty) .content-area {
    background: #f4f4f4 !important;
  }

  body.woocommerce-cart:not(.safehome-cart-empty) .page-header {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0.35rem 4px 0.85rem !important;
    text-align: left !important;
  }

  body.woocommerce-cart:not(.safehome-cart-empty) .page-header-title,
  body.woocommerce-cart:not(.safehome-cart-empty) .page-header h1 {
    margin: 0 !important;
    color: #111111 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  body.woocommerce-cart:not(.safehome-cart-empty) .site-breadcrumbs,
  body.woocommerce-cart:not(.safehome-cart-empty) .breadcrumb-trail,
  body.woocommerce-cart:not(.safehome-cart-empty) nav.woocommerce-breadcrumb {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    margin: 0 0 14px !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart thead {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart tbody {
    display: block !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) 36px;
    grid-template-areas:
      "thumb name remove"
      "thumb price price"
      "qty qty qty"
      "sub sub sub";
    gap: 6px 12px;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 14px 12px 12px !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    box-sizing: border-box;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    background: transparent !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr.cart_item td:before {
    float: none !important;
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail {
    grid-area: thumb;
    text-align: left !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
    display: block !important;
  }

  body.woocommerce-cart table.cart img,
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
    width: 88px !important;
    max-width: 88px !important;
    height: 88px !important;
    object-fit: cover !important;
    border-radius: 10px;
    background: #f7f7f7;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img:not(:first-of-type),
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail .flex-control-nav,
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail .thumbnails,
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail ol {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name {
    grid-area: name;
    align-self: start;
    min-width: 0;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name a {
    color: #111111 !important;
    text-decoration: none !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-remove {
    grid-area: remove;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    text-align: right !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 1 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #e30613 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart a.remove:hover,
  body.woocommerce-cart .woocommerce table.shop_table.cart a.remove:focus {
    background: #c10510 !important;
    color: #ffffff !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price {
    grid-area: price;
    color: #1b5e20 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .woocommerce-Price-amount {
    color: #1b5e20 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-quantity {
    grid-area: qty;
    padding-top: 6px !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-quantity:before {
    display: block !important;
    content: attr(data-title) !important;
    margin: 0 0 6px !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-quantity .quantity {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
    grid-area: sub;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 4px !important;
    padding-top: 10px !important;
    border-top: 1px solid #eeeeee !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal:before {
    display: inline !important;
    content: attr(data-title) !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .woocommerce-Price-amount {
    color: #1b5e20 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.actions {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
    background: transparent !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.actions:before {
    display: none !important;
  }

  body.woocommerce-cart table.cart td.actions .coupon,
  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions button[name="apply_coupon"],
  body.woocommerce-cart table.cart td.actions input[name="apply_coupon"] {
    display: none !important;
  }

  body.woocommerce-cart table.cart td.actions,
  body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
    display: none !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 16px 14px 18px !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0 0 12px !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100% !important;
    border: 0 !important;
    margin: 0 0 14px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals table th,
  body.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 8px 0 !important;
    border-color: #eeeeee !important;
    background: transparent !important;
    font-size: 14px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals .fee td,
  body.woocommerce-cart .cart-collaterals .cart_totals .fee .woocommerce-Price-amount {
    color: #1b5e20 !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
  body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
  body.woocommerce-cart .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
    color: #1b5e20 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #e30613 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase !important;
    text-decoration: none !important;
  }

  body.woocommerce-cart .cart-collaterals .cross-sells {
    display: none !important;
  }
}
