@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .topbar {
    border-bottom: 0 !important;
    min-height: 86px !important;
    border-radius: 0 0 28px 28px !important;
    background: #F5F7F8 !important;
    box-shadow: 0 14px 34px rgba(11, 13, 15, 0.08) !important;
  }

  .topbar .nav {
    width: calc(100% - 28px) !important;
    height: 86px !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .topbar .brand img {
    width: 116px !important;
    height: 48px !important;
  }

  .topbar .nav-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    gap: 8px !important;
  }

  .topbar .nav-actions .btn,
  .topbar .nav-actions .cta {
    display: none !important;
  }

  .topbar .cart-nav {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(26, 29, 33, 0.12) !important;
    background: #F5F7F8 !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
  }

  .topbar .menu-toggle {
    display: grid !important;
    grid-column: 4 !important;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    background: #1A1D21 !important;
    color: #F5F7F8 !important;
    box-shadow: 0 14px 34px rgba(26, 29, 33, 0.18);
    z-index: 320 !important;
  }

  .topbar .menu-toggle span,
  .topbar .menu-toggle::before,
  .topbar .menu-toggle::after {
    left: 50% !important;
    top: 50% !important;
    width: 22px !important;
    height: 2px !important;
    transform: translate(-50%, -50%) !important;
  }

  .topbar .menu-toggle::before {
    transform: translate(-50%, calc(-50% - 7px)) !important;
  }

  .topbar .menu-toggle::after {
    transform: translate(-50%, calc(-50% + 7px)) !important;
  }

  body.menu-open .topbar .menu-toggle span {
    opacity: 0 !important;
  }

  body.menu-open .topbar .menu-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  body.menu-open .topbar .menu-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .topbar .nav-links {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: calc(122px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #1A1D21 !important;
    color: #F5F7F8 !important;
    box-shadow: 0 24px 70px rgba(26, 29, 33, 0.24) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
    z-index: 145 !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
  }

  body.menu-open .topbar {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.menu-open .topbar .brand {
    visibility: hidden !important;
  }

  body.menu-open .topbar .nav-actions {
    position: fixed !important;
    top: calc(22px + env(safe-area-inset-top)) !important;
    right: 104px !important;
    z-index: 320 !important;
  }

  body.menu-open .topbar .cart-nav {
    background: #F5F7F8 !important;
    border-color: rgba(245, 247, 248, 0.88) !important;
    box-shadow: 0 12px 30px rgba(11, 13, 15, 0.18) !important;
    opacity: 1 !important;
  }

  body.menu-open .topbar .menu-toggle {
    position: fixed !important;
    top: calc(22px + env(safe-area-inset-top)) !important;
    right: 24px !important;
    background: #F5F7F8 !important;
    color: #1A1D21 !important;
    box-shadow: 0 12px 30px rgba(11, 13, 15, 0.18) !important;
  }

  body.menu-open .topbar .nav-links {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .topbar .nav-menu {
    width: 100% !important;
  }

  .topbar .mega-menu {
    display: none !important;
  }

  .topbar .nav-links > a,
  .topbar .nav-links .nav-trigger {
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 7px 0 !important;
    color: #F5F7F8 !important;
    font-size: clamp(30px, 8.6vw, 42px) !important;
    font-weight: 950 !important;
    line-height: 1.03 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  .topbar .mobile-menu-cta {
    width: 100%;
    min-height: 62px;
    margin-top: auto;
    border: 1px solid rgba(245, 247, 248, 0.7);
    border-radius: 999px;
    background: transparent;
    color: #F5F7F8;
    font: inherit;
    font-size: 19px;
    font-weight: 950;
  }

  .topbar .mobile-menu-secondary {
    width: 100%;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border-radius: 999px;
    background: #F5F7F8;
    color: #1A1D21 !important;
    font-size: 19px !important;
    font-weight: 950 !important;
    text-decoration: none;
  }

  .topbar .nav-links > a.mobile-menu-secondary,
  .topbar .mobile-menu-secondary {
    color: #1A1D21 !important;
  }

  .cookie-banner {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 30px 22px calc(24px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-top: 1px solid rgba(26, 29, 33, 0.14) !important;
    border-radius: 30px 30px 0 0 !important;
    background: #F5F7F8 !important;
    box-shadow: 0 -28px 80px rgba(11, 13, 15, 0.18) !important;
  }

  .cookie-banner .cookie-close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #0B0D0F;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
  }

  .cookie-banner h3 {
    max-width: calc(100% - 60px);
    font-size: clamp(40px, 13vw, 56px) !important;
    line-height: 0.95 !important;
  }

  .cookie-banner p {
    margin-top: 18px !important;
    color: #0B0D0F !important;
    font-size: 19px !important;
    line-height: 1.32 !important;
  }

  .cookie-banner p a {
    color: #1A1D21 !important;
    font-weight: 950;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .cookie-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 22px !important;
  }

  .cookie-actions button {
    min-height: 58px !important;
    border-radius: 999px !important;
    font-size: 17px !important;
    font-weight: 950 !important;
  }

  .call-widget {
    right: 16px !important;
    bottom: 16px !important;
    z-index: 160 !important;
  }

  .call-widget.is-open {
    inset: 0 !important;
    pointer-events: none;
  }

  .call-widget.is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(11, 13, 15, 0.58);
    backdrop-filter: blur(3px);
    pointer-events: auto;
  }

  .call-widget.is-open .call-button {
    display: none !important;
  }

  .call-widget .call-popover {
    right: 0;
    bottom: 74px;
  }

  .call-widget.is-open .call-popover {
    position: fixed !important;
    left: 18px !important;
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: calc(100vh - 124px) !important;
    overflow: auto !important;
    padding: 22px 22px 24px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background: #1A1D21 !important;
    color: #F5F7F8 !important;
    box-shadow: 0 34px 90px rgba(26, 29, 33, 0.34) !important;
    pointer-events: auto !important;
  }

  .call-widget.is-open .call-popover::before {
    content: "";
    display: block;
    width: 124px;
    height: 52px;
    margin: 0 auto 20px;
    border: 0;
    border-radius: 0;
    background-image: url("elx-logo-transparent.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: none;
    filter: brightness(0) invert(1);
  }

  .card-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .card-actions .item-details,
  .card-actions .cart-button,
  .card-actions [data-add-cart] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .product-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .product-actions .btn,
  .product-actions .cart-button,
  .product-actions [data-add-cart] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .call-popover-head {
    position: static !important;
    display: block !important;
    padding-right: 0 !important;
    margin-bottom: 14px !important;
  }

  .call-popover h3 {
    width: 100%;
    color: #F5F7F8 !important;
    font-size: clamp(34px, 9.2vw, 44px) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  .call-popover p {
    color: rgba(245, 247, 248, 0.82) !important;
    max-width: 300px !important;
    margin: 10px auto 0 !important;
    font-size: 17px !important;
    line-height: 1.32 !important;
    text-align: center !important;
  }

  .call-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 auto;
    border-color: rgba(245, 247, 248, 0.24) !important;
    background: rgba(245, 247, 248, 0.1) !important;
    color: #F5F7F8 !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .call-direct {
    margin-top: 18px !important;
    border-color: rgba(245, 247, 248, 0.18) !important;
    background: rgba(245, 247, 248, 0.09) !important;
    color: #F5F7F8 !important;
  }

  .call-direct small {
    color: rgba(245, 247, 248, 0.72) !important;
  }

  .callback-form label {
    color: rgba(245, 247, 248, 0.82) !important;
  }

  .callback-form input {
    min-height: 58px !important;
    border-color: rgba(245, 247, 248, 0.22) !important;
    background: #F5F7F8 !important;
    color: #0B0D0F !important;
  }

  .callback-form .btn {
    min-height: 62px !important;
    border-radius: 999px !important;
    background: #F5F7F8 !important;
    color: #1A1D21 !important;
    box-shadow: none !important;
  }

  .callback-note {
    color: rgba(245, 247, 248, 0.82) !important;
    text-align: center !important;
  }
}

@media (max-width: 980px) {
  .shop-card.product-card h3,
  .shop-card h3 {
    line-height: 0.96 !important;
  }

  .product-type-label {
    display: block !important;
    line-height: 0.96 !important;
  }

  .card-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .card-actions .item-details,
  .card-actions .cart-button,
  .card-actions [data-add-cart] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .topbar .nav-links > a,
  .topbar .nav-links .nav-trigger {
    font-size: clamp(28px, 8.4vw, 38px) !important;
  }

  .cookie-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .call-widget,
  .call-widget.is-visible,
  .call-widget.is-open {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .lead-modal {
    align-items: center !important;
    padding: 14px !important;
  }

  .lead-modal-dialog {
    width: min(100%, 430px) !important;
    max-height: calc(100dvh - 92px) !important;
    padding: 30px 18px 24px !important;
    border-radius: 24px !important;
  }

  .lead-modal-close,
  .product-close,
  .cart-close {
    top: 14px !important;
    right: 14px !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .lead-modal-dialog h2 {
    max-width: calc(100% - 68px) !important;
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .lead-modal-dialog > p {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .service-card {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px !important;
  }

  .service-logo {
    width: min(100%, 230px) !important;
    min-height: 126px !important;
    justify-self: start !important;
    padding: 16px !important;
  }

  .service-logo img {
    width: 172px !important;
    max-width: 100% !important;
  }

  .service-card h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.02 !important;
  }
}
