/** Shopify CDN: Minification failed

Line 44:0 Unexpected "{"
Line 59:17 Expected identifier but found whitespace
Line 59:27 Unexpected ";"

**/
.nav-mega .site-nav .site-nav__link{
  padding: 18px 15px;
}

.nav-mega .site-nav .site-nav__link:hover{
    color: #000000;
}

.site-nav__dropdown{
  top: unset;
  left: 0;
  min-width: 200px;
  width: auto;
  white-space: nowrap;
}

.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom,
li.site-nav__item.site-nav__item-normal{
  position: relative;
}

.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:hover .site-nav__dropdown,
.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:focus .site-nav__dropdown,
  li.site-nav__item.site-nav__item-normal:hover .site-nav__dropdown,
  li.site-nav__item.site-nav__item-normal:focus .site-nav__dropdown{
    opacity: 1;
    display: block;
    z-index: 99999;
    animation: marginNav 0.5s;
}

.site-nav__dropdown .nav-links{
  padding: 0;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:not(:first-child) .mega-col-inner .menu-title,
{
  margin-bottom: 5px;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:not(:first-child) .mega-col-inner .menu-title a,
.site-nav__dropdown-container a{
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  cursor: pointer;
  white-space: nowrap;
}
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  cursor: pointer;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:not(:first-child) .mega-col-inner .menu-title a:hover,
.site-nav__dropdown-container a:hover{
  color: #000000 !important;
  cursor: context-menu;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:first-child .mega-col-inner .menu-title a{
  display: inline-block;
  font-size: 14px;
  width: 100%;
  transition: all ease .3s;
  line-height: 30px;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:first-child .mega-col-inner .menu-title a:hover{
  transform: translateX(10px);
}


.mega-col-inner a{
  color: var(--color-label_text);
}

.mega-col-inner a:hover{
  color: var(--color-label_text_hover);
}

.mega-col-inner .widget-inner a{ 
  font-size: 13px;
}

.mega-col-inner .widget-inner li{
  margin: 0;
  padding-bottom: 4px;
  transition: all ease .3s;
  line-height: 1.714;
}
.mega-col-inner .widget-inner li:hover{
  transform: translateX(10px);
}

.nav-mega .products_menu .card-wrapper {
  width: 50%;
}

li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:first-child .mega-col{
  margin-bottom: 0;
}

.mega-col{
  margin-bottom: 15px;
}

.site-nav__item-mega--custom .dropdown-toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: unset;
}

.block-html .image-box--placeholder.placeholder .placeholder-svg{
  width: 100%;
}

@media(max-width: 991px){
  .nav-mega{
    position: fixed;
    top: 0;
    left: -330px;
    bottom: 0;
    z-index: 99999;
    width: 330px;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s ease-in;
    visibility: hidden;
  }

  li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:first-child .mega-col{
    margin-bottom: 15px;
  }

  li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:not(:first-child) .mega-col-inner .menu-title{
    margin-bottom: 0;
    padding: 10px 0;
  }

  .site-nav__item-mega--custom .dropdown-toggle::after {
    display: none;
  }

  .nav-mega.active{
    left: 0;
    visibility: visible;
  }

  .has-menu-mobile .nav-bkg{
    visibility: visible;
    opacity: 1;
  }

  .nav-bkg{
    display: block!important;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }

  .site-nav{
    flex-direction: column;
    padding: 0 30px;
  }

  .site-nav .menu-title{
    position: relative;
  }

  .nav-mega .site-nav__item.site-nav__item-mega{
    position: relative;
  }

  .nav-mega .site-nav .site-nav__item .site-nav__link{
    padding: 15px 0;
  }

  .drawer__nav-toggle--open{
    padding: 20.5px 8px 20.5px 25px;
    position: absolute;
    text-align: center;
    align-items: center;
    right: 0;
    top: 0;
  }

  .mega-col-inner .drawer__nav-toggle--open{
    padding: 15.5px 25px;
  }

  .site-nav .fa{
    display: block;
  }

  .site-nav .mega-col-inner .drawer__nav-toggle--open{
    right: -15px;
    top: 0;
  }
  
  .site-nav__item{
    border-bottom: 1px solid #ececec;
  }

  li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom.active .site-nav__dropdown{
    display: block!important;
  }
  li.site-nav__item.site-nav__item-normal.active .site-nav__dropdown{
  display: block!important;
}

  .site-nav__dropdown{
    display: none!important;
    width: 100%!important;
    opacity: 1!important;
    border-top: none;
    background-color: transparent;
    position: relative;
    top: 0;
    padding: 0;
  }

  .site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:hover .site-nav__dropdown,
  .site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:focus .site-nav__dropdown{
      opacity: unset;
      display: unset;
      z-index: unset;
      animation: unset;
  }

  .dots-negative{
    flex-direction: column;
  }

  .products_menu .card-wrapper{
    width: 100%;
  }

  .mega-col-inner .widget-inner{
    display: none;
    overflow: hidden;
    animation: height 0.5s ease-in;
  }

  .mega-col-inner.active .widget-inner{
    display: block;
  }

  @keyframes height {
    to{
      height: 0;
    }
    from{
     height: 100%; 
    }
  }
  
  .nav-mega .site-nav .site-nav__link{
    color: #000;
  }
}

/* CSS  */
.site__dropdown > .container {
  padding: 0;
}
@media (min-width: 992px) {
  li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:nth-child(2) {
    /* position: unset; */
  }
  li.site-nav__item.site-nav__item-mega.site-nav__item-mega--custom:nth-child(2) .site-nav__dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
  a.site-nav__link.dropdown-toggle {
    position: relative;
  }
  a.site-nav__link.dropdown-toggle::before {
    position: absolute;
    content: "";
    top: 41px;
    width: 100%;
    height: 50px;
    background-color: #ff000000;
  }
}

@media (max-width : 991px) {
  .mega-col-inner .widget-inner li {
    padding: 8px 0 2px 13px;
  }
  .mega-col-inner .widget-inner a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .nav-mega {
    width: 280px;
    left: -280px;
  }
}

/* Fullwidth mega menu support (width = 0) */
@media (min-width: 992px) {
  .nav-bar.nav-mega {
    position: relative;
  }

  .site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom) {
    position: static;
  }

  .site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom) .site-nav__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    display: none;
  }

  .site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom):hover .site-nav__dropdown,
  .site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom):focus-within .site-nav__dropdown {
    opacity: 1;
    display: block;
    z-index: 99999;
    animation: marginNav 0.5s;
  }

  .site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom) .site__dropdown > .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* --- Mega menu column headings: solid black, bold, not clickable --- */
.nav-mega .mega-col-inner .menu-title a {
  color: #000 !important;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* --- Exception: a column with no sub-links (e.g. "All Fabric Sofas")
       stays clickable and underlined --- */
.nav-mega .mega-col-inner:not(:has(.widget-inner)) .menu-title a {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 992px) {
  .meganav .mega-col > .row {
    align-items: flex-start;
  }
  .meganav .mega-col > .row > [class*="col-lg-"] {
    margin-bottom: 24px;
  }
}

/* Two-row header: logo + icons on top, menu below */
@media (min-width: 992px) {
  .header-3 .header-top-row {
    padding-bottom: 4px;
  }

  /* Keep the logo at its original size */
  .header-3 .head-logo img {
    max-width: 200px;
    height: auto;
  }

  .header-3 .header-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* Menu row: let 14 items wrap instead of overflowing */
  .header-3 .header-menu-row .header-menubar {
    display: flex;
    justify-content: center;
  }

  .header-3 .header-menu-row .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-3 .header-menu-row .site-nav > .site-nav__item > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
}

/* Mobile: show mega submenus when fullwidth (width = 0) */
@media (max-width: 991px) {
  li.site-nav__item.site-nav__item-mega.active .site-nav__dropdown {
    display: block !important;
  }

  li.site-nav__item.site-nav__item-mega:not(.site-nav__item-mega--custom) .mega-col-inner .menu-title {
    margin-bottom: 0;
    padding: 10px 0;
  }
}

/* Mobile: visible caret for mega menu column headings */
@media (max-width: 991px) {
  .nav-mega .mega-col-inner .menu-title {
    padding-right: 44px;
  }

  .nav-mega .mega-col-inner .drawer__nav-toggle--open {
    display: block;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .nav-mega .mega-col-inner .drawer__nav-toggle--open i {
    display: none;
  }

  .nav-mega .mega-col-inner .drawer__nav-toggle--open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #231C16;
    border-bottom: 2px solid #231C16;
    transform: translateY(-70%) rotate(45deg);
  }

  .nav-mega .mega-col-inner.active .drawer__nav-toggle--open::after {
    transform: translateY(-30%) rotate(-135deg);
  }
}

/* ============================================================
   Desktop search bar — always visible, icon left
   ============================================================ */

@media (min-width: 992px) {
  .header-3 .header-search-col .search-media {
    display: none;
  }

  .header-3 .header-search-col .form-search {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .header-3 .header-search-col .icon-search {
    width: 100%;
  }

  .header-3 .header-search-col form.search.search-modal__form {
    position: relative;
    display: flex;
    width: 100%;
    background: #F6F4F1;
    border: 1px solid #E4DFD8;
    border-radius: 999px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .header-3 .header-search-col .field__input {
    border-radius: 999px 0 0 999px;
  }

  .header-3 .header-search-col form.search.search-modal__form:focus-within {
    background: #fff;
    border-color: #231C16;
  }

  /* Search icon on the left */
  .header-3 .header-search-col form.search.search-modal__form::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23231C16' stroke-width='2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>");
    opacity: 0.55;
  }

  .header-3 .header-search-col .field {
    position: relative;
    flex: 1;
  }

  .header-3 .header-search-col .field__input,
  .header-3 .header-search-col .field__input:focus,
  .header-3 .header-search-col .field__input:not(:placeholder-shown) {
    width: 100%;
    height: 46px;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0 46px 0 46px;
    font-size: 14px;
  }

  /* Un-hide the placeholder the theme zeroes out globally */
  .header-3 .header-search-col .field__input::placeholder {
    opacity: 1;
    color: #8A8178;
    font-size: 14px;
  }

  .header-3 .header-search-col .field__label {
    display: none;
  }

  .header-3 .header-search-col .field__button {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 38px;
    width: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 0.6;
  }

  .header-3 .header-search-col .field__button:hover {
    opacity: 1;
  }

  .header-3 .header-search-col .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #E4DFD8;
    border-radius: 8px;
    margin-top: 6px;
    z-index: 9999;
  }
}

/* ============================================================
   ADD THESE AT THE BOTTOM OF YOUR EXISTING SEARCH CSS BLOCK
   (inside assets/block-menu.css)
   - Arrow submit button on the right
   - Live search results dropdown styling
   ============================================================ */

@media (min-width: 992px) {

  /* --- Submit button: clear arrow instead of a faint magnifier --- */
  .header-3 .header-search-col .field__button {
    right: 5px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #231C16;
    opacity: 1;
  }

  .header-3 .header-search-col .field__button:hover {
    background: #B5502D;
  }

  /* Hide the theme's own magnifier svg inside the button */
  .header-3 .header-search-col .field__button .icon,
  .header-3 .header-search-col .field__button svg {
    display: none;
  }

  /* Draw the arrow */
  .header-3 .header-search-col .field__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .header-3 .header-search-col .field__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #fff;
  }

  /* Leave room for the round button */
  .header-3 .header-search-col .field__input,
  .header-3 .header-search-col .field__input:focus,
  .header-3 .header-search-col .field__input:not(:placeholder-shown) {
    padding-right: 52px;
  }

  /* --- Live results dropdown --- */
  .header-3 .header-search-col .search-results {
    display: none;
    max-height: 420px;
    overflow-y: auto;
    padding: 6px;
    box-shadow: 0 12px 28px rgba(35, 28, 22, 0.12);
  }

  .header-3 .header-search-col .search-results.active {
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 6px;
    color: #231C16;
    text-decoration: none;
  }

  .header-3 .header-search-col .ajax-search-item a:hover {
    background: #F6F4F1;
  }

  .header-3 .header-search-col .ajax-search-item .image img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item .meta .title {
    margin: 0 0 2px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .header-3 .header-search-col .search-results .btn--full {
    display: block;
    text-align: center;
    margin: 6px 4px 4px;
    padding: 10px;
    background: #231C16;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
  }

  .header-3 .header-search-col .search-results .btn--full:hover {
    background: #B5502D;
  }
}

/* ============================================================
   ADD THESE AT THE BOTTOM OF YOUR EXISTING SEARCH CSS BLOCK
   (inside assets/block-menu.css)
   - Arrow submit button on the right
   - Live search results dropdown styling
   ============================================================ */

@media (min-width: 992px) {

  /* --- Submit button: clear arrow instead of a faint magnifier --- */
  .header-3 .header-search-col .field__button {
    right: 5px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #231C16;
    opacity: 1;
  }

  .header-3 .header-search-col .field__button:hover {
    background: #B5502D;
  }

  /* Hide the theme's own magnifier svg inside the button */
  .header-3 .header-search-col .field__button .icon,
  .header-3 .header-search-col .field__button svg {
    display: none;
  }

  /* Draw the arrow */
  .header-3 .header-search-col .field__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .header-3 .header-search-col .field__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #fff;
  }

  /* Leave room for the round button */
  .header-3 .header-search-col .field__input,
  .header-3 .header-search-col .field__input:focus,
  .header-3 .header-search-col .field__input:not(:placeholder-shown) {
    padding-right: 52px;
  }

  /* --- Live results dropdown --- */
  .header-3 .header-search-col .search-results {
    display: none;
    max-height: 420px;
    overflow-y: auto;
    padding: 6px;
    box-shadow: 0 12px 28px rgba(35, 28, 22, 0.12);
  }

  .header-3 .header-search-col .search-results.active {
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 6px;
    color: #231C16;
    text-decoration: none;
  }

  .header-3 .header-search-col .ajax-search-item a:hover {
    background: #F6F4F1;
  }

  .header-3 .header-search-col .ajax-search-item .image img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item .meta .title {
    margin: 0 0 2px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .header-3 .header-search-col .search-results .btn--full {
    display: block;
    text-align: center;
    margin: 6px 4px 4px;
    padding: 10px;
    background: #231C16;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
  }

  .header-3 .header-search-col .search-results .btn--full:hover {
    background: #B5502D;
  }
}

/* --- Live results: price + empty state (add if not already present) --- */
@media (min-width: 992px) {
  .header-3 .header-search-col .ajax-search-item .meta .price {
    font-size: 13px;
    font-weight: 600;
    color: #231C16;
  }

  .header-3 .header-search-col .search-empty {
    margin: 0;
    padding: 18px;
    text-align: center;
    font-size: 13.5px;
    color: #8A8178;
  }
}
/* ============================================================
   PASTE AT THE BOTTOM OF assets/block-menu.css
   Mobile header: search panel, live results, announcement bar
   ============================================================ */

@media (max-width: 991px) {
  /* --- Header row layout: hamburger | logo | search + icons --- */
  .header-3 .header-top-row {
    position: relative;
    flex-wrap: nowrap;
  }

  .header-3 .header-mobile-toggle {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .header-3 .head-logo {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    text-align: center;
  }

  .header-3 .head-logo img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .header-3 .header-search-col {
    position: static;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .header-3 .header-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 8px;
  }

  /* --- Search panel: fixed full-width overlay --- */
  .header-3 .header-search-col .form-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(35, 28, 22, 0.15);
    z-index: 100000;
  }

  .header-3 .header-search-col form.search.search-modal__form {
    position: relative;
    display: flex;
    width: 100%;
    background: #F6F4F1;
    border: 1px solid #E4DFD8;
    border-radius: 999px;
  }

   .header-3 .header-search-col .field {
    position: static;
    flex: 1;
    min-width: 0;
  }

  .header-3 .header-search-col .field__input,
  .header-3 .header-search-col .field__input:focus,
  .header-3 .header-search-col .field__input:not(:placeholder-shown) {
    width: 100%;
    height: 44px;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0 46px 0 16px;
    font-size: 14px;
    border-radius: 999px 0 0 999px;
  }

  .header-3 .header-search-col .field__input::placeholder {
    opacity: 1;
    color: #8A8178;
    font-size: 13px;
  }

  .header-3 .header-search-col .field__label {
    display: none;
  }

  .header-3 .header-search-col .field__button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #231C16;
  }

  .header-3 .header-search-col .field__button .icon,
  .header-3 .header-search-col .field__button svg {
    filter: brightness(0) invert(1);
    width: 16px;
    height: 16px;
  }

  /* --- Live results --- */
  .header-3 .header-search-col .search-results {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-height: 65vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #E4DFD8;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 10px 24px rgba(35, 28, 22, 0.15);
  }

  .header-3 .header-search-col .search-results.active {
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 6px;
    color: #231C16;
    text-decoration: none;
  }

  .header-3 .header-search-col .ajax-search-item .image img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }

  .header-3 .header-search-col .ajax-search-item .meta .title {
    margin: 0 0 2px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .header-3 .header-search-col .ajax-search-item .meta .price {
    font-size: 13px;
    font-weight: 600;
  }

  .header-3 .header-search-col .search-empty {
    margin: 0;
    padding: 18px;
    text-align: center;
    font-size: 13.5px;
    color: #8A8178;
  }

  .header-3 .header-search-col .search-results .btn--full {
    display: block;
    text-align: center;
    margin: 6px 4px 4px;
    padding: 10px;
    background: #231C16;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
  }
}

/* Announcement bar: keep both items on one line */
@media (max-width: 767px) {
  .header-3 .header-announcement_bar .header-announcement_bar_left,
  .header-3 .header-announcement_bar .header-announcement_bar_right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .header-3 .header-announcement_bar_right {
    text-align: right;
  }

  .header-3 .header-announcement_bar p,
  .header-3 .header-announcement_bar a {
    font-size: 11.5px;
    margin: 0;
  }
}
