/*--------------------------------------------------------------
# Header tipo Liquid Glass
--------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 5px;

  background: rgba(255, 255, 255, 0.10);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255,255,255,0.18);

  transition: all .35s ease;
}

/* LINKS NORMALES */
.header a,
.header .logo,
.header .navmenu a {
  color: white;
  transition: color .3s ease;
}

/* EFECTO AL HACER SCROLL */
.scrolled .header {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
}

/* CAMBIO DE COLOR AL BAJAR */
.scrolled .header a,
.scrolled .header .logo,
.scrolled .header .navmenu a {
  color: #7c6f62 !important;
}


/* ==========================================================
   05. ACCOUNT MENU
========================================================== */
.header-login-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
  gap: .5rem;
  min-height: 42px;
  padding: .65rem .95rem !important;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(36, 24, 15, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease !important;
}

.header-login-btn i,
.header-login-btn:focus i {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.header-login-btn:hover,
.header-login-btn:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .22);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(36, 24, 15, .2);
}

.scrolled .header .navmenu .header-login-btn {
  border-color: #7c6f62;
  background: #7c6f62;
  color: #fff !important;
}

.scrolled .header .navmenu .header-login-btn:hover,
.scrolled .header .navmenu .header-login-btn:focus-visible {
  background: #5f5147;
}

.account-menu,
.account-menu-item {
  position: relative;
}

.account-menu > a,
.account-menu-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: var(--xb-radius-pill);
  transition:
    transform var(--xb-transition),
    box-shadow var(--xb-transition),
}



.account-menu > a::after,
.account-menu-trigger::after {
  display: none !important;
}

.account-menu > a:hover,
.account-menu-trigger:hover {
  transform: translateY(-1px);
  box-shadow: var(--xb-shadow-sm);
}



.account-menu-glyph,
.account-menu > a i,
.account-menu-trigger i {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  text-align: center;
  transform: none !important;
}

.account-menu-glyph::before,
.account-menu > a i::before,
.account-menu-trigger i::before {
  display: block;
  line-height: 1;
}

.account-menu ul,
.account-menu-item ul {
  padding: .65rem;
  border-radius: var(--xb-radius-lg);
}

.account-menu ul a,
.account-menu-item ul a {
  border-radius: var(--xb-radius-md);
}

.account-menu {
  position: relative;
}

.account-menu > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border-radius: var(--xmb-home-radius-pill);
  box-shadow: none;
  transition:
    transform var(--xmb-transition),
    box-shadow var(--xmb-transition),
}

.account-menu > a:hover {
  transform: translateY(-1px);
}

.account-menu > a::after {
  display: none !important;
}

.account-menu i,
.account-menu-glyph {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 !important;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.account-menu i::before,
.account-menu-glyph::before {
  display: block;
  line-height: 1;
}

.account-menu-avatar {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.account-menu-initial,
.mobile-account-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #d49425, #a66100);
  font-family: 'Lato', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.account-menu-initial {
  width: 38px;
  height: 38px;
  font-size: 1rem;
}

.account-admin-badge,
.mobile-admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 2px solid #2a241f;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #e0a33b, #a96100);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
  pointer-events: none;
  box-sizing: border-box;
}

.account-admin-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  z-index: 7;
}

.account-admin-badge i,
.mobile-admin-badge i {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: .63rem !important;
  line-height: 1 !important;
}

.mobile-account-avatar {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  object-fit: cover;
}

.mobile-account-initial {
  width: 34px;
  height: 34px;
  font-size: .9rem;
}

.mobile-account-title {
  position: relative;
}

.mobile-admin-badge {
  margin-left: -.8rem;
  transform: translate(.15rem, -.75rem);
}

.account-menu ul {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 999;
  min-width: 220px;
  margin: 0;
  padding: 10px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  border-radius: var(--xmb-home-radius-lg);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transform: translateY(8px);
  transition:
    opacity var(--xmb-transition-slow),
    visibility var(--xmb-transition-slow),
    transform var(--xmb-transition-slow),
}

.account-menu:hover ul,
.account-menu:focus-within ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.account-menu ul li {
  width: 100%;
}

.account-menu ul li a,
.account-menu ul li button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  font-size: .95rem;
  text-align: left;
  text-decoration: none;
  border: 0;
  border-radius: var(--xmb-home-radius-sm);
  cursor: pointer;
  color: #5f4736;
  font-weight: bold;
cursor: pointer;
    background: transparent;
    color: #8f2e2e;
    font-weight: 700;
    padding: 8px 16px;
    font-size: 14px;
}

.account-menu form {
  margin: 0;
}

/* Cuenta y carrito: controles alineados en el encabezado */
@media (min-width: 1200px) {
  .navmenu > ul > .account-login-item {
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-left: .45rem;
  }

  .navmenu > ul > .account-menu,
  .navmenu > ul > .header-notification-item,
  .navmenu > ul > .header-cart-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 60px;
  }

  .navmenu > ul > .account-menu {
    margin-left: .45rem;
  }

  .navmenu > ul > .header-cart-item {
    margin-left: .7rem;
  }

  .navmenu > ul > .header-notification-item {
    margin-left: .65rem;
  }

  .account-menu > a,
  #cart-header-link {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    overflow: visible;
    line-height: 1;
  }

  #cart-header-link i {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
  }
}

/* Campana de notificaciones del cliente */
.client-notification-menu {
  position: relative;
  margin: 0;
}

#client-notification-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

#client-notification-trigger::-webkit-details-marker {
  display: none;
}

#client-notification-trigger:hover,
.client-notification-menu[open] #client-notification-trigger {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 7px 18px rgba(24, 16, 10, .18);
}

#client-notification-trigger > i {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1;
}

.scrolled #client-notification-trigger {
  border-color: rgba(124, 111, 98, .2);
  color: #7c6f62;
  background: rgba(124, 111, 98, .06);
}

#client-notification-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  z-index: 4;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff8ef;
  border-radius: 999px;
  color: #fff;
  background: #dc3545;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(114, 24, 34, .28);
}

.client-notification-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: -52px;
  z-index: 1100;
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid #e4d5c4;
  border-radius: 18px;
  color: #3f3329;
  background: rgba(255, 252, 247, .98);
  box-shadow: 0 22px 55px rgba(58, 39, 25, .24);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform-origin: top right;
  animation: clientNotificationOpen .18s ease-out;
}

@keyframes clientNotificationOpen {
  from { opacity: 0; transform: translateY(-6px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.client-notification-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #eadfd3;
  background: linear-gradient(135deg, #f5eadc, #fffaf3);
}

.client-notification-panel-header > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.client-notification-panel-header strong {
  color: #453526;
  font-size: 1rem;
  font-weight: 850;
}

.client-notification-panel-header small {
  color: #806f60;
  font-size: .72rem;
}

#client-notification-mark-all {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid #cdbca9;
  border-radius: 999px;
  color: #695547;
  background: #fffdf9;
  font-size: .7rem;
  font-weight: 750;
  cursor: pointer;
}

#client-notification-mark-all:hover {
  color: #fff;
  border-color: #176b55;
  background: #176b55;
}

.client-notification-list {
  max-height: 345px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.header .navmenu .client-notification-entry,
.scrolled .header .navmenu .client-notification-entry {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  width: 100%;
  padding: 13px 16px !important;
  border-bottom: 1px solid #eee4d9;
  color: #40352c !important;
  background: #fffdf9;
  text-decoration: none;
  transition: background .18s ease;
}

.header .navmenu .client-notification-entry:hover,
.header .navmenu .client-notification-entry.is-unread {
  color: #40352c !important;
  background: #f5f9f1;
}

.client-notification-entry.is-unread {
  box-shadow: inset 3px 0 0 #2f7b58;
}

.client-notification-entry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #315f4c;
  background: #e4f1e9;
}

.client-notification-entry-icon.is-warning {
  color: #8a5b13;
  background: #fff0ce;
}

.client-notification-entry-icon.is-danger {
  color: #a33b3b;
  background: #fae5e2;
}

.client-notification-entry-icon.is-info {
  color: #496b85;
  background: #e7eff5;
}

.client-notification-entry-icon i {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}

.client-notification-entry-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.client-notification-entry-copy strong {
  color: #30271f;
  font-size: .84rem;
  font-weight: 850;
}

.client-notification-entry-copy > span {
  display: -webkit-box;
  overflow: hidden;
  color: #6f6257;
  font-size: .76rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.client-notification-entry-copy small {
  color: #9b8978;
  font-size: .68rem;
}

.client-notification-entry.is-read {
  opacity: .76;
}

.client-notification-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 32px 18px;
  color: #8a7969;
  font-size: .8rem;
  text-align: center;
}

.client-notification-empty i {
  color: #b99f83;
  font-size: 1.5rem;
}

.header .navmenu .client-notification-panel-footer,
.scrolled .header .navmenu .client-notification-panel-footer {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 16px !important;
  color: #176b55 !important;
  background: #faf3e9;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.client-notification-panel-footer:hover {
  background: #f1e5d6 !important;
}

#cart-count-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  left: auto;
  z-index: 5;
  align-items: center;
  justify-content: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 2px solid #2a241f;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform: none;
  box-sizing: border-box;
}






.whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #25d366;
  color: #fff;

  font-size: 30px;
  text-decoration: none;

  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  background: #20bd5a;
  color: #fff;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.45);
}

.whatsapp-float:active {
  transform: scale(0.96);
}

@media (max-width: 768px) {
  .whatsapp-float {
    left: 18px;
    bottom: 18px;

    width: 54px;
    height: 54px;

    font-size: 28px;
  }
}

#navmenu a.active {
    color: #945600 !important;
    font-weight: 700;
    position: relative;
}

#navmenu a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: #945600;
    border-radius: 10px;
}

/* ==========================================================
   MOBILE HEADER + DRAWER
========================================================== */
@media (max-width: 1199px) {
  body.mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .whatsapp-float,
  .mobile-nav-active .scroll-top {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .header,
  .scrolled .header {
    min-height: 68px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #2a241f;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
  }

  .header > .container-fluid {
    min-height: 68px;
    padding-right: 14px;
    padding-left: 16px;
    gap: 12px;
  }

  .header .logo {
    min-width: 0;
    max-width: calc(100vw - 84px);
  }

  .header .logo img {
    flex: 0 0 auto;
    height: 36px !important;
    margin-right: .45rem !important;
  }

  .header .logo h1,
  .scrolled .header .logo h1 {
    max-width: 100%;
    overflow: hidden;
    color: #fff8ef !important;
    font-size: clamp(1.22rem, 6vw, 1.65rem) !important;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1000001 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #fff8ef !important;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-toggle i {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    border-color: rgba(255, 255, 255, .24);
    background: #332c26;
  }

  .mobile-nav-active .navmenu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: rgba(9, 8, 7, .52);
  }

  .navmenu > ul {
    display: none;
  }

  .mobile-nav-active .navmenu > ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(90vw, 380px);
    height: 100dvh;
    margin: 0;
    padding: 76px 20px 18px;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    background: #171513;
    box-shadow: -12px 0 30px rgba(0, 0, 0, .32);
    animation: mobileDrawerIn .2s ease both;
    scrollbar-width: thin;
    scrollbar-color: rgba(217, 155, 53, .45) transparent;
  }

  @keyframes mobileDrawerIn {
    from {
      opacity: .7;
      transform: translateX(32px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .mobile-nav-active .navmenu > ul > li {
    width: 100%;
    border: 0;
  }

  .mobile-menu-heading {
    display: block !important;
    padding: 0 2px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  .mobile-menu-heading > strong {
    color: rgba(255, 248, 239, .72);
    font-family: inherit;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-nav-active .navmenu > ul > .mobile-main-link-item > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 50px;
    padding: 0 2px !important;
    gap: 13px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
    border-radius: 0;
    color: #eee7df !important;
    background: transparent;
    font-size: .94rem !important;
    font-weight: 650 !important;
    letter-spacing: 0;
    text-transform: none;
  }

  .mobile-nav-active .navmenu > ul > .mobile-main-link-item > a:hover,
  .mobile-nav-active .navmenu > ul > .mobile-main-link-item > a.active {
    padding-left: 7px !important;
    color: #d8a45c !important;
    background: transparent;
  }

  .mobile-nav-active .navmenu > ul > .mobile-main-link-item > a.active::after {
    display: none;
  }

  .navmenu .mobile-nav-link-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 22px;
    width: 22px !important;
    height: auto !important;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    color: #bda88f;
    background: transparent;
    font-size: 1.05rem !important;
    line-height: 1 !important;
  }

  .navmenu .mobile-link-chevron {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 2px 0 auto !important;
    color: rgba(255, 255, 255, .38);
    background: transparent !important;
    font-size: .75rem !important;
    line-height: 1 !important;
  }

  .navmenu > ul > li.mobile-account {
    margin-top: 14px;
    padding: 17px 2px 9px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-account-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 8px;
    padding: 0 0 10px;
    gap: 11px;
    border-bottom: 0;
    text-align: left;
    text-transform: none;
  }

  .mobile-account-avatar-shell {
    position: relative;
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .mobile-account-avatar,
  .mobile-account-initial,
  .mobile-account-guest-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
  }

  .mobile-account-avatar {
    object-fit: cover;
  }

  .mobile-account-guest-icon {
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #765021;
  }

  .mobile-account-guest-icon > i {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    font-size: 1.3rem;
    line-height: 1;
  }

  .mobile-admin-badge {
    position: absolute;
    top: -3px;
    right: -4px;
    margin: 0;
    transform: none;
  }

  .mobile-account-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
  }

  .mobile-account-copy strong {
    overflow: hidden;
    color: #fff8ef;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-account-copy small {
    overflow: hidden;
    color: rgba(255, 255, 255, .56);
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav-active .navmenu .mobile-account-link,
  .mobile-nav-active .navmenu .mobile-account-link.is-logout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 8px 2px !important;
    gap: 12px;
    border: 0;
    border-radius: 0;
    color: #e7ded5 !important;
    background: transparent;
    box-shadow: none;
    font-size: .88rem !important;
    font-weight: 650;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
  }

  .mobile-nav-active .navmenu .mobile-account-link > i {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 22px;
    width: 22px;
    height: auto;
    margin: 0;
    border-radius: 0;
    color: #bda88f;
    background: transparent;
    font-size: 1rem;
    line-height: 1;
  }

  .mobile-nav-active .navmenu .mobile-account-link:hover {
    padding-left: 7px !important;
    color: #d8a45c !important;
    background: transparent;
  }

  .mobile-nav-active .navmenu .mobile-account-link.is-solid {
    color: #d8a45c !important;
    background: transparent;
  }

  .mobile-nav-active .navmenu .mobile-account-link.is-logout {
    color: #efb1a7 !important;
    background: transparent;
    cursor: pointer;
  }

  .account-menu-form {
    width: 100%;
    margin: 0;
  }

  .navmenu > ul > .header-cart-item {
    width: 100%;
    margin: 9px 0 0;
    padding: 9px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  #cart-header-link {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    width: 100%;
    min-height: 44px;
    padding: 7px 2px !important;
    gap: 13px;
    border: 0;
    border-radius: 0;
    color: #fff5e8 !important;
    background: transparent;
    font-size: .92rem !important;
    font-weight: 750 !important;
    text-transform: none;
  }

  #cart-header-link:hover {
    padding-left: 7px !important;
  }

  #cart-header-link > i {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 22px;
    width: 22px;
    height: auto;
    margin: 0;
    border-radius: 0;
    color: #bda88f;
    background: transparent;
    font-size: 1.08rem;
    line-height: 1;
  }

  .header-cart-label {
    display: inline !important;
  }

  #cart-count-badge {
    position: static;
    min-width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 0 6px;
    border: 0;
    color: #fff;
    background: #bd7620 !important;
    font-size: .72rem;
    transform: none;
  }
}

@media (max-width: 420px) {
  .mobile-nav-active .navmenu > ul {
    width: 92vw;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 0;
  }

  .header .logo h1,
  .scrolled .header .logo h1 {
    font-size: clamp(1.15rem, 6.4vw, 1.5rem) !important;
  }
}
