/*
 * WZ Universal Commerce v0.9.0
 * Approved responsive remediation, controlled motion and selective Liquid Glass.
 * Loaded after the base storefront and signed-in account styles.
 */

:root {
  --wz-v090-blue: #0d47ff;
  --wz-v090-blue-dark: #0737cc;
  --wz-v090-blue-light: #4d79ff;
  --wz-v090-navy: #071b40;
  --wz-v090-glass: rgba(255, 255, 255, 0.78);
  --wz-v090-glass-strong: rgba(255, 255, 255, 0.9);
  --wz-v090-glass-line: rgba(255, 255, 255, 0.72);
  --wz-v090-line: #dfe6f0;
  --wz-v090-shadow: 0 18px 55px rgba(12, 35, 76, 0.12);
  --wz-v090-shadow-soft: 0 10px 30px rgba(12, 35, 76, 0.08);
  --wz-v090-ease: cubic-bezier(.22, .72, .24, 1);
}

html,
body.wz-theme-v090 {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body.wz-theme-v090 {
    overflow-x: hidden;
  }
}

body.wz-theme-v090 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(13, 71, 255, 0.26);
  outline-offset: 3px;
}

body.wz-theme-v090 .wz-container {
  --wz-container: 1320px;
}

/* --------------------------------------------------------------------------
   Unified action system
   -------------------------------------------------------------------------- */
body.wz-theme-v090 :where(
  .wz-button,
  .button,
  button.button,
  input.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  ul.products li.product .button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link,
  .wc-block-components-button,
  .wp-block-woocommerce-cart .wp-element-button,
  .wp-block-woocommerce-empty-cart-block .wp-element-button
) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px !important;
  border: 1px solid var(--wz-v090-blue) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--wz-v090-blue) 0%, #245eff 100%) !important;
  color: #fff !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(13, 71, 255, 0.18) !important;
  transition: transform 180ms var(--wz-v090-ease), box-shadow 180ms ease, background 180ms ease, border-color 180ms ease !important;
}

body.wz-theme-v090 :where(
  .wz-button,
  .button,
  button.button,
  .woocommerce a.button,
  .woocommerce button.button,
  ul.products li.product .button,
  .wc-block-components-button,
  .wp-block-woocommerce-cart .wp-element-button
) :where(span, strong, small, svg) {
  color: inherit !important;
}

body.wz-theme-v090 :where(
  .wz-button,
  .button,
  button.button,
  input.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  ul.products li.product .button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link,
  .wc-block-components-button,
  .wp-block-woocommerce-cart .wp-element-button
):hover,
body.wz-theme-v090 :where(
  .wz-button,
  .button,
  button.button,
  input.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  ul.products li.product .button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link,
  .wc-block-components-button,
  .wp-block-woocommerce-cart .wp-element-button
):focus-visible {
  border-color: var(--wz-v090-blue-dark) !important;
  background: linear-gradient(135deg, var(--wz-v090-blue-dark), #1749df) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(13, 71, 255, 0.25) !important;
}

body.wz-theme-v090 :where(.button, button.button, .woocommerce a.button, .wc-block-components-button).disabled,
body.wz-theme-v090 :where(.button, button.button, .woocommerce a.button, .wc-block-components-button):disabled,
body.wz-theme-v090 :where(.button, button.button, .woocommerce a.button).loading {
  cursor: not-allowed !important;
  opacity: .62 !important;
  transform: none !important;
  box-shadow: none !important;
}

body.wz-theme-v090 .wz-button--outline,
body.wz-theme-v090 .wz-portal .wz-button--outline {
  border-color: rgba(13, 71, 255, .34) !important;
  background: #fff !important;
  color: var(--wz-v090-blue) !important;
  box-shadow: none !important;
}

body.wz-theme-v090 .wz-button--outline:hover,
body.wz-theme-v090 .wz-button--outline:focus-visible,
body.wz-theme-v090 .wz-portal .wz-button--outline:hover,
body.wz-theme-v090 .wz-portal .wz-button--outline:focus-visible {
  border-color: var(--wz-v090-blue) !important;
  background: #edf3ff !important;
  color: var(--wz-v090-blue-dark) !important;
}

body.wz-theme-v090 .wz-portal .wz-button--ghost {
  border-color: #dce5f2 !important;
  background: transparent !important;
  color: #405675 !important;
  box-shadow: none !important;
}

body.wz-theme-v090 .wz-portal .wz-button--ghost:hover,
body.wz-theme-v090 .wz-portal .wz-button--ghost:focus-visible {
  border-color: rgba(13, 71, 255, .36) !important;
  background: #edf3ff !important;
  color: var(--wz-v090-blue-dark) !important;
}

body.wz-theme-v090 .wz-portal-help-card .wz-button--light {
  border-color: rgba(255,255,255,.88) !important;
  background: rgba(255,255,255,.96) !important;
  color: var(--wz-v090-blue-dark) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.12) !important;
}

body.wz-theme-v090 .wz-button--small,
body.wz-theme-v090 .wz-portal .wz-button--small {
  min-height: 38px !important;
  padding: 8px 13px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

body.wz-theme-v090 .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  color: var(--wz-v090-blue) !important;
  font-weight: 760;
}

body.wz-theme-v090 ul.products li.product .button {
  width: 100%;
  margin-top: auto !important;
}

/* --------------------------------------------------------------------------
   Selective Liquid Glass header
   -------------------------------------------------------------------------- */
body.wz-theme-v090:not(.wz-account-logged-in) .wz-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(213, 224, 240, .78);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  transition: box-shadow 200ms ease, background-color 200ms ease;
}

body.admin-bar.wz-theme-v090:not(.wz-account-logged-in) .wz-header {
  top: 32px;
}

body.wz-theme-v090:not(.wz-account-logged-in) .wz-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 15px 38px rgba(8, 28, 67, .1);
}

body.wz-theme-v090 .wz-mainbar,
body.wz-theme-v090 .wz-navrow,
body.wz-theme-v090 .wz-mobile-search-wrap {
  background: transparent;
}

body.wz-theme-v090 .wz-header-search,
body.wz-theme-v090 .wz-mobile-search,
body.wz-theme-v090 .wz-hero-search {
  border-color: rgba(202, 214, 232, .88);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 30px rgba(17, 37, 76, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.wz-theme-v090 .wz-header-action {
  border-radius: 11px;
}

body.wz-theme-v090 .wz-header-action:hover,
body.wz-theme-v090 .wz-header-action:focus-visible {
  background: rgba(13, 71, 255, .07);
}

/* --------------------------------------------------------------------------
   Exploded-phone homepage hero
   -------------------------------------------------------------------------- */
body.wz-theme-v090 .wz-hero--exploded {
  isolation: isolate;
  min-height: 630px;
  background:
    radial-gradient(circle at 78% 20%, rgba(73, 124, 255, .24), transparent 31%),
    radial-gradient(circle at 88% 75%, rgba(13, 71, 255, .11), transparent 34%),
    linear-gradient(125deg, #fbfdff 0%, #eef4ff 54%, #f7faff 100%);
}

body.wz-theme-v090 .wz-hero--exploded::before {
  width: 52%;
  opacity: .24;
  background-size: 48px 48px;
}

body.wz-theme-v090 .wz-hero-grid--v2 {
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  min-height: 630px;
  gap: clamp(30px, 4vw, 66px);
  padding-block: clamp(58px, 6vw, 86px);
}

body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-copy {
  position: relative;
  z-index: 5;
}

body.wz-theme-v090 .wz-hero-grid--v2 .wz-eyebrow {
  display: block;
}

body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(48px, 5vw, 76px);
}

body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-text {
  margin-block: 22px 24px;
}

body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-search {
  max-width: 660px;
}

body.wz-theme-v090 .wz-hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 660px;
  margin-top: 22px;
}

body.wz-theme-v090 .wz-hero-trust > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #334b69;
  font-size: 12px;
  font-weight: 720;
}

body.wz-theme-v090 .wz-hero-trust .wz-icon {
  width: 18px;
  height: 18px;
  color: var(--wz-v090-blue);
}

body.wz-theme-v090 .wz-hero-exploded {
  --wz-parallax-x: 0px;
  --wz-parallax-y: 0px;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  transform: translate3d(var(--wz-parallax-x), var(--wz-parallax-y), 0);
  transition: transform 240ms ease-out;
}

body.wz-theme-v090 .wz-hero-exploded::before {
  content: "";
  position: absolute;
  inset: 9% 2% 4% 4%;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(219,231,255,.25));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 25px 70px rgba(13,71,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.wz-theme-v090 .wz-hero-device-stage {
  position: relative;
  z-index: 2;
  width: 630px;
  max-width: 100%;
  aspect-ratio: 780 / 730;
  filter: drop-shadow(0 28px 35px rgba(8, 27, 65, .19));
}

body.wz-theme-v090 .wz-hero-device-stage > img {
  position: absolute;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: none;
  pointer-events: none;
  will-change: transform, opacity;
}

body.wz-theme-v090 .wz-hero-device-fallback {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  opacity: 1;
  transition: opacity 420ms ease 240ms;
}

body.wz-theme-v090 .wz-hero-component {
  z-index: 2;
  height: auto;
  opacity: 0;
  transform: translate3d(var(--wz-start-x, 0), var(--wz-start-y, 0), 0) scale(.97);
  transition: transform 980ms var(--wz-v090-ease), opacity 360ms ease;
}

body.wz-theme-v090 .wz-hero-component--phone {
  --wz-start-x: 48px;
  --wz-start-y: 0px;
  left: 3.6%;
  top: -2%;
  width: 32.3%;
}

body.wz-theme-v090 .wz-hero-component--battery {
  --wz-start-x: -112px;
  --wz-start-y: 2px;
  left: 32.3%;
  top: 11.6%;
  width: 18.3%;
  transition-delay: 70ms;
}

body.wz-theme-v090 .wz-hero-component--midframe {
  --wz-start-x: -170px;
  --wz-start-y: 0px;
  left: 43.6%;
  top: 3.4%;
  width: 21.8%;
  transition-delay: 130ms;
}

body.wz-theme-v090 .wz-hero-component--board {
  --wz-start-x: -258px;
  --wz-start-y: -3px;
  left: 57.1%;
  top: 1.6%;
  width: 21.8%;
  transition-delay: 190ms;
}

body.wz-theme-v090 .wz-hero-component--camera {
  --wz-start-x: -332px;
  --wz-start-y: 94px;
  left: 72.4%;
  top: 4.8%;
  width: 21.8%;
  transition-delay: 250ms;
}

body.wz-theme-v090 .wz-hero-component--flex {
  --wz-start-x: -305px;
  --wz-start-y: 20px;
  left: 70.5%;
  top: 24.7%;
  width: 25.6%;
  transition-delay: 310ms;
}

body.wz-theme-v090 .wz-hero-component--lower {
  --wz-start-x: -226px;
  --wz-start-y: -92px;
  left: 44.2%;
  top: 63.7%;
  width: 51.9%;
  transition-delay: 370ms;
}

html.wz-motion-ready body.wz-theme-v090 .wz-hero--exploded.is-animated .wz-hero-device-fallback {
  opacity: 0;
}

html.wz-motion-ready body.wz-theme-v090 .wz-hero--exploded.is-animated .wz-hero-component {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.wz-theme-v090 .wz-hero-float-label {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #14315f;
  font-size: 11px;
  font-weight: 780;
  box-shadow: 0 12px 30px rgba(10,33,77,.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

body.wz-theme-v090 .wz-hero-float-label .wz-icon {
  width: 18px;
  height: 18px;
  color: var(--wz-v090-blue);
}

body.wz-theme-v090 .wz-hero-float-label--compat {
  top: 15%;
  right: 0;
}

body.wz-theme-v090 .wz-hero-float-label--stock {
  right: 5%;
  bottom: 10%;
}

html.wz-motion-ready body.wz-theme-v090 .wz-hero--exploded.is-animated .wz-hero-float-label {
  animation: wz-v090-label-float 4.8s ease-in-out 1.4s infinite alternate;
}

@keyframes wz-v090-label-float {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -7px, 0); }
}

/* --------------------------------------------------------------------------
   Scroll reveals and restrained micro-interactions
   -------------------------------------------------------------------------- */
html.wz-motion-ready body.wz-theme-v090 [data-wz-reveal],
html.wz-motion-ready body.wz-theme-v090 .wz-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 620ms ease, transform 720ms var(--wz-v090-ease);
}

html.wz-motion-ready body.wz-theme-v090 [data-wz-reveal].is-visible,
html.wz-motion-ready body.wz-theme-v090 .wz-reveal.is-visible {
  opacity: 1;
  transform: none;
}

body.wz-theme-v090 .wz-category-card,
body.wz-theme-v090 .wz-brand-card,
body.wz-theme-v090 ul.products li.product {
  transition: transform 210ms var(--wz-v090-ease), box-shadow 210ms ease, border-color 210ms ease;
}

body.wz-theme-v090 .wz-category-card:hover,
body.wz-theme-v090 .wz-brand-card:hover,
body.wz-theme-v090 ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(10, 35, 79, .12);
}

/* --------------------------------------------------------------------------
   Product-card consistency
   -------------------------------------------------------------------------- */
body.wz-theme-v090 ul.products,
body.wz-theme-v090 .woocommerce ul.products {
  align-items: stretch;
}

body.wz-theme-v090 ul.products li.product,
body.wz-theme-v090 .woocommerce ul.products li.product {
  min-height: 100%;
  padding: 14px;
  border-color: var(--wz-v090-line);
  border-radius: 17px;
}

body.wz-theme-v090 ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  font-size: 14px;
  line-height: 1.45;
}

body.wz-theme-v090 ul.products li.product .price {
  font-size: 17px;
}

/* --------------------------------------------------------------------------
   WooCommerce Cart — classic and block layouts
   -------------------------------------------------------------------------- */
body.wz-theme-v090.wz-cart-page .wz-content-shell {
  width: min(calc(100% - 40px), 1360px);
  max-width: 1360px;
  padding-block: 42px 82px;
}

body.wz-theme-v090.wz-cart-page .wz-page-header {
  margin-bottom: 30px;
}

body.wz-theme-v090.wz-cart-page :where(.wp-block-woocommerce-cart, .wc-block-cart) {
  width: 100%;
  max-width: none;
}

body.wz-theme-v090.wz-cart-page .wc-block-cart {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, .78fr);
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
}

body.wz-theme-v090.wz-cart-page .wc-block-cart__main {
  min-width: 0;
  padding-right: 0;
}

body.wz-theme-v090.wz-cart-page .wc-block-cart__sidebar {
  position: sticky;
  top: 118px;
  min-width: 0;
}

/* Classic-cart fallback used when a site retains the shortcode template. */
body.wz-theme-v090.wz-cart-page .woocommerce:has(> form.woocommerce-cart-form) {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, .78fr);
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
}

body.wz-theme-v090.wz-cart-page :where(form.woocommerce-cart-form, .cart-collaterals) {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

body.wz-theme-v090.wz-cart-page .cart-collaterals .cart_totals {
  position: sticky;
  top: 118px;
  float: none !important;
  width: 100% !important;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-cart-items, table.shop_table.cart) {
  overflow: hidden;
  border: 1px solid var(--wz-v090-line) !important;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: var(--wz-v090-shadow-soft);
}

body.wz-theme-v090.wz-cart-page .wc-block-cart-items__header,
body.wz-theme-v090.wz-cart-page table.shop_table.cart thead {
  background: #f5f8fd;
}

body.wz-theme-v090.wz-cart-page .wc-block-cart-items__row,
body.wz-theme-v090.wz-cart-page table.shop_table.cart tr.cart_item {
  min-height: 154px;
}

body.wz-theme-v090.wz-cart-page .wc-block-cart-item__image img,
body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-thumbnail img {
  width: 112px;
  max-width: 112px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid #e9eef6;
  border-radius: 14px;
  background: #f8fafc;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-components-product-name, table.shop_table.cart .product-name a) {
  color: #111827 !important;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.4;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-components-product-price, .wc-block-cart-item__total-price-and-sale-badge-wrapper, table.shop_table.cart .product-price, table.shop_table.cart .product-subtotal) {
  color: #0f2450;
  font-size: 15px;
  font-weight: 760;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-components-quantity-selector, table.shop_table.cart .quantity) {
  width: fit-content;
  max-width: 132px;
  min-height: 44px;
  border: 1px solid #d7dfeb;
  border-radius: 11px;
  background: #fff;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-components-quantity-selector input, table.shop_table.cart .qty) {
  width: 54px !important;
  min-width: 48px;
  max-width: 54px;
  min-height: 42px;
  padding-inline: 6px !important;
  font-size: 15px;
  font-weight: 730;
  text-align: center;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-cart__sidebar, .cart-collaterals .cart_totals) {
  align-self: start;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.91), rgba(234,241,255,.78)) !important;
  box-shadow: 0 24px 58px rgba(8, 29, 70, .13) !important;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-cart__totals-title, .cart_totals h2) {
  margin-top: 0;
  color: #0c2148;
  font-size: clamp(22px, 2.2vw, 29px);
  letter-spacing: -.03em;
}

body.wz-theme-v090.wz-cart-page :where(.wc-block-cart__submit-button, .checkout-button) {
  width: 100% !important;
  min-height: 54px !important;
  margin-top: 16px !important;
  font-size: 15px !important;
}

body.wz-theme-v090.wz-cart-page .wp-block-woocommerce-empty-cart-block {
  min-height: 420px;
  padding: clamp(40px, 7vw, 86px) clamp(20px, 5vw, 64px);
  border: 1px solid rgba(209, 220, 238, .9);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(13,71,255,.1), transparent 32%),
    linear-gradient(145deg, #fff, #f4f8ff);
  text-align: center;
  box-shadow: var(--wz-v090-shadow-soft);
}

body.wz-theme-v090.wz-cart-page .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
body.wz-theme-v090.wz-cart-page .wp-block-woocommerce-empty-cart-block h2 {
  color: #101d39;
  font-size: clamp(28px, 4vw, 45px);
  letter-spacing: -.04em;
}

body.wz-theme-v090.wz-cart-page .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center {
  margin-bottom: 24px;
}

body.wz-theme-v090.wz-cart-page .wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  margin-top: 54px;
  text-align: left;
}

body.wz-theme-v090.wz-cart-page .wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
body.wz-theme-v090.wz-cart-page .wc-block-cart__empty-cart__title::before {
  display: none !important;
}

body.wz-theme-v090 .wz-v090-empty-cart-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  border: 1px solid rgba(13,71,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #edf3ff, #dbe7ff);
  color: var(--wz-v090-blue);
  box-shadow: 0 15px 34px rgba(13,71,255,.12);
}

body.wz-theme-v090 .wz-v090-empty-cart-icon svg {
  width: 40px;
  height: 40px;
}

body.wz-theme-v090 .wz-v090-empty-cart-action {
  min-width: 190px;
  margin: 20px auto 0;
}

/* --------------------------------------------------------------------------
   Account portal: contrast, alignment and premium utility system
   -------------------------------------------------------------------------- */
body.wz-theme-v090.wz-account-logged-in {
  --portal-sidebar: 276px;
}

body.wz-theme-v090 .wz-portal {
  max-width: 100%;
  overflow: clip;
}

body.wz-theme-v090 .wz-portal-sidebar {
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 105, 255, .28), transparent 30%),
    linear-gradient(180deg, #0a2858 0%, var(--wz-v090-navy) 56%, #04132e 100%);
  scrollbar-color: rgba(152, 181, 242, .42) transparent;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

body.wz-theme-v090 .wz-portal-nav__item a {
  text-decoration: none;
  color: #d9e5f7;
  font-size: 13px;
  font-weight: 720;
}

body.wz-theme-v090 .wz-portal-sidebar__close .wz-icon,
body.wz-theme-v090 .wz-portal-menu-toggle .wz-icon,
body.wz-theme-v090 .wz-menu-close .wz-icon {
  width: 22px;
  height: 22px;
}

body.wz-theme-v090 .wz-portal-nav__item a .wz-portal-nav__icon {
  color: #9ebcff;
}

body.wz-theme-v090 .wz-portal-nav__item a:hover,
body.wz-theme-v090 .wz-portal-nav__item a:focus-visible {
  background: rgba(255,255,255,.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

body.wz-theme-v090 .wz-portal-nav__item.is-active a {
  background: linear-gradient(135deg, #0d47ff, #2c68ff);
  color: #fff;
  box-shadow: 0 11px 28px rgba(13,71,255,.34), inset 0 1px 0 rgba(255,255,255,.22);
}

body.wz-theme-v090 .wz-portal-nav__item.is-active a .wz-portal-nav__icon {
  color: #fff;
}

body.wz-theme-v090 .wz-portal-help-card {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.wz-theme-v090 .wz-portal-topbar {
  border-bottom-color: rgba(213, 224, 240, .78);
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 30px rgba(12,35,76,.05);
  backdrop-filter: saturate(155%) blur(20px);
  -webkit-backdrop-filter: saturate(155%) blur(20px);
}

body.wz-theme-v090 .wz-portal-topbar__search {
  min-width: 0;
}

body.wz-theme-v090 .wz-product-search input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

body.wz-theme-v090 .wz-product-search button {
  flex: 0 0 56px;
}

body.wz-theme-v090 .wz-avatar {
  line-height: 1;
}

body.wz-theme-v090 .wz-avatar--large {
  font-size: 27px;
}

body.wz-theme-v090 .wz-dashboard-welcome {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  min-height: 252px;
  border-color: rgba(207, 219, 239, .9);
  background: linear-gradient(125deg, #fff 0%, #f8fbff 52%, #e9f1ff 100%);
  box-shadow: 0 16px 42px rgba(12,35,76,.09);
}

body.wz-theme-v090 .wz-dashboard-device-finder {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, .78fr) minmax(150px, 1fr);
  align-items: center;
  min-width: 0;
  margin: 18px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(214,228,255,.56));
  color: #12294e;
  box-shadow: 0 20px 45px rgba(13,71,255,.11), inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.wz-theme-v090 .wz-dashboard-device-finder:hover {
  color: #12294e;
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(13,71,255,.16), inset 0 1px 0 rgba(255,255,255,.9);
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-width: 0;
  gap: 6px;
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy small {
  color: var(--wz-v090-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy strong {
  color: #0d2147;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy > span {
  color: #53657d;
  font-size: 11px;
  line-height: 1.45;
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy b {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  margin-top: 4px;
  color: var(--wz-v090-blue);
  font-size: 10px;
}

body.wz-theme-v090 .wz-dashboard-device-finder__copy b .wz-icon {
  width: 15px;
  height: 15px;
}

body.wz-theme-v090 .wz-dashboard-device-finder__art {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 190px;
}

body.wz-theme-v090 .wz-dashboard-device-finder__stage {
  position: relative;
  display: block;
  width: 235px;
  max-width: 100%;
  aspect-ratio: 780 / 730;
  filter: drop-shadow(0 18px 18px rgba(10,35,79,.18));
  transform: translateX(12px) scale(1.08);
}

body.wz-theme-v090 .wz-dashboard-device-finder__stage > img {
  position: absolute;
  max-width: none;
  height: auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  pointer-events: none;
}

body.wz-theme-v090 .wz-dashboard-device-finder__fallback {
  inset: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 14px !important;
  opacity: 0;
}

body.wz-theme-v090 .wz-dashboard-device-finder__part {
  z-index: 2;
  filter: none;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms var(--wz-v090-ease);
}

body.wz-theme-v090 .wz-dashboard-device-finder__part--phone { left: 3.6%; top: -2%; width: 32.3%; --wz-df-x: -7px; --wz-df-y: 0px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--battery { left: 32.3%; top: 11.6%; width: 18.3%; --wz-df-x: -3px; --wz-df-y: 1px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--midframe { left: 43.6%; top: 3.4%; width: 21.8%; --wz-df-x: 2px; --wz-df-y: 0px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--board { left: 57.1%; top: 1.6%; width: 21.8%; --wz-df-x: 7px; --wz-df-y: -1px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--camera { left: 72.4%; top: 4.8%; width: 21.8%; --wz-df-x: 11px; --wz-df-y: -4px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--flex { left: 70.5%; top: 24.7%; width: 25.6%; --wz-df-x: 10px; --wz-df-y: 3px; }
body.wz-theme-v090 .wz-dashboard-device-finder__part--lower { left: 44.2%; top: 63.7%; width: 51.9%; --wz-df-x: 5px; --wz-df-y: 6px; }

body.wz-theme-v090 .wz-dashboard-device-finder:hover .wz-dashboard-device-finder__part,
body.wz-theme-v090 .wz-dashboard-device-finder:focus-visible .wz-dashboard-device-finder__part {
  transform: translate3d(var(--wz-df-x, 0), var(--wz-df-y, 0), 0);
}

body.wz-theme-v090 .wz-metric-card {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 88px;
  border-color: var(--wz-v090-line);
  border-radius: 16px;
  color: #111827;
  background: #fff;
  box-shadow: 0 8px 24px rgba(12,35,76,.055);
}

body.wz-theme-v090 a.wz-metric-card:hover,
body.wz-theme-v090 a.wz-metric-card:focus-visible {
  border-color: rgba(13,71,255,.32);
  color: #111827;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(12,35,76,.1);
}

body.wz-theme-v090 .wz-metric-card__copy {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

body.wz-theme-v090 .wz-metric-card small {
  font-size: 11px;
  line-height: 1.25;
}

body.wz-theme-v090 .wz-metric-card strong {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.08;
}

body.wz-theme-v090 .wz-metric-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #edf3ff, #dce8ff) !important;
  color: var(--wz-v090-blue) !important;
}

body.wz-theme-v090 .wz-metric-card__icon .wz-icon {
  width: 24px;
  height: 24px;
}

body.wz-theme-v090 .wz-icon-accent {
  fill: currentColor;
  stroke: none;
  opacity: .12;
}

body.wz-theme-v090 .wz-quick-actions-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

body.wz-theme-v090 .wz-quick-action {
  position: relative;
  text-decoration: none;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 34px;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: 116px;
  padding: 16px;
  gap: 12px;
  border-color: var(--wz-v090-line);
  border-radius: 16px;
  background: #fff;
  color: #15213a;
  box-shadow: 0 7px 22px rgba(12,35,76,.045);
}

body.wz-theme-v090 .wz-quick-action:hover,
body.wz-theme-v090 .wz-quick-action:focus-visible {
  border-color: rgba(13,71,255,.32);
  color: #15213a;
  transform: translateY(-3px);
  box-shadow: 0 17px 38px rgba(12,35,76,.1);
}

body.wz-theme-v090 .wz-quick-action__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, #eff4ff, #dfe9ff);
  color: var(--wz-v090-blue);
}

body.wz-theme-v090 .wz-quick-action__icon .wz-icon {
  width: 22px;
  height: 22px;
}

body.wz-theme-v090 .wz-quick-action__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  place-items: initial;
  width: auto;
  height: auto;
  min-width: 0;
  gap: 5px;
  border-radius: 0;
  background: transparent;
}

body.wz-theme-v090 .wz-quick-action__copy strong {
  grid-column: auto;
  align-self: auto;
  margin: 0;
  color: #17223a;
  font-size: 14px;
  line-height: 1.28;
}

body.wz-theme-v090 .wz-quick-action__copy small {
  color: #6a778a;
  font-size: 11.5px;
  line-height: 1.45;
}

body.wz-theme-v090 .wz-quick-action__launch {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dce5f2;
  border-radius: 50%;
  background: #f8faff;
  color: #557197;
  transition: .18s ease;
}

body.wz-theme-v090 .wz-quick-action:hover .wz-quick-action__launch {
  border-color: var(--wz-v090-blue);
  background: var(--wz-v090-blue);
  color: #fff;
  transform: translate(2px, -2px);
}

body.wz-theme-v090 .wz-quick-action__launch .wz-icon {
  width: 15px;
  height: 15px;
}

body.wz-theme-v090 .wz-dashboard-columns,
body.wz-theme-v090 .wz-dashboard-lower-grid {
  align-items: stretch;
}

body.wz-theme-v090 .wz-dashboard-columns > .wz-panel,
body.wz-theme-v090 .wz-dashboard-lower-grid > .wz-panel {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}

body.wz-theme-v090 .wz-dashboard-columns > .wz-panel {
  min-height: 340px;
}

body.wz-theme-v090 .wz-dashboard-lower-grid > .wz-panel {
  min-height: 290px;
}

body.wz-theme-v090 .wz-dashboard-columns > .wz-panel > :last-child,
body.wz-theme-v090 .wz-dashboard-lower-grid > .wz-panel > :last-child {
  flex: 1;
}

body.wz-theme-v090 .wz-empty-state {
  align-content: center;
  min-height: 210px;
  margin-block: 4px;
  padding: 24px 18px;
}

body.wz-theme-v090 .wz-empty-state .wz-button {
  min-width: 150px;
  color: #fff !important;
}

body.wz-theme-v090 .wz-empty-state .wz-button--outline {
  color: var(--wz-v090-blue) !important;
}

body.wz-theme-v090 .wz-empty-state__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

/* Notification settings: no desktop-width overflow on mobile. */
body.wz-theme-v090 .wz-notification-layout,
body.wz-theme-v090 .wz-notification-layout > *,
body.wz-theme-v090 .wz-preference-form,
body.wz-theme-v090 .wz-preference-row {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.wz-theme-v090 .wz-preference-row {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 76px;
  gap: 12px;
  padding: 10px 0;
}

body.wz-theme-v090 .wz-preference-row > span:nth-child(2) {
  min-width: 0;
}

body.wz-theme-v090 .wz-preference-row strong,
body.wz-theme-v090 .wz-preference-row small {
  overflow-wrap: anywhere;
}

body.wz-theme-v090 .wz-preference-row strong {
  font-size: 12px;
  line-height: 1.3;
}

body.wz-theme-v090 .wz-preference-row small {
  margin-top: 3px;
  font-size: 10.5px;
  line-height: 1.4;
}

body.wz-theme-v090 .wz-notification-card strong {
  font-size: 12px;
}

body.wz-theme-v090 .wz-notification-card p {
  font-size: 10.5px;
}

body.wz-theme-v090 .wz-preference-row i {
  flex: 0 0 auto;
}

/* Long forms and contact cards must never create page-wide horizontal scroll. */
body.wz-theme-v090 :where(
  .wz-portal-content,
  .wz-portal-two-column,
  .wz-contact-option-grid,
  .wz-portal-form,
  .wz-form-field,
  .wz-panel,
  .wz-submission-row,
  .wz-notification-card
) {
  min-width: 0;
  max-width: 100%;
}

body.wz-theme-v090 .wz-portal-form :where(input, select, textarea) {
  max-width: 100%;
}

body.wz-theme-v090 .wz-faq-list details {
  transition: background-color .18s ease, border-color .18s ease;
}

body.wz-theme-v090 .wz-faq-list summary {
  min-height: 50px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Footer refinement
   -------------------------------------------------------------------------- */
body.wz-theme-v090 .wz-footer {
  border-top: 1px solid rgba(255,255,255,.08);
}

/* --------------------------------------------------------------------------
   Responsive corrections
   -------------------------------------------------------------------------- */
@media (max-width: 1120px) {
  body.wz-theme-v090 .wz-hero-grid--v2 {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  }

  body.wz-theme-v090 .wz-quick-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.wz-theme-v090 .wz-dashboard-welcome {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder {
    min-height: 220px;
  }
}

@media (max-width: 900px) {
  body.admin-bar.wz-theme-v090:not(.wz-account-logged-in) .wz-header {
    top: 46px;
  }

  body.wz-theme-v090 .wz-hero--exploded {
    min-height: 0;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-block: 42px 34px;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-copy {
    text-align: left;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-copy h1 {
    max-width: 720px;
  }

  body.wz-theme-v090 .wz-hero-exploded {
    display: grid;
    width: 100%;
    min-height: 380px;
    margin-top: 4px;
  }

  body.wz-theme-v090 .wz-hero-exploded::before {
    inset: 4% 2% 2%;
  }

  body.wz-theme-v090 .wz-hero-device-stage {
    width: 510px;
    max-width: 100%;
  }

  body.wz-theme-v090 .wz-hero-float-label--compat {
    top: 12%;
    right: 3%;
  }

  body.wz-theme-v090 .wz-hero-float-label--stock {
    right: 6%;
    bottom: 6%;
  }

  body.wz-theme-v090 .wz-portal-sidebar {
    top: 0;
    bottom: 0;
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  body.admin-bar.wz-theme-v090 .wz-portal-sidebar {
    top: 46px;
    height: calc(100dvh - 46px);
    max-height: calc(100dvh - 46px);
  }

  body.wz-theme-v090.wz-account-page.wz-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder {
    grid-template-columns: minmax(0, .9fr) minmax(150px, 1.1fr);
    margin: 0 18px 18px;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__art {
    height: 170px;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__fallback {
    opacity: 1;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__part {
    display: none;
  }

  body.wz-theme-v090 .wz-dashboard-columns > .wz-panel,
  body.wz-theme-v090 .wz-dashboard-lower-grid > .wz-panel {
    min-height: 0;
    height: auto;
  }

  body.wz-theme-v090 .wz-notification-layout {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart,
  body.wz-theme-v090.wz-cart-page .woocommerce:has(> form.woocommerce-cart-form) {
    display: block;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart__main {
    padding-right: 0;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart__sidebar,
  body.wz-theme-v090.wz-cart-page .cart-collaterals .cart_totals {
    position: static;
    margin-top: 22px;
  }
}

@media (max-width: 680px) {
  body.wz-theme-v090 .wz-mainbar-inner {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  body.wz-theme-v090 .wz-site-logo {
    max-width: min(174px, 48vw);
  }

  body.wz-theme-v090 .wz-mobile-search input {
    font-size: 13px;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 {
    padding-block: 30px 26px;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-copy h1 {
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: 1.02;
  }

  body.wz-theme-v090 .wz-hero-grid--v2 .wz-hero-text {
    font-size: 14px;
  }

  body.wz-theme-v090 .wz-hero-trust {
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
    margin-top: 18px;
  }

  body.wz-theme-v090 .wz-hero-trust > span {
    font-size: 10px;
  }

  body.wz-theme-v090 .wz-hero-exploded {
    min-height: 320px;
    overflow: hidden;
  }

  body.wz-theme-v090 .wz-hero-device-stage {
    width: 430px;
    max-width: 100%;
    transform: none;
  }

  body.wz-theme-v090 .wz-hero-float-label {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 9px;
  }

  body.wz-theme-v090 .wz-hero-float-label--compat {
    top: 5%;
    right: 1%;
  }

  body.wz-theme-v090 .wz-hero-float-label--stock {
    right: 2%;
    bottom: 4%;
  }

  body.wz-theme-v090 .wz-hero-component--phone { --wz-start-x: 24px; }
  body.wz-theme-v090 .wz-hero-component--battery { --wz-start-x: -56px; }
  body.wz-theme-v090 .wz-hero-component--board { --wz-start-x: -128px; --wz-start-y: 0px; }
  body.wz-theme-v090 .wz-hero-component--camera { --wz-start-x: -168px; --wz-start-y: 48px; }
  body.wz-theme-v090 .wz-hero-component--midframe,
  body.wz-theme-v090 .wz-hero-component--flex,
  body.wz-theme-v090 .wz-hero-component--lower { display: none; }

  body.wz-theme-v090 .wz-dashboard-welcome__copy {
    padding: 22px 18px 18px;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder {
    grid-template-columns: 1fr minmax(120px, .8fr);
    min-height: 190px;
    margin: 0 12px 12px;
    padding: 16px;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__art {
    height: 150px;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__stage {
    width: 190px;
    transform: translateX(8px) scale(1.06);
  }

  body.wz-theme-v090 .wz-metric-grid--five > :last-child {
    grid-column: 1 / -1;
  }

  body.wz-theme-v090 .wz-metric-card {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 76px;
    padding: 12px;
  }

  body.wz-theme-v090 .wz-metric-card__icon {
    width: 40px;
    height: 40px;
  }

  body.wz-theme-v090 .wz-quick-action {
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    min-height: 105px;
    padding: 13px;
    gap: 9px;
  }

  body.wz-theme-v090 .wz-quick-action__icon {
    width: 40px;
    height: 40px;
  }

  body.wz-theme-v090 .wz-quick-action__copy strong {
    font-size: 13px;
  }

  body.wz-theme-v090 .wz-quick-action__copy small {
    font-size: 11px;
  }

  body.wz-theme-v090 .wz-panel {
    padding: 16px;
  }

  body.wz-theme-v090 .wz-empty-state {
    min-height: 165px;
    padding: 20px 12px;
  }

  body.wz-theme-v090 .wz-preference-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 76px;
    gap: 10px;
  }

  body.wz-theme-v090 .wz-notification-card {
    width: 100%;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  body.wz-theme-v090 .wz-notification-card__top {
    min-width: 0;
  }

  body.wz-theme-v090 :is(.wz-notification-tabs, .wz-filter-tabs) {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  body.wz-theme-v090 :is(.wz-notification-tabs, .wz-filter-tabs)::-webkit-scrollbar {
    display: none;
  }

  body.wz-theme-v090.wz-cart-page .wz-content-shell {
    width: min(calc(100% - 24px), 1360px);
    padding-block: 28px 60px;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart-items__row {
    min-height: 0;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart tbody {
    display: block;
    width: 100% !important;
    max-width: 100%;
    table-layout: fixed;
    overflow: visible;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart thead {
    display: none;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart tr.cart_item {
    position: relative;
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 8px 14px;
    width: 100%;
    min-height: 0;
    padding: 16px;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart tr.cart_item > td {
    display: block;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 5;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-name,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-price,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-quantity,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-subtotal,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart tr.cart_item > td:not(.product-thumbnail):not(.product-remove) {
    grid-column: 2;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart :where(.product-price, .product-quantity, .product-subtotal) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px !important;
    border-top: 1px solid #edf1f7 !important;
  }

  body.wz-theme-v090.wz-cart-page table.shop_table.cart td[data-title]::before {
    content: attr(data-title);
    color: #66758b;
    font-size: 11px;
    font-weight: 700;
  }

  body.wz-theme-v090.wz-cart-page :where(.wc-block-cart-items, .wc-block-cart-items__row, .wc-block-cart-item__product, .wc-block-cart-item__wrap) {
    max-width: 100%;
    min-width: 0;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart-item__product {
    overflow-wrap: anywhere;
  }

  body.wz-theme-v090.wz-cart-page .wc-block-cart-item__image img,
  body.wz-theme-v090.wz-cart-page table.shop_table.cart .product-thumbnail img {
    width: 82px;
    max-width: 82px;
  }

  body.wz-theme-v090.wz-cart-page :where(.wc-block-cart__sidebar, .cart-collaterals .cart_totals) {
    padding: 20px !important;
    border-radius: 18px !important;
  }

  body.wz-theme-v090 .wz-footer-grid {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090 .wz-footer-brand,
  body.wz-theme-v090 .wz-footer-column {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  body.wz-theme-v090 .wz-hero-trust {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__art {
    height: 130px;
    order: -1;
    overflow: hidden;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__stage {
    width: 210px;
    transform: translateY(-26px);
  }

  body.wz-theme-v090 .wz-quick-actions-grid {
    grid-template-columns: 1fr;
  }

  body.wz-theme-v090 .wz-quick-actions-grid > :last-child {
    grid-column: auto;
  }

  body.wz-theme-v090 .wz-quick-action {
    min-height: 94px;
  }

  body.wz-theme-v090 .wz-empty-state__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  body.wz-theme-v090 .wz-empty-state__actions .wz-button {
    width: 100%;
  }
}

/* Opaque fallbacks for browsers without backdrop-filter. */
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  body.wz-theme-v090:not(.wz-account-logged-in) .wz-header,
  body.wz-theme-v090 .wz-portal-topbar,
  body.wz-theme-v090 .wz-hero-float-label,
  body.wz-theme-v090 .wz-dashboard-device-finder,
  body.wz-theme-v090.wz-cart-page :where(.wc-block-cart__sidebar, .cart-collaterals .cart_totals) {
    background: #fff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  body.wz-theme-v090 *,
  body.wz-theme-v090 *::before,
  body.wz-theme-v090 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  html.wz-motion-ready body.wz-theme-v090 [data-wz-reveal],
  html.wz-motion-ready body.wz-theme-v090 .wz-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body.wz-theme-v090 .wz-hero-device-fallback {
    opacity: 1 !important;
  }

  body.wz-theme-v090 .wz-hero-component,
  body.wz-theme-v090 .wz-dashboard-device-finder__part {
    display: none !important;
  }

  body.wz-theme-v090 .wz-dashboard-device-finder__fallback {
    opacity: 1 !important;
  }

  body.wz-theme-v090 .wz-hero-exploded {
    transform: none !important;
  }
}
