/** Shopify CDN: Minification failed

Line 1543:1 Expected "}" to go with "{"

**/
/*
 * Bedz King Storefront 1.0
 * Navigation and global shell styles
 *
 * Ownership:
 * - Header
 * - Desktop navigation
 * - Mobile navigation
 * - Search disclosure
 * - Desktop category sidebar
 * - Footer
 *
 * Product, collection, page and cart styles do not belong here.
 */

/*
 * Migration reminder
 *
 * Legacy page-specific CSS snippets still contain duplicated header,
 * navigation and footer rules:
 *
 * - snippets/css-front.liquid
 * - snippets/css-collection.liquid
 * - snippets/css-product.liquid
 *
 * During Storefront 1.0, migrate each component into this file and
 * remove the matching legacy rules from those snippets.
 *
 * Do not solve future conflicts by increasing selector specificity
 * or adding !important unless required temporarily for diagnosis.
 *
 * Before finalizing the footer:
 * 1. Identify all active legacy footer rules.
 * 2. Move footer ownership into bedz-navigation.css.
 * 3. Remove the duplicated rules from each active legacy snippet.
 * 4. Confirm the browser applies one footer rule set only.
 */

/*
 * Header cart count badge
 *
 * Migrated from the legacy inline hc-custom block
 * in layout/theme.liquid.
 */

.cart-btn {
  position: relative;
  overflow: visible;
}

.cart-btn .cart-count.header-bar__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d71920;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
}

.cart-btn .cart-count.hidden-count {
  display: none;
}

/*
 * Header structure
 *
 * Migrated from inline styles in snippets/header-bar.liquid.
 * Existing legacy class names remain in place to avoid regressions.
 */

/* Bedz King reusable SVG icons */
.bedz-icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: -0.125em;
  color: currentColor;
  pointer-events: none;
}

.bedz-header-table {
  width: 100%;
}

.bedz-header-logo-link {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
}

.bedz-header-logo-link img {
  display: block;
  margin: 0 auto;
}

.bedz-header-search-cell {
  padding: 0 5px !important;
  vertical-align: middle;
}

.bedz-header-search-form {
  position: relative;
  display: block;
  width: 100%;
  min-width: 280px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.bedz-header-search-submit {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  width: 40px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #999;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
}

.bedz-header-search-input {
  display: block;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 8px 12px 8px 42px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box !important;
}

.bedz-header-action-cell {
  width: auto;
  height: 58px;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

/*
 * Responsive header cells
 *
 * Search and Track Order are available from 992px.
 * Secure Checkout is available from 1025px.
 */
header.site-header
  .logo-and-icons
  .bedz-header-search-cell.bedz-header-search-cell,
header.site-header
  .logo-and-icons
  div.mw_header-button-cell.track-btn-cell.bedz-header-action-cell,
header.site-header
  .logo-and-icons
  .table
  > div.mw_header-button-cell.cart-btn-cell.checkout-btn-cell.bedz-header-action-cell.bedz-header-checkout-cell {
  display: none;
}

@media screen and (min-width: 992px) {
  header.site-header
    .logo-and-icons
    .bedz-header-search-cell.bedz-header-search-cell,
  header.site-header
    .logo-and-icons
    div.mw_header-button-cell.track-btn-cell.bedz-header-action-cell {
    display: table-cell;
  }

  header.site-header
    .logo-and-icons
    .bedz-header-search-cell.bedz-header-search-cell {
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  header.site-header
    .logo-and-icons
    .table
    > div.mw_header-button-cell.cart-btn-cell.checkout-btn-cell.bedz-header-action-cell.bedz-header-checkout-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1025px) {
  header.site-header
    .logo-and-icons
    div.mw_header-button-cell.checkout-btn-cell.bedz-header-checkout-cell {
    display: table-cell;
  }
}

/*
 * Header action links
 */
header.site-header .logo-and-icons
  div.mw_header-button-cell.bedz-header-action-cell
  > a {
  position: relative;
  display: flex;
  width: 100%;
  height: 58px;
  min-height: 58px;
  margin: 0;
  padding: 0 3px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #1479c4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

header.site-header .logo-and-icons
  div.mw_header-button-cell.bedz-header-action-cell
  > a .bedz-icon {
  display: block;
  margin: 0 auto;
}

header.site-header .logo-and-icons
  div.mw_header-button-cell.bedz-header-action-cell
  > a .bedz-header-action-label {
  display: block;
  margin: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.bedz-header-checkout-cell {
  vertical-align: middle;
}

.bedz-mobile-search-input {
  font-size: 16px;
}

/*
 * Mobile header column layout
 */
@media screen and (max-width: 767px) {
  .bedz-header-table {
    table-layout: fixed;
  }

  .bedz-header-table > .site-header__logo {
    width: 50%;
    padding: 0;
    text-align: center;
  }

  .bedz-header-table > .bedz-header-action-cell {
    width: 16.6667%;
    padding: 0;
    text-align: center;
  }

  .bedz-header-logo-link,
  .bedz-header-logo-link img,
  .bedz-header-action-cell .search-btn,
  .bedz-header-action-cell .cart-btn,
  .bedz-header-action-cell .menu-btn {
    float: none;
  }
}
/* =========================================================
   Footer 1.0
   Permanent owner: assets/bedz-navigation.css
   ========================================================= */

.bedz-footer {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #1f2933;
}

.bedz-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  box-sizing: border-box;
}

.bedz-footer__intro {
  margin: 0 0 36px;
  text-align: center;
}

.bedz-footer__eyebrow {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bedz-footer__statement {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.bedz-footer__navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0 0 40px;
}

.bedz-footer__group {
  min-width: 0;
}

.bedz-footer__heading,
.bedz-footer__social-heading {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.bedz-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bedz-footer__links li {
  margin: 0 0 10px;
}

.bedz-footer__links li:last-child {
  margin-bottom: 0;
}

.bedz-footer a {
  color: #ffffff;
  text-decoration: none;
}

.bedz-footer__links a,
.bedz-footer__legal a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
}

.bedz-footer a:hover {
  text-decoration: underline;
}

.bedz-footer a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  border-radius: 2px;
}

.bedz-footer__service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin: 0;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.bedz-footer__shipping {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 14px;
}

.bedz-footer__shipping:hover {
  text-decoration: none;
}

.bedz-footer__shipping-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.bedz-footer__shipping-icon .bedz-icon {
  display: block;
}

.bedz-footer__shipping-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  line-height: 1.4;
}

.bedz-footer__shipping-copy strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.bedz-footer__social {
  text-align: right;
}

.bedz-footer__social-heading {
  margin-bottom: 12px;
}

.bedz-footer__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.bedz-footer__social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-sizing: border-box;
}

.bedz-footer__social-link:hover {
  border-color: #ffffff;
  text-decoration: none;
}

.bedz-footer__social-link .bedz-icon {
  display: block;
}

.bedz-footer__bottom {
  display: flex;
  margin: 0;
  padding: 22px 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bedz-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.bedz-footer__copyright {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

/* Footer 1.0 — tablet */
@media screen and (max-width: 991px) {
  .bedz-footer__inner {
    padding-top: 40px;
  }

  .bedz-footer__navigation {
    gap: 24px;
  }

  .bedz-footer__service {
    grid-template-columns: 1fr;
  }

  .bedz-footer__social {
    text-align: left;
  }

  .bedz-footer__social-links {
    justify-content: flex-start;
  }

  .bedz-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bedz-footer__copyright {
    text-align: left;
    white-space: normal;
  }
}

/* Footer 1.0 — mobile */
@media screen and (max-width: 767px) {
  .bedz-footer__inner {
    padding: 34px 18px 20px;
  }

  .bedz-footer__intro {
    margin-bottom: 30px;
    text-align: left;
  }

  .bedz-footer__statement {
    font-size: 24px;
  }

  .bedz-footer__navigation {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }

  .bedz-footer__heading,
  .bedz-footer__social-heading {
    font-size: 17px;
  }

  .bedz-footer__links a,
  .bedz-footer__legal a {
    font-size: 16px;
  }

  .bedz-footer__service {
    gap: 26px;
    padding: 26px 0;
  }

  .bedz-footer__shipping {
    align-items: flex-start;
  }

  .bedz-footer__shipping-copy strong {
    font-size: 17px;
  }

  .bedz-footer__social-link {
    width: 46px;
    height: 46px;
  }

  .bedz-footer__bottom {
    padding-top: 20px;
  }

  .bedz-footer__legal {
    flex-direction: column;
    gap: 10px;
  }
}
/* Footer 1.0 — responsive correction */

@media screen and (max-width: 767px) {
  .bedz-footer__inner {
    padding: 34px 20px 22px;
  }

  .bedz-footer__intro {
    margin-bottom: 30px;
    text-align: center;
  }

  .bedz-footer__statement {
    font-size: 24px;
  }

  .bedz-footer__navigation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }

  .bedz-footer__service {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 0;
  }

  .bedz-footer__shipping {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }

  .bedz-footer__shipping-copy {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .bedz-footer__shipping-copy strong {
    font-size: 17px;
  }

  .bedz-footer__social {
    width: 100%;
    text-align: left;
  }

  .bedz-footer__social-links {
    justify-content: flex-start;
  }

  .bedz-footer__bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .bedz-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* Global Navigation 1.0 — mobile finishing corrections */
@media screen and (max-width: 767px) {
  header.site-header #search-container .table {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 10px;
    align-items: center;
    gap: 8px;
  }

  header.site-header #search-container .table .table-cell {
    display: block;
    padding: 0;
  }

  header.site-header #search-container .table .table-cell:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  header.site-header #search-container .table .table-cell:last-child {
    flex: 0 0 40px;
    width: 40px;
    padding: 0;
    text-align: center;
  }

  header.site-header #search-container .bedz-mobile-search-input {
    width: 100% !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  header.site-header #search-container .submitbutton {
    display: flex;
    width: 40px;
    height: 34px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  header.site-header #search-container .submitbutton .bedz-icon {
    display: block;
    margin: 0;
  }

  .bedz-footer__statement {
    font-size: 20px;
    line-height: 1.25;
    white-space: nowrap;
  }
}


/* Global Navigation 1.0 — compact mobile footer link grids */
@media screen and (max-width: 767px) {
  .bedz-footer__navigation {
    gap: 24px;
  }

  .bedz-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 10px;
  }

  .bedz-footer__links li,
  .bedz-footer__links li:last-child {
    margin: 0;
  }

  .bedz-footer__links a {
    display: block;
  }

  .bedz-footer__legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    column-gap: 18px;
    row-gap: 10px;
  }

  .bedz-footer__legal a {
    display: block;
  }
}


/* Global Navigation 1.0-3 — dependable single-tap footer links */
@media screen and (max-width: 767px) {
  .bedz-footer__links a,
  .bedz-footer__legal a {
    position: relative;
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.18);
  }
}
/* =========================================================
   HEADER — SECURE CHECKOUT TEXT COLOR

   Change Secure Checkout text and lock icon to black.
   Preserve the existing orange gradient, border and layout.
   ========================================================= */

header.site-header
  .logo-and-icons
  .mw_header-button-cell
  .checkout-btn,
header.site-header
  .logo-and-icons
  .mw_header-button-cell
  .checkout-btn:hover,
header.site-header
  .logo-and-icons
  .mw_header-button-cell
  .checkout-btn:focus,
header.site-header
  .logo-and-icons
  .mw_header-button-cell
  .checkout-btn:active,
header.site-header
  .logo-and-icons
  .mw_header-button-cell
  .checkout-btn .fa {
  color: #111 !important;
}

/* =========================================================
   NAVIGATION 2.0 — DESKTOP PRIMARY NAVIGATION

   Ownership:
   - Desktop navigation bar
   - Desktop dropdown panels
   - Desktop navigation typography and spacing

   Mobile and tablet navigation remain unchanged.
   ========================================================= */

.bedz-global-nav {
  display: none;
}

@media screen and (min-width: 1025px) {
  .bedz-global-nav {
    position: relative;
    z-index: 40;
    display: block;
    width: 100%;
    background: #fff;
  }

  .bedz-global-nav__inner {
  display: flex;
  width: min(100% - 32px, 1180px);
  min-height: 42px;
  margin: -10px auto 0;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}

  .bedz-global-nav__disclosure {
    position: static;
    margin: 0;
  }

  .bedz-global-nav__trigger,
  .bedz-global-nav__direct-link {
    display: inline-flex;
    min-height: 38px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #1479c4;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
  }

  .bedz-global-nav__trigger {
    list-style: none;
  }

  .bedz-global-nav__trigger::-webkit-details-marker {
    display: none;
  }

  .bedz-global-nav__trigger:hover,
  .bedz-global-nav__trigger:focus-visible,
  .bedz-global-nav__direct-link:hover,
  .bedz-global-nav__direct-link:focus-visible {
    color: #0c5f9e;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .bedz-global-nav__trigger:focus-visible,
  .bedz-global-nav__direct-link:focus-visible {
    outline: 2px solid #1479c4;
    outline-offset: -3px;
  }

  .bedz-global-nav__chevron {
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }

  .bedz-global-nav__disclosure[open]
    > .bedz-global-nav__trigger
    .bedz-global-nav__chevron {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  .bedz-global-nav__panel {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 50;
    width: min(calc(100vw - 40px), 1180px);
    padding: 30px 34px 32px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .bedz-global-nav__panel--compact {
    width: min(calc(100vw - 40px), 430px);
    left: auto;
    transform: none;
  }

  .bedz-global-nav__columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
  }

  .bedz-global-nav__group {
    min-width: 0;
  }

  .bedz-global-nav__heading {
    margin: 0 0 15px;
    color: #1479c4;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
  }

  .bedz-global-nav__links,
  .bedz-global-nav__help-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bedz-global-nav__links li,
  .bedz-global-nav__help-links li {
    margin: 0 0 11px;
  }

  .bedz-global-nav__links li:last-child,
  .bedz-global-nav__help-links li:last-child {
    margin-bottom: 0;
  }

  .bedz-global-nav__links a,
  .bedz-global-nav__help-links a {
    display: inline-block;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  .bedz-global-nav__links a:hover,
  .bedz-global-nav__links a:focus-visible,
  .bedz-global-nav__help-links a:hover,
  .bedz-global-nav__help-links a:focus-visible {
    color: #1479c4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .bedz-global-nav__links a:focus-visible,
  .bedz-global-nav__help-links a:focus-visible {
    outline: 2px solid #1479c4;
    outline-offset: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .bedz-global-nav__links a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bedz-nav-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 34px;
    color: #222;
  }

  .bedz-nav-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bedz-global-nav__links a:hover .bedz-nav-icon,
  .bedz-global-nav__links a:focus-visible .bedz-nav-icon {
    color: #1479c4;
  }
}
/* =========================================================
   TEMPORARY LEGACY COMPATIBILITY

   css.min.css currently forces all header table cells visible.
   Remove this rule when css.min.css is retired and the header
   visibility rules are fully owned by bedz-navigation.css.
   ========================================================= */

@media screen and (max-width: 1024px) {
  header.site-header
    .logo-and-icons
    .table
    > div.mw_header-button-cell.checkout-btn-cell.bedz-header-checkout-cell {
    display: none !important;
  }
}
/* =========================================================
   TEMPORARY COMPACT HEADER BREAKPOINT CONTROL

   These rules override legacy responsive utility classes in
   css.min.css. Remove the important declarations when the
   legacy stylesheet is retired.
   ========================================================= */

/* 768–991px: Search, Contact Us, Cart and Menu */
@media screen and (min-width: 768px) and (max-width: 991px) {
  header.site-header
    .logo-and-icons
    .bedz-header-contact-cell,
  header.site-header
    .logo-and-icons
    .menu-btn-cell {
    display: table-cell !important;
  }

  header.site-header
    .logo-and-icons
    .bedz-header-track-cell,
  header.site-header
    .logo-and-icons
    .bedz-header-checkout-cell {
    display: none !important;
  }
}

/* 992–1024px: Search, Contact Us, Track Order, Cart and Menu */
@media screen and (min-width: 992px) and (max-width: 1024px) {
  header.site-header
    .logo-and-icons
    .bedz-header-contact-cell,
  header.site-header
    .logo-and-icons
    .bedz-header-track-cell,
  header.site-header
    .logo-and-icons
    .menu-btn-cell {
    display: table-cell !important;
  }

  header.site-header
    .logo-and-icons
    .bedz-header-checkout-cell {
    display: none !important;
  }
}

/* 1025px and above: desktop header, no hamburger */
@media screen and (min-width: 1025px) {
  header.site-header
    .logo-and-icons
    .menu-btn-cell {
    display: none !important;
  }
}
/* =========================================================
   COMPACT NAVIGATION 2.0 — MOBILE AND TABLET

   Shared Navigation 2.0 presentation inside #menu-container
   through 1024px.

   Temporary compatibility declarations may be removed when
   the legacy grid and responsive CSS owners are retired.
   ========================================================= */

@media screen and (min-width: 750px) and (max-width: 1024px) {
  header.site-header #menu-container {
    display: flow-root !important;
    clear: both;
    width: 100%;
    background: #ffffff;
  }

  header.site-header #menu-container.hide {
    display: none !important;
  }

  header.site-header #menu-container > .grid__item {
    float: none;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  header.site-header
    #menu-container
    .bedz-global-nav--compact {
    display: block;
    width: 100%;
    background: #ffffff;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__inner {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__disclosure {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link {
    display: flex;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 14px 18px;
    border: 0;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #1479c4;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger {
    list-style: none;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger::-webkit-details-marker {
    display: none;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger:hover,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger:focus-visible,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link:hover,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link:focus-visible {
    background: #f5f7f9;
    color: #0f5f9c;
    text-decoration: none;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__trigger:focus-visible,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: -3px;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__chevron {
    display: block;
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__disclosure[open]
    > .bedz-global-nav__trigger
    .bedz-global-nav__chevron {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__panel {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0 18px 20px;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    transform: none;
    box-sizing: border-box;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__panel--compact {
    width: 100%;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__group {
    min-width: 0;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__heading {
    margin: 0 0 10px;
    color: #1479c4;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links li,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links li {
    margin: 0;
    border-bottom: 1px solid #edf0f2;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links li:last-child,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links li:last-child {
    border-bottom: 0;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links a {
    display: flex;
    min-height: 48px;
    padding: 8px 0;
    align-items: center;
    gap: 12px;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    box-sizing: border-box;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a:hover,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a:focus-visible,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links a:hover,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links a:focus-visible {
    color: #1479c4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a:focus-visible,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__help-links a:focus-visible {
    outline: 2px solid #1479c4;
    outline-offset: 2px;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-nav-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 34px;
    color: #222222;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-nav-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a:hover
    .bedz-nav-icon,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links a:focus-visible
    .bedz-nav-icon {
    color: #1479c4;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    > .bedz-global-nav__inner
    > .bedz-global-nav__direct-link {
    border-bottom: 1px solid #e5e7eb;
  }
}

/* =========================================================
   COMPACT NAVIGATION 2.0 — FINAL MENU REFINEMENTS

   Applies only inside the hamburger menu through 1024px.
   Desktop Navigation 2.0 remains unchanged.
   ========================================================= */

@media screen and (max-width: 1024px) {
  /* Hide the Shop Bunk Beds heading while leaving its content visible. */
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__disclosure--shop
    > .bedz-global-nav__trigger {
    display: none;
  }

  /* Use two columns for Shop by Color and Featured. */
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links--two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links--two-column
    > li {
    min-width: 0;
    margin: 0;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__links--two-column
    > li
    > a {
    width: 100%;
  }

  /* Style the single Mattresses link under Features. */
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__mattresses-item
    > a {
    color: #1479c4;
  }

  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__mattresses-item
    > a:hover,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__mattresses-item
    > a:focus-visible {
    color: #0f5f9c;
  }

  /* Hide duplicate bottom links in the hamburger menu. */
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link--mattresses,
  header.site-header
    #menu-container
    .bedz-global-nav--compact
    .bedz-global-nav__direct-link--special-offers {
    display: none;
  }
  /* Compact Mattresses link below Shop by Color */
@media screen and (max-width: 1024px) {
  header.site-header
    #menu-container
    .bedz-global-nav__compact-mattresses {
    margin: -8px 0 0;
    border-bottom: 1px solid #edf0f2;
  }

  header.site-header
    #menu-container
    .bedz-global-nav__compact-mattresses
    > a {
    display: flex;
    min-height: 48px;
    padding: 8px 0;
    align-items: center;
    color: #0f5f9c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
  }
}