:root {
  --artiz-bg:#11171d;
  --artiz-panel:#18212a;
  --artiz-panel-2:#202b36;
  --artiz-text:#f8fafc;
  --artiz-muted:#c6d0da;
  --artiz-blue:#00d9ff;
  --artiz-purple:#7134b7;
  --artiz-focus:#70e7ff;
  --artiz-border:rgba(112,231,255,.22);
}

body:is(.artiz-bridge-v21,.artiz-bridge-v22) {
  --artiz-connect-surface:
    radial-gradient(circle at 12% 15%,rgba(0,217,255,.2),transparent 34%),
    radial-gradient(circle at 88% 82%,rgba(166,92,255,.22),transparent 38%),
    linear-gradient(135deg,rgba(18,29,38,.96),rgba(28,22,46,.92));
}

/* Connect with the Studio surface and sheen for the requested page headers. */
body.artiz-connect-header #masthead.site-header {
  isolation:isolate;
  background:#121d26;
  background:var(--artiz-connect-surface)!important;
}

body.artiz-connect-header #masthead.site-header::before {
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  content:"";
  background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.055) 50%,transparent 65%);
  background-position:180% 0;
  background-repeat:no-repeat;
  background-size:240% 100%;
  animation:artiz-header-connect-sheen 9s ease-in-out infinite;
}

body.artiz-connect-header #masthead .nav-wrap {
  position:relative;
  z-index:1;
}

@keyframes artiz-header-connect-sheen {
  0%,65%,100% {background-position:180% 0;}
  82% {background-position:-80% 0;}
}

/* The Connect surface is the universal heading treatment on every page. */
body:is(.artiz-bridge-v21,.artiz-bridge-v22) h1 {
  max-width:100%;
  padding:clamp(.5rem,1.2vw,.8rem) clamp(.7rem,1.8vw,1.15rem);
  border:1px solid rgba(112,231,255,.25);
  border-radius:clamp(12px,1.4vw,18px);
  background:var(--artiz-connect-surface)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);
  color:var(--artiz-text)!important;
  text-wrap:balance;
}

body.artiz-elementor-managed {
  overflow-x:hidden;
  background:var(--artiz-bg);
  color:var(--artiz-text);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}

body.artiz-elementor-managed main,
body.artiz-elementor-managed .artiz-shop-elementor-hero {
  background:var(--artiz-bg);
}

body.artiz-elementor-managed .elementor-widget-heading .elementor-heading-title {
  font-family:Montserrat,Inter,sans-serif;
}

body.artiz-elementor-managed .artiz-accent-text {
  color:var(--artiz-blue);
  text-shadow:0 0 26px rgba(0,217,255,.25);
}

body.artiz-elementor-managed .artiz-glass-card > .elementor-widget-wrap,
body.artiz-elementor-managed .artiz-woocommerce-shell > .elementor-widget-wrap {
  border:1px solid var(--artiz-border);
  background:rgba(24,33,42,.84)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

body.artiz-elementor-managed .artiz-primary-button .elementor-button {
  background:var(--artiz-blue)!important;
  color:var(--artiz-bg)!important;
  box-shadow:0 10px 28px rgba(0,217,255,.18);
}

body.artiz-elementor-managed .artiz-primary-button .elementor-button:hover,
body.artiz-elementor-managed .artiz-primary-button .elementor-button:focus-visible {
  transform:translateY(-2px);
  background:var(--artiz-purple)!important;
  color:#fff!important;
}

body.artiz-elementor-managed .artiz-secondary-button .elementor-button {
  border:1px solid var(--artiz-border);
  background:rgba(32,43,54,.85)!important;
  color:#fff!important;
}

body.artiz-elementor-managed .artiz-secondary-button .elementor-button:hover,
body.artiz-elementor-managed .artiz-secondary-button .elementor-button:focus-visible {
  transform:translateY(-2px);
  border-color:var(--artiz-blue);
  color:var(--artiz-blue)!important;
}

body.artiz-elementor-home .elementor-element-a2471001 .elementor-widget-button,
body.artiz-elementor-home .artiz-home-categories .elementor-widget-button {
  display:inline-block;
  width:auto;
  margin-inline:6px;
}

body.artiz-elementor-managed .artiz-card-image img,
body.artiz-elementor-managed .artiz-hero-image img,
body.artiz-elementor-managed .artiz-digital-image img {
  width:100%;
  object-fit:cover;
}

body.artiz-elementor-managed .artiz-products-grid ul.products {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

body.artiz-elementor-managed .artiz-products-grid ul.products::before,
body.artiz-elementor-managed .artiz-products-grid ul.products::after {
  display:none!important;
}

body.artiz-elementor-managed .artiz-products-grid ul.products li.product {
  width:auto!important;
  margin:0!important;
  padding:16px!important;
  overflow:hidden;
  border:1px solid var(--artiz-border);
  border-radius:18px;
  background:rgba(24,33,42,.9);
  box-shadow:0 12px 34px rgba(0,0,0,.2);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

body.artiz-elementor-managed .artiz-products-grid ul.products li.product:hover {
  transform:translateY(-4px);
  border-color:rgba(0,217,255,.58);
  box-shadow:0 18px 42px rgba(0,0,0,.3);
}

body.artiz-elementor-managed .artiz-products-grid .woocommerce-loop-product__title {
  color:var(--artiz-text)!important;
  font-family:Montserrat,Inter,sans-serif;
}

body.artiz-elementor-managed .artiz-products-grid .price {
  color:var(--artiz-blue)!important;
  font-weight:600!important;
}

body.artiz-elementor-managed .artiz-commerce-output .elementor-widget-container > .woocommerce,
body.artiz-elementor-managed .artiz-commerce-shortcode .woocommerce {
  width:100%;
  margin:0!important;
  padding:10px!important;
  border:1px solid var(--artiz-border);
  border-radius:20px;
  background:rgba(24,33,42,.78);
  color:var(--artiz-muted);
  box-shadow:0 14px 38px rgba(0,0,0,.22);
}

body.artiz-elementor-managed .woocommerce table.shop_table,
body.artiz-elementor-managed .woocommerce form.login,
body.artiz-elementor-managed .woocommerce form.register,
body.artiz-elementor-managed .woocommerce .cart_totals,
body.artiz-elementor-managed.woocommerce-account .woocommerce-MyAccount-navigation,
body.artiz-elementor-managed.woocommerce-account .woocommerce-MyAccount-content {
  border:1px solid var(--artiz-border)!important;
  border-radius:16px;
  background:rgba(17,23,29,.7);
  color:var(--artiz-muted);
}

body.artiz-elementor-managed .woocommerce table.shop_table {
  margin:0!important;
}

body.artiz-elementor-managed .woocommerce table.shop_table th,
body.artiz-elementor-managed .woocommerce table.shop_table td {
  padding:8px 9px!important;
  border-color:var(--artiz-border)!important;
  color:var(--artiz-muted);
  line-height:1.35;
}

body.artiz-elementor-managed .woocommerce a.button,
body.artiz-elementor-managed .woocommerce button.button,
body.artiz-elementor-managed .woocommerce input.button {
  min-height:44px;
  border-radius:12px!important;
  background:var(--artiz-blue)!important;
  color:var(--artiz-bg)!important;
  font-family:Montserrat,Inter,sans-serif;
  font-weight:600!important;
}

body.artiz-elementor-managed .woocommerce a.button:hover,
body.artiz-elementor-managed .woocommerce button.button:hover,
body.artiz-elementor-managed .woocommerce input.button:hover,
body.artiz-elementor-managed .woocommerce a.button:focus-visible,
body.artiz-elementor-managed .woocommerce button.button:focus-visible,
body.artiz-elementor-managed .woocommerce input.button:focus-visible {
  background:var(--artiz-purple)!important;
  color:#fff!important;
}

body.artiz-elementor-managed .woocommerce :is(button.button,input.button):disabled,
body.artiz-elementor-managed .woocommerce :is(button.button,input.button).disabled {
  cursor:not-allowed!important;
  opacity:.58!important;
  background:#53606c!important;
  color:#fff!important;
  transform:none!important;
}

body.artiz-elementor-managed .woocommerce input.input-text,
body.artiz-elementor-managed .woocommerce textarea,
body.artiz-elementor-managed .woocommerce select {
  min-height:44px;
  border:1px solid var(--artiz-border);
  border-radius:10px;
  background:#0e141a;
  color:#fff;
}

body.artiz-elementor-managed :is(a,button,input,select,textarea):focus-visible {
  outline:3px solid var(--artiz-focus)!important;
  outline-offset:3px!important;
}

/* Shop Now keeps the native WooCommerce archive loop; only this hero is Elementor-owned. */
body.artiz-elementor-shop .artiz-shop-elementor-hero .elementor {
  width:100%;
}

body.artiz-elementor-shop .artiz-shop-primary-copy {
  max-width:760px;
  margin-inline:auto;
}

/* Compact classic Cart: real form semantics and nonces remain untouched. */
body.artiz-elementor-cart {
  scroll-padding-bottom:96px;
}

body.artiz-elementor-cart .artiz-elementor-cart-commerce .elementor-widget-container {
  min-width:0;
}

body.artiz-elementor-cart .woocommerce::before,
body.artiz-elementor-cart .woocommerce::after {
  display:none!important;
  content:none!important;
}

body.artiz-elementor-cart .woocommerce-notices-wrapper:empty {
  display:none!important;
}

body.artiz-elementor-cart .woocommerce-cart-form,
body.artiz-elementor-cart .cart-collaterals {
  min-width:0;
  margin:0!important;
}

body.artiz-elementor-cart .cart-collaterals,
body.artiz-elementor-cart .cart-collaterals .cart_totals {
  float:none!important;
  width:100%!important;
}

body.artiz-elementor-cart .cart-collaterals .cross-sells {
  float:none!important;
  width:100%!important;
  margin:10px 0 0!important;
}

body.artiz-elementor-cart .cart-collaterals .cross-sells ul.products {
  display:grid!important;
  grid-template-columns:1fr!important;
}

body.artiz-elementor-cart .woocommerce-cart-form__contents td.product-thumbnail {
  width:64px;
}

body.artiz-elementor-cart .woocommerce-cart-form__contents .product-thumbnail img {
  display:block;
  width:52px!important;
  height:52px!important;
  margin:0!important;
  border-radius:10px;
  background:#0d151d;
  object-fit:contain;
}

body.artiz-elementor-cart .product-remove a.remove {
  width:44px!important;
  height:44px!important;
  min-width:44px;
  min-height:44px;
}

body.artiz-elementor-cart .quantity .qty,
body.artiz-elementor-cart .coupon #coupon_code {
  min-height:44px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

body.artiz-elementor-cart table.cart td.actions {
  padding:8px!important;
}

body.artiz-elementor-cart .coupon {
  gap:6px!important;
}

body.artiz-elementor-cart .cart_totals {
  padding:10px!important;
}

body.artiz-elementor-cart .cart_totals h2 {
  margin:0 0 6px!important;
  color:var(--artiz-text);
  font-size:clamp(1.2rem,2vw,1.55rem)!important;
  line-height:1.15!important;
}

body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout {
  margin:0!important;
  padding:8px 0 0!important;
}

body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout .checkout-button {
  min-height:50px!important;
  margin:0!important;
  padding:10px 12px!important;
  font-size:1rem!important;
  line-height:1.2!important;
}

@media (min-width:1050px) {
  body.artiz-elementor-cart .artiz-commerce-shortcode .woocommerce {
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(300px,340px);
    align-items:start;
    gap:10px 12px;
  }

  body.artiz-elementor-cart .woocommerce :is(.woocommerce-notices-wrapper,.woocommerce-message,.woocommerce-error,.woocommerce-info) {
    grid-column:1/-1;
  }

  body.artiz-elementor-cart .woocommerce-cart-form {
    grid-column:1;
  }

  body.artiz-elementor-cart .cart-collaterals {
    grid-column:2;
  }

  body.artiz-elementor-cart :is(.cart-empty,.return-to-shop) {
    grid-column:1/-1;
  }
}

@media (max-width:1049px) {
  body.artiz-elementor-cart .artiz-elementor-cart-commerce {
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }

  body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout {
    position:fixed!important;
    z-index:9985;
    right:max(10px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
    left:max(10px,env(safe-area-inset-left));
    box-sizing:border-box;
    margin:0!important;
    padding:7px!important;
    border:1px solid var(--artiz-border);
    border-radius:16px;
    background:rgba(17,23,29,.97);
    box-shadow:0 16px 44px rgba(0,0,0,.5);
    -webkit-backdrop-filter:blur(14px);
    backdrop-filter:blur(14px);
  }

  body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout .checkout-button {
    width:100%!important;
    min-height:52px!important;
  }
}

@media (min-width:769px) and (max-width:1049px) {
  body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout {
    left:auto;
    width:min(520px,calc(100vw - 20px));
  }
}

/* Account navigation and content stay visible together on desktop/tablet. */
body.artiz-elementor-account .artiz-commerce-shortcode .woocommerce {
  display:grid!important;
  grid-template-columns:minmax(180px,230px) minmax(0,1fr)!important;
  align-items:start;
  gap:10px;
}

body.artiz-elementor-account .artiz-commerce-shortcode .woocommerce > * {
  grid-column:1/-1;
}

body.artiz-elementor-account .artiz-commerce-shortcode .woocommerce > .woocommerce-MyAccount-navigation {
  grid-column:1;
}

body.artiz-elementor-account .artiz-commerce-shortcode .woocommerce > .woocommerce-MyAccount-content {
  grid-column:2;
}

body.artiz-elementor-account #customer_login {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-column:1/-1;
  gap:12px;
}

body.artiz-elementor-account #customer_login > div {
  float:none!important;
  width:100%!important;
}

body.artiz-elementor-account .woocommerce-MyAccount-navigation,
body.artiz-elementor-account .woocommerce-MyAccount-content {
  float:none!important;
  width:100%!important;
  margin:0!important;
  padding:10px!important;
}

body.woocommerce-account.artiz-elementor-account .artiz-commerce-shortcode .woocommerce-MyAccount-navigation ul {
  display:grid;
  grid-template-columns:1fr!important;
  gap:4px;
  margin:0;
  padding:0;
}

body.artiz-elementor-account .woocommerce-MyAccount-navigation a {
  display:flex;
  min-height:44px;
  align-items:center;
  padding:7px 9px;
  border-radius:9px;
  color:var(--artiz-muted);
}

body.artiz-elementor-account .woocommerce-MyAccount-navigation .is-active a,
body.artiz-elementor-account .woocommerce-MyAccount-navigation a:hover,
body.artiz-elementor-account .woocommerce-MyAccount-navigation a:focus-visible {
  background:rgba(0,217,255,.12);
  color:var(--artiz-blue);
}

@media (max-width:1024px) {
  body.artiz-elementor-managed .artiz-products-grid ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:768px) {
  body.artiz-elementor-managed .artiz-products-grid ul.products {
    grid-template-columns:1fr;
  }

  body.artiz-elementor-account .artiz-commerce-shortcode .woocommerce {
    display:block!important;
  }

  body.artiz-elementor-account #customer_login {
    display:block;
  }

  body.artiz-elementor-account .woocommerce-MyAccount-navigation {
    margin-bottom:8px!important;
  }

  body.woocommerce-account.artiz-elementor-account .artiz-commerce-shortcode .woocommerce-MyAccount-navigation ul {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  body.artiz-elementor-account .woocommerce-MyAccount-navigation a {
    justify-content:center;
    padding:6px 4px;
    text-align:center;
    font-size:.76rem;
  }

  body.artiz-elementor-cart .artiz-commerce-shortcode .woocommerce {
    padding:7px!important;
    border-radius:16px;
  }

  body.artiz-elementor-cart table.shop_table_responsive tr.cart_item {
    margin-bottom:6px!important;
    padding:5px!important;
    border-radius:12px;
  }

  body.artiz-elementor-cart table.shop_table_responsive tr.cart_item td {
    padding:6px!important;
  }

  body.artiz-elementor-cart .woocommerce-cart-form__contents td.product-thumbnail {
    width:auto;
  }

  body.artiz-elementor-cart .woocommerce-cart-form__contents .product-thumbnail img {
    width:48px!important;
    height:48px!important;
    margin-left:auto!important;
  }

  body.artiz-elementor-cart table.cart td.actions .coupon {
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    width:100%;
  }

  body.artiz-elementor-cart table.cart td.actions > button[name="update_cart"] {
    width:100%!important;
    margin-top:6px!important;
    float:none!important;
  }
}

@media (max-width:1049px) and (max-height:520px) {
  body.artiz-elementor-cart .artiz-elementor-cart-commerce {
    padding-bottom:28px!important;
  }

  body.woocommerce-cart.artiz-elementor-cart .wc-proceed-to-checkout {
    position:static!important;
    margin-top:7px!important;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
}

@media (prefers-reduced-motion:reduce) {
  body.artiz-connect-header #masthead.site-header::before {
    animation:none!important;
  }

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

}

@media (forced-colors:active) {
  body.artiz-connect-header #masthead.site-header {
    border-color:CanvasText!important;
    background:Canvas!important;
    color:CanvasText!important;
    box-shadow:none!important;
  }

  body.artiz-connect-header #masthead.site-header::before {
    display:none!important;
  }

  body.artiz-elementor-managed .artiz-commerce-shortcode .woocommerce,
  body.artiz-elementor-managed .woocommerce table.shop_table,
  body.artiz-elementor-managed .woocommerce .cart_totals,
  body.artiz-elementor-cart .wc-proceed-to-checkout {
    border-color:CanvasText!important;
    background:Canvas!important;
    color:CanvasText!important;
    box-shadow:none!important;
  }
}

/* -------------------------------------------------------------------------
 * Artiz v2.1 design layer: Home, native product detail pages, and footer.
 * All selectors are version-scoped so the layer can be rolled back cleanly.
 * ---------------------------------------------------------------------- */
body.artiz-bridge-v21 {
  --artiz-bg:#11171d;
  --artiz-panel:#18212a;
  --artiz-panel-2:#202b36;
  --artiz-text:#f8fafc;
  --artiz-muted:#c6d0da;
  --artiz-blue:#00d9ff;
  --artiz-purple:#a65cff;
  --artiz-focus:#70e7ff;
  --artiz-border:rgba(112,231,255,.22);
}

/* Home hero: editable Elementor copy beside a dynamic WooCommerce pyramid. */
body.artiz-elementor-home .elementor-element-a2471001 {
  min-height:auto!important;
  padding-block:24px!important;
}

body.artiz-elementor-home .elementor-element-a2471001 > .elementor-container {
  display:grid!important;
  grid-template-columns:minmax(0,48fr) minmax(0,52fr);
  align-items:stretch;
  gap:clamp(18px,3vw,38px);
  width:min(1180px,calc(100% - 32px));
  padding:clamp(20px,3vw,36px);
  overflow:visible;
  border:1px solid var(--artiz-border);
  border-radius:24px;
  background:
    radial-gradient(circle at 78% 20%,rgba(166,92,255,.16),transparent 35%),
    radial-gradient(circle at 16% 78%,rgba(0,217,255,.12),transparent 36%),
    rgba(24,33,42,.86);
  box-shadow:0 22px 58px rgba(0,0,0,.3);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

body.artiz-elementor-home .elementor-element-a2471002 {
  flex:none!important;
  width:100%!important;
}

body.artiz-elementor-home .elementor-element-a2471090 {
  flex:none!important;
  width:100%!important;
  min-width:0;
}

body.artiz-elementor-home .elementor-element-a2471002 > .elementor-widget-wrap {
  align-content:center;
  justify-content:flex-start;
}

body.artiz-elementor-home .elementor-element-a2471002 :is(.elementor-widget-heading,.elementor-widget-text-editor) {
  width:100%;
}

body.artiz-elementor-home .elementor-element-a2471002 :is(.elementor-heading-title,.elementor-widget-text-editor,.elementor-button-wrapper) {
  text-align:left!important;
}

body.artiz-elementor-home .elementor-element-a2471002 .artiz-home-section-copy {
  max-width:580px;
}

body.artiz-elementor-home .artiz-home-pyramid-widget,
body.artiz-elementor-home .artiz-home-pyramid-widget .elementor-widget-container {
  width:100%;
}

body.artiz-elementor-home .artiz-product-pyramid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-template-rows:repeat(3,minmax(105px,1fr));
  gap:10px;
  width:100%;
  max-width:620px;
  min-height:380px;
  margin:0 auto;
  padding:0;
  list-style:none;
  isolation:isolate;
}

body.artiz-elementor-home .artiz-pyramid-item {
  position:relative;
  min-width:0;
  border:1px solid rgba(112,231,255,.24);
  border-radius:16px;
  background:#0e151c;
  box-shadow:0 13px 30px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease,filter .28s ease;
  transform-origin:center;
}

body.artiz-elementor-home .artiz-pyramid-item-1 {grid-column:3/5;grid-row:1;}
body.artiz-elementor-home .artiz-pyramid-item-2 {grid-column:2/4;grid-row:2;}
body.artiz-elementor-home .artiz-pyramid-item-3 {grid-column:4/6;grid-row:2;}
body.artiz-elementor-home .artiz-pyramid-item-4 {grid-column:1/3;grid-row:3;}
body.artiz-elementor-home .artiz-pyramid-item-5 {grid-column:3/5;grid-row:3;}
body.artiz-elementor-home .artiz-pyramid-item-6 {grid-column:5/7;grid-row:3;}

body.artiz-elementor-home .artiz-pyramid-item a,
body.artiz-elementor-home .artiz-pyramid-item figure {
  display:block;
  width:100%;
  height:100%;
  margin:0;
  color:var(--artiz-text);
}

body.artiz-elementor-home .artiz-pyramid-item a {
  overflow:hidden;
  border-radius:inherit;
  text-decoration:none;
}

body.artiz-elementor-home .artiz-pyramid-item figure {
  position:relative;
}

body.artiz-elementor-home .artiz-pyramid-item img {
  display:block;
  width:100%;
  height:100%;
  min-height:105px;
  object-fit:cover;
  transition:transform .38s cubic-bezier(.2,.8,.2,1),filter .3s ease;
}

body.artiz-elementor-home .artiz-pyramid-item figcaption {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  display:grid;
  gap:1px;
  padding:22px 9px 8px;
  background:linear-gradient(transparent,rgba(5,9,13,.94));
  color:#fff;
  font-family:Montserrat,Inter,sans-serif;
  font-size:clamp(.65rem,.82vw,.78rem);
  font-weight:600;
  line-height:1.2;
  text-shadow:0 1px 3px #000;
}

body.artiz-elementor-home .artiz-pyramid-item figcaption small {
  color:var(--artiz-blue);
  font-family:Inter,sans-serif;
  font-size:.68rem;
  font-weight:500;
}

body.artiz-elementor-home .artiz-pyramid-item:hover,
body.artiz-elementor-home .artiz-pyramid-item:focus-within {
  z-index:5;
  border-color:rgba(0,217,255,.82);
  box-shadow:0 22px 45px rgba(0,0,0,.48),0 0 28px rgba(0,217,255,.24);
  filter:saturate(1.08);
  transform:translateY(-5px) scale(1.1);
}

body.artiz-elementor-home .artiz-pyramid-item:hover img,
body.artiz-elementor-home .artiz-pyramid-item:focus-within img {
  transform:scale(1.06);
}

body.artiz-elementor-home .artiz-pyramid-item a:focus-visible {
  outline:3px solid var(--artiz-focus)!important;
  outline-offset:3px!important;
}

/* Art Supplies-style glass shells for the main Home collections. */
body.artiz-elementor-home :is(.elementor-element-a2472001,.elementor-element-a2474001,.elementor-element-a2475001,.elementor-element-a2476001) > .elementor-container {
  width:min(1180px,calc(100% - 32px));
  padding:clamp(18px,2.4vw,30px);
  border:1px solid rgba(112,231,255,.16);
  border-radius:24px;
  background:rgba(24,33,42,.78);
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}

body.artiz-elementor-home .elementor-element-a2474001 .artiz-products-grid ul.products {
  grid-template-columns:repeat(3,minmax(0,270px))!important;
  justify-content:center;
}

/* Progressive scroll reveals: content remains visible if JavaScript is absent. */
body.artiz-elementor-home .artiz-scroll-reveal {
  opacity:1;
  transform:none;
}

html.artiz-motion-ready body.artiz-elementor-home .artiz-scroll-reveal {
  opacity:0;
  transform:translateY(28px);
  transition:opacity .62s ease var(--artiz-reveal-delay,0ms),transform .62s cubic-bezier(.2,.8,.2,1) var(--artiz-reveal-delay,0ms);
}

html.artiz-motion-ready body.artiz-elementor-home .artiz-scroll-reveal.is-visible {
  opacity:1;
  transform:none;
}

/* Futuristic Connect panel and dimensional native brand icons. */
body.artiz-elementor-home .elementor-element-a2476001 > .elementor-container {
  position:relative;
  overflow:hidden;
  background:var(--artiz-connect-surface);
}

body.artiz-elementor-home .elementor-element-a2476001 > .elementor-container::before {
  position:absolute;
  inset:0;
  pointer-events:none;
  content:"";
  background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.055) 50%,transparent 65%);
  transform:translateX(-70%);
  animation:artiz-community-sheen 9s ease-in-out infinite;
}

@keyframes artiz-community-sheen {
  0%,65%,100% {transform:translateX(-75%);}
  82% {transform:translateX(75%);}
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icons-wrapper {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  perspective:700px;
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon {
  position:relative;
  display:inline-flex;
  width:58px!important;
  height:58px!important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  box-shadow:0 12px 22px rgba(0,0,0,.45),inset 0 2px 2px rgba(255,255,255,.38),inset 0 -5px 10px rgba(0,0,0,.28);
  transform:translateZ(0);
  transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,filter .25s ease;
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon::before {
  position:absolute;
  inset:2px 8px 48%;
  z-index:1;
  border-radius:999px;
  content:"";
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.06));
  opacity:.7;
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon i,
body.artiz-elementor-home .artiz-community-social .elementor-social-icon svg {
  position:relative;
  z-index:2;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.48));
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon-instagram {
  background:radial-gradient(circle at 30% 105%,#ffd36a 0 22%,#f15152 38%,#c13584 62%,#5851db 100%)!important;
  color:#fff!important;
}
body.artiz-elementor-home .artiz-community-social .elementor-social-icon-tiktok {
  background:linear-gradient(145deg,#121212,#050505)!important;
  color:#fff!important;
  text-shadow:-2px 0 #25f4ee,2px 0 #fe2c55;
}
body.artiz-elementor-home .artiz-community-social :is(.elementor-social-icon-twitter,.elementor-social-icon-x-twitter) {
  background:linear-gradient(145deg,#252525,#050505)!important;
  color:#fff!important;
}
body.artiz-elementor-home .artiz-community-social .elementor-social-icon-youtube {
  background:linear-gradient(145deg,#ff3642,#b9000a)!important;
  color:#fff!important;
}
body.artiz-elementor-home .artiz-community-social :is(.elementor-social-icon-facebook,.elementor-social-icon-facebook-f) {
  background:linear-gradient(145deg,#4294ff,#0d47a1)!important;
  color:#fff!important;
}

/* Keep every inline Elementor brand glyph legible against its platform color. */
body.artiz-elementor-home .artiz-community-social .elementor-social-icon svg,
body.artiz-elementor-home .artiz-community-social .elementor-social-icon svg path {
  fill:currentColor!important;
}

/*
 * Font-independent TikTok and X glyphs. Elementor/Font Awesome versions can
 * omit TikTok or render the legacy Twitter bird, so these links use local SVG
 * masks while preserving Elementor's links, hover states, and accessible names.
 */
body.artiz-elementor-home .artiz-community-social .elementor-social-icon:is([href*="tiktok.com"],[href*="//x.com/"],[href*="twitter.com/"]) :is(i,svg) {
  display:none!important;
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon:is([href*="tiktok.com"],[href*="//x.com/"],[href*="twitter.com/"])::after {
  position:relative;
  z-index:2;
  display:block;
  flex:0 0 22px;
  width:22px;
  height:22px;
  content:"";
  background-color:currentColor;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:contain;
  mask-size:contain;
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon[href*="tiktok.com"]::after {
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEzIDJoNGE1IDUgMCAwIDAgNSA1djRhOSA5IDAgMCAxLTUtMS41VjE2YTcgNyAwIDEgMS03LTdoMXY0aC0xYTMgMyAwIDEgMCAzIDNWMnoiLz48L3N2Zz4=");
  mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEzIDJoNGE1IDUgMCAwIDAgNSA1djRhOSA5IDAgMCAxLTUtMS41VjE2YTcgNyAwIDEgMS03LTdoMXY0aC0xYTMgMyAwIDEgMCAzIDNWMnoiLz48L3N2Zz4=");
  filter:drop-shadow(-1px 0 #25f4ee) drop-shadow(1px 0 #fe2c55);
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon:is([href*="//x.com/"],[href*="twitter.com/"])::after {
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE4LjI0NCAyLjI1aDMuMzA4bC03LjIyNyA4LjI2IDguNTAyIDExLjI0SDE2LjE3bC01LjIxNC02LjgxN0w0Ljk5IDIxLjc1SDEuNjhsNy43My04LjgzNUwxLjI1NCAyLjI1SDguMDhsNC43MTMgNi4yMzF6bS0xLjE2MSAxNy41MmgxLjgzM0w3LjA4NCA0LjEyNkg1LjExN3oiLz48L3N2Zz4=");
  mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE4LjI0NCAyLjI1aDMuMzA4bC03LjIyNyA4LjI2IDguNTAyIDExLjI0SDE2LjE3bC01LjIxNC02LjgxN0w0Ljk5IDIxLjc1SDEuNjhsNy43My04LjgzNUwxLjI1NCAyLjI1SDguMDhsNC43MTMgNi4yMzF6bS0xLjE2MSAxNy41MmgxLjgzM0w3LjA4NCA0LjEyNkg1LjExN3oiLz48L3N2Zz4=");
}

body.artiz-elementor-home .artiz-community-social .elementor-social-icon:hover,
body.artiz-elementor-home .artiz-community-social .elementor-social-icon:focus-visible {
  z-index:3;
  filter:saturate(1.18) brightness(1.08);
  transform:translateY(-7px) rotateX(7deg) scale(1.13);
  box-shadow:0 19px 32px rgba(0,0,0,.52),0 0 26px rgba(112,231,255,.27),inset 0 2px 2px rgba(255,255,255,.42);
}

/* Shop Now heading and archive intro alignment. */
body.artiz-elementor-shop :is(.artiz-shop-elementor-hero,.woocommerce-products-header,.woocommerce-products-header__title,.page-title) {
  text-align:center!important;
}

body.artiz-elementor-shop .artiz-shop-primary-title,
body.artiz-elementor-shop .artiz-shop-primary-title .elementor-heading-title {
  width:100%;
  text-align:center!important;
}

/* Stable WooCommerce fallbacks survive stale/missing managed body classes. */
body.woocommerce-shop .elementor-element-a2475003,
body.woocommerce-shop .elementor-element-a2475003 > .elementor-widget-container,
body.woocommerce-shop .elementor-element-a2475003 .elementor-heading-title,
body.woocommerce-shop #artiz-shop-heading {
  width:100%!important;
  margin-inline:auto!important;
  text-align:center!important;
}

/* Native WooCommerce single-product structure, visually aligned to Art Supplies. */
body.single-product.artiz-product-detail {
  overflow-x:hidden;
  background:var(--artiz-bg);
  color:var(--artiz-text);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}

body.single-product.artiz-product-detail #primary:is(.woocommerce-main,.woocommerce-layout) {
  padding:clamp(10px,1.6vw,20px) 0 clamp(24px,3vw,40px);
  background:
    radial-gradient(circle at 12% 8%,rgba(0,217,255,.075),transparent 30%),
    radial-gradient(circle at 88% 26%,rgba(166,92,255,.09),transparent 34%),
    var(--artiz-bg);
}

body.single-product.artiz-product-detail #primary:is(.woocommerce-main,.woocommerce-layout) > .container-custom {
  width:min(1240px,calc(100% - 24px));
  margin-inline:auto;
  padding:0!important;
}

body.single-product.artiz-product-detail div.product {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:clamp(12px,1.5vw,20px);
  align-items:start;
}

body.single-product.artiz-product-detail div.product::before,
body.single-product.artiz-product-detail div.product::after {
  display:none!important;
  content:none!important;
}

body.single-product.artiz-product-detail div.product > :is(.woocommerce-product-gallery,.summary,.woocommerce-tabs,.upsells,.related) {
  min-width:0;
  border:1px solid rgba(112,231,255,.18);
  border-radius:24px;
  background:rgba(24,33,42,.86);
  box-shadow:0 18px 48px rgba(0,0,0,.24);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}

body.single-product.artiz-product-detail div.product > .woocommerce-product-gallery,
body.single-product.artiz-product-detail div.product > .summary {
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:clamp(12px,1.4vw,18px);
}

body.single-product.artiz-product-detail .woocommerce-product-gallery__image,
body.single-product.artiz-product-detail .woocommerce-product-gallery__image img {
  overflow:hidden;
  border-radius:16px;
}

body.single-product.artiz-product-detail .woocommerce-product-gallery__image,
body.single-product.artiz-product-detail .woocommerce-product-gallery__image > a {
  display:grid!important;
  place-items:center;
}

body.single-product.artiz-product-detail .woocommerce-product-gallery__image img {
  display:block;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:min(58vh,540px);
  max-height:min(58dvh,540px);
  margin-inline:auto;
  object-fit:contain!important;
}

body.single-product.artiz-product-detail .woocommerce-product-gallery .flex-control-thumbs {
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  overflow-x:auto;
  margin:10px 0 0!important;
  padding:2px!important;
  scrollbar-width:thin;
}

body.single-product.artiz-product-detail .woocommerce-product-gallery .flex-control-thumbs li {
  flex:0 0 48px;
  float:none!important;
  width:48px!important;
  margin:0!important;
}

body.single-product.artiz-product-detail .summary .product_title {
  margin:0 0 6px;
  color:var(--artiz-text);
  font-family:Montserrat,Inter,sans-serif;
  font-size:clamp(1.55rem,2.8vw,2.45rem);
  font-weight:600;
  line-height:1.08;
}

body.single-product.artiz-product-detail .summary .price {
  margin:0 0 8px;
  color:var(--artiz-blue)!important;
  font-size:clamp(1.2rem,2vw,1.55rem)!important;
  font-weight:600;
}

body.single-product.artiz-product-detail :is(.woocommerce-product-details__short-description,.product_meta,.woocommerce-tabs,.upsells,.related) {
  color:var(--artiz-muted);
}

body.single-product.artiz-product-detail .summary .woocommerce-product-details__short-description {
  margin-bottom:8px;
  font-size:.95rem;
  line-height:1.45;
}

body.single-product.artiz-product-detail .summary .woocommerce-product-details__short-description > :first-child {
  margin-top:0;
}

body.single-product.artiz-product-detail .summary .woocommerce-product-details__short-description > :last-child {
  margin-bottom:0;
}

body.single-product.artiz-product-detail .summary form.cart {
  margin:10px 0!important;
}

body.single-product.artiz-product-detail .summary form.cart:not(.variations_form):not(.grouped_form),
body.single-product.artiz-product-detail .summary .woocommerce-variation-add-to-cart {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

body.single-product.artiz-product-detail .summary form.cart:not(.variations_form):not(.grouped_form) > .quantity,
body.single-product.artiz-product-detail .summary .woocommerce-variation-add-to-cart > .quantity {
  flex:0 0 72px;
}

body.single-product.artiz-product-detail .summary form.cart:not(.variations_form):not(.grouped_form) > .single_add_to_cart_button,
body.single-product.artiz-product-detail .summary .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
  flex:1 1 180px;
}

body.single-product.artiz-product-detail .summary :is(.variations_form,.grouped_form) {
  display:block;
}

body.single-product.artiz-product-detail .summary :is(.variations_form,.grouped_form) table {
  width:100%;
}

body.single-product.artiz-product-detail .summary .quantity .qty,
body.single-product.artiz-product-detail .summary :is(select,input.input-text) {
  min-height:48px;
  border:1px solid var(--artiz-border);
  border-radius:12px;
  background:#0e141a;
  color:#fff;
}

body.single-product.artiz-product-detail .summary .quantity .qty {
  width:72px!important;
  max-width:100%;
}

body.single-product.artiz-product-detail .summary .product_meta {
  font-size:.78rem;
  line-height:1.4;
}

body.single-product.artiz-product-detail .summary .wcpay-express-checkout-wrapper {
  margin-block:8px!important;
}

body.single-product.artiz-product-detail .summary :is(.single_add_to_cart_button,.button),
body.single-product.artiz-product-detail :is(.upsells,.related) .button {
  min-height:48px;
  border-radius:12px!important;
  background:var(--artiz-blue)!important;
  color:var(--artiz-bg)!important;
  font-family:Montserrat,Inter,sans-serif;
  font-weight:600!important;
}

body.single-product.artiz-product-detail .summary :is(.single_add_to_cart_button,.button):hover,
body.single-product.artiz-product-detail .summary :is(.single_add_to_cart_button,.button):focus-visible,
body.single-product.artiz-product-detail :is(.upsells,.related) .button:hover,
body.single-product.artiz-product-detail :is(.upsells,.related) .button:focus-visible {
  background:var(--artiz-purple)!important;
  color:#fff!important;
}

body.single-product.artiz-product-detail div.product > :is(.woocommerce-tabs,.upsells,.related) {
  grid-column:1/-1;
  float:none!important;
  width:100%!important;
  margin:0!important;
  padding:clamp(16px,2.4vw,28px);
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px!important;
  padding:0!important;
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs::before,
body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li::before,
body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li::after {
  display:none!important;
  content:none!important;
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li {
  margin:0!important;
  padding:0!important;
  border:1px solid var(--artiz-border)!important;
  border-radius:12px!important;
  background:#111a22!important;
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li a {
  display:flex;
  min-height:44px;
  align-items:center;
  padding:8px 14px!important;
  color:var(--artiz-muted)!important;
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li.active {
  border-color:var(--artiz-blue)!important;
  background:rgba(0,217,255,.12)!important;
}

body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li.active a {
  color:var(--artiz-blue)!important;
}

body.single-product.artiz-product-detail :is(.upsells,.related) > h2,
body.single-product.artiz-product-detail .woocommerce-tabs h2 {
  color:var(--artiz-text);
  font-family:Montserrat,Inter,sans-serif;
  font-weight:600;
}

body.single-product.artiz-product-detail :is(.upsells,.related) ul.products {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

body.single-product.artiz-product-detail :is(.upsells,.related) ul.products::before,
body.single-product.artiz-product-detail :is(.upsells,.related) ul.products::after {
  display:none!important;
  content:none!important;
}

body.single-product.artiz-product-detail :is(.upsells,.related) li.product {
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--artiz-border);
  border-radius:17px;
  background:#121a22;
}

body.single-product.artiz-product-detail :is(.upsells,.related) li.product img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
}

body.single-product.artiz-product-detail .summary .single_add_to_cart_button:is(:disabled,.disabled),
body.single-product.artiz-product-detail .summary button.button:is(:disabled,.disabled) {
  cursor:not-allowed!important;
  opacity:.62!important;
  background:#53606c!important;
  color:#fff!important;
  transform:none!important;
}

body.single-product.artiz-product-detail div.product > .onsale {
  position:absolute;
  z-index:4;
  top:12px;
  left:12px;
}

body.single-product.artiz-product-detail :is(a,button,input,select,textarea):focus-visible,
body.artiz-bridge-v21 #colophon.site-footer :is(a,button,input):focus-visible {
  outline:3px solid var(--artiz-focus)!important;
  outline-offset:3px!important;
}

/*
 * Compact native WooCommerce Block Checkout. The existing Checkout V7 theme
 * layer remains authoritative for colors and gateway presentation; these
 * higher-specificity rules only remove decorative height and width constraints.
 */
body.woocommerce-checkout.artiz-checkout-compact {
  overflow-x:hidden;
  background:var(--artiz-bg);
  color:var(--artiz-text);
}

body.woocommerce-checkout.artiz-checkout-compact #primary.site-main {
  width:100%;
  padding:clamp(6px,1vw,12px) 0 clamp(24px,3vw,36px)!important;
}

body.woocommerce-checkout.artiz-checkout-compact #primary.site-main > .container-custom.narrow-container {
  width:min(calc(100% - 20px),1460px)!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:0!important;
}

body.woocommerce-checkout.artiz-checkout-compact article.entry-card.glass-card {
  width:100%!important;
  margin-inline:auto!important;
  padding:clamp(10px,1.15vw,16px)!important;
  border-radius:20px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .entry-header {
  margin:0 auto 8px!important;
  padding:4px 8px 0!important;
}

body.woocommerce-checkout.artiz-checkout-compact .entry-header::before {
  margin-bottom:4px!important;
  font-size:.68rem!important;
  line-height:1.2;
}

body.woocommerce-checkout.artiz-checkout-compact .entry-title {
  margin:0!important;
  padding:clamp(.35rem,.8vw,.55rem) clamp(.55rem,1.2vw,.8rem)!important;
  font-size:clamp(1.75rem,2.5vw,2.65rem)!important;
  line-height:1.04!important;
}

body.woocommerce-checkout.artiz-checkout-compact .entry-title::after {
  width:58px!important;
  height:2px!important;
  margin-top:7px!important;
}

body.woocommerce-checkout.artiz-checkout-compact :is(.entry-content,.wp-block-woocommerce-checkout,.wc-block-checkout) {
  margin:0!important;
  padding:0!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-sidebar-layout {
  display:grid!important;
  grid-template-columns:minmax(0,1.85fr) minmax(360px,1fr);
  gap:10px!important;
  align-items:start;
}

body.woocommerce-checkout.artiz-checkout-compact :is(.wc-block-checkout__main,.wc-block-checkout__sidebar) {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex-basis:auto!important;
  padding:clamp(9px,1vw,13px)!important;
  border-radius:18px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-express-payment {
  margin:0 0 8px!important;
  padding:10px!important;
  border-radius:14px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-express-payment-continue-rule {
  margin:8px 0!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-checkout-step {
  margin:0 0 8px!important;
  padding:10px!important;
  border-radius:14px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-checkout-step__heading {
  margin-bottom:7px!important;
}

body.woocommerce-checkout.artiz-checkout-compact :is(
  .wc-block-components-text-input input,
  .wc-block-components-address-form input,
  .wc-blocks-components-select__select,
  .wc-block-checkout textarea
) {
  min-height:44px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-blocks-components-select__container {
  min-height:46px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-radio-control__option {
  min-height:44px;
  padding:9px 11px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-radio-control-accordion-content {
  padding:4px 11px 10px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-checkout-order-summary__title {
  padding-bottom:9px!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-order-summary-item {
  padding:8px 0!important;
}

body.woocommerce-checkout.artiz-checkout-compact .wc-block-checkout__actions {
  margin-top:8px!important;
  padding-top:8px!important;
}

body.woocommerce-checkout.artiz-checkout-compact :is(.wc-block-components-checkout-place-order-button,#place_order) {
  min-height:52px!important;
}

/* Classic Checkout fallback if the page is later switched away from Blocks. */
body.woocommerce-checkout.artiz-checkout-compact form.checkout.woocommerce-checkout .form-row {
  margin-bottom:8px!important;
}

body.woocommerce-checkout.artiz-checkout-compact :is(#customer_details,#order_review) {
  padding:12px!important;
}

@media (max-width:900px) {
  /* Match the visual sequence to the Checkout Block's DOM and keyboard order. */
  body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-sidebar-layout {
    display:flex!important;
    flex-direction:column!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact .wc-block-checkout__main {
    order:0!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact .wc-block-checkout__sidebar {
    order:1!important;
  }
}

@media (max-width:700px) {
  body.woocommerce-checkout.artiz-checkout-compact #primary.site-main > .container-custom.narrow-container {
    width:calc(100% - 12px)!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact article.entry-card.glass-card {
    padding:7px!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact .entry-header {
    padding-top:2px!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact .entry-title {
    font-size:clamp(1.65rem,9vw,2.2rem)!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact :is(.wc-block-checkout__main,.wc-block-checkout__sidebar) {
    padding:8px!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact .wc-block-components-checkout-step {
    padding:9px!important;
  }

  body.woocommerce-checkout.artiz-checkout-compact :is(
    .wc-block-components-text-input input,
    .wc-block-components-address-form input,
    .wc-blocks-components-select__select,
    .wc-block-checkout textarea
  ) {
    font-size:16px!important;
  }
}

/* Compact global footer: same glass-and-neon language as the header. */
body.artiz-bridge-v21 #colophon.site-footer {
  padding:0 0 10px!important;
  border-top:1px solid rgba(112,231,255,.16);
  background:var(--artiz-connect-surface)!important;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-grid {
  display:grid!important;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(145px,.8fr))!important;
  gap:14px 22px!important;
  align-items:start;
  width:min(1180px,calc(100% - 32px));
  margin-inline:auto!important;
  padding:18px 20px 12px!important;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-brand {
  min-width:0;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-brand-link {
  display:inline-flex;
  min-height:52px;
  align-items:center;
  gap:10px;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-logo {
  display:block;
  width:52px!important;
  height:52px!important;
  object-fit:contain;
}

body.artiz-bridge-v21 #colophon.site-footer .brand-text strong {
  font-size:1rem;
  font-weight:600;
  line-height:1.15;
}

body.artiz-bridge-v21 #colophon.site-footer .brand-text small {
  font-size:.76rem;
  line-height:1.2;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-brand > p {
  max-width:390px;
  margin:5px 0 0!important;
  color:var(--artiz-muted);
  font-size:.83rem;
  line-height:1.4;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-column {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:2px 8px!important;
  align-content:start;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-column > .footer-widget {
  grid-column:1/-1;
  min-width:0;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-column h3 {
  grid-column:1/-1;
  margin:0 0 2px!important;
  color:var(--artiz-text);
  font-size:.9rem;
  font-weight:600;
  line-height:1.2;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-column a {
  display:flex;
  min-height:44px;
  align-items:center;
  padding:3px 0;
  color:var(--artiz-muted);
  font-size:.78rem;
  line-height:1.2;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-column a:hover,
body.artiz-bridge-v21 #colophon.site-footer .footer-column a:focus-visible {
  color:var(--artiz-blue);
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-band {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)!important;
  gap:10px 18px!important;
  align-items:center;
  width:min(1140px,calc(100% - 40px));
  margin:8px auto!important;
  padding:10px 14px!important;
  border-color:rgba(112,231,255,.2)!important;
  border-radius:16px!important;
  background:rgba(24,33,42,.84)!important;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-band > div {
  display:flex;
  flex-wrap:wrap;
  gap:3px 10px;
  align-items:baseline;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-band strong {
  font-size:.9rem;
  font-weight:600;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-band span {
  font-size:.78rem;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-form {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  align-items:start;
  margin:0!important;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-form :is(input[type="email"],button) {
  min-height:44px!important;
  margin:0!important;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-response {
  grid-column:1/-1;
  min-height:0;
  margin:0!important;
  font-size:.75rem;
  line-height:1.25;
}

body.artiz-bridge-v21 #colophon.site-footer .newsletter-response:empty {
  display:none;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-bottom {
  display:flex!important;
  min-height:42px;
  align-items:center;
  width:min(1180px,calc(100% - 32px));
  margin:0 auto!important;
  padding:8px 20px!important;
}

body.artiz-bridge-v21 #colophon.site-footer .footer-bottom p {
  margin:0!important;
  font-size:.76rem;
}

@media (max-width:1024px) {
  body.artiz-elementor-home .artiz-product-pyramid {
    min-height:350px;
    grid-template-rows:repeat(3,minmax(96px,1fr));
  }

  body.single-product.artiz-product-detail :is(.upsells,.related) ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-brand {
    grid-column:1/-1;
  }
}

@media (max-width:800px) {
  body.artiz-elementor-home .elementor-element-a2471001 > .elementor-container {
    grid-template-columns:minmax(0,1fr);
  }

  body.artiz-elementor-home :is(.elementor-element-a2471002,.elementor-element-a2471090) {
    flex:none!important;
    width:100%!important;
  }

  body.artiz-elementor-home .elementor-element-a2471002 :is(.elementor-heading-title,.elementor-widget-text-editor,.elementor-button-wrapper) {
    text-align:center!important;
  }

  body.artiz-elementor-home .elementor-element-a2471002 > .elementor-widget-wrap {
    justify-content:center;
  }

  body.artiz-elementor-home .artiz-product-pyramid {
    max-width:620px;
    min-height:310px;
    grid-template-rows:repeat(3,minmax(84px,1fr));
  }

  body.artiz-elementor-home .elementor-element-a2474001 .artiz-products-grid ul.products {
    grid-template-columns:repeat(2,minmax(0,270px))!important;
  }

  body.single-product.artiz-product-detail div.product {
    grid-template-columns:minmax(0,1fr);
  }

  body.artiz-bridge-v21 #colophon.site-footer .newsletter-band {
    grid-template-columns:1fr!important;
  }
}

/* Keep the complete purchase panel beside the gallery on portrait tablets. */
@media (min-width:641px) and (max-width:800px) {
  body.single-product.artiz-product-detail div.product {
    grid-template-columns:minmax(0,.86fr) minmax(320px,1.14fr);
    gap:12px;
  }
}

/* Stack only when two readable, touch-friendly columns no longer fit. */
@media (max-width:640px) {
  body.single-product.artiz-product-detail #primary:is(.woocommerce-main,.woocommerce-layout) {
    padding:8px 0 24px;
  }

  body.single-product.artiz-product-detail #primary:is(.woocommerce-main,.woocommerce-layout) > .container-custom {
    width:calc(100% - 16px);
  }

  body.single-product.artiz-product-detail div.product {
    grid-template-columns:minmax(0,1fr);
    gap:10px;
  }

  body.single-product.artiz-product-detail div.product > :is(.woocommerce-product-gallery,.summary) {
    padding:10px;
  }

  body.single-product.artiz-product-detail .woocommerce-product-gallery__image img {
    max-height:clamp(170px,27vh,220px);
    max-height:clamp(170px,27dvh,220px);
  }

  body.single-product.artiz-product-detail .woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis:44px;
    width:44px!important;
  }

  body.single-product.artiz-product-detail .summary .product_title {
    font-size:clamp(1.4rem,6vw,1.8rem);
  }

  body.single-product.artiz-product-detail .summary .woocommerce-product-details__short-description {
    font-size:.9rem;
    line-height:1.35;
  }
}

@media (max-width:700px) {
  body.artiz-bridge-v21 #colophon.site-footer .footer-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    padding-inline:16px!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-brand {
    grid-column:1/-1;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-column:last-child {
    grid-column:1/-1;
  }
}

@media (max-width:520px) {
  body.artiz-elementor-home .elementor-element-a2471001 {
    padding-block:14px!important;
  }

  body.artiz-elementor-home .elementor-element-a2471001 > .elementor-container,
  body.artiz-elementor-home :is(.elementor-element-a2472001,.elementor-element-a2474001,.elementor-element-a2475001,.elementor-element-a2476001) > .elementor-container {
    width:min(calc(100% - 20px),1180px);
    padding:16px;
    border-radius:18px;
  }

  body.artiz-elementor-home .artiz-product-pyramid {
    gap:6px;
    min-height:250px;
    grid-template-rows:repeat(3,minmax(68px,1fr));
  }

  body.artiz-elementor-home .artiz-pyramid-item {
    border-radius:11px;
  }

  body.artiz-elementor-home .artiz-pyramid-item figcaption {
    padding:17px 6px 5px;
    font-size:.58rem;
  }

  body.artiz-elementor-home .artiz-pyramid-item figcaption small {
    display:none;
  }

  body.artiz-elementor-home .elementor-element-a2474001 .artiz-products-grid ul.products {
    grid-template-columns:minmax(0,290px)!important;
  }

  body.single-product.artiz-product-detail #primary:is(.woocommerce-main,.woocommerce-layout) > .container-custom {
    width:min(calc(100% - 16px),1240px);
  }

  body.single-product.artiz-product-detail div.product > :is(.woocommerce-product-gallery,.summary,.woocommerce-tabs,.upsells,.related) {
    border-radius:18px;
  }

  body.single-product.artiz-product-detail :is(.upsells,.related) ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-grid {
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding-block:14px 8px!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-brand,
  body.artiz-bridge-v21 #colophon.site-footer .footer-column:last-child {
    grid-column:auto;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-column {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .footer-logo {
    width:48px!important;
    height:48px!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .newsletter-band {
    width:calc(100% - 20px);
    padding:10px!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .newsletter-form {
    grid-template-columns:1fr!important;
  }

  body.artiz-bridge-v21 #colophon.site-footer .newsletter-form button {
    width:100%;
  }
}

@media (max-width:360px) {
  body.single-product.artiz-product-detail :is(.upsells,.related) ul.products {
    grid-template-columns:minmax(0,1fr);
  }
}

@media (prefers-reduced-motion:reduce) {
  html.artiz-motion-ready body.artiz-elementor-home .artiz-scroll-reveal {
    opacity:1!important;
    transform:none!important;
  }

  body.artiz-elementor-home .artiz-pyramid-item,
  body.artiz-elementor-home .artiz-pyramid-item img,
  body.artiz-elementor-home .artiz-community-social .elementor-social-icon {
    transition:none!important;
  }

  body.artiz-elementor-home .artiz-pyramid-item:hover,
  body.artiz-elementor-home .artiz-pyramid-item:focus-within,
  body.artiz-elementor-home .artiz-community-social .elementor-social-icon:hover,
  body.artiz-elementor-home .artiz-community-social .elementor-social-icon:focus-visible {
    transform:none!important;
  }

  body.artiz-elementor-home .elementor-element-a2476001 > .elementor-container::before {
    animation:none!important;
  }
}

@media (forced-colors:active) {
  body.artiz-elementor-home .artiz-community-social .elementor-social-icon:is([href*="tiktok.com"],[href*="//x.com/"],[href*="twitter.com/"])::after {
    background-color:ButtonText;
    filter:none;
  }

  body:is(.artiz-bridge-v21,.artiz-bridge-v22) h1,
  body:is(.artiz-bridge-v21,.artiz-bridge-v22) #colophon.site-footer,
  body.artiz-elementor-home .elementor-element-a2471001 > .elementor-container,
  body.artiz-elementor-home :is(.elementor-element-a2472001,.elementor-element-a2474001,.elementor-element-a2475001,.elementor-element-a2476001) > .elementor-container,
  body.single-product.artiz-product-detail div.product > :is(.woocommerce-product-gallery,.summary,.woocommerce-tabs,.upsells,.related),
  body.artiz-bridge-v21 #colophon.site-footer .newsletter-band {
    border-color:CanvasText!important;
    background:Canvas!important;
    color:CanvasText!important;
    box-shadow:none!important;
  }


  body.single-product.artiz-product-detail :is(.summary,input,select,textarea),
  body.single-product.artiz-product-detail .woocommerce-tabs ul.tabs li,
  body.single-product.artiz-product-detail :is(.upsells,.related) li.product {
    border-color:CanvasText!important;
    background:Canvas!important;
    color:CanvasText!important;
    box-shadow:none!important;
  }

  body.single-product.artiz-product-detail .summary :is(.single_add_to_cart_button,.button),
  body.single-product.artiz-product-detail :is(.upsells,.related) .button {
    border:1px solid ButtonText!important;
    background:ButtonFace!important;
    color:ButtonText!important;
  }
}

/* Sitewide inventory and information search: progressively enhanced from a
 * complete GET form to a compact icon that expands on hover, focus, or tap. */
body.artiz-bridge #masthead .artiz-header-search,
body.artiz-bridge #masthead .artiz-header-search * {
  box-sizing:border-box;
}

body.artiz-bridge #masthead .artiz-header-search {
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  width:min(100%,18rem);
  min-width:0;
  min-height:46px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}

body.artiz-bridge #masthead .artiz-header-search__toggle {
  display:none;
}

body.artiz-bridge #masthead .artiz-header-search__panel {
  display:flex;
  flex:1 1 auto;
  align-items:center;
  min-width:0;
  min-height:46px;
  overflow:hidden;
  border:1px solid rgba(112,231,255,.28);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(24,33,42,.94),rgba(13,20,27,.97));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.22);
}

body.artiz-bridge #masthead .artiz-header-search__input {
  flex:1 1 auto;
  width:100%;
  min-width:0;
  min-height:44px;
  margin:0!important;
  padding:9px 10px!important;
  border:0!important;
  border-radius:13px 0 0 13px!important;
  outline:0;
  background:transparent!important;
  color:#f8fafc!important;
  font-family:Inter,Arial,sans-serif;
  font-size:16px!important;
  font-weight:400;
  line-height:1.25;
  box-shadow:none!important;
}

body.artiz-bridge #masthead .artiz-header-search__input::placeholder {
  color:#c6d0da;
  opacity:.82;
}

body.artiz-bridge #masthead :is(.artiz-header-search__toggle,.artiz-header-search__submit) {
  flex:0 0 46px;
  align-items:center;
  justify-content:center;
  width:46px;
  min-width:46px;
  min-height:46px;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(112,231,255,.28)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(24,33,42,.94),rgba(13,20,27,.97))!important;
  color:#70e7ff!important;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 9px 22px rgba(0,0,0,.22);
  cursor:pointer;
}

body.artiz-bridge #masthead .artiz-header-search__submit {
  display:inline-flex;
  flex-basis:44px;
  width:44px;
  min-width:44px;
  min-height:44px;
  border-width:0 0 0 1px!important;
  border-radius:0 13px 13px 0!important;
  box-shadow:none;
}

body.artiz-bridge #masthead .artiz-header-search.is-enhanced {
  width:46px;
  transition:width .26s cubic-bezier(.2,.8,.2,1);
}

body.artiz-bridge #masthead .artiz-header-search.is-enhanced .artiz-header-search__toggle {
  display:inline-flex;
}

body.artiz-bridge #masthead .artiz-header-search.is-enhanced .artiz-header-search__panel {
  flex:0 1 auto;
  width:0;
  max-width:0;
  min-width:0;
  margin-left:0;
  border-width:0;
  opacity:0;
  transform:translateX(-7px);
  pointer-events:none;
  transition:
    width .26s cubic-bezier(.2,.8,.2,1),
    max-width .26s cubic-bezier(.2,.8,.2,1),
    margin-left .26s cubic-bezier(.2,.8,.2,1),
    border-width .12s ease,
    opacity .18s ease,
    transform .26s cubic-bezier(.2,.8,.2,1);
}

body.artiz-bridge #masthead .artiz-header-search.is-enhanced.is-expanded {
  width:clamp(9.5rem,14vw,13rem);
}

body.artiz-bridge #masthead .artiz-header-search.is-enhanced.is-expanded .artiz-header-search__panel {
  flex:1 1 auto;
  width:calc(100% - 52px);
  max-width:calc(100% - 52px);
  margin-left:6px;
  border-width:1px;
  opacity:1;
  transform:none;
  pointer-events:auto;
}

body.artiz-bridge #masthead .artiz-header-search:focus-within .artiz-header-search__panel {
  border-color:rgba(112,231,255,.68);
  box-shadow:0 0 0 2px rgba(0,217,255,.12),0 12px 26px rgba(0,0,0,.28);
}

body.artiz-bridge #masthead :is(.artiz-header-search__toggle,.artiz-header-search__submit):focus-visible,
body.artiz-bridge #masthead .artiz-header-search__input:focus-visible {
  outline:3px solid #70e7ff!important;
  outline-offset:3px!important;
}

html.artiz-header-search-ready body.artiz-bridge #masthead .nav-wrap {
  grid-template-columns:auto auto minmax(0,1fr) auto!important;
}

html.artiz-header-search-ready body.artiz-bridge #masthead .site-branding {
  grid-column:1;
  grid-row:1;
}

html.artiz-header-search-ready body.artiz-bridge #masthead .artiz-header-search {
  grid-column:2;
  grid-row:1;
  justify-self:start;
}

html.artiz-header-search-ready body.artiz-bridge #masthead .main-navigation {
  grid-column:3;
  grid-row:1;
  min-width:0;
}

html.artiz-header-search-ready body.artiz-bridge #masthead .header-actions {
  grid-column:4;
  grid-row:1;
}

@media (hover:hover) and (pointer:fine) {
  body.artiz-bridge #masthead :is(.artiz-header-search__toggle,.artiz-header-search__submit):hover {
    border-color:rgba(112,231,255,.58)!important;
    background:linear-gradient(135deg,rgba(0,217,255,.15),rgba(166,92,255,.15))!important;
    color:#f8fafc!important;
    box-shadow:0 11px 24px rgba(0,0,0,.28),0 0 18px rgba(0,217,255,.12);
  }
}

@media (max-width:1101px) {
  html.artiz-header-search-ready body.artiz-bridge #masthead .nav-wrap {
    grid-template-columns:auto minmax(0,1fr) auto!important;
    grid-template-rows:auto auto auto;
    grid-auto-flow:row;
  }

  html.artiz-header-search-ready body.artiz-bridge #masthead .site-branding {
    grid-column:1;
    grid-row:1;
  }

  html.artiz-header-search-ready body.artiz-bridge #masthead .artiz-header-search {
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }

  html.artiz-header-search-ready body.artiz-bridge #masthead .menu-toggle {
    grid-column:3;
    grid-row:1;
  }

  html.artiz-header-search-ready body.artiz-bridge #masthead .main-navigation {
    grid-column:1/-1!important;
    grid-row:2;
  }

  html.artiz-header-search-ready body.artiz-bridge #masthead .header-actions {
    grid-column:1/-1!important;
    grid-row:3;
  }

  body.artiz-bridge #masthead .artiz-header-search.is-enhanced.is-expanded {
    width:min(12rem,calc(100vw - 10.75rem));
  }
}

@media (prefers-reduced-motion:reduce) {
  body.artiz-bridge #masthead .artiz-header-search.is-enhanced,
  body.artiz-bridge #masthead .artiz-header-search.is-enhanced .artiz-header-search__panel {
    transition:none!important;
  }
}

@media (forced-colors:active) {
  body.artiz-bridge #masthead .artiz-header-search__panel,
  body.artiz-bridge #masthead :is(.artiz-header-search__toggle,.artiz-header-search__submit),
  body.artiz-bridge #masthead .artiz-header-search__input {
    border-color:CanvasText!important;
    background:Canvas!important;
    color:CanvasText!important;
    box-shadow:none!important;
  }

  body.artiz-bridge #masthead :is(.artiz-header-search__toggle,.artiz-header-search__submit):focus-visible,
  body.artiz-bridge #masthead .artiz-header-search__input:focus-visible {
    outline-color:Highlight!important;
  }
}
