.tw-mobile-header,
.tw-mobile-panel,
.tw-mobile-search-panel,
.tw-mobile-cart-panel,
.tw-mobile-bottom-bar {
  display: none;
}

.tw-mobile-panel[hidden],
.tw-mobile-search-panel[hidden],
.tw-mobile-cart-panel[hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .tw-main-header__inner {
    grid-template-columns: 180px minmax(220px, 1fr) auto;
  }

  .tw-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tw-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tw-promo-strip__grid,
  .tw-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }

  .tw-main-header,
  .tw-desktop-nav {
    display: none;
  }

  .tw-mobile-bottom-bar {
    display: grid;
  }

  .tw-mobile-panel.is-open,
  .tw-mobile-cart-panel.is-open {
    display: block;
  }

  .tw-mobile-search-panel.is-open {
    display: block;
  }

  .tw-mobile-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 70;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,252,0.96));
    border-bottom: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 10px 24px rgba(0, 44, 82, 0.08);
    backdrop-filter: blur(10px);
  }

  .tw-mobile-header__inner {
    min-height: 62px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .tw-mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .tw-mobile-logo .custom-logo-link,
  .tw-mobile-logo .tw-site-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 34px;
    width: auto;
    object-fit: contain;
  }

  .tw-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .tw-mobile-header__conversion-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 0 12px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #002C52;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.98));
    border: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 10px 18px rgba(0, 44, 82, 0.05);
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease,
      color .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:first-child {
    background: linear-gradient(135deg, #01B0CC, #11A9A7);
    border-color: rgba(1, 73, 100, 0.10);
    color: #ffffff;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:last-child {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,252,0.98));
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:hover {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(241,248,250,1));
    box-shadow: 0 14px 24px rgba(0, 44, 82, 0.08);
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quickicon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: linear-gradient(180deg, rgba(1,176,204,0.14), rgba(17,169,167,0.10));
    border: 1px solid rgba(1, 73, 100, 0.10);
    color: #014964;
    font-size: .98rem;
    font-weight: 900;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:first-child .tw-mobile-panel__quickicon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: linear-gradient(180deg, rgba(1,176,204,0.14), rgba(17,169,167,0.10));
    border: 1px solid rgba(1, 73, 100, 0.10);
    color: #014964;
    font-size: .98rem;
    font-weight: 900;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:last-child .tw-mobile-panel__quickicon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: linear-gradient(180deg, rgba(1,176,204,0.14), rgba(17,169,167,0.10));
    border: 1px solid rgba(1, 73, 100, 0.10);
    color: #014964;
    font-size: .98rem;
    font-weight: 900;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicktext {
    gap: 4px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicktext strong {
    color: inherit;
    font-size: .93rem;
    line-height: 1.1;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicktext small {
    color: #5B6E80;
    font-size: .78rem;
    line-height: 1.2;
  }

  .tw-mobile-offers-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 12px;
    padding: 13px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 38%, #172554 100%);
    border: 1px solid rgba(234, 88, 12, 0.28);
    box-shadow: 0 14px 26px rgba(23, 37, 84, 0.16);
  }

  .tw-mobile-offers-cta.is-active {
    background: linear-gradient(135deg, #fb923c 0%, #f97316 24%, #1d4ed8 100%);
  }

  .tw-mobile-offers-cta__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .tw-mobile-offers-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,0.78);
  }

  .tw-mobile-offers-cta__copy strong {
    display: block;
    color: #ffffff;
    font-size: .98rem;
    line-height: 1.12;
    font-weight: 900;
  }

  .tw-mobile-offers-cta__copy small {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: .79rem;
    line-height: 1.28;
  }

  .tw-mobile-offers-cta__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    flex: 0 0 auto;
  }

  .tw-mobile-offers-cta:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(23, 37, 84, 0.2);
  }

  .tw-mobile-toggle,
  .tw-mobile-search-trigger,
  .tw-mobile-wa,
  .tw-mobile-close {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0, 70, 98, 0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,247,250,0.96));
    color: #002C52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition:
      transform .18s ease,
      border-color .18s ease,
      color .18s ease,
      background .18s ease,
      box-shadow .18s ease;
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 44, 82, 0.06);
  }

  .tw-mobile-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .tw-mobile-search-trigger .tw-mobile-action-icon svg {
    width: 23px;
    height: 23px;
  }

  .tw-mobile-wa .tw-mobile-action-icon svg {
    width: 19px;
    height: 19px;
  }

  .tw-mobile-toggle:hover,
  .tw-mobile-search-trigger:hover,
  .tw-mobile-wa:hover,
  .tw-mobile-close:hover,
  .tw-mobile-search-trigger.is-active {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(239,247,249,0.98));
    box-shadow: 0 10px 20px rgba(1, 73, 100, 0.10);
  }

  .tw-mobile-wa {
    border-color: rgba(37, 211, 102, 0.20);
    background: linear-gradient(180deg, rgba(240,255,246,0.98), rgba(230,250,237,0.98));
    color: #147a43;
  }

  .tw-mobile-wa:hover {
    color: #0f6a3a;
    border-color: rgba(37, 211, 102, 0.30);
    background: linear-gradient(180deg, rgba(244,255,248,1), rgba(232,251,240,1));
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.10);
  }

  .tw-mobile-search-panel {
    border-top: 1px solid rgba(0, 70, 98, 0.08);
    background: linear-gradient(180deg, rgba(248,250,252,0.99), rgba(242,246,249,0.98));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.80);
  }

  .tw-mobile-search {
    padding: 12px 0 14px;
  }

  .tw-mobile-search .tw-search-form {
    width: 100%;
  }

  .tw-mobile-search .tw-search-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .tw-mobile-search .tw-search-input {
    min-height: 48px;
    height: 48px;
    border-radius: 10px;
    padding: 0 42px 0 44px;
    font-size: .96rem;
  }

  .tw-mobile-search .tw-search-input-icon {
    left: 14px;
  }

  .tw-mobile-search .tw-search-clear {
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .tw-mobile-search .tw-search-button {
    width: 100%;
    min-height: 46px;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: .90rem;
    gap: 7px;
  }

  .tw-mobile-search .tw-search-live-panel {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 8px;
  }

  .tw-mobile-search .tw-search-live-panel__inner {
    border-radius: 14px;
    box-shadow: 0 18px 30px rgba(0, 44, 82, 0.10);
    max-height: min(68vh, 560px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .tw-mobile-search .tw-search-live-state {
    padding: 14px 14px;
    font-size: .90rem;
    flex: 0 0 auto;
  }

  .tw-mobile-search .tw-search-live-results {
    display: grid;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: min(54vh, 440px);
  }

  .tw-mobile-search .tw-search-live-results::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .tw-mobile-search .tw-search-live-item {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 11px 12px;
  }

  .tw-mobile-search .tw-search-live-thumb {
    width: 50px;
    height: 50px;
    border-radius: 7px;
  }

  .tw-mobile-search .tw-search-live-title {
    font-size: .90rem;
  }

  .tw-mobile-search .tw-search-live-price {
    font-size: .88rem;
  }

  .tw-mobile-search .tw-search-live-stock {
    min-height: 22px;
    border-radius: 6px;
    font-size: .70rem;
  }

  .tw-mobile-search .tw-search-live-add {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: .79rem;
  }

  .tw-mobile-search .tw-search-live-footer {
    padding: 11px 12px 12px;
    flex: 0 0 auto;
    border-top: 1px solid rgba(0,70,98,.08);
    background: linear-gradient(180deg, rgba(248,250,252,1), rgba(243,247,250,1));
  }

  .tw-mobile-search .tw-search-live-footer__all {
    min-height: 40px;
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 800;
  }

  .tw-mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 90;
  }

  .tw-mobile-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 26, 48, 0.34);
    backdrop-filter: blur(4px);
  }

  .tw-mobile-panel__dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: min(86vw, 356px);
    height: 100%;
    background: linear-gradient(180deg, rgba(251,253,255,1), rgba(245,248,251,1));
    border-right: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 16px 0 32px rgba(0, 44, 82, 0.14);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .tw-mobile-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 14px 14px;
    border-bottom: 1px solid rgba(0,70,98,.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,251,253,0.94));
  }

  .tw-mobile-panel__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .tw-mobile-panel__brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #01B0CC, #11A9A7);
    border: 1px solid rgba(1, 73, 100, 0.08);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    flex: 0 0 38px;
    box-shadow: 0 10px 18px rgba(1, 73, 100, 0.10);
  }

  .tw-mobile-panel__brand-text {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .tw-mobile-panel__brand-text strong {
    color: #002C52;
    font-size: .98rem;
    line-height: 1.1;
  }

  .tw-mobile-panel__brand-text span {
    color: #5B6E80;
    font-size: .80rem;
    line-height: 1.15;
  }

  .tw-mobile-panel__body {
    flex: 1;
    overflow: auto;
    padding: 16px 14px 20px;
    background: linear-gradient(180deg, rgba(248,250,252,0.98), rgba(243,247,250,0.98));
  }

  .tw-mobile-panel__quicklinks {
    display: grid;
    gap: 10px;
  }

  .tw-mobile-panel__quicklinks--top {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,70,98,.08);
  }

  .tw-mobile-panel__quicklink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #002C52;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.98));
    border: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 10px 18px rgba(0, 44, 82, 0.05);
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease,
      color .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-panel__quicklink:hover {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(241,248,250,1));
    box-shadow: 0 14px 24px rgba(0, 44, 82, 0.08);
  }

  .tw-mobile-panel__quickicon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: linear-gradient(180deg, rgba(1,176,204,0.14), rgba(17,169,167,0.10));
    border: 1px solid rgba(1, 73, 100, 0.10);
    color: #014964;
    font-size: .98rem;
    font-weight: 900;
  }

  .tw-mobile-panel__quicktext {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .tw-mobile-panel__quicktext strong {
    color: inherit;
    font-size: .93rem;
    line-height: 1.1;
  }

  .tw-mobile-panel__quicktext small {
    color: #5B6E80;
    font-size: .78rem;
    line-height: 1.2;
  }

  .tw-mobile-panel__menu,
  .tw-mobile-panel__menu .sub-menu {
    margin-top: 8px;
    display: grid;
    gap: 6px;
    padding-left: 10px;
    border-left: 2px solid rgba(1, 176, 204, 0.12);
  }

  .tw-mobile-panel__menu {
    display: grid;
    gap: 8px;
  }

  .tw-mobile-panel__menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #002C52;
    font-weight: 800;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.98));
    border: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 8px 16px rgba(0, 44, 82, 0.04);
    transition:
      transform .18s ease,
      color .18s ease,
      border-color .18s ease,
      background .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-panel__menu > li > a:hover {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(241,248,250,1));
    box-shadow: 0 12px 18px rgba(0, 44, 82, 0.06);
  }

  .tw-mobile-panel__menu .sub-menu {
    margin-top: 8px;
    display: grid;
    gap: 6px;
    padding-left: 10px;
    border-left: 2px solid rgba(1, 176, 204, 0.12);
  }

  .tw-mobile-panel__menu .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #415567;
    font-weight: 600;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,70,98,.08);
  }

  .tw-mobile-panel__menu .sub-menu a:hover {
    color: #014964;
    border-color: rgba(1, 176, 204, 0.18);
    background: rgba(238,248,250,1);
  }


  .tw-mobile-panel__nav {
    margin-top: 4px;
    display: grid;
    gap: 10px;
  }

  .tw-mobile-panel__nav::before {
    content: 'Explor¨¢ por secciones';
    display: block;
    margin: 2px 0 2px;
    color: #5B6E80;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .tw-mobile-panel__menu {
    margin-top: 0;
    padding-left: 0;
    border-left: 0;
  }

  .tw-mobile-panel__menu > li {
    position: relative;
    list-style: none;
  }

  .tw-mobile-panel__menu > li > a {
    padding-right: 54px;
  }

  .tw-mobile-panel__menu > li.current-menu-item > a,
  .tw-mobile-panel__menu > li.current-menu-ancestor > a,
  .tw-mobile-panel__menu > li.current_page_item > a,
  .tw-mobile-panel__menu > li.current_page_ancestor > a {
    color: #002C52;
    border-color: rgba(1, 176, 204, 0.26);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(237,247,250,1));
    box-shadow: 0 12px 22px rgba(0, 44, 82, 0.07);
  }

  .tw-mobile-panel__menu > li.has-mobile-submenu.is-open > a {
    border-color: rgba(1, 176, 204, 0.26);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(237,247,250,1));
    box-shadow: 0 12px 22px rgba(0, 44, 82, 0.07);
  }

  .tw-mobile-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(0, 70, 98, 0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.98));
    color: #014964;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 44, 82, 0.05);
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease,
      color .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-submenu-toggle:hover {
    border-color: rgba(1, 176, 204, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(239,248,250,1));
    box-shadow: 0 10px 16px rgba(0, 44, 82, 0.08);
  }

  .tw-mobile-submenu-toggle span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
  }

  .tw-mobile-panel__menu > li.is-open > .tw-mobile-submenu-toggle {
    color: #ffffff;
    border-color: #01B0CC;
    background: linear-gradient(135deg, #01B0CC, #11A9A7);
    box-shadow: 0 10px 18px rgba(1, 73, 100, 0.14);
  }

  .tw-mobile-panel__menu .sub-menu {
    margin-top: 10px;
    margin-left: 8px;
    padding: 4px 0 0 12px;
    border-left: 2px solid rgba(1, 176, 204, 0.18);
  }

  .tw-mobile-panel__menu .sub-menu li {
    list-style: none;
    position: relative;
  }

  .tw-mobile-panel__menu .sub-menu li::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -12px;
    width: 8px;
    height: 1px;
    background: rgba(1, 176, 204, 0.22);
  }

  .tw-mobile-panel__menu .sub-menu a {
    min-height: 40px;
  }

  .tw-mobile-panel__menu .sub-menu .current-menu-item > a,
  .tw-mobile-panel__menu .sub-menu .current-menu-ancestor > a,
  .tw-mobile-panel__menu .sub-menu .current_page_item > a,
  .tw-mobile-panel__menu .sub-menu .current_page_ancestor > a {
    color: #014964;
    border-color: rgba(1, 176, 204, 0.18);
    background: rgba(236, 248, 250, 1);
  }

  .tw-mobile-cart-panel {
    position: fixed;
    inset: 0;
    z-index: 92;
  }

  .tw-mobile-cart-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 26, 48, 0.30);
    backdrop-filter: blur(4px);
  }

  .tw-mobile-cart-panel__dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: min(90vw, 368px);
    height: 100%;
    background: linear-gradient(180deg, rgba(251,253,255,1), rgba(245,248,251,1));
    border-left: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: -16px 0 32px rgba(0, 44, 82, 0.14);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .tw-mobile-cart-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 14px 14px;
    border-bottom: 1px solid rgba(0,70,98,.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,251,253,0.94));
  }

  .tw-mobile-cart-panel__titlewrap {
    display: grid;
    gap: 2px;
  }

  .tw-mobile-cart-panel__titlewrap strong {
    color: #002C52;
    font-size: 1rem;
    line-height: 1.1;
  }

  .tw-mobile-cart-panel__titlewrap span {
    color: #5B6E80;
    font-size: .82rem;
    line-height: 1.1;
  }

  .tw-mobile-cart-panel__body {
    flex: 1;
    overflow: auto;
    padding: 14px;
    background: linear-gradient(180deg, rgba(248,250,252,0.98), rgba(243,247,250,0.98));
  }

  .tw-mobile-cart-panel__items {
    display: grid;
    gap: 10px;
  }

  .tw-mobile-cart-card {
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.98));
    border: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 10px 18px rgba(0, 44, 82, 0.05);
  }

  .tw-mobile-cart-card__top {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 11px;
    align-items: start;
  }

  .tw-mobile-cart-card__thumb {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,.90);
    border: 1px solid rgba(0,70,98,.08);
  }

  .tw-mobile-cart-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tw-mobile-cart-card__content {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .tw-mobile-cart-card__title,
  .tw-mobile-cart-card__title a {
    color: #002C52;
    font-weight: 800;
    font-size: .90rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .tw-mobile-cart-card__price {
    color: #5B6E80;
    font-size: .82rem;
    line-height: 1.15;
  }

  .tw-mobile-cart-card__total {
    color: #DC8124;
    font-size: .90rem;
    font-weight: 900;
    line-height: 1.1;
  }

  .tw-mobile-cart-card__remove {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,70,98,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.88);
    color: #002C52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    cursor: pointer;
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease;
  }

  .tw-mobile-cart-card__remove:hover {
    transform: translateY(-1px);
    border-color: rgba(220,129,36,.18);
    background: rgba(255,248,241,1);
  }

  .tw-mobile-cart-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,70,98,.08);
  }

  .tw-mobile-cart-card__qty {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tw-mobile-cart-card__qty button {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(1,176,204,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.88);
    color: #002C52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    cursor: pointer;
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease,
      color .18s ease;
  }

  .tw-mobile-cart-card__qty button:hover {
    transform: translateY(-1px);
    border-color: rgba(1,176,204,.28);
    color: #014964;
    background: rgba(238,248,250,1);
  }

  .tw-mobile-cart-card__qty span {
    min-width: 28px;
    text-align: center;
    color: #002C52;
    font-weight: 900;
    font-size: .90rem;
  }

  .tw-mobile-cart-card__hint {
    color: #5B6E80;
    font-size: .78rem;
    line-height: 1.1;
  }

  .tw-mobile-cart-panel__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,70,98,.08);
  }

  .tw-mobile-cart-panel__subtotal strong:first-child {
    color: #002C52;
  }

  .tw-mobile-cart-panel__subtotal strong:last-child {
    color: #DC8124;
    font-size: 1rem;
  }

  .tw-mobile-cart-panel__actions {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .tw-mobile-cart-panel__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,70,98,.10);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(245,248,251,1));
    color: #002C52;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(0, 44, 82, 0.05);
  }

  .tw-mobile-cart-panel__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #01B0CC, #11A9A7);
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(1,73,100,.10);
    box-shadow: 0 14px 24px rgba(1,73,100,.12);
  }

  .tw-mobile-cart-panel__empty {
    padding: 16px 14px;
    border-radius: 14px;
    color: #5B6E80;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(245,248,251,1));
    border: 1px solid rgba(0,70,98,.10);
    text-align: center;
  }

  .tw-mobile-bottom-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    z-index: 80;
    min-height: 68px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    gap: 6px;
    padding: 7px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,250,0.97));
    border: 1px solid rgba(0, 70, 98, 0.10);
    box-shadow: 0 18px 34px rgba(0, 44, 82, 0.12);
    backdrop-filter: blur(12px);
  }

  .tw-mobile-bottom-bar__item {
    position: relative;
    min-height: 52px;
    border-radius: 13px;
    color: #002C52;
    text-decoration: none;
    border: 1px solid transparent;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font: inherit;
    cursor: pointer;
    transition:
      transform .18s ease,
      border-color .18s ease,
      background .18s ease,
      color .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-bottom-bar__item:hover,
  .tw-mobile-bottom-bar__item.is-active {
    transform: translateY(-1px);
    color: #014964;
    background: rgba(1,176,204,.06);
    border-color: rgba(1, 176, 204, 0.12);
  }

  .tw-mobile-bottom-bar__item--menu {
    background: linear-gradient(135deg, #01B0CC, #11A9A7);
    color: #ffffff;
    border-color: rgba(1, 73, 100, 0.10);
    box-shadow: 0 12px 22px rgba(1, 73, 100, 0.14);
  }

  .tw-mobile-bottom-bar__item--menu:hover,
  .tw-mobile-bottom-bar__item--menu.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #01BDE8, #11A9A7);
    border-color: rgba(1, 73, 100, 0.16);
  }

  .tw-mobile-request-trigger {
    border-color: rgba(1, 176, 204, 0.22);
    background: linear-gradient(180deg, rgba(1,176,204,0.12), rgba(17,169,167,0.10));
    color: #014964;
  }

  .tw-mobile-request-trigger:hover,
  .tw-mobile-request-trigger:focus-visible {
    color: #003b57;
    border-color: rgba(1, 176, 204, 0.32);
    background: linear-gradient(180deg, rgba(1,176,204,0.16), rgba(17,169,167,0.14));
    box-shadow: 0 10px 20px rgba(1, 73, 100, 0.12);
  }

  .tw-mobile-bottom-bar__item--home {
    color: #002C52;
  }

  .tw-mobile-bottom-bar__item--home .tw-mobile-bottom-bar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .tw-mobile-bottom-bar__item--home .tw-mobile-bottom-bar__icon svg {
    width: 18px;
    height: 18px;
  }

  .tw-mobile-bottom-bar__item--wa {
    color: #147a43;
  }

  .tw-mobile-bottom-bar__item--wa svg {
    width: 18px;
    height: 18px;
  }

  .tw-mobile-bottom-bar__icon {
    font-size: 1.08rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .tw-mobile-bottom-bar__label {
    font-size: .70rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .tw-mobile-bottom-bar__badge {
    position: absolute;
    top: 4px;
    right: 8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #DC8124, #AA7333);
    color: #ffffff;
    font-size: .70rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(170, 115, 51, 0.18);
  }

  .tw-hero__grid,
  .tw-whatsapp-cta__inner {
    grid-template-columns: 1fr;
  }

  .tw-category-grid,
  .tw-product-grid,
  .tw-repair-grid,
  .tw-trust-grid,
  .tw-promo-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .tw-mobile-header__inner {
    grid-template-columns: 38px 1fr auto;
    gap: 8px;
    min-height: 58px;
    padding: 9px 0;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 30px;
  }

  .tw-mobile-actions {
    gap: 6px;
    min-width: 0;
  }

  .tw-mobile-repairs-trigger,
  .tw-mobile-request-trigger {
    flex: 0 1 auto;
    min-width: 0;
  }

  .tw-mobile-action-text {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tw-mobile-toggle,
  .tw-mobile-search-trigger,
  .tw-mobile-wa,
  .tw-mobile-close {
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .tw-mobile-search-trigger .tw-mobile-action-icon svg {
    width: 22px;
    height: 22px;
  }

  .tw-mobile-header__conversion-links {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 10px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink {
    min-height: 68px;
    border-radius: 12px;
  }

  .tw-mobile-search .tw-search-input {
    min-height: 46px;
    height: 46px;
    font-size: .95rem;
  }

  .tw-mobile-search .tw-search-button {
    min-height: 44px;
    height: 44px;
    font-size: .88rem;
  }

  .tw-mobile-search .tw-search-live-item {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
  }

  .tw-mobile-search .tw-search-live-thumb {
    width: 46px;
    height: 46px;
  }

  .tw-mobile-search .tw-search-live-actions {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 2px;
  }

  .tw-mobile-panel__dialog {
    width: min(88vw, 320px);
  }

  .tw-mobile-cart-panel__dialog {
    width: min(92vw, 340px);
  }

  .tw-mobile-bottom-bar {
    left: 8px;
    right: 8px;
    bottom: calc(6px + env(safe-area-inset-bottom, 0px));
    min-height: 64px;
    gap: 5px;
    padding: 6px;
    border-radius: 16px;
  }

  .tw-mobile-bottom-bar__item {
    min-height: 48px;
    border-radius: 11px;
  }

  .tw-mobile-bottom-bar__icon {
    font-size: 1rem;
  }

  .tw-mobile-bottom-bar__label {
    font-size: .66rem;
  }

  .tw-mobile-bottom-bar__badge {
    top: 3px;
    right: 6px;
  }

  .tw-category-grid,
  .tw-product-grid,
  .tw-repair-grid,
  .tw-trust-grid,
  .tw-promo-strip__grid {
    grid-template-columns: 1fr;
  }

  .tw-main {
    overflow-x: hidden;
  }
}

@media (max-width: 420px) {
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .tw-mobile-header__inner {
    min-height: 56px;
    gap: 7px;
    padding: 8px 0;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 28px;
  }

  .tw-mobile-toggle,
  .tw-mobile-search-trigger,
  .tw-mobile-wa,
  .tw-mobile-close {
    min-width: 36px;
    width: 36px;
    min-height: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .tw-mobile-search-trigger .tw-mobile-action-icon svg {
    width: 21px;
    height: 21px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink {
    min-height: 64px;
    padding: 12px 12px 11px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicktext strong {
    font-size: .88rem;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicktext small {
    font-size: .74rem;
  }

  .tw-mobile-search .tw-search-input {
    min-height: 44px;
    height: 44px;
    font-size: .92rem;
  }

  .tw-mobile-search .tw-search-button {
    min-height: 42px;
    height: 42px;
    font-size: .84rem;
  }

  .tw-mobile-search .tw-search-live-title {
    font-size: .86rem;
  }

  .tw-mobile-search .tw-search-live-price {
    font-size: .84rem;
  }

  .tw-mobile-search .tw-search-live-add {
    min-height: 30px;
    font-size: .76rem;
  }

  .tw-mobile-panel__dialog {
    width: min(90vw, 300px);
  }

  .tw-mobile-cart-panel__dialog {
    width: min(94vw, 320px);
  }

  .tw-mobile-bottom-bar {
    left: 7px;
    right: 7px;
    bottom: calc(5px + env(safe-area-inset-bottom, 0px));
    min-height: 60px;
    padding: 6px;
    gap: 4px;
    border-radius: 15px;
  }

  .tw-mobile-bottom-bar__item {
    min-height: 46px;
  }

  .tw-mobile-bottom-bar__icon {
    font-size: .96rem;
  }

  .tw-mobile-bottom-bar__label {
    font-size: .62rem;
  }
}


/* ===== Ajustes m¨®viles v2: cabecera, buscador y WhatsApp ===== */
@media (max-width: 1100px) {
  .tw-mobile-actions {
    gap: 6px;
  }

  .tw-mobile-repairs-trigger,
  .tw-mobile-request-trigger {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 70, 98, 0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,250,0.98));
    color: #002C52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 44, 82, 0.06);
    transition:
      transform .18s ease,
      border-color .18s ease,
      color .18s ease,
      background .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-repairs-trigger:hover,
  .tw-mobile-repairs-trigger:focus-visible,
  .tw-mobile-request-trigger:hover,
  .tw-mobile-request-trigger:focus-visible {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(239,247,249,0.98));
    box-shadow: 0 10px 20px rgba(1, 73, 100, 0.10);
  }

  .tw-mobile-repairs-trigger .tw-mobile-action-icon,
  .tw-mobile-request-trigger .tw-mobile-action-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .tw-mobile-repairs-trigger .tw-mobile-action-icon svg,
  .tw-mobile-request-trigger .tw-mobile-action-icon svg {
    width: 16px;
    height: 16px;
  }

  .tw-mobile-action-text {
    display: inline-block;
    font-size: .74rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .01em;
    white-space: nowrap;
  }

  .tw-mobile-header__conversion-links {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
  }

  .tw-mobile-header__conversion-links .tw-mobile-panel__quicklink:last-child {
    display: none;
  }

  .tw-mobile-search-panel {
    border-top: 1px solid rgba(0, 70, 98, 0.08);
  }

  .tw-mobile-search {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .tw-mobile-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .tw-mobile-search__head strong {
    color: #002C52;
    font-size: .92rem;
    line-height: 1.1;
  }

  .tw-mobile-search__close {
    min-width: 36px;
    width: 36px;
    min-height: 36px;
    height: 36px;
    border: 1px solid rgba(0, 70, 98, 0.10);
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,247,250,0.96));
    color: #002C52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 44, 82, 0.06);
    transition:
      transform .18s ease,
      border-color .18s ease,
      color .18s ease,
      background .18s ease,
      box-shadow .18s ease;
  }

  .tw-mobile-search__close:hover,
  .tw-mobile-search__close:focus-visible {
    transform: translateY(-1px);
    color: #014964;
    border-color: rgba(1, 176, 204, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(239,247,249,0.98));
    box-shadow: 0 10px 20px rgba(1, 73, 100, 0.10);
  }

  .tw-mobile-search__close span {
    font-size: 1.35rem;
    line-height: 1;
    transform: translateY(-1px);
  }

  .tw-mobile-bottom-bar__item--wa {
    color: #128c4a;
    border-color: rgba(37, 211, 102, 0.18);
    background: linear-gradient(180deg, rgba(244,255,248,0.98), rgba(233,250,239,0.98));
  }

  .tw-mobile-bottom-bar__item--wa:hover,
  .tw-mobile-bottom-bar__item--wa.is-active {
    color: #0f6a3a;
    border-color: rgba(37, 211, 102, 0.28);
    background: linear-gradient(180deg, rgba(246,255,249,1), rgba(236,251,241,1));
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.14);
  }

  .tw-mobile-bottom-bar__item--wa .tw-mobile-bottom-bar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .tw-mobile-bottom-bar__item--wa .tw-mobile-bottom-bar__icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 640px) {
  .tw-mobile-repairs-trigger,
  .tw-mobile-request-trigger {
    padding: 0 10px;
    gap: 6px;
  }

  .tw-mobile-action-text {
    font-size: .70rem;
  }
}

@media (max-width: 390px) {
  .tw-mobile-search-trigger,
  .tw-mobile-repairs-trigger,
  .tw-mobile-request-trigger,
  .tw-mobile-toggle {
    min-height: 38px;
    height: 38px;
  }

  .tw-mobile-repairs-trigger,
  .tw-mobile-request-trigger {
    padding: 0 9px;
  }

  .tw-mobile-repairs-trigger .tw-mobile-action-icon svg,
  .tw-mobile-request-trigger .tw-mobile-action-icon svg {
    width: 15px;
    height: 15px;
  }

  .tw-mobile-action-text {
    font-size: .67rem;
  }

  .tw-mobile-search__head strong {
    font-size: .86rem;
  }

  .tw-mobile-bottom-bar__label {
    letter-spacing: 0;
  }
}


@media (max-width: 1100px) {
  .tw-mobile-header__inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .tw-mobile-logo {
    grid-column: 2;
  }

  .tw-mobile-actions {
    grid-column: 3;
    justify-self: end;
  }
}


@media (max-width: 1100px) {
  .tw-mobile-header__inner {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .tw-mobile-header__left {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .tw-mobile-logo {
    grid-column: 2;
    justify-content: center;
  }

  .tw-mobile-actions {
    grid-column: 3;
    justify-self: end;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 40px;
  }

  .tw-mobile-search-trigger {
    border-color: rgba(198, 40, 40, 0.22);
  }

  .tw-mobile-search-trigger .tw-mobile-action-icon {
    color: #002C52;
  }

  .tw-mobile-search-trigger .tw-mobile-action-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 640px) {
  .tw-mobile-header__inner {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 38px;
  }
}

@media (max-width: 420px) {
  .tw-mobile-header__inner {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    max-height: 36px;
  }
}

@media (max-width: 480px) {
  .tw-mobile-offers-cta {
    padding: 12px 13px;
    gap: 12px;
    margin-bottom: 10px;
  }

  .tw-mobile-offers-cta__copy strong {
    font-size: .93rem;
  }

  .tw-mobile-offers-cta__copy small {
    font-size: .75rem;
  }

  .tw-mobile-offers-cta__badge {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
  }
}

/* ==========================================================
   TecnOS Â· NavegaciÃ³n mÃ³vil simplificada 2026
   Header de compra + menÃº lateral limpio
   ========================================================== */
@media (max-width: 1100px) {
  body {
    padding-bottom: 0 !important;
  }

  .tw-mobile-bottom-bar,
  .tw-auth-hangtab-mobile {
    display: none !important;
  }

  .tw-mobile-header {
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid rgba(0,44,82,.09);
    box-shadow: 0 4px 18px rgba(0,44,82,.07);
    backdrop-filter: blur(14px);
  }

  .tw-mobile-header__inner {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
  }

  .tw-mobile-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(34vw, 138px);
    pointer-events: auto;
  }

  .tw-mobile-logo .custom-logo-link,
  .tw-mobile-logo .tw-site-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tw-mobile-logo img,
  .tw-mobile-logo .custom-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 37px;
    object-fit: contain;
  }

  .tw-mobile-header__right {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
  }

  .tw-mobile-header__icon-button,
  .tw-mobile-toggle,
  .tw-mobile-search-trigger,
  .tw-mobile-cart-trigger {
    position: relative;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #0d2f43;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    transition: background .16s ease, color .16s ease, transform .16s ease;
  }

  .tw-mobile-header__icon-button:hover,
  .tw-mobile-header__icon-button:focus-visible,
  .tw-mobile-header__icon-button.is-active,
  .tw-mobile-toggle:hover,
  .tw-mobile-toggle:focus-visible,
  .tw-mobile-toggle.is-active {
    color: #014964;
    background: #f0f6f8;
    outline: none;
    transform: none;
    box-shadow: none;
  }

  .tw-mobile-action-icon,
  .tw-mobile-action-icon svg {
    display: block;
  }

  .tw-mobile-cart-badge {
    position: absolute;
    top: 2px;
    right: 1px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d92d20;
    color: #fff;
    border: 2px solid #fff;
    font-size: .66rem;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(217,45,32,.22);
  }

  .tw-mobile-search-panel {
    border-top: 1px solid rgba(0,44,82,.07);
    background: #fff;
    box-shadow: 0 12px 22px rgba(0,44,82,.08);
  }

  .tw-mobile-search {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .tw-mobile-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .tw-mobile-search__head strong {
    color: #183b4d;
    font-size: .93rem;
    font-weight: 800;
  }

  .tw-mobile-search__close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 9px;
    background: #f3f6f7;
    color: #355565;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }

  .tw-mobile-panel__backdrop {
    background: rgba(12, 31, 43, .42);
    backdrop-filter: blur(3px);
  }

  .tw-mobile-panel__dialog {
    width: min(88vw, 360px);
    background: #fff;
    border-right: 0;
    box-shadow: 18px 0 44px rgba(0, 34, 54, .18);
  }

  .tw-mobile-panel__head {
    min-height: 70px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f3;
    background: #fff;
  }

  .tw-mobile-panel__brand-text {
    gap: 3px;
  }

  .tw-mobile-panel__brand-text strong {
    color: #102f40;
    font-size: 1.08rem;
    font-weight: 850;
  }

  .tw-mobile-panel__brand-text span {
    color: #71838c;
    font-size: .76rem;
  }

  .tw-mobile-close {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 0;
    border-radius: 10px;
    background: #f3f6f7;
    color: #284a5a;
    box-shadow: none;
  }

  .tw-mobile-panel__body {
    padding: 12px 14px calc(22px + env(safe-area-inset-bottom, 0px));
    background: #fff;
  }

  .tw-mobile-pro-nav {
    display: grid;
    gap: 2px;
  }

  .tw-mobile-pro-nav__item {
    position: relative;
    min-height: 54px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    border-radius: 12px;
    color: #183b4d;
    text-decoration: none;
    border: 1px solid transparent;
    background: transparent;
    transition: background .15s ease, border-color .15s ease;
  }

  .tw-mobile-pro-nav__item:hover,
  .tw-mobile-pro-nav__item:focus-visible {
    background: #f4f8f9;
    border-color: #edf2f4;
    outline: none;
  }

  .tw-mobile-pro-nav__item--shop {
    background: #f3f9fa;
  }

  .tw-mobile-pro-nav__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f6;
    color: #0a5f72;
  }

  .tw-mobile-pro-nav__item--shop .tw-mobile-pro-nav__icon {
    color: #fff;
    background: #047c91;
  }

  .tw-mobile-pro-nav__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tw-mobile-pro-nav__label {
    min-width: 0;
    color: inherit;
    font-size: .94rem;
    font-weight: 760;
    line-height: 1.15;
  }

  .tw-mobile-pro-nav__arrow {
    color: #93a2a9;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 400;
  }

  .tw-mobile-pro-nav__badge {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff0e5;
    color: #a95215;
    font-size: .69rem;
    font-weight: 850;
  }

  .tw-mobile-pro-actions {
    display: grid;
    gap: 9px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf1f3;
  }

  .tw-mobile-pro-actions__primary,
  .tw-mobile-pro-actions__secondary {
    min-height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px;
    text-decoration: none;
    font-size: .90rem;
    font-weight: 820;
  }

  .tw-mobile-pro-actions__primary {
    justify-content: space-between;
    background: #047c91;
    color: #fff;
    box-shadow: 0 8px 18px rgba(4,124,145,.16);
  }

  .tw-mobile-pro-actions__secondary {
    color: #176f46;
    background: #f1faf5;
    border: 1px solid #dcefe4;
  }

  .tw-mobile-pro-actions__secondary svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tw-mobile-cart-panel__dialog {
    width: min(92vw, 390px);
    background: #fff;
  }

  .tw-mobile-cart-panel__head {
    background: #fff;
  }
}

@media (max-width: 390px) {
  .tw-mobile-header__inner {
    min-height: 60px;
  }

  .tw-mobile-logo {
    width: min(31vw, 116px);
  }

  .tw-mobile-header__icon-button,
  .tw-mobile-toggle,
  .tw-mobile-search-trigger,
  .tw-mobile-cart-trigger {
    width: 39px;
    height: 39px;
    min-width: 39px;
  }

  .tw-mobile-header__right {
    gap: 0;
  }
}

/* ==========================================================
   TecnOS Â· Logo mÃ³vil con mayor presencia 2026
   ========================================================== */
@media (max-width:1100px){
  .tw-mobile-header__inner{min-height:72px;padding:8px 0}
  .tw-mobile-logo{width:min(42vw,176px)}
  .tw-mobile-logo .tw-brand-logo--mobile{display:flex;width:100%;justify-content:center;align-items:center}
  .tw-mobile-logo .tw-brand-logo--mobile img{display:block;width:100%;max-width:100%;max-height:56px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,44,82,.10))}
}
@media (max-width:520px){
  .tw-mobile-header__inner{min-height:68px}
  .tw-mobile-logo{width:min(39vw,156px)}
  .tw-mobile-logo .tw-brand-logo--mobile img{max-height:50px}
}
@media (max-width:390px){
  .tw-mobile-logo{width:min(36vw,138px)}
  .tw-mobile-logo .tw-brand-logo--mobile img{max-height:46px}
}

/* TECNOS 2026-08-24 â€” categorÃ­as y marcas dentro del menÃº mÃ³vil */
@media (max-width:1100px){
  .tw-mobile-taxonomy{border:0;margin:0;padding:0}
  .tw-mobile-taxonomy>summary{list-style:none;cursor:pointer}
  .tw-mobile-taxonomy>summary::-webkit-details-marker{display:none}
  .tw-mobile-taxonomy[open]>summary{background:#f4f9fa;border-color:#e8f0f2}
  .tw-mobile-taxonomy[open]>summary .tw-mobile-pro-nav__arrow{transform:rotate(180deg)}
  .tw-mobile-taxonomy__links{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px 8px 10px 54px}
  .tw-mobile-taxonomy__links a{display:flex;align-items:center;min-height:38px;padding:7px 9px;border:1px solid #e7eef1;border-radius:10px;background:#fbfdfe;color:#315064;font-size:.84rem;font-weight:740;line-height:1.2}
  .tw-mobile-taxonomy__links a:hover,.tw-mobile-taxonomy__links a:focus-visible{background:#f0f8fa;border-color:#d5e9ee;color:#006f87;outline:0}
  .tw-mobile-taxonomy__links .tw-mobile-taxonomy__more{grid-column:1/-1;justify-content:center;background:#002c52;border-color:#002c52;color:#fff;font-weight:850}
  .tw-mobile-taxonomy__links--brands{max-height:260px;overflow:auto}
}
@media (max-width:420px){
  .tw-mobile-taxonomy__links{grid-template-columns:1fr;padding-left:46px}
}

/* ==========================================================
   TecnOS 2026-08-30 Â· Indicador visible de ofertas en movil
   ========================================================== */
@media (max-width:1100px){
  .tw-mobile-offers-trigger{
    position:relative;
    text-decoration:none !important;
    color:#e85d04 !important;
    background:#fff8f1 !important;
  }
  .tw-mobile-offers-trigger:hover,
  .tw-mobile-offers-trigger:focus-visible{
    color:#c2410c !important;
    background:#fff2e6 !important;
  }
  .tw-mobile-offers-badge{
    position:absolute;
    top:0;
    right:-1px;
    min-width:19px;
    height:19px;
    padding:0 5px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#dc2626;
    color:#fff;
    border:2px solid #fff;
    font-size:.65rem;
    line-height:1;
    font-weight:950;
    box-shadow:0 3px 8px rgba(220,38,38,.28);
    animation:tecnosMobileOfferNudge 2.8s ease-in-out infinite;
  }
  @keyframes tecnosMobileOfferNudge{
    0%,72%,100%{transform:scale(1)}
    78%{transform:scale(1.12)}
    84%{transform:scale(.98)}
    90%{transform:scale(1.07)}
  }
}

@media (max-width:390px){
  .tw-mobile-offers-trigger.tw-mobile-header__icon-button{
    width:37px;
    height:37px;
    min-width:37px;
  }
  .tw-mobile-offers-badge{
    min-width:18px;
    height:18px;
    font-size:.61rem;
  }
}
