/* UG Desktop Experience 1.0.23 */

:root{
  --ugde-primary:#0d5eaf;
  --ugde-primary-dark:#0a477f;
  --ugde-ink:#173552;
  --ugde-muted:#708197;
  --ugde-line:#e3ebf4;
  --ugde-soft:#f4f7fb;
  --ugde-white:#fff;
  --ugde-radius:18px;
  --ugde-shadow:0 8px 28px rgba(20,50,82,.08);
  --ugde-content:1500px;
}

/* Safety: below 901px UGDE is fully invisible and Avada/mobile remain untouched. */
#ugde-desktop-shell,#ugde-home,#ugde-shop,#ugde-subcategory{display:none!important}

@media (min-width:901px){
  body.ugde-enabled{background:#f4f7fb!important}
  body.ugde-enabled #ugde-desktop-shell,
  body.ugde-enabled #ugde-home,
  body.ugde-enabled #ugde-shop{display:block!important}
  body.ugde-enabled #ugde-subcategory{display:block!important}

  /* Replace only the Avada header on desktop preview. */
  body.ugde-enabled .fusion-header-wrapper,
  body.ugde-enabled header.fusion-header-wrapper,
  body.ugde-enabled .fusion-secondary-header,
  body.ugde-enabled .fusion-header-v4 .fusion-header,
  body.ugde-enabled .fusion-mobile-menu-icons{display:none!important}

  /* Homepage takeover:
     UGDE is injected directly after <body>. Avada then renders the original site
     inside #boxed-wrapper / #wrapper. Hide that whole original tree on the admin
     desktop preview so the old homepage/header/footer cannot appear underneath. */
  body.ugde-enabled.ugde-home #boxed-wrapper,
  body.ugde-enabled.ugde-home > #wrapper,
  body.ugde-enabled.ugde-home .fusion-tb-header,
  body.ugde-enabled.ugde-home .fusion-tb-content,
  body.ugde-enabled.ugde-home .fusion-tb-footer,
  body.ugde-enabled.ugde-home #main,
  body.ugde-enabled.ugde-home .fusion-page-title-bar,
  body.ugde-enabled.ugde-home .fusion-footer,
  body.ugde-enabled.ugde-home footer#footer{display:none!important}

  body.ugde-enabled:not(.ugde-home) #wrapper,
  body.ugde-enabled:not(.ugde-home) #boxed-wrapper,
  body.ugde-enabled:not(.ugde-home) .fusion-wrapper{background:#f4f7fb!important}

  /* v1.0.10 — cart + checkout: keep the UG Desktop header/smartbar but
     hide the old Avada/theme chrome and legacy footer areas. */
  body.ugde-enabled.ugde-cart-page .fusion-tb-header,
  body.ugde-enabled.ugde-cart-page .fusion-tb-footer,
  body.ugde-enabled.ugde-cart-page .fusion-footer,
  body.ugde-enabled.ugde-cart-page footer#footer,
  body.ugde-enabled.ugde-cart-page #footer,
  body.ugde-enabled.ugde-cart-page .fusion-footer-widget-area,
  body.ugde-enabled.ugde-cart-page .fusion-footer-copyright-area,
  body.ugde-enabled.ugde-cart-page .fusion-sliding-bar-wrapper,
  body.ugde-enabled.ugde-cart-page #slidingbar-area,
  body.ugde-enabled.ugde-cart-page .fusion-page-title-bar,
  body.ugde-enabled.ugde-checkout-page .fusion-tb-header,
  body.ugde-enabled.ugde-checkout-page .fusion-tb-footer,
  body.ugde-enabled.ugde-checkout-page .fusion-footer,
  body.ugde-enabled.ugde-checkout-page footer#footer,
  body.ugde-enabled.ugde-checkout-page #footer,
  body.ugde-enabled.ugde-checkout-page .fusion-footer-widget-area,
  body.ugde-enabled.ugde-checkout-page .fusion-footer-copyright-area,
  body.ugde-enabled.ugde-checkout-page .fusion-sliding-bar-wrapper,
  body.ugde-enabled.ugde-checkout-page #slidingbar-area,
  body.ugde-enabled.ugde-checkout-page .fusion-page-title-bar{display:none!important}

  /* v1.0.3 — clean full product page: keep UG Desktop header/smartbar,
     remove only the legacy Avada layout chrome around single products. */
  body.ugde-enabled.ugde-product-page .fusion-tb-header,
  body.ugde-enabled.ugde-product-page .fusion-tb-footer,
  body.ugde-enabled.ugde-product-page .fusion-footer,
  body.ugde-enabled.ugde-product-page footer#footer,
  body.ugde-enabled.ugde-product-page #footer,
  body.ugde-enabled.ugde-product-page .fusion-footer-widget-area,
  body.ugde-enabled.ugde-product-page .fusion-footer-copyright-area,
  body.ugde-enabled.ugde-product-page .fusion-sliding-bar-wrapper,
  body.ugde-enabled.ugde-product-page #slidingbar-area,
  body.ugde-enabled.ugde-product-page .fusion-page-title-bar{display:none!important}

  body.ugde-enabled.ugde-sub-category #main,
  body.ugde-enabled.ugde-sub-category .fusion-page-title-bar,
  body.ugde-enabled.ugde-sub-category .fusion-footer,
  body.ugde-enabled.ugde-sub-category footer#footer,
  body.ugde-enabled.ugde-sub-category .fusion-tb-content,
  body.ugde-enabled.ugde-sub-category .fusion-tb-footer{display:none!important}

  .ugde-shop-feed,
  .ugde-shop-feed *{box-sizing:border-box}

  .ugde-shop-feed a{text-decoration:none!important}

  .ugde-desktop-shell,.ugde-home-feed,.ugde-desktop-shell *,.ugde-home-feed *{box-sizing:border-box}
  .ugde-desktop-shell a,.ugde-home-feed a{text-decoration:none!important}


  body.ugde-enabled #ugde-desktop-shell{
    position:-webkit-sticky!important;position:sticky!important;z-index:99980;top:0!important;
    width:100%;align-self:flex-start
  }
  body.admin-bar.ugde-enabled #ugde-desktop-shell{top:32px!important}
  .ugde-header{
    position:relative!important;z-index:1;top:auto!important;width:100%;
    background:rgba(255,255,255,.99);
    backdrop-filter:saturate(170%) blur(14px);-webkit-backdrop-filter:saturate(170%) blur(14px);
    border:0!important;box-shadow:0 7px 24px rgba(20,50,82,.075)
  }
  .ugde-header-grid{
    width:100%;max-width:none;margin:0;padding:0 clamp(18px,2vw,40px);
    display:grid;grid-template-columns:250px minmax(0,1fr);grid-template-rows:64px 50px;
    align-items:stretch;background:#fff
  }
  .ugde-brand{
    grid-column:1;grid-row:1 / 3;display:flex;align-items:center;justify-content:flex-start;min-width:0;
    padding:2px 14px 2px 0;border:0!important
  }
  .ugde-brand img{
    display:block;width:238px!important;max-width:100%;height:auto!important;max-height:110px;
    object-fit:contain;object-position:left center;margin:0!important
  }
  .ugde-header-top{
    grid-column:2;grid-row:1;padding:7px 0 7px 16px;
    display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:center
  }

  .ugde-search{position:relative;display:flex;align-items:center;min-width:0;width:100%!important;max-width:none!important;margin:0!important}
  .ugde-search-icon{position:absolute;left:17px;top:50%;transform:translateY(-50%);color:#7f90a4;display:grid;place-items:center;pointer-events:none}
  .ugde-search input[type=search]{
    display:block;width:100%;height:50px!important;margin:0!important;padding:0 58px 0 49px!important;
    border:0!important;border-radius:14px!important;
    background:linear-gradient(105deg,#e7f4ff 0%,#dff0ff 14%,#fff0df 28%,#ffe7e3 40%,#f9e8f4 52%,#eee7ff 64%,#e6f7ef 78%,#f3f8d9 90%,#e7f4ff 100%)!important;
    background-size:210% 210%!important;color:var(--ugde-ink)!important;
    animation:ugde-aurora-shift 6.4s ease-in-out infinite!important;
    font:600 14px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    outline:0!important;box-shadow:none!important;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease
  }
  .ugde-search input[type=search]::placeholder{color:#8796a8;opacity:1}
  .ugde-search input[type=search]:focus{
    background:linear-gradient(105deg,#e7f4ff 0%,#dff0ff 14%,#fff0df 28%,#ffe7e3 40%,#f9e8f4 52%,#eee7ff 64%,#e6f7ef 78%,#f3f8d9 90%,#e7f4ff 100%)!important;
    background-size:210% 210%!important;box-shadow:0 0 0 3px rgba(13,94,175,.09)!important
  }
  .ugde-search button{
    position:absolute;right:5px;top:5px;width:40px;height:40px;border:0!important;border-radius:10px!important;
    background:var(--ugde-primary)!important;color:#fff!important;display:grid;place-items:center;cursor:pointer;padding:0!important;margin:0!important;
    transition:transform .16s ease,background .16s ease
  }
  .ugde-search button:hover{background:var(--ugde-primary-dark)!important;transform:translateY(-1px)}

  .ugde-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px;white-space:nowrap}
  .ugde-actions>a{
    position:relative;min-width:55px;height:50px;padding:5px 7px;border:0!important;border-radius:12px;color:var(--ugde-ink)!important;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:.16s ease
  }
  .ugde-actions>a:hover{background:#edf5fd;color:var(--ugde-primary)!important}
  .ugde-actions>a>span{height:22px;display:grid;place-items:center}
  .ugde-actions b{font:750 9px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}
  .ugde-cart-link em{
    position:absolute;right:5px;top:2px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:var(--ugde-primary);color:#fff;
    font:800 9px/17px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center;font-style:normal
  }

  .ugde-category-nav{
    grid-column:2;grid-row:2;position:relative;border:0!important;background:#fff;overflow:visible
  }
  .ugde-category-nav-inner{
    width:100%;height:100%;max-width:none;margin:0;padding:0;display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;overflow:visible
  }
  .ugde-menu-item{position:relative;min-width:0;border:0!important}
  .ugde-menu-item:first-child{border-left:0}
  .ugde-menu-trigger{
    width:100%;height:100%;min-height:49px;padding:0 14px;color:var(--ugde-ink)!important;
    display:flex;align-items:center;justify-content:center;gap:8px;
    font:750 13.5px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:.16s ease
  }
  .ugde-menu-trigger:hover,.ugde-menu-item:focus-within>.ugde-menu-trigger,.ugde-menu-item:hover>.ugde-menu-trigger{
    background:#f5f9fd;color:var(--ugde-primary)!important
  }
  .ugde-menu-icon,.ugde-menu-chevron{display:grid;place-items:center;color:var(--ugde-primary);flex:0 0 auto}
  .ugde-menu-chevron{margin-left:2px;transition:transform .16s ease}
  .ugde-menu-item:hover .ugde-menu-chevron,.ugde-menu-item:focus-within .ugde-menu-chevron{transform:rotate(180deg)}

  .ugde-dropdown{
    position:absolute;z-index:100050;top:100%;left:50%;width:min(940px,78vw);padding:18px 18px 0;
    background:#fff;border:0!important;border-radius:0 0 19px 19px;box-shadow:0 20px 48px rgba(20,50,82,.19);
    opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);
    transition:opacity .14s ease,transform .14s ease,visibility .14s ease;overflow:hidden
  }
  .ugde-menu-item-1 .ugde-dropdown{left:0;transform:translate(0,8px)}
  .ugde-menu-item-5 .ugde-dropdown{left:auto;right:0;transform:translate(0,8px)}
  .ugde-menu-item:hover>.ugde-dropdown,.ugde-menu-item:focus-within>.ugde-dropdown{
    opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)
  }
  .ugde-menu-item-1:hover>.ugde-dropdown,.ugde-menu-item-1:focus-within>.ugde-dropdown,
  .ugde-menu-item-5:hover>.ugde-dropdown,.ugde-menu-item-5:focus-within>.ugde-dropdown{transform:translate(0,0)}

  /* Old-site style visual mega menu: image tiles in a clean six-column grid. */
  .ugde-dropdown-grid{
    display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px 10px;
    max-height:min(66vh,610px);overflow:auto;padding:0 2px 18px
  }
  .ugde-dropdown-card{
    min-width:0;min-height:154px;padding:5px 4px 10px!important;border:0!important;outline:0!important;border-radius:10px!important;
    background:#fff!important;color:var(--ugde-primary)!important;display:flex!important;flex-direction:column;
    align-items:center!important;justify-content:flex-start!important;gap:5px!important;text-align:center;transition:.14s ease
  }
  .ugde-dropdown-card:hover{background:#f5f8fb!important;transform:translateY(-1px)}
  .ugde-dropdown-image{
    width:100%;height:118px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:transparent
  }
  .ugde-dropdown-image img{
    display:block;width:118px!important;height:118px!important;max-width:118px!important;object-fit:contain!important;margin:0!important
  }
  .ugde-dropdown-placeholder{
    width:86px;height:86px;border-radius:12px;background:#f1f5f9;color:#7e93a8;display:grid;place-items:center
  }
  .ugde-dropdown-name{
    display:block;color:#0872c9;font:750 13px/1.18 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.005em;max-width:100%;overflow-wrap:anywhere
  }
  .ugde-dropdown-card:hover .ugde-dropdown-name{color:#064f8d}
  .ugde-dropdown-footer{
    margin:0 -18px;min-height:48px;padding:9px 22px!important;border:0!important;border-radius:0!important;
    background:linear-gradient(105deg,#e7f4ff 0%,#dff0ff 14%,#fff0df 28%,#ffe7e3 40%,#f9e8f4 52%,#eee7ff 64%,#e6f7ef 78%,#f3f8d9 90%,#e7f4ff 100%)!important;
    background-size:210% 210%!important;animation:ugde-aurora-shift 6.4s ease-in-out infinite!important;
    color:#15304b!important;display:flex!important;align-items:center!important;
    justify-content:center!important;gap:28px!important;text-align:center;font:600 11px/1.25 system-ui!important
  }
  .ugde-dropdown-footer span{opacity:.92}
  .ugde-dropdown-footer b{display:flex;align-items:center;gap:5px;color:#0d5eaf!important;font:800 10px/1.1 system-ui;white-space:nowrap}
  .ugde-dropdown-footer:hover{filter:saturate(1.08) brightness(.995);color:#15304b!important}


  @keyframes ugde-aurora-shift{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-search input[type=search],.ugde-dropdown-footer,.ugde-hero-copy h1,.ugde-hero-overlay,.ugde-made-badge{animation:none!important}
  }

  .ugde-ticker{
    min-height:28px;padding:5px 20px;background:#153653;color:#fff;
    display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;flex-wrap:wrap;
    font:650 10px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.02em
  }
  .ugde-ticker i{opacity:.42;font-style:normal}

  .ugde-home-feed{width:100%;padding:0 24px 34px;background:#f4f7fb;color:var(--ugde-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
  .ugde-section,.ugde-reorder-band,.ugde-trust{max-width:var(--ugde-content);margin-left:auto;margin-right:auto}

  .ugde-hero{
    position:relative;width:calc(100% + 48px);max-width:none;margin:0 -24px;
    min-height:410px;height:clamp(410px,31vw,455px);aspect-ratio:auto;
    border-radius:0 0 180px 180px;overflow:hidden;background:#dfe8ef;
    box-shadow:0 14px 34px rgba(20,50,82,.10);isolation:isolate
  }
  .ugde-hero>img{position:absolute;inset:0;z-index:0;display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center center;margin:0!important}
  .ugde-hero-overlay{
    position:absolute;inset:0;z-index:1;
    background:
      linear-gradient(90deg,rgba(10,31,50,.74) 0%,rgba(10,31,50,.42) 32%,rgba(10,31,50,.08) 62%,rgba(10,31,50,.02) 78%),
      linear-gradient(112deg,
        rgba(225,242,255,.16) 0%,
        rgba(255,237,224,.13) 22%,
        rgba(247,224,242,.12) 44%,
        rgba(231,223,255,.14) 66%,
        rgba(224,246,237,.12) 84%,
        rgba(255,243,210,.10) 100%);
    background-size:100% 100%, 220% 220%;
    background-position:0 0, 0% 50%;
    animation:ugde-hero-aurora-wash 12s ease-in-out infinite;
  }

  .ugde-made-badge{
    position:absolute;z-index:3;right:clamp(34px,5.2vw,96px);top:34%;transform:translateY(-50%);
    width:min(310px,24vw);min-height:108px;padding:16px 18px 16px 15px;
    display:flex;align-items:center;gap:14px;
    background:
      linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.58)),
      linear-gradient(112deg,
        rgba(225,242,255,.58) 0%,
        rgba(255,237,224,.52) 22%,
        rgba(247,224,242,.50) 44%,
        rgba(231,223,255,.54) 66%,
        rgba(224,246,237,.50) 84%,
        rgba(255,243,210,.46) 100%);
    background-size:100% 100%, 220% 220%;
    background-position:0 0, 0% 50%;
    animation:ugde-aurora-shift 8s ease-in-out infinite;
    border:1px solid rgba(255,255,255,.72);
    border-radius:22px;
    box-shadow:0 16px 34px rgba(22,49,71,.14);
    backdrop-filter:blur(12px) saturate(145%);
    -webkit-backdrop-filter:blur(12px) saturate(145%);
    color:#153653
  }
  .ugde-made-mark{
    flex:0 0 58px;width:58px;height:58px;border-radius:50%;
    display:grid;place-items:center;
    background:linear-gradient(135deg,#0d5eaf 0%,#3e8dcc 100%);
    color:#fff;font:800 18px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.05em;box-shadow:inset 0 0 0 5px rgba(255,255,255,.18),0 7px 16px rgba(13,94,175,.18)
  }
  .ugde-made-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
  .ugde-made-copy small{
    display:block;margin:0;color:#0d5eaf;font:700 9px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.14em
  }
  .ugde-made-copy strong{
    display:block;color:#153653;font:750 clamp(16px,1.15vw,20px)/1.06 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:-.025em
  }
  .ugde-made-copy em{
    display:block;margin-top:3px;color:#567087;font:550 10px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-style:normal
  }
  .ugde-made-badge::after{
    content:"";position:absolute;inset:7px;border-radius:16px;
    border:1px solid rgba(13,94,175,.07);pointer-events:none
  }

  @media (max-width:1250px){
    .ugde-made-badge{right:28px;top:32%;width:260px;min-height:96px;padding:13px}
    .ugde-made-mark{flex-basis:50px;width:50px;height:50px;font-size:15px}
    .ugde-made-copy em{display:none}
  }

  @media (max-width:1050px){
    .ugde-made-badge{display:none}
  }

    .ugde-hero-copy{position:absolute;z-index:2;left:clamp(34px,5.2vw,96px);top:50%;transform:translateY(-50%);width:min(640px,47%);color:#fff}
  .ugde-hero-copy>small{display:block;margin-bottom:13px;color:#fff;font:850 11px/1.1 system-ui;letter-spacing:.18em;opacity:.92}
  @keyframes ugde-hero-aurora-wash{
    0%,100%{background-position:0 0, 0% 50%}
    50%{background-position:0 0, 100% 50%}
  }

  @keyframes ugde-hero-text-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  .ugde-hero-copy h1{
    margin:0!important;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    font-size:clamp(44px,4.5vw,76px)!important;
    font-weight:900!important;
    line-height:.88!important;
    letter-spacing:-.055em!important;
    color:transparent!important;
    -webkit-text-fill-color:transparent!important;
    background:linear-gradient(
      105deg,
      #ffffff 0%,
      #dff2ff 13%,
      #ffe7df 27%,
      #f7dcf1 41%,
      #e8ddff 55%,
      #dff6ed 70%,
      #fff0cf 84%,
      #ffffff 100%
    );
    background-size:300% 300%;
    background-position:0% 50%;
    -webkit-background-clip:text;
    background-clip:text;
    filter:drop-shadow(0 2px 7px rgba(16,38,61,.16));
    animation:ugde-hero-text-aurora 7.5s ease-in-out infinite;
  }
  .ugde-hero-copy h1 span{display:block}
  .ugde-hero-copy p{max-width:520px;margin:20px 0 0!important;color:#fff!important;font:520 clamp(14px,1.2vw,18px)/1.48 system-ui!important;opacity:.93}
  .ugde-hero-buttons{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}
  .ugde-btn{min-height:46px;padding:0 18px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:800 12px/1 system-ui!important;transition:.16s ease}
  .ugde-btn:hover{transform:translateY(-1px)}
  .ugde-btn-primary{background:var(--ugde-primary);color:#fff!important;box-shadow:0 8px 20px rgba(13,94,175,.22)}
  .ugde-btn-primary:hover{background:var(--ugde-primary-dark);color:#fff!important}
  .ugde-btn-light{background:rgba(255,255,255,.94);color:var(--ugde-ink)!important}

  .ugde-section{margin-top:28px;padding:23px;border:1px solid rgba(13,94,175,.07);border-radius:22px;background:#fff;box-shadow:0 5px 20px rgba(20,50,82,.045)}
  .ugde-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}
  .ugde-section-head>div>small{display:block;margin-bottom:5px;color:var(--ugde-primary);font:850 9px/1.1 system-ui;letter-spacing:.13em}
  .ugde-section-head h2{margin:0!important;color:var(--ugde-ink)!important;font:900 clamp(22px,2vw,31px)/1.05 system-ui!important;letter-spacing:-.035em!important}
  .ugde-section-head p{margin:5px 0 0!important;color:var(--ugde-muted)!important;font:500 12px/1.4 system-ui!important}
  .ugde-section-head>a{display:flex;align-items:center;gap:6px;color:var(--ugde-primary)!important;font:800 11px/1.2 system-ui!important;white-space:nowrap}

  .ugde-products{display:grid;gap:13px}
  .ugde-products-six{grid-template-columns:repeat(6,minmax(0,1fr))}
  .ugde-products-five{grid-template-columns:repeat(5,minmax(0,1fr))}
  .ugde-product-card{min-width:0;overflow:hidden;border:1px solid #e9eef4;border-radius:16px;background:#fff;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
  .ugde-product-card:hover{transform:translateY(-2px);border-color:#d8e6f4;box-shadow:0 10px 25px rgba(20,50,82,.09)}
  .ugde-product-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}
  .ugde-product-image img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;margin:0!important;transition:transform .25s ease}
  .ugde-product-card:hover .ugde-product-image img{transform:scale(1.025)}
  .ugde-sale{position:absolute;left:9px;top:9px;padding:5px 8px;border-radius:999px;background:var(--ugde-primary);color:#fff;font:900 8px/1 system-ui;letter-spacing:.08em}
  .ugde-product-copy{padding:11px}
  .ugde-product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;color:#263b50!important;font:720 12px/1.4 system-ui!important}
  .ugde-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;min-height:30px}
  .ugde-price{min-width:0;color:var(--ugde-primary)!important;font:900 12px/1.25 system-ui!important}
  .ugde-price del{opacity:.45;font-size:9px}.ugde-price ins{text-decoration:none!important}
  .ugde-login-price{color:var(--ugde-primary)!important;font:800 10px/1.2 system-ui!important}
  .ugde-product-go{flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:#edf5fd;color:var(--ugde-primary)!important;display:grid;place-items:center}

  .ugde-category-section{padding-bottom:25px}
  .ugde-category-rows{display:flex;flex-direction:column;gap:22px}

  .ugde-category-row{
    --ugde-row-bg:#f5f9fe;
    --ugde-row-accent:#dceaf8;
    --ugde-row-icon:#e9f3fd;
    min-width:0;
    padding:16px 16px 12px;
    border:1px solid var(--ugde-row-accent);
    border-radius:22px;
    background:var(--ugde-row-bg);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
  }
  .ugde-category-row + .ugde-category-row{margin-top:2px}

  .ugde-category-row.is-dragging,
  .ugde-category-row.is-dragging .ugde-category-rail,
  .ugde-category-row.is-dragging .ugde-subcategory-card{cursor:grabbing!important}

  .ugde-category-rail-wrap{
    position:relative;
    padding:0 30px;
  }

  .ugde-category-row-head{
    min-height:48px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:14px
  }

  .ugde-category-rows .ugde-category-row:nth-child(1){
    --ugde-row-bg:#eef7ff;
    --ugde-row-accent:#d9eafb;
    --ugde-row-icon:#e4f0fb;
  }
  .ugde-category-rows .ugde-category-row:nth-child(2){
    --ugde-row-bg:#f8f4ff;
    --ugde-row-accent:#e8defb;
    --ugde-row-icon:#efe8fd;
  }
  .ugde-category-rows .ugde-category-row:nth-child(3){
    --ugde-row-bg:#fff6ee;
    --ugde-row-accent:#f4e1cc;
    --ugde-row-icon:#f9ead8;
  }
  .ugde-category-rows .ugde-category-row:nth-child(4){
    --ugde-row-bg:#eefaf5;
    --ugde-row-accent:#d5eedf;
    --ugde-row-icon:#e2f5eb;
  }
  .ugde-category-rows .ugde-category-row:nth-child(5){
    --ugde-row-bg:#f7f8fb;
    --ugde-row-accent:#e2e7ef;
    --ugde-row-icon:#edf1f6;
  }
  .ugde-category-row-title{
    display:inline-flex;align-items:center;gap:11px;color:var(--ugde-ink)!important
  }
  .ugde-category-row-title:hover{color:var(--ugde-primary)!important}
  .ugde-category-row-icon{
    width:39px;height:39px;border-radius:11px;background:var(--ugde-row-icon);color:var(--ugde-primary);
    display:grid;place-items:center;flex:0 0 auto
  }
  .ugde-category-row-title>span:last-child{display:flex;flex-direction:column;gap:2px}
  .ugde-category-row-title strong{
    font:800 17px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:-.022em
  }
  .ugde-category-row-title small{
    color:var(--ugde-muted);font:550 9.5px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  }

  .ugde-category-rail{
    --ugde-rail-gap:14px;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:calc((100% - (var(--ugde-rail-gap) * 4)) / 5);
    gap:var(--ugde-rail-gap);
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-inline:contain;
    scroll-snap-type:none;
    scroll-behavior:auto;
    scrollbar-width:none;
    padding:1px 1px 7px;
    cursor:default;
  }
  .ugde-category-rail:hover{cursor:grab}
  .ugde-category-rail::-webkit-scrollbar{display:none}

  .ugde-subcategory-card{
    min-width:0;overflow:visible;
    border:1px solid #e4edf5;border-radius:16px;background:#fff;color:var(--ugde-ink)!important;
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease
  }
  .ugde-subcategory-card:hover{
    transform:translateY(-2px);border-color:#cfdfec;box-shadow:0 8px 22px rgba(20,50,82,.08)
  }
  .ugde-subcategory-image{
    width:100%;height:220px;padding:14px 18px;
    display:flex;align-items:center;justify-content:center;background:#fff;overflow:visible
  }
  .ugde-subcategory-image img{
    display:block!important;
    width:auto!important;height:auto!important;
    max-width:92%!important;max-height:192px!important;
    object-fit:contain!important;object-position:center center!important;
    margin:auto!important;flex:0 1 auto
  }
  .ugde-subcategory-fallback{
    width:72px;height:72px;border-radius:18px;background:#edf5fd;color:var(--ugde-primary);
    display:grid;place-items:center
  }
  .ugde-subcategory-copy{min-height:48px;padding:10px 11px 12px;display:flex;align-items:center}
  .ugde-subcategory-copy strong{
    color:#263b50;font:700 12px/1.22 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  }
  @media (max-width:1100px){
    .ugde-category-rail{--ugde-rail-gap:10px}
    .ugde-category-row-title strong{font-size:15px}
  }

  .ugde-custom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:0;border:0;background:transparent;box-shadow:none}
  .ugde-custom-card{position:relative;min-height:315px;overflow:hidden;border-radius:22px;background-image:var(--ugde-custom-image);background-size:cover;background-position:center;isolation:isolate;box-shadow:var(--ugde-shadow)}
  .ugde-custom-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,34,54,.84),rgba(12,34,54,.22))}
  .ugde-custom-shade-alt{background:linear-gradient(90deg,rgba(13,94,175,.82),rgba(13,94,175,.16))}
  .ugde-custom-card>div{position:absolute;left:28px;bottom:27px;width:min(490px,72%);color:#fff}
  .ugde-custom-card small{display:block;margin-bottom:8px;color:#fff;font:850 9px/1.1 system-ui;letter-spacing:.14em;opacity:.9}
  .ugde-custom-card h2{margin:0!important;color:#fff!important;font:900 clamp(23px,2.3vw,35px)/1.02 system-ui!important;letter-spacing:-.04em!important}
  .ugde-custom-card p{margin:10px 0 16px!important;color:rgba(255,255,255,.88)!important;font:500 12px/1.48 system-ui!important}
  .ugde-custom-card b{display:flex;align-items:center;gap:7px;color:#fff;font:800 11px/1 system-ui}

  .ugde-reorder-band{margin-top:28px;padding:22px 24px;border-radius:20px;background:#173552;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--ugde-shadow)}
  .ugde-reorder-band>div{display:flex;align-items:center;gap:14px}.ugde-reorder-band>div>span{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff}
  .ugde-reorder-band small{display:block;margin-bottom:4px;color:#a9c1d8;font:750 9px/1 system-ui;letter-spacing:.1em}.ugde-reorder-band h2{margin:0!important;color:#fff!important;font:850 21px/1.1 system-ui!important;letter-spacing:-.025em!important}

  .ugde-trust{margin-top:28px;padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(13,94,175,.07);display:grid;grid-template-columns:330px 1fr;gap:28px;box-shadow:0 5px 20px rgba(20,50,82,.045)}
  .ugde-trust-brand{padding-right:28px;border-right:1px solid #e9eef4}.ugde-trust-brand img{display:block;width:210px!important;height:auto!important;margin:0 0 15px!important}.ugde-trust-brand p{margin:0!important;color:var(--ugde-muted)!important;font:500 12px/1.55 system-ui!important}.ugde-trust-brand>div{display:flex;flex-direction:column;gap:5px;margin-top:13px}.ugde-trust-brand a{color:var(--ugde-primary)!important;font:750 11px/1.2 system-ui!important}
  .ugde-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ugde-trust-grid>div{padding:16px;border-radius:14px;background:#f5f8fb;display:flex;flex-direction:column;align-items:flex-start}.ugde-trust-grid span{width:38px;height:38px;border-radius:11px;background:#e8f2fb;color:var(--ugde-primary);display:grid;place-items:center;margin-bottom:12px}.ugde-trust-grid b{color:var(--ugde-ink);font:820 12px/1.2 system-ui}.ugde-trust-grid small{margin-top:5px;color:var(--ugde-muted);font:500 10px/1.4 system-ui}
}

@media (min-width:901px) and (max-width:1260px){
  .ugde-header-grid{grid-template-columns:198px minmax(0,1fr);grid-template-rows:62px 48px;padding-left:14px;padding-right:14px}
  .ugde-brand{padding-right:8px}.ugde-brand img{width:188px!important;max-height:102px}
  .ugde-header-top{padding-left:14px;gap:10px}
  .ugde-actions>a{padding-left:6px;padding-right:6px;min-width:50px}.ugde-actions b{display:none}
  .ugde-menu-trigger{padding-left:9px;padding-right:9px;font-size:12px}.ugde-dropdown{width:min(820px,82vw)}.ugde-dropdown-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .ugde-home-feed{padding-left:18px;padding-right:18px}
  .ugde-products-six{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ugde-products-five{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ugde-trust{grid-template-columns:250px 1fr}.ugde-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:901px) and (max-width:1000px){
  .ugde-header-grid{grid-template-columns:164px minmax(0,1fr);padding-left:10px;padding-right:10px}
  .ugde-brand{padding-right:6px}.ugde-brand img{width:157px!important}
  .ugde-header-top{padding-left:10px;gap:8px}
  .ugde-menu-trigger{padding-left:6px;padding-right:6px;font-size:11px;gap:5px}.ugde-menu-icon svg{width:18px;height:18px}.ugde-menu-chevron{display:none}.ugde-dropdown{width:min(760px,90vw)}.ugde-dropdown-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ugde-hero{min-height:360px}.ugde-hero-copy{width:56%}.ugde-custom-card>div{width:82%}
  .ugde-products-six,.ugde-products-five{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ugde-custom-grid{grid-template-columns:1fr}.ugde-trust{grid-template-columns:1fr}.ugde-trust-brand{border-right:0;border-bottom:1px solid #e9eef4;padding-right:0;padding-bottom:20px}
}


  /* v0.1.6 header cleanup */
  .ugde-header-grid,.ugde-header-top,.ugde-category-nav,.ugde-category-nav-inner,
  .ugde-brand,.ugde-menu-item,.ugde-actions>a{border-color:transparent!important}
  .ugde-header-top{min-width:0}
  .ugde-actions{min-width:max-content}
  .ugde-quick-order-link span{color:#0d5eaf}


  /* v0.1.12 full-width hero */
  @media (min-width:1400px){
    .ugde-hero{height:clamp(420px,29vw,470px)}
  }

  @media (max-width:1200px){
    .ugde-hero{
      width:calc(100% + 36px);margin:0 -18px;min-height:395px;height:clamp(395px,34vw,435px);
      border-radius:0 0 145px 145px
    }
  }

  @media (max-width:980px){
    .ugde-home-feed{padding-left:18px;padding-right:18px}
    .ugde-hero{
      width:calc(100% + 36px);margin:0 -18px;min-height:380px;height:clamp(380px,38vw,420px);
      border-radius:0 0 120px 120px
    }
  }


  /* v0.1.26 image safety */
  .ugde-subcategory-card{
    position:relative;
  }
  .ugde-subcategory-card::before{
    content:"";position:absolute;inset:0;z-index:-1;border-radius:16px;background:rgba(255,255,255,.96);
  }

  @media (max-width:1260px){
    .ugde-subcategory-image{height:190px;padding:12px 14px}
    .ugde-subcategory-image img{max-height:164px!important;max-width:90%!important}
  }


  /* v0.1.27 pastel row identity */
  .ugde-category-row .ugde-category-rail{
    border-radius:18px;
  }

  .ugde-category-row .ugde-subcategory-image{
    background:linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.75) 100%);
    border-bottom:1px solid rgba(13,94,175,.05);
  }

  @media (max-width:1260px){
    .ugde-category-row{
      padding:14px 14px 10px;
      border-radius:20px;
    }
  }


  .ugde-rail-arrow{
    position:absolute;top:50%;transform:translateY(-50%);
    width:34px;height:34px;border:0;border-radius:999px;
    display:grid;place-items:center;
    background:rgba(255,255,255,.78);
    color:#6a86a1;
    box-shadow:0 4px 18px rgba(20,50,82,.08), inset 0 0 0 1px rgba(255,255,255,.85);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    opacity:.62;
    cursor:pointer;
    transition:opacity .15s ease, transform .15s ease, box-shadow .15s ease, background .15s ease;
    z-index:3;
  }
  .ugde-category-row:hover .ugde-rail-arrow{opacity:.9}
  .ugde-rail-arrow:hover{
    opacity:1;
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 24px rgba(20,50,82,.12), inset 0 0 0 1px rgba(255,255,255,.95);
  }
  .ugde-rail-arrow-left{left:6px}
  .ugde-rail-arrow-right{right:6px}
  .ugde-rail-arrow-left svg{transform:rotate(90deg)}
  .ugde-rail-arrow-right svg{transform:rotate(-90deg)}
  .ugde-rail-arrow.is-hidden{
    opacity:0;
    pointer-events:none;
  }

  @media (max-width:1260px){
    .ugde-category-rail-wrap{padding:0 24px}
    .ugde-rail-arrow{width:30px;height:30px}
    .ugde-rail-arrow-left{left:2px}
    .ugde-rail-arrow-right{right:2px}
  }


  /* v0.1.29 tactile click feedback */
  .ugde-subcategory-card,
  .ugde-rail-arrow,
  .ugde-category-row-title{
    -webkit-tap-highlight-color:transparent;
  }

  .ugde-subcategory-card:active{
    transform:translateY(0) scale(.985);
    box-shadow:0 2px 8px rgba(20,50,82,.08);
    transition-duration:.06s;
  }

  .ugde-rail-arrow:active{
    transform:translateY(-50%) scale(.90);
    box-shadow:0 2px 8px rgba(20,50,82,.10);
    transition-duration:.05s;
  }

  .ugde-category-row-title:active{
    transform:scale(.985);
    opacity:.86;
    transition:transform .06s ease,opacity .06s ease;
  }

  .ugde-actions>a:active,
  .ugde-btn:active{
    transform:scale(.97);
    transition-duration:.05s;
  }


  /* v0.1.30 — full-width promotional cards row */
  .ugde-section.ugde-custom-grid{
    width:calc(100% + 48px);
    max-width:none!important;
    margin-left:-24px!important;
    margin-right:-24px!important;
    padding-left:24px;
    padding-right:24px;
  }

  @media (max-width:980px){
    .ugde-section.ugde-custom-grid{
      width:calc(100% + 36px);
      margin-left:-18px!important;
      margin-right:-18px!important;
      padding-left:18px;
      padding-right:18px;
    }
  }


  /* v0.1.31 — stronger category rail arrows */
  .ugde-rail-arrow{
    width:40px!important;
    height:40px!important;
    background:rgba(255,255,255,.96)!important;
    color:#245f92!important;
    opacity:.96!important;
    border:1px solid rgba(36,95,146,.18)!important;
    box-shadow:
      0 7px 20px rgba(28,66,101,.16),
      0 1px 3px rgba(28,66,101,.12),
      inset 0 1px 0 rgba(255,255,255,1)!important;
  }

  .ugde-rail-arrow svg{
    width:21px!important;
    height:21px!important;
    stroke-width:2.35!important;
  }

  .ugde-category-row:hover .ugde-rail-arrow{
    opacity:1!important;
  }

  .ugde-rail-arrow:hover{
    background:#fff!important;
    color:#0d5eaf!important;
    border-color:rgba(13,94,175,.28)!important;
    box-shadow:
      0 9px 24px rgba(28,66,101,.20),
      0 2px 5px rgba(28,66,101,.12)!important;
  }

  .ugde-rail-arrow-left{left:2px!important}
  .ugde-rail-arrow-right{right:2px!important}

  .ugde-rail-arrow.is-hidden{
    opacity:0!important;
    pointer-events:none!important;
  }

  @media (max-width:1260px){
    .ugde-rail-arrow{
      width:36px!important;
      height:36px!important;
    }
    .ugde-rail-arrow svg{
      width:19px!important;
      height:19px!important;
    }
  }


  /* v0.1.32 — individual colors for the five top category labels */
  .ugde-menu-item{
    --ugde-menu-accent:#245f92;
    --ugde-menu-soft:#f3f8fc;
  }

  .ugde-menu-item-1{
    --ugde-menu-accent:#1769aa;
    --ugde-menu-soft:#edf6fd;
  }
  .ugde-menu-item-2{
    --ugde-menu-accent:#7356b6;
    --ugde-menu-soft:#f5f1fc;
  }
  .ugde-menu-item-3{
    --ugde-menu-accent:#bf693d;
    --ugde-menu-soft:#fdf4ee;
  }
  .ugde-menu-item-4{
    --ugde-menu-accent:#3f8768;
    --ugde-menu-soft:#eef8f3;
  }
  .ugde-menu-item-5{
    --ugde-menu-accent:#a65d79;
    --ugde-menu-soft:#fbf1f5;
  }

  .ugde-menu-item>.ugde-menu-trigger{
    color:var(--ugde-menu-accent)!important;
  }

  .ugde-menu-item .ugde-menu-icon,
  .ugde-menu-item .ugde-menu-chevron{
    color:var(--ugde-menu-accent)!important;
  }

  .ugde-menu-trigger:hover,
  .ugde-menu-item:focus-within>.ugde-menu-trigger,
  .ugde-menu-item:hover>.ugde-menu-trigger{
    color:var(--ugde-menu-accent)!important;
    background:var(--ugde-menu-soft)!important;
  }

  .ugde-menu-item>.ugde-menu-trigger:active{
    transform:scale(.985);
    background:var(--ugde-menu-soft)!important;
  }


  /* v0.1.36 — homepage "Αγοράστε ξανά" single row */
  .ugde-reorder-products-section{
    overflow:hidden;
  }

  .ugde-products-eight{
    grid-template-columns:repeat(8,minmax(118px,1fr));
    gap:11px;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
  }
  .ugde-products-eight::-webkit-scrollbar{display:none}

  .ugde-products-eight .ugde-product-copy{
    padding:9px;
  }
  .ugde-products-eight .ugde-product-title{
    font-size:11px!important;
    min-height:31px;
  }
  .ugde-products-eight .ugde-price{
    font-size:11px!important;
  }

  @media (max-width:1180px){
    .ugde-products-eight{
      grid-template-columns:repeat(8,132px);
    }
  }


  /* v0.1.39 — round Greek flag inside hero badge */
  .ugde-greek-flag{
    position:relative;
    overflow:hidden;
    color:transparent!important;
    font-size:0!important;
    letter-spacing:0!important;
    background:
      linear-gradient(
        to bottom,
        #1d6fc3 0%,
        #1d6fc3 11.11%,
        #ffffff 11.11%,
        #ffffff 22.22%,
        #1d6fc3 22.22%,
        #1d6fc3 33.33%,
        #ffffff 33.33%,
        #ffffff 44.44%,
        #1d6fc3 44.44%,
        #1d6fc3 55.55%,
        #ffffff 55.55%,
        #ffffff 66.66%,
        #1d6fc3 66.66%,
        #1d6fc3 77.77%,
        #ffffff 77.77%,
        #ffffff 88.88%,
        #1d6fc3 88.88%,
        #1d6fc3 100%
      )!important;
    box-shadow:
      inset 0 0 0 3px rgba(255,255,255,.35),
      0 7px 16px rgba(13,94,175,.18)!important;
  }

  .ugde-greek-flag::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:56%;
    height:56%;
    background:
      linear-gradient(to right, transparent 0 38%, #fff 38% 62%, transparent 62% 100%),
      linear-gradient(to bottom, transparent 0 38%, #fff 38% 62%, transparent 62% 100%),
      #1d6fc3;
  }



  /* v0.1.41 — aurora background for recommended section */
  .ugde-section-recommended{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    background:
      linear-gradient(140deg,rgba(236,246,255,.95) 0%,rgba(255,244,236,.94) 22%,rgba(248,239,250,.95) 48%,rgba(236,251,244,.95) 74%,rgba(255,249,233,.95) 100%)!important;
    box-shadow:0 8px 26px rgba(20,50,82,.055)!important;
  }
  .ugde-section-recommended::before{
    content:"";
    position:absolute;
    inset:-15% -10%;
    z-index:-1;
    background:
      radial-gradient(circle at 12% 18%, rgba(115,86,182,.09) 0, rgba(115,86,182,0) 28%),
      radial-gradient(circle at 80% 22%, rgba(23,105,170,.10) 0, rgba(23,105,170,0) 24%),
      radial-gradient(circle at 28% 82%, rgba(63,135,104,.09) 0, rgba(63,135,104,0) 26%),
      radial-gradient(circle at 88% 86%, rgba(166,93,121,.08) 0, rgba(166,93,121,0) 24%),
      radial-gradient(circle at 55% 48%, rgba(191,105,61,.07) 0, rgba(191,105,61,0) 26%);
    pointer-events:none;
  }

  /* v0.1.41 — trust cards second line */
  .ugde-trust-grid em{
    margin-top:7px;
    color:#245f92;
    font:800 10px/1.25 system-ui;
    font-style:normal;
    letter-spacing:.02em;
  }

  /* v0.1.41 — premium bottom more section */
  .ugde-bottom-more{
    position:relative;
    width:calc(100% + 48px);
    max-width:none;
    margin:32px -24px 0;
    padding:34px 24px 38px;
    overflow:hidden;
    isolation:isolate;
    background:
      linear-gradient(135deg, #143654 0%, #1b4d78 14%, #356ea4 32%, #6b8fc2 45%, #f1cfbf 64%, #f3d9ea 79%, #d8efe5 100%);
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 -10px 30px rgba(20,50,82,.10);
  }
  .ugde-bottom-more::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 8% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 24%),
      radial-gradient(circle at 84% 22%, rgba(255,255,255,.12) 0, rgba(255,255,255,0) 22%),
      radial-gradient(circle at 68% 82%, rgba(255,255,255,.13) 0, rgba(255,255,255,0) 24%),
      linear-gradient(180deg, rgba(10,31,50,.22), rgba(10,31,50,.18));
    pointer-events:none;
  }
  .ugde-bottom-more::after{
    content:"";
    position:absolute;
    left:0; right:0; top:0;
    height:1px;
    background:rgba(255,255,255,.28);
    opacity:.8;
  }
  .ugde-bottom-more-inner{
    position:relative;
    z-index:1;
    max-width:var(--ugde-content);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(320px, 420px) minmax(0, 1fr);
    gap:24px;
    align-items:start;
  }
  .ugde-bottom-lead{
    padding:8px 6px 8px 0;
  }
  .ugde-bottom-lead>small{
    display:block;
    margin-bottom:10px;
    color:rgba(255,255,255,.82);
    font:850 10px/1.1 system-ui;
    letter-spacing:.16em;
  }
  .ugde-bottom-lead h2{
    margin:0!important;
    color:#fff!important;
    font:900 clamp(28px,2.5vw,42px)/1.02 system-ui!important;
    letter-spacing:-.04em!important;
    text-wrap:balance;
  }
  .ugde-bottom-lead p{
    margin:12px 0 18px!important;
    color:rgba(255,255,255,.88)!important;
    font:500 14px/1.55 system-ui!important;
    max-width:48ch;
  }
  .ugde-bottom-pills{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 18px;
  }
  .ugde-bottom-pills span{
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    font:760 11px/1.15 system-ui;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .ugde-bottom-cta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .ugde-bottom-cta .ugde-btn-light{
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.18);
  }

  .ugde-bottom-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:14px;
  }
  .ugde-bottom-card{
    min-height:100%;
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-shadow:0 8px 22px rgba(10,31,50,.08);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  .ugde-bottom-icon{
    width:42px;
    height:42px;
    border-radius:13px;
    display:grid;
    place-items:center;
    margin-bottom:12px;
    background:rgba(255,255,255,.18);
    color:#fff;
    border:1px solid rgba(255,255,255,.16);
  }
  .ugde-bottom-card b{
    color:#fff;
    font:840 16px/1.15 system-ui;
    margin-bottom:12px;
    letter-spacing:-.02em;
  }
  .ugde-bottom-card>a{
    display:block;
    margin:0 0 9px;
    color:rgba(255,255,255,.94)!important;
    font:700 12px/1.35 system-ui!important;
  }
  .ugde-bottom-card>a:hover{
    color:#fff!important;
    text-decoration:underline;
    text-underline-offset:3px;
  }
  .ugde-bottom-card small{
    margin-top:auto;
    color:rgba(255,255,255,.78)!important;
    font:500 11px/1.55 system-ui!important;
  }

  .ugde-bottom-chip-grid{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .ugde-bottom-chip{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    color:#fff!important;
    font:740 11px/1.1 system-ui!important;
  }
  .ugde-bottom-chip strong{
    font-weight:760;
  }

  @media (max-width:1340px){
    .ugde-bottom-grid{
      grid-template-columns:repeat(2, minmax(0,1fr));
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-more-inner{
      grid-template-columns:1fr;
    }
  }


  /* v0.1.42 — bottom section rearrangement */
  .ugde-bottom-card>a{
    position:relative;
    padding-left:14px;
  }
  .ugde-bottom-card>a::before{
    content:"";
    position:absolute;
    left:0;
    top:.52em;
    width:5px;
    height:5px;
    border-radius:999px;
    background:rgba(255,255,255,.74);
  }

  .ugde-bottom-card b{
    max-width:18ch;
  }

  .ugde-bottom-card small{
    margin-top:10px;
  }


  /* v0.1.43 — company-focused bottom area + brand signature */
  .ugde-home-feed{
    padding-bottom:0!important;
  }

  .ugde-bottom-more{
    padding-bottom:150px;
  }

  .ugde-bottom-lead h2{
    max-width:12.5ch;
  }

  .ugde-bottom-lead p{
    max-width:52ch;
    font-size:14px!important;
    line-height:1.62!important;
  }

  .ugde-bottom-brandmark{
    position:absolute;
    z-index:2;
    right:clamp(34px,5vw,82px);
    bottom:34px;
    width:clamp(260px,23vw,390px);
    display:flex;
    justify-content:flex-end;
    pointer-events:none;
  }

  .ugde-bottom-brandmark::before{
    content:"";
    position:absolute;
    inset:50% -8% -28% 18%;
    transform:translateY(-50%);
    background:radial-gradient(circle,rgba(255,255,255,.30) 0%,rgba(255,255,255,.13) 42%,rgba(255,255,255,0) 72%);
    filter:blur(8px);
    pointer-events:none;
  }

  .ugde-bottom-brandmark img{
    position:relative;
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    margin:0!important;
    opacity:.94;
    filter:drop-shadow(0 8px 20px rgba(18,48,74,.13));
  }

  /* v0.1.43 — 100% width aurora copyright strip */
  .ugde-copyright-strip{
    width:calc(100% + 48px);
    max-width:none;
    margin:0 -24px;
    padding:15px 24px;
    border-top:1px solid rgba(15,46,72,.08);
    background:
      linear-gradient(
        105deg,
        #dff2ff 0%,
        #e8f4ff 14%,
        #ffe8de 31%,
        #f5dfef 47%,
        #e8e0ff 62%,
        #dff4e9 79%,
        #fff0cf 100%
      );
    background-size:220% 220%;
    color:#111;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.66);
    animation:ugde-copyright-aurora 12s ease-in-out infinite;
  }

  @keyframes ugde-copyright-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  .ugde-copyright-inner{
    max-width:var(--ugde-content);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    text-align:center;
    color:#111;
    font:700 11px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.01em;
  }

  .ugde-copyright-inner span,
  .ugde-copyright-inner i,
  .ugde-copyright-inner a{
    color:#111!important;
  }

  .ugde-copyright-inner i{
    opacity:.38;
    font-style:normal;
  }

  .ugde-copyright-inner a{
    font-weight:850!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(17,17,17,.25);
  }

  .ugde-copyright-inner a:hover{
    border-bottom-color:#111;
  }

  @media (max-width:1340px){
    .ugde-bottom-more{
      padding-bottom:125px;
    }
    .ugde-bottom-brandmark{
      width:300px;
      right:34px;
      bottom:26px;
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-more{
      padding-bottom:32px;
    }
    .ugde-bottom-brandmark{
      position:relative;
      right:auto;
      bottom:auto;
      width:280px;
      margin:30px 0 0 auto;
    }
  }

  @media (max-width:980px){
    .ugde-copyright-strip{
      width:calc(100% + 36px);
      margin-left:-18px;
      margin-right:-18px;
      padding-left:18px;
      padding-right:18px;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-copyright-strip{animation:none!important}
  }


  /* v0.1.44 — bottom section spacing / branding refinements */
  .ugde-bottom-more{
    padding-bottom:88px!important;
  }

  .ugde-bottom-lead{
    padding-bottom:0!important;
  }

  .ugde-bottom-lead h2{
    max-width:18ch!important;
    font-size:clamp(23px,2.2vw,34px)!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
    text-wrap:balance;
  }

  .ugde-bottom-lead p{
    max-width:56ch!important;
    font-size:15px!important;
    line-height:1.68!important;
    color:rgba(255,255,255,.90)!important;
  }

  .ugde-bottom-pills{
    margin-bottom:14px!important;
  }

  .ugde-bottom-cta{
    margin-top:2px;
  }

  .ugde-bottom-brandmark{
    bottom:92px!important;
    right:clamp(36px,5vw,86px)!important;
    width:clamp(280px,24vw,410px)!important;
  }

  .ugde-bottom-brandmark img{
    opacity:.96!important;
  }

  @media (max-width:1340px){
    .ugde-bottom-more{
      padding-bottom:76px!important;
    }

    .ugde-bottom-brandmark{
      bottom:74px!important;
      width:320px!important;
      right:30px!important;
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-more{
      padding-bottom:30px!important;
    }

    .ugde-bottom-brandmark{
      position:relative!important;
      right:auto!important;
      bottom:auto!important;
      width:280px!important;
      margin:22px 0 0 auto!important;
    }

    .ugde-bottom-lead h2{
      max-width:24ch!important;
    }

    .ugde-bottom-lead p{
      max-width:100%!important;
    }
  }


  /* v0.1.45 — darker transparent cards + restore preferred paragraph */
  .ugde-bottom-card{
    background:rgba(18, 20, 24, .26)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    box-shadow:
      0 10px 28px rgba(8, 15, 24, .18),
      inset 0 1px 0 rgba(255,255,255,.08)!important;
  }

  .ugde-bottom-card .ugde-bottom-icon{
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.18)!important;
  }

  .ugde-bottom-card b,
  .ugde-bottom-card a,
  .ugde-bottom-card small{
    text-shadow:0 1px 1px rgba(0,0,0,.12);
  }


  /* v0.1.46 — desktop sticky smart bar */
  .ugde-home-feed{
    padding-bottom:116px!important;
  }

  .ugde-smartbar{
    position:fixed;
    left:50%;
    bottom:14px;
    transform:translateX(-50%);
    z-index:9998;
    width:min(calc(100vw - 44px), 980px);
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    padding:9px;
    border-radius:24px;
    overflow:hidden;
    background:
      linear-gradient(115deg,
        rgba(31,107,186,.86) 0%,
        rgba(95,129,196,.84) 18%,
        rgba(255,198,179,.82) 38%,
        rgba(243,211,239,.82) 56%,
        rgba(191,226,216,.82) 75%,
        rgba(126,182,228,.84) 100%);
    background-size:220% 220%;
    border:1px solid rgba(255,255,255,.28);
    box-shadow:
      0 16px 40px rgba(10,26,43,.28),
      0 2px 10px rgba(10,26,43,.15),
      inset 0 1px 0 rgba(255,255,255,.34);
    backdrop-filter:blur(18px) saturate(1.15);
    -webkit-backdrop-filter:blur(18px) saturate(1.15);
    animation:ugde-smartbar-aurora 9s ease-in-out infinite;
  }

  .ugde-smartbar::before{
    content:"";
    position:absolute;
    inset:-28%;
    background:
      radial-gradient(circle at 10% 30%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 24%),
      radial-gradient(circle at 86% 18%, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 26%),
      radial-gradient(circle at 42% 88%, rgba(255,255,255,.13) 0%, rgba(255,255,255,0) 28%);
    pointer-events:none;
    filter:blur(6px);
  }

  @keyframes ugde-smartbar-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  .ugde-smartbar-item{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:56px;
    padding:12px 14px;
    border-radius:18px;
    color:#0f2e4b!important;
    background:rgba(255,255,255,.22);
    border:1px solid rgba(255,255,255,.24);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24);
    text-decoration:none!important;
    transition:
      transform .18s ease,
      background .18s ease,
      box-shadow .18s ease,
      border-color .18s ease;
    will-change:transform;
  }

  .ugde-smartbar-item:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,.34);
    border-color:rgba(255,255,255,.38);
    box-shadow:
      0 8px 18px rgba(18,44,67,.14),
      inset 0 1px 0 rgba(255,255,255,.32);
  }

  .ugde-smartbar-item:active{
    transform:translateY(1px) scale(.985);
    background:rgba(255,255,255,.42);
  }

  .ugde-smartbar-primary{
    background:rgba(10,89,177,.84)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.16)!important;
    box-shadow:
      0 10px 22px rgba(15,73,143,.24),
      inset 0 1px 0 rgba(255,255,255,.18)!important;
  }

  .ugde-smartbar-primary:hover{
    background:rgba(8,88,176,.94)!important;
    color:#fff!important;
  }

  .ugde-smartbar-primary .ugde-smartbar-ico{
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
  }

  .ugde-smartbar-ico{
    width:34px;
    height:34px;
    flex:0 0 34px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:rgba(255,255,255,.34);
    color:currentColor;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.26);
  }

  .ugde-smartbar-item b{
    margin:0;
    color:inherit!important;
    font:800 12px/1.12 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:-.02em;
    text-align:center;
    text-wrap:balance;
  }

  @media (max-width:1180px){
    .ugde-smartbar{
      width:min(calc(100vw - 30px), 920px);
      gap:6px;
      padding:8px;
    }
    .ugde-smartbar-item{
      min-height:52px;
      padding:10px 12px;
      gap:8px;
    }
    .ugde-smartbar-ico{
      width:30px;
      height:30px;
      flex-basis:30px;
    }
    .ugde-smartbar-item b{
      font-size:11px!important;
    }
  }

  @media (max-width:980px){
    .ugde-smartbar{
      display:none!important;
    }
    .ugde-home-feed{
      padding-bottom:0!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar{
      animation:none!important;
    }
    .ugde-smartbar-item{
      transition:none!important;
    }
  }


  /* v0.1.47 — smartbar sits over continuous aurora footer, no white gap */
  .ugde-home-feed{
    padding-bottom:0!important;
  }

  .ugde-copyright-strip{
    padding-top:15px!important;
    padding-bottom:102px!important;
  }

  .ugde-copyright-inner{
    min-height:20px;
  }

  @media (max-width:1180px){
    .ugde-copyright-strip{
      padding-bottom:96px!important;
    }
  }

  @media (max-width:980px){
    .ugde-copyright-strip{
      padding-bottom:15px!important;
    }
  }


  /* v0.1.48 — Smart Bar system */
  @media (min-width:981px){
    body.ugde-enabled{
      padding-bottom:94px!important;
    }
  }

  .ugde-smartbar-system{
    position:relative;
    z-index:9999;
  }

  .ugde-smartbar-system .ugde-smartbar{
    overflow:visible!important;
  }

  .ugde-smartbar-home{
    width:min(calc(100vw - 44px), 930px)!important;
    grid-template-columns:none!important;
  }

  .ugde-smartbar-default{
    width:min(calc(100vw - 44px), 390px)!important;
    grid-template-columns:none!important;
  }

  .ugde-smartbar-loading,
  .ugde-smartbar-actions{
    grid-column:1/-1;
  }

  .ugde-smartbar-loading{
    min-height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#173653;
    font:800 12px/1 system-ui;
    transition:opacity .18s ease,transform .18s ease;
  }

  .ugde-smart-loading-spinner{
    width:20px;
    height:20px;
    border-radius:50%;
    border:2px solid rgba(16,58,96,.18);
    border-top-color:#0d5eaf;
    animation:ugde-smart-spin .75s linear infinite;
  }

  @keyframes ugde-smart-spin{to{transform:rotate(360deg)}}

  .ugde-smartbar-actions{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(3px);
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
  }

  .ugde-smartbar-default .ugde-smartbar-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ugde-smartbar.is-ready .ugde-smartbar-loading{
    display:none;
  }

  .ugde-smartbar.is-ready .ugde-smartbar-actions{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  .ugde-smartbar button.ugde-smartbar-item{
    appearance:none;
    -webkit-appearance:none;
    font:inherit;
    cursor:pointer;
  }

  .ugde-smartbar-cart{
    position:relative;
  }

  .ugde-smartbar-cart em{
    position:absolute;
    top:6px;
    right:8px;
    min-width:19px;
    height:19px;
    padding:0 5px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#0d5eaf;
    color:#fff;
    font:850 9px/1 system-ui;
    font-style:normal;
    box-shadow:0 3px 8px rgba(13,94,175,.23);
  }

  /* AI is intentionally unlike the other buttons */
  .ugde-smartbar-ai{
    position:relative;
    isolation:isolate;
    overflow:visible!important;
    background:
      linear-gradient(125deg,#102d4a 0%,#174f86 28%,#7d5fba 52%,#ce719d 72%,#f0a777 100%)!important;
    background-size:220% 220%!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.24)!important;
    box-shadow:
      0 12px 28px rgba(41,49,101,.28),
      inset 0 1px 0 rgba(255,255,255,.19)!important;
    animation:ugde-ai-button-aurora 5.8s ease-in-out infinite;
  }

  @keyframes ugde-ai-button-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  .ugde-smartbar-ai .ugde-smartbar-ico{
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
  }

  .ugde-smartbar-ai-halo{
    position:absolute;
    inset:-5px;
    z-index:-1;
    border-radius:22px;
    background:linear-gradient(120deg,rgba(86,166,255,.58),rgba(238,116,175,.48),rgba(255,184,119,.52));
    filter:blur(9px);
    opacity:.62;
    animation:ugde-ai-halo 2.8s ease-in-out infinite;
    pointer-events:none;
  }

  @keyframes ugde-ai-halo{
    0%,100%{opacity:.42;transform:scale(.98)}
    50%{opacity:.78;transform:scale(1.03)}
  }

  /* Floating in-page "tab" / panel */
  .ugde-smartpanel-shell{
    position:fixed;
    left:50%;
    bottom:92px;
    transform:translate(-50%,18px) scale(.985);
    z-index:9997;
    width:min(calc(100vw - 56px),1100px);
    max-height:calc(100vh - 150px);
    overflow:auto;
    padding:20px;
    border-radius:26px;
    background:
      linear-gradient(145deg,rgba(255,255,255,.97),rgba(247,250,253,.95));
    border:1px solid rgba(26,80,127,.12);
    box-shadow:
      0 28px 70px rgba(16,38,61,.28),
      0 8px 24px rgba(16,38,61,.12),
      inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter:blur(20px) saturate(1.12);
    -webkit-backdrop-filter:blur(20px) saturate(1.12);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  }

  .ugde-smartpanel-shell::before{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    top:0;
    height:3px;
    border-radius:0 0 8px 8px;
    background:linear-gradient(90deg,#5cb4ef,#b991df,#f5a5b8,#f5c27d,#76c9a7);
    background-size:220% 100%;
    animation:ugde-smartpanel-line 6s ease-in-out infinite;
  }

  @keyframes ugde-smartpanel-line{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  .ugde-smartpanel-shell.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0) scale(1);
  }

  .ugde-smartpanel{
    display:none;
  }

  .ugde-smartpanel.is-active{
    display:block;
  }

  .ugde-smartpanel-close{
    position:sticky;
    z-index:4;
    top:0;
    float:right;
    width:38px;
    height:38px;
    margin:-3px -3px 0 12px;
    border:0;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:#edf4fb;
    color:#174f86;
    cursor:pointer;
  }

  .ugde-smartpanel-close svg{
    transform:rotate(180deg);
  }

  .ugde-smartpanel-head{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin-bottom:18px;
    padding-right:44px;
  }

  .ugde-smartpanel-head>span{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:#eaf3fb;
    color:#0d5eaf;
  }

  .ugde-smartpanel-head small{
    display:block;
    margin-bottom:4px;
    color:#0d5eaf;
    font:850 9px/1.1 system-ui;
    letter-spacing:.14em;
  }

  .ugde-smartpanel-head h2{
    margin:0!important;
    color:#153653!important;
    font:900 26px/1.05 system-ui!important;
    letter-spacing:-.035em!important;
  }

  .ugde-smartpanel-head p{
    margin:5px 0 0!important;
    color:#627b91!important;
    font:500 12px/1.45 system-ui!important;
  }

  .ugde-smartpanel-products{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
  }

  .ugde-smartpanel-products .ugde-product-card{
    min-width:0;
  }

  .ugde-smartcontact-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .ugde-smartcontact-grid>a{
    min-height:130px;
    padding:18px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    background:linear-gradient(145deg,#f7fbff,#eef5fb);
    border:1px solid #dfebf5;
    color:#153653!important;
    text-decoration:none!important;
    transition:.16s ease;
  }

  .ugde-smartcontact-grid>a:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(20,50,82,.08);
  }

  .ugde-smartcontact-grid>a>span{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    margin-bottom:auto;
    border-radius:12px;
    background:#e5f1fb;
    color:#0d5eaf;
  }

  .ugde-smartcontact-grid b{
    color:#153653;
    font:820 14px/1.2 system-ui;
  }

  .ugde-smartcontact-grid small{
    margin-top:4px;
    color:#6d8194;
    font:550 10px/1.25 system-ui;
  }

  .ugde-smartpanel-empty,
  .ugde-ai-fallback-state{
    min-height:210px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:26px;
    background:#f5f8fb;
    border:1px solid #e3ecf4;
    color:#153653;
  }

  .ugde-smartpanel-empty>span{
    width:52px;
    height:52px;
    border-radius:15px;
    display:grid;
    place-items:center;
    background:#e8f2fb;
    color:#0d5eaf;
  }

  .ugde-smartpanel-empty h3{
    margin:12px 0 0;
    font:850 18px/1.15 system-ui;
  }

  .ugde-smartpanel-empty p{
    margin:6px 0 0;
    color:#6a8195;
    font:500 12px/1.45 system-ui;
  }

  .ugde-ai-fallback-state b{
    margin-top:12px;
    font:820 14px/1.2 system-ui;
  }

  .ugde-ai-fallback-state small{
    margin-top:6px;
    color:#6a8195;
    font:500 11px/1.4 system-ui;
  }

  .ugde-smartcart-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    max-height:390px;
    overflow:auto;
    padding-right:3px;
  }

  .ugde-smartcart-item{
    display:grid;
    grid-template-columns:64px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:9px;
    border-radius:15px;
    background:#f7f9fb;
    border:1px solid #e5edf4;
  }

  .ugde-smartcart-image{
    width:64px;
    height:64px;
    border-radius:11px;
    overflow:hidden;
    background:#fff;
    display:grid;
    place-items:center;
  }

  .ugde-smartcart-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    margin:0!important;
  }

  .ugde-smartcart-copy{
    min-width:0;
  }

  .ugde-smartcart-copy a{
    color:#183a57!important;
    text-decoration:none!important;
  }

  .ugde-smartcart-copy b{
    font:760 12px/1.3 system-ui;
  }

  .ugde-smartcart-copy small{
    display:block;
    margin-top:5px;
    color:#6c8192;
    font:600 10px/1.2 system-ui;
  }

  .ugde-smartcart-item>strong{
    color:#0d5eaf;
    font:820 12px/1.2 system-ui;
    white-space:nowrap;
  }

  .ugde-smartcart-footer{
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid #e5edf4;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }

  .ugde-smartcart-footer>div:first-child{
    display:flex;
    flex-direction:column;
    gap:4px;
  }

  .ugde-smartcart-footer small{
    color:#75899b;
    font:650 10px/1.2 system-ui;
  }

  .ugde-smartcart-footer strong{
    color:#153653;
    font:900 18px/1.15 system-ui;
  }

  .ugde-smartcart-footer>div:last-child{
    display:flex;
    gap:8px;
  }

  .ugde-smartpanel-primary,
  .ugde-smartpanel-secondary{
    min-height:40px;
    padding:0 14px;
    border-radius:11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    text-decoration:none!important;
    font:800 11px/1 system-ui!important;
  }

  .ugde-smartpanel-primary{
    background:#0d5eaf;
    color:#fff!important;
  }

  .ugde-smartpanel-secondary{
    background:#eaf2f9;
    color:#153653!important;
  }

  .ugde-smartbar-item.is-active{
    background:rgba(255,255,255,.48)!important;
    box-shadow:
      0 8px 20px rgba(18,44,67,.12),
      inset 0 0 0 1px rgba(255,255,255,.35)!important;
  }

  /* Hide only the old detached AI launcher on the HOME page.
     The actual assistant/chat window remains available and is triggered by our new button. */
  .ugde-legacy-ai-launcher{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(9999px)!important;
  }

  @media (max-width:1180px){
    .ugde-smartpanel-products{grid-template-columns:repeat(3,minmax(0,1fr))}
    .ugde-smartpanel-shell{width:calc(100vw - 40px)}
  }

  @media (max-width:980px){
    .ugde-smartbar-system,
    .ugde-smartpanel-shell{
      display:none!important;
    }
    body.ugde-enabled{
      padding-bottom:0!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar-ai,
    .ugde-smartbar-ai-halo,
    .ugde-smartpanel-shell::before,
    .ugde-smart-loading-spinner{
      animation:none!important;
    }
  }


  /* v0.1.49 — restore compact Smart Bar height */
  @media (min-width:981px){
    body.ugde-enabled{
      padding-bottom:72px!important;
    }
  }

  .ugde-smartbar{
    bottom:10px!important;
    padding:6px!important;
    gap:6px!important;
    border-radius:20px!important;
  }

  .ugde-smartbar-loading{
    min-height:44px!important;
    gap:8px!important;
  }

  .ugde-smartbar-loading .ugde-smart-loading-spinner{
    width:17px!important;
    height:17px!important;
  }

  .ugde-smartbar-actions{
    gap:6px!important;
  }

  .ugde-smartbar-item{
    min-height:44px!important;
    padding:7px 10px!important;
    gap:7px!important;
    border-radius:14px!important;
  }

  .ugde-smartbar-ico{
    width:29px!important;
    height:29px!important;
    flex:0 0 29px!important;
    border-radius:9px!important;
  }

  .ugde-smartbar-ico svg{
    width:17px!important;
    height:17px!important;
  }

  .ugde-smartbar-item b{
    font-size:10.5px!important;
    line-height:1.08!important;
  }

  .ugde-smartbar-ai-halo{
    inset:-3px!important;
    border-radius:17px!important;
    filter:blur(7px)!important;
  }

  .ugde-smartbar-cart em{
    top:4px!important;
    right:5px!important;
    min-width:17px!important;
    height:17px!important;
    font-size:8px!important;
  }

  /* Panel remains above the now-thinner bar */
  .ugde-smartpanel-shell{
    bottom:72px!important;
  }

  /* Aurora footer only needs enough room for the compact floating bar */
  .ugde-copyright-strip{
    padding-bottom:76px!important;
  }

  @media (max-width:1180px){
    .ugde-smartbar{
      padding:5px!important;
    }

    .ugde-smartbar-item{
      min-height:42px!important;
      padding:6px 8px!important;
    }

    .ugde-smartbar-ico{
      width:27px!important;
      height:27px!important;
      flex-basis:27px!important;
    }

    .ugde-smartpanel-shell{
      bottom:68px!important;
    }

    .ugde-copyright-strip{
      padding-bottom:72px!important;
    }
  }

  @media (max-width:980px){
    body.ugde-enabled{
      padding-bottom:0!important;
    }

    .ugde-copyright-strip{
      padding-bottom:15px!important;
    }
  }


  /* v0.1.50 — premium aurora Smart Bar loading state */
  .ugde-smartbar-loading{
    position:relative;
    min-height:44px!important;
    width:100%;
    padding:7px 12px 8px!important;
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    gap:6px!important;
    overflow:hidden;
    border-radius:14px;
    background:rgba(255,255,255,.20);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
  }

  .ugde-smart-loading-copy{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
  }

  .ugde-smart-loading-copy b{
    color:#153653;
    font:820 10.5px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.01em;
  }

  .ugde-smart-loading-orb{
    position:relative;
    width:20px;
    height:20px;
    flex:0 0 20px;
    border-radius:50%;
    background:
      conic-gradient(
        from 0deg,
        #4faef0,
        #8974d2,
        #e78cb7,
        #f0b37b,
        #70c7a2,
        #4faef0
      );
    box-shadow:
      0 3px 9px rgba(50,92,137,.22),
      inset 0 0 0 3px rgba(255,255,255,.35);
    animation:ugde-smart-loading-orb 1.25s linear infinite;
  }

  .ugde-smart-loading-orb::after{
    content:"";
    position:absolute;
    inset:5px;
    border-radius:50%;
    background:rgba(255,255,255,.88);
    box-shadow:0 0 10px rgba(255,255,255,.45);
  }

  @keyframes ugde-smart-loading-orb{
    to{transform:rotate(360deg)}
  }

  .ugde-smart-loading-track{
    position:relative;
    display:block;
    width:min(230px,72%);
    height:4px;
    margin:0 auto;
    overflow:hidden;
    border-radius:999px;
    background:rgba(21,54,83,.10);
    box-shadow:inset 0 1px 2px rgba(21,54,83,.06);
  }

  .ugde-smart-loading-track i{
    position:absolute;
    top:0;
    bottom:0;
    left:-42%;
    width:42%;
    border-radius:999px;
    background:
      linear-gradient(
        90deg,
        rgba(77,174,241,.95) 0%,
        rgba(137,116,210,.95) 23%,
        rgba(231,140,183,.95) 46%,
        rgba(240,179,123,.95) 68%,
        rgba(112,199,162,.95) 100%
      );
    box-shadow:
      0 0 10px rgba(120,157,220,.38),
      0 0 16px rgba(231,140,183,.20);
    animation:ugde-smart-loading-beam .82s cubic-bezier(.55,.05,.45,.95) infinite;
  }

  @keyframes ugde-smart-loading-beam{
    0%{left:-42%;width:34%}
    50%{width:54%}
    100%{left:108%;width:34%}
  }

  .ugde-smartbar.is-ready .ugde-smartbar-actions{
    animation:ugde-smart-actions-in .24s ease both;
  }

  @keyframes ugde-smart-actions-in{
    from{opacity:0;transform:translateY(4px) scale(.995)}
    to{opacity:1;transform:translateY(0) scale(1)}
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smart-loading-orb,
    .ugde-smart-loading-track i,
    .ugde-smartbar.is-ready .ugde-smartbar-actions{
      animation:none!important;
    }
  }


  /* v0.1.51 — truly thin loading bar + guaranteed hide */
  .ugde-smartbar-loading{
    min-height:36px!important;
    padding:6px 10px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    border-radius:12px!important;
  }

  .ugde-smart-loading-copy{
    gap:7px!important;
    flex:0 0 auto;
  }

  .ugde-smart-loading-copy b{
    font-size:10px!important;
    white-space:nowrap;
  }

  .ugde-smart-loading-orb{
    width:16px!important;
    height:16px!important;
    flex-basis:16px!important;
    box-shadow:
      0 2px 7px rgba(50,92,137,.18),
      inset 0 0 0 2px rgba(255,255,255,.34)!important;
  }

  .ugde-smart-loading-orb::after{
    inset:4px!important;
  }

  .ugde-smart-loading-track{
    width:min(180px,32vw)!important;
    height:3px!important;
    margin:0!important;
    flex:0 1 180px;
  }

  .ugde-smartbar.is-ready .ugde-smartbar-loading{
    display:none!important;
  }

  .ugde-smartbar.is-ready .ugde-smartbar-actions{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  /* Overall bar slightly thinner */
  .ugde-smartbar{
    padding:5px!important;
    gap:5px!important;
    border-radius:18px!important;
  }

  .ugde-smartbar-item{
    min-height:40px!important;
    padding:6px 9px!important;
    gap:6px!important;
    border-radius:13px!important;
  }

  .ugde-smartbar-ico{
    width:27px!important;
    height:27px!important;
    flex:0 0 27px!important;
  }

  .ugde-smartbar-ico svg{
    width:16px!important;
    height:16px!important;
  }

  .ugde-smartbar-item b{
    font-size:10px!important;
  }

  .ugde-smartbar-cart em{
    top:3px!important;
    right:4px!important;
  }

  .ugde-smartpanel-shell{
    bottom:66px!important;
  }

  .ugde-copyright-strip{
    padding-bottom:70px!important;
  }

  @media (max-width:1180px){
    .ugde-smartbar{
      padding:4px!important;
      gap:4px!important;
    }

    .ugde-smartbar-item{
      min-height:38px!important;
      padding:5px 7px!important;
      gap:5px!important;
    }

    .ugde-smartbar-ico{
      width:25px!important;
      height:25px!important;
      flex-basis:25px!important;
    }

    .ugde-smartpanel-shell{
      bottom:62px!important;
    }

    .ugde-copyright-strip{
      padding-bottom:66px!important;
    }

    .ugde-smart-loading-track{
      width:min(150px,26vw)!important;
      flex-basis:150px;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar.is-ready .ugde-smartbar-actions{
      animation:none!important;
    }
  }


  /* v0.1.52 — root Smart Bar initialization/layout fix */

  /* While loading, the action row is completely removed from layout.
     This prevents the former "double height" (loader row + invisible action row). */
  .ugde-smartbar:not(.is-ready) .ugde-smartbar-actions{
    display:none!important;
  }

  .ugde-smartbar:not(.is-ready) .ugde-smartbar-loading{
    display:flex!important;
  }

  /* Ready state: exactly one compact action row. */
  .ugde-smartbar.is-ready .ugde-smartbar-loading{
    display:none!important;
  }

  .ugde-smartbar.is-ready .ugde-smartbar-actions{
    display:grid!important;
  }

  /* Lock the bar itself back to the compact visual footprint. */
  .ugde-smartbar{
    min-height:0!important;
    height:auto!important;
    padding:5px!important;
    gap:0!important;
    align-items:center!important;
  }

  .ugde-smartbar-loading{
    box-sizing:border-box!important;
    min-height:38px!important;
    height:38px!important;
    padding:0 10px!important;
    margin:0!important;
  }

  .ugde-smartbar-actions{
    min-height:40px!important;
    margin:0!important;
  }

  .ugde-smartbar-item{
    min-height:40px!important;
    height:40px!important;
    box-sizing:border-box!important;
  }

  .ugde-smartpanel-shell{
    bottom:64px!important;
  }

  .ugde-copyright-strip{
    padding-bottom:68px!important;
  }

  @media (max-width:1180px){
    .ugde-smartbar-loading{
      height:36px!important;
      min-height:36px!important;
    }

    .ugde-smartbar-actions{
      min-height:38px!important;
    }

    .ugde-smartbar-item{
      height:38px!important;
      min-height:38px!important;
    }

    .ugde-smartpanel-shell{
      bottom:61px!important;
    }

    .ugde-copyright-strip{
      padding-bottom:65px!important;
    }
  }


  /* v0.1.54 — navigation starts loading on click, before page change */
  .ugde-smartbar.is-navigating .ugde-smartbar-actions{
    display:none!important;
  }

  .ugde-smartbar.is-navigating .ugde-smartbar-loading{
    display:flex!important;
  }

  .ugde-smartbar.is-navigating{
    box-shadow:
      0 14px 36px rgba(10,26,43,.24),
      0 2px 9px rgba(10,26,43,.12),
      inset 0 1px 0 rgba(255,255,255,.32)!important;
  }

  .ugde-smartbar.is-navigating .ugde-smart-loading-track i{
    animation-duration:.62s!important;
  }


  /* v0.1.56 — compact copyright + full Smart Bar loading surface */

  /* Copyright returns to a compact footer strip. */
  .ugde-copyright-strip{
    padding:9px 24px!important;
    min-height:36px!important;
    box-sizing:border-box!important;
  }

  .ugde-copyright-inner{
    min-height:18px!important;
    line-height:1.15!important;
  }

  /* Keep the floating bar close to the compact footer. */
  .ugde-smartbar{
    bottom:9px!important;
  }

  /* During loading the ENTIRE inner Smart Bar is one visual progress surface. */
  .ugde-smartbar-loading{
    position:relative!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    width:100%!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:13px!important;
    background:
      linear-gradient(
        110deg,
        rgba(72,154,226,.92) 0%,
        rgba(115,117,205,.92) 20%,
        rgba(232,142,185,.92) 42%,
        rgba(250,190,154,.92) 62%,
        rgba(121,204,177,.92) 82%,
        rgba(82,166,225,.92) 100%
      )!important;
    background-size:240% 240%!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.34),
      0 5px 14px rgba(26,66,104,.12)!important;
    animation:ugde-fullbar-aurora 1.6s ease-in-out infinite!important;
  }

  .ugde-smart-loading-full{
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:inherit;
  }

  .ugde-smart-loading-full::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:-42%;
    width:42%;
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.18) 20%,
        rgba(255,255,255,.76) 50%,
        rgba(255,255,255,.18) 80%,
        rgba(255,255,255,0) 100%
      );
    filter:blur(1px);
    animation:ugde-fullbar-sweep .78s cubic-bezier(.55,.06,.45,.94) infinite;
  }

  .ugde-smart-loading-full::after{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    bottom:4px;
    height:2px;
    border-radius:999px;
    background:rgba(255,255,255,.24);
    box-shadow:0 0 10px rgba(255,255,255,.22);
  }

  @keyframes ugde-fullbar-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  @keyframes ugde-fullbar-sweep{
    0%{left:-42%;width:32%}
    50%{width:48%}
    100%{left:110%;width:32%}
  }

  /* Old loader pieces no longer participate, even if old cached CSS exists. */
  .ugde-smart-loading-copy,
  .ugde-smart-loading-orb,
  .ugde-smart-loading-track{
    display:none!important;
  }

  .ugde-smartbar:not(.is-ready) .ugde-smartbar-actions,
  .ugde-smartbar.is-navigating .ugde-smartbar-actions{
    display:none!important;
  }

  .ugde-smartbar.is-ready:not(.is-navigating) .ugde-smartbar-loading{
    display:none!important;
  }

  .ugde-smartbar.is-ready:not(.is-navigating) .ugde-smartbar-actions{
    display:grid!important;
  }

  /* Panels sit just above the floating compact bar. */
  .ugde-smartpanel-shell{
    bottom:63px!important;
  }

  @media (max-width:1180px){
    .ugde-copyright-strip{
      padding:8px 20px!important;
      min-height:34px!important;
    }

    .ugde-smartbar-loading{
      height:38px!important;
      min-height:38px!important;
    }

    .ugde-smartpanel-shell{
      bottom:60px!important;
    }
  }

  @media (max-width:980px){
    .ugde-copyright-strip{
      padding:9px 18px!important;
      min-height:36px!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar-loading,
    .ugde-smart-loading-full::before{
      animation:none!important;
    }
  }


  /* v0.1.57 — AI Assistant speech bubble */
  .ugde-smartbar-ai{
    overflow:visible!important;
  }

  .ugde-smartbar-ai-tip{
    position:absolute;
    left:50%;
    bottom:calc(100% + 10px);
    transform:translateX(-50%) translateY(8px) scale(.96);
    width:210px;
    max-width:calc(100vw - 32px);
    padding:10px 12px;
    border-radius:16px;
    background:rgba(255,255,255,.95);
    color:#173552;
    text-align:left;
    pointer-events:none;
    opacity:0;
    visibility:hidden;
    z-index:8;
    box-shadow:
      0 14px 34px rgba(18,36,67,.18),
      0 4px 10px rgba(18,36,67,.10),
      inset 0 1px 0 rgba(255,255,255,.7);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .ugde-smartbar-ai-tip::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    width:16px;
    height:16px;
    background:rgba(255,255,255,.95);
    transform:translateX(-50%) rotate(45deg);
    border-radius:4px;
    box-shadow:4px 4px 14px rgba(18,36,67,.08);
  }

  .ugde-smartbar-ai-tip strong{
    display:block;
    color:#133a63;
    font:850 12px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:-.01em;
  }

  .ugde-smartbar-ai-tip small{
    display:block;
    margin-top:4px;
    color:#45607d;
    font:650 10.5px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }

  .ugde-smartbar-home.is-ready:not(.is-navigating) .ugde-smartbar-ai .ugde-smartbar-ai-tip{
    visibility:visible;
    animation:ugde-ai-tip-pop 6s ease forwards .85s 1;
  }

  .ugde-smartbar-ai:hover .ugde-smartbar-ai-tip,
  .ugde-smartbar-ai:focus-visible .ugde-smartbar-ai-tip{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0) scale(1);
    animation:none!important;
  }

  @keyframes ugde-ai-tip-pop{
    0%{
      opacity:0;
      transform:translateX(-50%) translateY(8px) scale(.96);
    }
    10%,75%{
      opacity:1;
      transform:translateX(-50%) translateY(0) scale(1);
    }
    100%{
      opacity:0;
      transform:translateX(-50%) translateY(-4px) scale(.985);
      visibility:hidden;
    }
  }

  @media (max-width:1180px){
    .ugde-smartbar-ai-tip{
      width:190px;
      padding:9px 11px;
      bottom:calc(100% + 8px);
    }

    .ugde-smartbar-ai-tip strong{
      font-size:11px;
    }

    .ugde-smartbar-ai-tip small{
      font-size:10px;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar-home.is-ready:not(.is-navigating) .ugde-smartbar-ai .ugde-smartbar-ai-tip{
      animation:none!important;
      opacity:1;
      visibility:visible;
      transform:translateX(-50%) translateY(0) scale(1);
    }
  }


  /* v0.1.58 — sales-led homepage architecture */
  .ugde-home-feed{
    display:flex!important;
    flex-direction:column!important;
  }

  .ugde-home-feed>.ugde-hero{order:10}
  .ugde-home-feed>.ugde-category-section{order:20}
  .ugde-home-feed>.ugde-custom-grid{order:30}
  .ugde-home-feed>.ugde-production-proof{order:40}
  .ugde-home-feed>.ugde-popular-section{order:50}
  .ugde-home-feed>.ugde-section-recommended{order:60}
  .ugde-home-feed>.ugde-reorder-products-section{order:70}
  .ugde-home-feed>.ugde-trust{order:80}
  .ugde-home-feed>.ugde-bottom-more{order:90}
  .ugde-home-feed>.ugde-copyright-strip{order:100}

  /* Returning B2B customers get repeat ordering much earlier. */
  .ugde-home-feed.ugde-returning-customer>.ugde-reorder-products-section{order:20}
  .ugde-home-feed.ugde-returning-customer>.ugde-category-section{order:30}
  .ugde-home-feed.ugde-returning-customer>.ugde-popular-section{order:40}
  .ugde-home-feed.ugde-returning-customer>.ugde-custom-grid{order:50}
  .ugde-home-feed.ugde-returning-customer>.ugde-production-proof{order:60}
  .ugde-home-feed.ugde-returning-customer>.ugde-section-recommended{order:70}

  /* Production / competitive-difference proof */
  .ugde-production-proof{
    position:relative;
    overflow:hidden;
    background:
      linear-gradient(145deg,rgba(18,54,84,.98),rgba(26,81,126,.96) 46%,rgba(45,109,146,.94) 100%)!important;
    color:#fff;
    border-color:rgba(255,255,255,.10)!important;
    box-shadow:0 14px 34px rgba(16,42,67,.15)!important;
  }

  .ugde-production-proof::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 10% 16%,rgba(255,255,255,.10),transparent 28%),
      radial-gradient(circle at 86% 74%,rgba(134,211,184,.10),transparent 28%),
      radial-gradient(circle at 72% 18%,rgba(245,175,200,.08),transparent 24%);
    pointer-events:none;
  }

  .ugde-production-head,
  .ugde-production-grid,
  .ugde-production-mantra{
    position:relative;
    z-index:1;
  }

  .ugde-production-proof .ugde-section-head>div>small{
    color:#9bd5ff!important;
  }

  .ugde-production-proof .ugde-section-head h2,
  .ugde-production-proof .ugde-section-head p{
    color:#fff!important;
  }

  .ugde-production-proof .ugde-section-head p{
    max-width:760px;
    opacity:.83;
  }

  .ugde-production-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
  }

  .ugde-production-grid article{
    min-height:220px;
    padding:18px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .ugde-production-grid article>span{
    width:44px;
    height:44px;
    border-radius:13px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    background:rgba(255,255,255,.12);
    color:#fff;
  }

  .ugde-production-grid article>small{
    margin-bottom:7px;
    color:#9bd5ff;
    font:850 9px/1 system-ui;
    letter-spacing:.12em;
  }

  .ugde-production-grid article>b{
    color:#fff;
    font:850 15px/1.15 system-ui;
  }

  .ugde-production-grid article>p{
    margin:9px 0 0!important;
    color:rgba(255,255,255,.76)!important;
    font:500 11.5px/1.55 system-ui!important;
  }

  .ugde-production-mantra{
    margin-top:14px;
    min-height:48px;
    padding:10px 16px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    color:#fff;
  }

  .ugde-production-mantra strong{
    font:800 11px/1.2 system-ui;
  }

  .ugde-production-mantra i{
    opacity:.35;
    font-style:normal;
  }

  @media (max-width:1180px){
    .ugde-production-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  }

  /* Contextual Smart Bar */
  .ugde-smartbar{
    width:min(calc(100vw - 44px),var(--ugde-smart-width,930px))!important;
    grid-template-columns:none!important;
  }

  .ugde-smartbar-actions{
    grid-template-columns:repeat(var(--ugde-smart-count,5),minmax(0,1fr))!important;
  }

  .ugde-smartbar-custom{
    background:linear-gradient(125deg,rgba(32,113,163,.88),rgba(71,146,135,.82))!important;
    color:#fff!important;
  }

  .ugde-smartbar-custom .ugde-smartbar-ico{
    background:rgba(255,255,255,.15)!important;
    color:#fff!important;
  }

  .ugde-smartcustom-cta{
    padding:18px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    background:linear-gradient(145deg,#f4f9fd,#eef6f2);
    border:1px solid #dce9ef;
  }

  .ugde-smartcustom-cta>div{
    display:flex;
    flex-direction:column;
    gap:5px;
  }

  .ugde-smartcustom-cta strong{
    color:#173a57;
    font:850 15px/1.2 system-ui;
  }

  .ugde-smartcustom-cta small{
    color:#657d90;
    font:650 10px/1.35 system-ui;
  }

  /* Show the contextual AI hint on every page where the AI action exists. */
  .ugde-smartbar.is-ready:not(.is-navigating) .ugde-smartbar-ai .ugde-smartbar-ai-tip{
    visibility:visible;
    animation:ugde-ai-tip-pop 6s ease forwards .85s 1;
  }

  /* Old detached AI launcher gets fully suppressed once discovered. */
  .ugde-legacy-ai-launcher{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  @media (max-width:1180px){
    .ugde-smartcustom-cta{
      align-items:flex-start;
      flex-direction:column;
    }
  }


  /* v0.1.59 — production proof full width directly after Popular */
  .ugde-home-feed>.ugde-popular-section{order:50!important}
  .ugde-home-feed>.ugde-production-proof{order:55!important}
  .ugde-home-feed>.ugde-section-recommended{order:60!important}

  .ugde-home-feed.ugde-returning-customer>.ugde-popular-section{order:40!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-production-proof{order:45!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-custom-grid{order:50!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-section-recommended{order:70!important}

  .ugde-production-proof{
    width:calc(100% + 48px)!important;
    max-width:none!important;
    margin-left:-24px!important;
    margin-right:-24px!important;
    border-radius:0!important;
    padding-left:max(24px, calc((100vw - var(--ugde-content))/2 + 24px))!important;
    padding-right:max(24px, calc((100vw - var(--ugde-content))/2 + 24px))!important;
  }

  @media (max-width:980px){
    .ugde-production-proof{
      width:calc(100% + 36px)!important;
      margin-left:-18px!important;
      margin-right:-18px!important;
      padding-left:18px!important;
      padding-right:18px!important;
    }
  }


  /* v0.1.60 — authoritative homepage order */
  .ugde-home-feed>.ugde-hero{order:10!important}
  .ugde-home-feed>.ugde-popular-section{order:20!important}
  .ugde-home-feed>.ugde-production-proof{order:21!important}
  .ugde-home-feed>.ugde-category-section{order:30!important}
  .ugde-home-feed>.ugde-custom-grid{order:40!important}
  .ugde-home-feed>.ugde-section-recommended{order:50!important}
  .ugde-home-feed>.ugde-reorder-products-section{order:60!important}
  .ugde-home-feed>.ugde-trust{order:70!important}
  .ugde-home-feed>.ugde-bottom-more{order:80!important}
  .ugde-home-feed>.ugde-copyright-strip{order:90!important}

  /* Returning customers still get Reorder high, but Production remains
     immediately after Popular. */
  .ugde-home-feed.ugde-returning-customer>.ugde-hero{order:10!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-reorder-products-section{order:15!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-popular-section{order:20!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-production-proof{order:21!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-category-section{order:30!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-custom-grid{order:40!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-section-recommended{order:50!important}

  /* TRUE viewport-wide production section */
  .ugde-home-feed>.ugde-production-proof{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:-50vw!important;
    margin-right:0!important;
    border-radius:0!important;
    padding-left:max(24px, calc((100vw - var(--ugde-content))/2 + 24px))!important;
    padding-right:max(24px, calc((100vw - var(--ugde-content))/2 + 24px))!important;
  }

  @media (max-width:980px){
    .ugde-home-feed>.ugde-production-proof{
      padding-left:18px!important;
      padding-right:18px!important;
    }
  }


  /* v0.1.61 — photographic production cards */
  .ugde-production-grid .ugde-production-card{
    position:relative!important;
    isolation:isolate;
    overflow:hidden!important;
    background:#123b5d!important;
    border:1px solid rgba(255,255,255,.15)!important;
  }

  /* blurred full-cover photo */
  .ugde-production-grid .ugde-production-card::before{
    content:"";
    position:absolute;
    z-index:-2;
    inset:-12px;
    background-image:var(--ugde-production-image)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    filter:blur(8px) saturate(.82) contrast(.92);
    transform:scale(1.08);
    opacity:.82;
    pointer-events:none;
  }

  /* deep blue translucent veil matching the full-width production banner */
  .ugde-production-grid .ugde-production-card::after{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background:
      linear-gradient(
        180deg,
        rgba(10,43,70,.70) 0%,
        rgba(12,53,84,.77) 48%,
        rgba(11,43,68,.88) 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      inset 0 0 42px rgba(4,24,40,.12);
    pointer-events:none;
  }

  .ugde-production-grid .ugde-production-card>span,
  .ugde-production-grid .ugde-production-card>small,
  .ugde-production-grid .ugde-production-card>b,
  .ugde-production-grid .ugde-production-card>p{
    position:relative;
    z-index:2;
  }

  .ugde-production-grid .ugde-production-card>span{
    background:rgba(9,38,62,.44)!important;
    border:1px solid rgba(255,255,255,.20)!important;
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
    box-shadow:0 6px 18px rgba(3,18,31,.16);
  }

  .ugde-production-grid .ugde-production-card>b{
    color:#fff!important;
    text-shadow:0 2px 12px rgba(0,0,0,.32);
  }

  .ugde-production-grid .ugde-production-card>p{
    color:rgba(255,255,255,.86)!important;
    text-shadow:0 1px 10px rgba(0,0,0,.25);
  }

  .ugde-production-grid .ugde-production-card>small{
    color:#a7ddff!important;
    text-shadow:0 1px 8px rgba(0,0,0,.28);
  }

  .ugde-production-grid .ugde-production-card:hover::before{
    filter:blur(7px) saturate(.90) contrast(.96);
    transform:scale(1.10);
  }

  .ugde-production-grid .ugde-production-card::before{
    transition:filter .3s ease,transform .45s ease;
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-production-grid .ugde-production-card::before{
      transition:none!important;
    }
  }


  /* v0.1.62 — clearer production-card imagery */
  .ugde-production-grid .ugde-production-card::before{
    inset:-5px!important;
    filter:blur(2.6px) saturate(.96) contrast(1.01)!important;
    transform:scale(1.035)!important;
    opacity:.96!important;
  }

  .ugde-production-grid .ugde-production-card::after{
    background:
      linear-gradient(
        180deg,
        rgba(9,42,68,.48) 0%,
        rgba(11,51,81,.58) 48%,
        rgba(8,38,62,.70) 100%
      )!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      inset 0 0 34px rgba(4,24,40,.08)!important;
  }

  .ugde-production-grid .ugde-production-card:hover::before{
    filter:blur(1.8px) saturate(1.02) contrast(1.03)!important;
    transform:scale(1.045)!important;
  }

  .ugde-production-grid .ugde-production-card>p{
    color:rgba(255,255,255,.92)!important;
    text-shadow:0 1px 9px rgba(0,0,0,.34)!important;
  }

  .ugde-production-grid .ugde-production-card>b{
    text-shadow:0 2px 10px rgba(0,0,0,.38)!important;
  }


  /* v0.1.63 — tighter brand closure + aurora below copyright */

  /* Make the left marketing block about 20–25% visually shorter. */
  .ugde-bottom-more{
    padding-top:27px!important;
    padding-bottom:62px!important;
  }

  .ugde-bottom-lead{
    padding-top:2px!important;
    padding-bottom:0!important;
  }

  .ugde-bottom-lead>small{
    margin-bottom:7px!important;
    font-size:9px!important;
  }

  .ugde-bottom-lead h2{
    max-width:19ch!important;
    font-size:clamp(20px,1.85vw,28px)!important;
    line-height:1.06!important;
    letter-spacing:-.028em!important;
  }

  .ugde-bottom-lead p{
    max-width:54ch!important;
    margin:9px 0 12px!important;
    font-size:12.5px!important;
    line-height:1.52!important;
  }

  .ugde-bottom-pills{
    gap:6px!important;
    margin-bottom:10px!important;
  }

  .ugde-bottom-pills span{
    padding:6px 10px!important;
    font-size:9.5px!important;
  }

  .ugde-bottom-cta{
    gap:8px!important;
    margin-top:0!important;
  }

  .ugde-bottom-cta .ugde-btn{
    min-height:36px!important;
    padding:0 13px!important;
    font-size:10px!important;
  }

  /* Raise the large logo so the lower area reads as a brand signature. */
  .ugde-bottom-brandmark{
    bottom:142px!important;
    width:clamp(270px,22vw,380px)!important;
  }

  /* Copyright text remains compact. */
  .ugde-copyright-strip{
    position:relative!important;
    z-index:1;
    padding:7px 24px!important;
    min-height:31px!important;
    overflow:visible!important;
  }

  .ugde-copyright-inner{
    min-height:17px!important;
    font-size:10px!important;
  }

  /*
   * The Smart Bar needs body bottom space because it is fixed.
   * Instead of showing that space in white, visually extend the copyright
   * aurora into the reserved area WITHOUT making the copyright text bar tall.
   */
  .ugde-copyright-strip::after{
    content:"";
    position:absolute;
    z-index:-1;
    left:0;
    right:0;
    top:100%;
    height:74px;
    background:
      linear-gradient(
        105deg,
        #dff2ff 0%,
        #e8f4ff 14%,
        #ffe8de 31%,
        #f5dfef 47%,
        #e8e0ff 62%,
        #dff4e9 79%,
        #fff0cf 100%
      );
    background-size:220% 220%;
    animation:ugde-copyright-aurora 12s ease-in-out infinite;
    pointer-events:none;
  }

  @media (max-width:1340px){
    .ugde-bottom-more{
      padding-bottom:56px!important;
    }

    .ugde-bottom-brandmark{
      bottom:126px!important;
      width:300px!important;
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-more{
      padding-bottom:26px!important;
    }

    .ugde-bottom-brandmark{
      position:relative!important;
      bottom:auto!important;
      right:auto!important;
      width:260px!important;
      margin:18px 0 0 auto!important;
    }
  }

  @media (max-width:980px){
    .ugde-copyright-strip::after{
      display:none!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-copyright-strip::after{
      animation:none!important;
    }
  }


  /* v0.1.64 — lower the large bottom logo slightly */
  .ugde-bottom-brandmark{
    bottom:104px!important;
  }

  @media (max-width:1340px){
    .ugde-bottom-brandmark{
      bottom:96px!important;
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-brandmark{
      margin-top:28px!important;
    }
  }


  /* v0.1.65 — correct bottom-logo position */
  .ugde-bottom-more{
    padding-bottom:86px!important;
  }

  .ugde-bottom-brandmark{
    right:clamp(34px,5vw,82px)!important;
    bottom:24px!important;
    width:clamp(250px,21vw,350px)!important;
  }

  @media (max-width:1340px){
    .ugde-bottom-more{
      padding-bottom:78px!important;
    }

    .ugde-bottom-brandmark{
      bottom:20px!important;
      width:285px!important;
      right:28px!important;
    }
  }

  @media (max-width:1100px){
    .ugde-bottom-more{
      padding-bottom:26px!important;
    }

    .ugde-bottom-brandmark{
      position:relative!important;
      right:auto!important;
      bottom:auto!important;
      width:250px!important;
      margin:20px 0 0 auto!important;
    }
  }


  /* v0.1.66 — one-line compact sticky header */
  @media (min-width:901px){
    #ugde-desktop-shell .ugde-header-grid,
    #ugde-desktop-shell .ugde-brand img,
    #ugde-desktop-shell .ugde-header-top,
    #ugde-desktop-shell .ugde-category-nav,
    #ugde-desktop-shell .ugde-ticker{
      transition:
        height .22s ease,
        min-height .22s ease,
        padding .22s ease,
        width .22s ease,
        max-height .22s ease,
        opacity .15s ease,
        transform .22s ease;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-header{
      box-shadow:0 8px 26px rgba(20,50,82,.11)!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-header-grid{
      height:54px!important;
      min-height:54px!important;
      grid-template-columns:118px minmax(0,1fr) 54px!important;
      grid-template-rows:54px!important;
      padding:0 clamp(14px,2vw,32px)!important;
      align-items:center!important;
      background:rgba(255,255,255,.985)!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-brand{
      grid-column:1!important;
      grid-row:1!important;
      height:54px!important;
      min-height:54px!important;
      padding:4px 12px 4px 0!important;
      align-items:center!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-brand img{
      width:104px!important;
      max-width:104px!important;
      max-height:46px!important;
      object-fit:contain!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-category-nav{
      grid-column:2!important;
      grid-row:1!important;
      height:54px!important;
      min-height:54px!important;
      background:transparent!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-category-nav-inner{
      height:54px!important;
      min-height:54px!important;
      grid-template-columns:repeat(5,minmax(0,1fr))!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-menu-trigger{
      height:54px!important;
      min-height:54px!important;
      padding:0 clamp(5px,.8vw,11px)!important;
      gap:6px!important;
      white-space:nowrap!important;
      font-size:clamp(10px,.82vw,12.5px)!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-menu-icon svg{
      width:18px!important;
      height:18px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-menu-chevron{
      display:none!important;
    }

    /* Search and all actions disappear except cart. */
    #ugde-desktop-shell.is-sticky-compact .ugde-header-top{
      grid-column:3!important;
      grid-row:1!important;
      height:54px!important;
      min-height:54px!important;
      padding:0!important;
      display:flex!important;
      align-items:center!important;
      justify-content:flex-end!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-search{
      display:none!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-actions{
      min-width:0!important;
      width:46px!important;
      height:46px!important;
      display:block!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-actions>a{
      display:none!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-actions>.ugde-cart-link{
      display:flex!important;
      width:46px!important;
      min-width:46px!important;
      height:46px!important;
      padding:0!important;
      border-radius:13px!important;
      align-items:center!important;
      justify-content:center!important;
      background:#f2f7fb!important;
      color:#174f86!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-cart-link>b{
      display:none!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-cart-link>span{
      height:auto!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-cart-link svg{
      width:21px!important;
      height:21px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-cart-link em{
      right:-1px!important;
      top:-2px!important;
    }

    /* Blue information strip disappears completely in sticky mode. */
    #ugde-desktop-shell.is-sticky-compact .ugde-ticker{
      min-height:0!important;
      height:0!important;
      max-height:0!important;
      padding-top:0!important;
      padding-bottom:0!important;
      margin:0!important;
      opacity:0!important;
      overflow:hidden!important;
      pointer-events:none!important;
    }

    /* Dropdowns continue to open directly below the compact row. */
    #ugde-desktop-shell.is-sticky-compact .ugde-dropdown{
      top:100%!important;
    }
  }

  @media (min-width:901px) and (max-width:1100px){
    #ugde-desktop-shell.is-sticky-compact .ugde-header-grid{
      grid-template-columns:94px minmax(0,1fr) 48px!important;
      padding-left:10px!important;
      padding-right:10px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-brand img{
      width:84px!important;
      max-width:84px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-menu-trigger{
      font-size:9.4px!important;
      padding-left:3px!important;
      padding-right:3px!important;
      gap:4px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-menu-icon svg{
      width:15px!important;
      height:15px!important;
    }

    #ugde-desktop-shell.is-sticky-compact .ugde-actions,
    #ugde-desktop-shell.is-sticky-compact .ugde-actions>.ugde-cart-link{
      width:42px!important;
      min-width:42px!important;
      height:42px!important;
    }
  }

  /* v0.1.66 — Smart Bar search panel */
  .ugde-smartpanel-search{
    min-height:180px;
  }

  .ugde-smart-search-form{
    width:100%;
    min-height:64px;
    padding:7px 7px 7px 18px;
    border-radius:18px;
    display:grid;
    grid-template-columns:28px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    background:
      linear-gradient(110deg,rgba(225,242,255,.95),rgba(255,235,226,.93),rgba(246,228,245,.94),rgba(226,244,238,.94));
    border:1px solid rgba(21,78,122,.09);
    box-shadow:
      0 10px 30px rgba(20,50,82,.07),
      inset 0 1px 0 rgba(255,255,255,.72);
  }

  .ugde-smart-search-form>span{
    display:grid;
    place-items:center;
    color:#245f92;
  }

  .ugde-smart-search-form input[type=search]{
    width:100%!important;
    min-width:0!important;
    height:48px!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:#173653!important;
    font:650 16px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }

  .ugde-smart-search-form input[type=search]::placeholder{
    color:#758da2!important;
    opacity:1!important;
  }

  .ugde-smart-search-form button{
    min-height:48px;
    padding:0 17px;
    border:0;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    background:#0d5eaf;
    color:#fff;
    cursor:pointer;
    font:800 11px/1 system-ui;
    box-shadow:0 7px 18px rgba(13,94,175,.17);
  }

  .ugde-smartbar-search-action{
    background:rgba(255,255,255,.29)!important;
  }


  /* v0.1.69 — safer aurora search, without breaking radius/alignment */
  .ugde-search{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    overflow:visible!important;
    isolation:auto!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .ugde-search input[type=search]{
    position:relative!important;
    z-index:1!important;
    border-radius:16px!important;
    background:
      linear-gradient(
        110deg,
        rgba(229,243,255,.98) 0%,
        rgba(221,239,255,.98) 15%,
        rgba(255,238,226,.97) 31%,
        rgba(249,232,244,.97) 48%,
        rgba(236,230,255,.97) 64%,
        rgba(229,245,239,.97) 80%,
        rgba(255,245,222,.97) 100%
      )!important;
    background-size:240% 240%!important;
    animation:ugde-header-search-aurora 9s ease-in-out infinite!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.78),
      0 4px 14px rgba(28,74,111,.04)!important;
  }

  .ugde-search input[type=search]::placeholder{
    color:#7f91a6!important;
    opacity:1!important;
  }

  .ugde-search input[type=search]:focus{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.8),
      0 0 0 3px rgba(13,94,175,.09),
      0 5px 16px rgba(28,74,111,.05)!important;
  }

  .ugde-search::before{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    top:5px;
    bottom:5px;
    z-index:0;
    border-radius:15px;
    background:
      radial-gradient(circle at 14% 34%,rgba(84,166,232,.10),transparent 26%),
      radial-gradient(circle at 74% 24%,rgba(222,122,170,.10),transparent 24%),
      radial-gradient(circle at 88% 78%,rgba(104,190,154,.09),transparent 24%),
      radial-gradient(circle at 42% 84%,rgba(238,168,108,.07),transparent 25%);
    filter:blur(11px);
    opacity:.9;
    animation:ugde-header-search-glow 11s ease-in-out infinite alternate;
    pointer-events:none;
  }

  .ugde-search-icon{
    z-index:2!important;
  }

  .ugde-search button{
    z-index:3!important;
  }

  @keyframes ugde-header-search-aurora{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }

  @keyframes ugde-header-search-glow{
    0%{transform:translate3d(-1.5%,0,0) scale(1)}
    100%{transform:translate3d(1.5%,0,0) scale(1.03)}
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-search input[type=search],
    .ugde-search::before{
      animation:none!important;
    }
  }


  /* v0.1.70 — richer aesthetic treatment for the 5 category rows */
  .ugde-category-row{
    position:relative;
    overflow:hidden;
    border-radius:24px!important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.18) 18%, transparent 42%),
      linear-gradient(180deg, var(--ugde-row-bg) 0%, rgba(255,255,255,.72) 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.78),
      0 10px 26px rgba(29,64,96,.045)!important;
  }

  .ugde-category-row::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 10% 8%, rgba(255,255,255,.68), transparent 24%),
      radial-gradient(circle at 92% 14%, var(--ugde-row-tint, rgba(132,170,214,.16)), transparent 26%),
      radial-gradient(circle at 80% 90%, rgba(255,255,255,.28), transparent 22%);
    opacity:.95;
  }

  .ugde-category-row::after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:4px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg, rgba(255,255,255,.15), var(--ugde-row-accent), rgba(255,255,255,.15));
    opacity:.95;
    pointer-events:none;
  }

  .ugde-category-rows .ugde-category-row:nth-child(1){
    --ugde-row-tint:rgba(84,154,221,.18);
  }
  .ugde-category-rows .ugde-category-row:nth-child(2){
    --ugde-row-tint:rgba(146,116,218,.16);
  }
  .ugde-category-rows .ugde-category-row:nth-child(3){
    --ugde-row-tint:rgba(233,163,103,.18);
  }
  .ugde-category-rows .ugde-category-row:nth-child(4){
    --ugde-row-tint:rgba(101,187,145,.17);
  }
  .ugde-category-rows .ugde-category-row:nth-child(5){
    --ugde-row-tint:rgba(145,160,181,.16);
  }

  .ugde-category-row-head{
    position:relative;
    z-index:2;
    margin-bottom:14px!important;
  }

  .ugde-category-row-title{
    gap:13px!important;
  }

  .ugde-category-row-icon{
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.56) 100%),
      var(--ugde-row-icon)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.95),
      0 8px 18px rgba(29,64,96,.08)!important;
  }

  .ugde-category-row-title strong{
    letter-spacing:-.028em!important;
  }

  .ugde-category-row-title small{
    opacity:.92;
  }

  .ugde-category-rail-wrap{
    z-index:2;
  }

  .ugde-category-row .ugde-category-rail{
    padding-top:4px!important;
    padding-bottom:9px!important;
  }

  .ugde-subcategory-card{
    border-radius:18px!important;
    background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 100%)!important;
    border:1px solid rgba(197,214,229,.84)!important;
    box-shadow:
      0 6px 16px rgba(20,50,82,.04),
      0 1px 0 rgba(255,255,255,.85) inset!important;
  }

  .ugde-subcategory-card:hover{
    transform:translateY(-3px)!important;
    border-color:rgba(180,204,224,.96)!important;
    box-shadow:
      0 14px 28px rgba(20,50,82,.10),
      0 1px 0 rgba(255,255,255,.92) inset!important;
  }

  .ugde-subcategory-image{
    position:relative;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 100%),
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.8), transparent 60%)!important;
  }

  .ugde-subcategory-image::after{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    bottom:0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(13,94,175,.12), transparent);
  }

  .ugde-subcategory-copy{
    min-height:52px!important;
    padding:12px 13px 14px!important;
  }

  .ugde-subcategory-copy strong{
    font-size:12.5px!important;
    letter-spacing:-.012em;
  }

  .ugde-rail-arrow{
    box-shadow:
      0 10px 24px rgba(28,66,101,.16),
      0 2px 6px rgba(28,66,101,.10),
      inset 0 1px 0 rgba(255,255,255,1)!important;
  }

  @media (max-width:1260px){
    .ugde-category-row{
      border-radius:22px!important;
    }
    .ugde-category-row-head{
      margin-bottom:12px!important;
    }
    .ugde-category-row-icon{
      width:40px!important;
      height:40px!important;
    }
  }


  /* v0.1.71 — category row header enrichment */
  .ugde-category-row-head{
    align-items:flex-start!important;
  }

  .ugde-category-row-side{
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    gap:7px;
    min-width:220px;
    padding-top:2px;
  }

  .ugde-category-row-count{
    color:rgba(38,59,80,.48);
    font:650 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.02em;
    white-space:nowrap;
  }

  .ugde-category-row-viewall{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:7px 10px;
    border-radius:999px;
    color:rgba(13,94,175,.88)!important;
    background:rgba(255,255,255,.42);
    box-shadow:inset 0 0 0 1px rgba(184,206,225,.6);
    font:750 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:-.01em;
    transition:transform .15s ease, background .15s ease, box-shadow .15s ease, color .15s ease;
    white-space:nowrap;
  }

  .ugde-category-row-viewall svg{
    width:15px!important;
    height:15px!important;
  }

  .ugde-category-row-viewall:hover{
    transform:translateY(-1px);
    color:#0d5eaf!important;
    background:rgba(255,255,255,.72);
    box-shadow:
      inset 0 0 0 1px rgba(174,199,220,.82),
      0 8px 18px rgba(20,50,82,.07);
  }

  .ugde-category-row-viewall:active{
    transform:translateY(0) scale(.985);
  }

  @media (max-width:1260px){
    .ugde-category-row-side{
      min-width:190px;
      gap:6px;
    }
    .ugde-category-row-viewall{
      padding:6px 9px;
      font-size:10.5px;
    }
    .ugde-category-row-count{
      font-size:10px;
    }
  }

  @media (max-width:1020px){
    .ugde-category-row-head{
      flex-wrap:wrap;
      gap:10px!important;
    }
    .ugde-category-row-side{
      width:100%;
      min-width:0;
      align-items:flex-start;
      margin-left:0;
      padding-left:54px;
    }
  }


  /* v0.1.72 — counts on subcategories + tiny image watermark */

  /* Main-category count goes back below its title, like before. */
  .ugde-category-row-side{
    min-width:0!important;
    justify-content:center!important;
  }

  .ugde-category-row-title small{
    display:block!important;
  }

  /* Each subcategory card now shows its own product count opposite the title. */
  .ugde-subcategory-copy{
    justify-content:space-between!important;
    gap:10px!important;
  }

  .ugde-subcategory-copy strong{
    min-width:0;
    flex:1 1 auto;
  }

  .ugde-subcategory-count{
    flex:0 0 auto;
    color:rgba(38,59,80,.43)!important;
    font:650 9.5px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    white-space:nowrap;
    letter-spacing:.01em;
  }

  /* Very small Unlimited Greece watermark in the bottom-right of every image. */
  .ugde-subcategory-watermark{
    position:absolute;
    right:10px;
    bottom:9px;
    z-index:3;
    width:48px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    pointer-events:none;
    opacity:.30;
    transition:opacity .18s ease, transform .18s ease;
  }

  .ugde-subcategory-watermark img{
    display:block!important;
    width:48px!important;
    height:auto!important;
    max-width:48px!important;
    max-height:24px!important;
    object-fit:contain!important;
    object-position:right center!important;
    margin:0!important;
    filter:saturate(.78) contrast(.92);
  }

  .ugde-subcategory-card:hover .ugde-subcategory-watermark{
    opacity:.42;
    transform:translateY(-1px);
  }

  @media (max-width:1260px){
    .ugde-subcategory-watermark{
      right:8px;
      bottom:7px;
      width:42px;
      height:22px;
    }

    .ugde-subcategory-watermark img{
      width:42px!important;
      max-width:42px!important;
      max-height:22px!important;
    }

    .ugde-subcategory-count{
      font-size:9px!important;
    }
  }


  /* v0.1.74 — move category image watermark to top-right */
  .ugde-subcategory-watermark{
    top:9px!important;
    right:10px!important;
    bottom:auto!important;
  }

  @media (max-width:1260px){
    .ugde-subcategory-watermark{
      top:7px!important;
      right:8px!important;
      bottom:auto!important;
    }
  }


  /* v0.1.75 — move trust/company card directly before Reorder */
  .ugde-home-feed>.ugde-section-recommended{order:50!important}
  .ugde-home-feed>.ugde-trust{order:59!important}
  .ugde-home-feed>.ugde-reorder-products-section{order:60!important}
  .ugde-home-feed>.ugde-bottom-more{order:80!important}
  .ugde-home-feed>.ugde-copyright-strip{order:90!important}

  /* Returning-customer layout: keep the same local relationship,
     with the trust card directly before the reorder section. */
  .ugde-home-feed.ugde-returning-customer>.ugde-trust{order:14!important}
  .ugde-home-feed.ugde-returning-customer>.ugde-reorder-products-section{order:15!important}


  /* v0.1.76 — trust card physically before Reorder */
  .ugde-home-feed>.ugde-trust{
    order:58!important;
  }

  .ugde-home-feed>.ugde-reorder-products-section{
    order:59!important;
  }

  .ugde-home-feed.ugde-returning-customer>.ugde-trust{
    order:14!important;
  }

  .ugde-home-feed.ugde-returning-customer>.ugde-reorder-products-section{
    order:15!important;
  }


  /* v0.1.77 — stronger proof-driven trust cards */
  .ugde-trust-grid>.ugde-proof-card{
    position:relative;
    overflow:hidden;
    padding:17px!important;
    background:
      linear-gradient(180deg,rgba(247,250,253,.98),rgba(242,247,251,.96))!important;
    border:1px solid rgba(13,94,175,.055);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.9),
      0 6px 18px rgba(20,50,82,.035);
  }

  .ugde-trust-grid>.ugde-proof-card::after{
    content:"";
    position:absolute;
    width:90px;
    height:90px;
    right:-38px;
    top:-40px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(105,171,225,.10),rgba(105,171,225,0) 70%);
    pointer-events:none;
  }

  .ugde-trust-grid .ugde-proof-card>span{
    margin-bottom:13px!important;
  }

  .ugde-trust-grid .ugde-proof-card>b{
    font-size:12.5px!important;
    letter-spacing:-.015em;
  }

  .ugde-trust-grid .ugde-proof-card>em{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    margin-top:8px!important;
    padding:5px 8px;
    border-radius:999px;
    background:rgba(13,94,175,.075);
    color:#1769aa!important;
    font:850 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:.015em!important;
  }

  .ugde-trust-grid .ugde-proof-card>small{
    margin-top:9px!important;
    color:#6b8093!important;
    font-size:10px!important;
    line-height:1.48!important;
  }

  @media (max-width:1260px){
    .ugde-trust-grid>.ugde-proof-card{
      padding:15px!important;
    }
  }


  /* v0.1.86 — UG AI Assistant is independent again */
  #ugai-launcher.ugde-legacy-ai-launcher{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }


  /* v0.1.87 — Catalogue page = ONLY the five main categories */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      min-height:calc(100vh - 122px);
      padding:0 24px 74px;
      display:flex!important;
      align-items:center;
      background:
        radial-gradient(circle at 8% 18%,rgba(91,179,237,.08),transparent 25%),
        radial-gradient(circle at 92% 18%,rgba(236,153,190,.07),transparent 25%),
        radial-gradient(circle at 50% 92%,rgba(100,196,160,.06),transparent 27%),
        #f4f7fb;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%;
      max-width:var(--ugde-content);
      margin:0 auto;
      padding:42px 0 30px;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      width:100%;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:14px;
      align-items:stretch;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      min-height:410px;
      display:flex;
      flex-direction:column;
      border-radius:26px;
      box-shadow:
        0 12px 32px rgba(20,50,82,.07),
        inset 0 1px 0 rgba(255,255,255,.95);
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      height:220px;
      flex:0 0 220px;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      max-height:188px!important;
      max-width:86%!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      min-height:190px;
      flex:1;
      padding:18px;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>strong{
      font-size:19px;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>b{
      font-size:11px;
    }

    @media (max-width:1260px){
      body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
        gap:10px;
      }

      body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
        min-height:375px;
      }

      body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
        height:190px;
        flex-basis:190px;
      }

      body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
        max-height:160px!important;
      }
    }

    @media (max-width:1100px){
      body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
      }

      body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
        align-items:flex-start;
      }
    }
  }


  /* v0.1.88 — five portrait category cards, one screen, no vertical scroll */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop{
      overflow-y:hidden!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      height:calc(100dvh - 140px)!important;
      min-height:0!important;
      max-height:calc(100dvh - 140px)!important;
      padding:18px 22px 72px!important;
      display:flex!important;
      align-items:center!important;
      justify-content:center!important;
      overflow:hidden!important;
    }

    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      height:calc(100dvh - 172px)!important;
      max-height:calc(100dvh - 172px)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:1320px!important;
      height:100%!important;
      min-height:0!important;
      margin:0 auto!important;
      padding:0!important;
      display:flex!important;
      align-items:center!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      width:100%!important;
      height:min(520px,100%)!important;
      max-height:100%!important;
      display:grid!important;
      grid-template-columns:repeat(5,minmax(0,1fr))!important;
      grid-auto-flow:column!important;
      grid-auto-columns:minmax(0,1fr)!important;
      gap:12px!important;
      align-items:stretch!important;
      margin:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      width:auto!important;
      min-width:0!important;
      max-width:none!important;
      height:100%!important;
      min-height:0!important;
      max-height:520px!important;
      margin:0!important;
      display:flex!important;
      flex-direction:column!important;
      border-radius:24px!important;
      overflow:hidden!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      width:100%!important;
      height:auto!important;
      min-height:0!important;
      flex:1 1 auto!important;
      padding:16px 14px 8px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      width:auto!important;
      height:auto!important;
      max-width:88%!important;
      max-height:100%!important;
      object-fit:contain!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      width:100%!important;
      min-height:0!important;
      height:auto!important;
      flex:0 0 158px!important;
      padding:14px 15px 15px!important;
      display:flex!important;
      flex-direction:column!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>small{
      font-size:8.5px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>strong{
      margin-top:5px!important;
      font-size:16px!important;
      line-height:1.08!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      margin-top:8px!important;
      gap:4px!important;
      max-height:47px!important;
      overflow:hidden!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      padding:4px 6px!important;
      font-size:7.8px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>b{
      margin-top:auto!important;
      padding-top:9px!important;
      font-size:9.5px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>i{
      left:10px!important;
      top:10px!important;
      width:34px!important;
      height:34px!important;
      border-radius:11px!important;
    }
  }

  @media (min-width:901px) and (max-height:760px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      padding-top:10px!important;
      padding-bottom:64px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      height:100%!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex-basis:138px!important;
      padding:11px 13px 12px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      max-height:39px!important;
    }
  }

  @media (min-width:901px) and (max-width:1180px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      grid-template-columns:repeat(5,minmax(0,1fr))!important;
      gap:8px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      border-radius:18px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      padding-left:11px!important;
      padding-right:11px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>strong{
      font-size:14px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em:nth-child(3){
      display:none!important;
    }
  }


  /* v0.1.89 — use empty vertical space for ALL direct subcategories */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      flex:1 1 auto!important;
      min-height:180px!important;
      padding-bottom:0!important;
      align-items:flex-start!important;
      padding-top:24px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      max-height:190px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex:0 0 228px!important;
      min-height:228px!important;
      padding:12px 15px 14px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      margin-top:9px!important;
      display:flex!important;
      align-content:flex-start!important;
      align-items:flex-start!important;
      gap:5px 4px!important;
      max-height:none!important;
      overflow:visible!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      display:inline-flex!important;
      align-items:center!important;
      min-height:18px!important;
      padding:4px 6px!important;
      border-radius:999px!important;
      white-space:normal!important;
      font-size:7.5px!important;
      line-height:1.05!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>b{
      margin-top:auto!important;
      padding-top:8px!important;
    }
  }

  @media (min-width:901px) and (max-height:760px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      min-height:150px!important;
      padding-top:16px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      max-height:160px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex-basis:210px!important;
      min-height:210px!important;
      padding-top:9px!important;
      padding-bottom:10px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      margin-top:6px!important;
      gap:4px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      min-height:16px!important;
      padding:3px 5px!important;
      font-size:7px!important;
    }
  }

  @media (min-width:901px) and (max-width:1180px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em:nth-child(3){
      display:inline-flex!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex-basis:220px!important;
      min-height:220px!important;
      padding-left:10px!important;
      padding-right:10px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      gap:4px 3px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      font-size:6.8px!important;
      padding:3px 5px!important;
    }
  }


  /* v0.1.90 — catalogue subcategories: 4 per row, unlimited rows */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      flex:1 1 auto!important;
      min-height:145px!important;
      padding-top:18px!important;
      padding-bottom:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      max-height:174px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex:0 0 260px!important;
      min-height:260px!important;
      padding:10px 14px 13px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      width:100%!important;
      margin-top:8px!important;
      display:grid!important;
      grid-template-columns:repeat(4,minmax(0,1fr))!important;
      grid-auto-flow:row!important;
      gap:5px 4px!important;
      max-height:none!important;
      overflow:visible!important;
      align-content:start!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      width:100%!important;
      min-width:0!important;
      min-height:20px!important;
      padding:3px 2px!important;
      display:flex!important;
      align-items:flex-start!important;
      justify-content:flex-start!important;
      border-radius:0!important;
      background:transparent!important;
      color:#7c8791!important;
      white-space:normal!important;
      overflow-wrap:anywhere!important;
      font-size:7px!important;
      line-height:1.12!important;
      text-align:left!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>b{
      margin-top:auto!important;
      padding-top:7px!important;
    }
  }

  @media (min-width:901px) and (max-height:760px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex-basis:245px!important;
      min-height:245px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      gap:3px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      min-height:17px!important;
      font-size:6.5px!important;
      line-height:1.05!important;
    }
  }

  /* Shop Smart Bar category navigator */
  .ugde-smartcategory-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
  }

  .ugde-smartcategory-group{
    min-width:0;
    padding:12px;
    border-radius:17px;
    background:linear-gradient(145deg,#f8fbfe,#f3f7fb);
    border:1px solid #e0eaf3;
  }

  .ugde-smartcategory-main{
    min-height:42px;
    padding:8px 9px;
    border-radius:12px;
    display:grid;
    grid-template-columns:28px minmax(0,1fr) 14px;
    align-items:center;
    gap:7px;
    color:#173552!important;
    background:#fff;
    border:1px solid #e5edf4;
  }

  .ugde-smartcategory-main>span{
    width:28px;
    height:28px;
    border-radius:9px;
    display:grid;
    place-items:center;
    color:#0d5eaf;
    background:#edf5fc;
  }

  .ugde-smartcategory-main strong{
    min-width:0;
    font:820 10.5px/1.1 system-ui;
  }

  .ugde-smartcategory-children{
    margin-top:9px;
    display:flex;
    flex-direction:column;
    gap:2px;
    max-height:290px;
    overflow:auto;
    padding-right:2px;
  }

  .ugde-smartcategory-children a{
    padding:6px 7px;
    border-radius:8px;
    color:#647c91!important;
    font:650 9px/1.2 system-ui;
    transition:.14s ease;
  }

  .ugde-smartcategory-children a:hover{
    color:#0d5eaf!important;
    background:#fff;
  }

  .ugde-smartpanel-shop-categories .ugde-smartpanel-head,
  .ugde-smartpanel-shop-best .ugde-smartpanel-head{
    margin-bottom:14px;
  }

  @media (max-width:1200px){
    .ugde-smartcategory-grid{
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
  }


  /* v0.1.91 — same corporate bottom as homepage on catalogue page */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop{
      overflow-y:auto!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      height:auto!important;
      min-height:0!important;
      max-height:none!important;
      padding:0 24px 72px!important;
      display:block!important;
      overflow:visible!important;
    }

    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      height:auto!important;
      max-height:none!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:1320px!important;
      min-height:calc(100dvh - 140px)!important;
      height:auto!important;
      margin:0 auto!important;
      padding:18px 0 72px!important;
      display:flex!important;
      align-items:center!important;
    }

    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      min-height:calc(100dvh - 172px)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      height:min(520px,calc(100dvh - 230px))!important;
      min-height:420px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-bottom-more{
      margin-top:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      width:calc(100% + 48px)!important;
      margin-left:-24px!important;
      margin-right:-24px!important;
    }
  }

  @media (min-width:901px) and (max-height:760px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      padding-top:10px!important;
      padding-bottom:64px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      min-height:360px!important;
    }
  }


  /* v0.1.92 — catalogue copyright closure identical to homepage */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      padding-bottom:0!important;
      overflow:visible!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      position:relative!important;
      z-index:1!important;
      width:calc(100% + 48px)!important;
      margin-left:-24px!important;
      margin-right:-24px!important;
      margin-bottom:0!important;
      padding:7px 24px!important;
      min-height:31px!important;
      overflow:visible!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip .ugde-copyright-inner{
      min-height:17px!important;
      font-size:10px!important;
      line-height:1.15!important;
    }

    /* Force the same continuous aurora floor below the compact copyright strip. */
    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip::after{
      content:""!important;
      display:block!important;
      position:absolute!important;
      z-index:-1!important;
      left:0!important;
      right:0!important;
      top:100%!important;
      height:74px!important;
      background:
        linear-gradient(
          105deg,
          #dff2ff 0%,
          #e8f4ff 14%,
          #ffe8de 31%,
          #f5dfef 47%,
          #e8e0ff 62%,
          #dff4e9 79%,
          #fff0cf 100%
        )!important;
      background-size:220% 220%!important;
      animation:ugde-copyright-aurora 12s ease-in-out infinite!important;
      pointer-events:none!important;
    }

    body.ugde-enabled.ugde-shop,
    html:has(body.ugde-enabled.ugde-shop){
      background:#dff2ff!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip::after{
      animation:none!important;
    }
  }


  /* v0.1.93 — catalogue page: title + production section + clickable subcategories */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      padding-top:20px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-intro{
      width:100%!important;
      max-width:1320px!important;
      margin:0 auto 18px!important;
      padding:24px 26px 22px!important;
      border-radius:28px!important;
      background:
        radial-gradient(circle at 9% 18%,rgba(109,193,255,.14),transparent 28%),
        radial-gradient(circle at 88% 20%,rgba(255,198,226,.15),transparent 24%),
        linear-gradient(130deg,#f7fbff 0%,#eef6ff 42%,#fff6f0 100%)!important;
      border:1px solid rgba(18,97,156,.10)!important;
      box-shadow:0 12px 34px rgba(20,58,92,.06)!important;
      position:relative!important;
      overflow:hidden!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-intro::after{
      content:"";
      position:absolute;
      inset:auto -50px -70px auto;
      width:220px;
      height:220px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(97,176,223,.18),transparent 68%);
      pointer-events:none;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy{position:relative;z-index:1}
    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy>small{
      display:block!important;
      margin:0 0 7px!important;
      color:#2e6aa0!important;
      font:800 11px/1.2 system-ui!important;
      letter-spacing:.16em!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy h1{
      margin:0!important;
      color:#143b5d!important;
      font:900 38px/1.02 system-ui!important;
      letter-spacing:-.03em!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy p{
      max-width:920px!important;
      margin:10px 0 0!important;
      color:#5a7284!important;
      font:600 14px/1.65 system-ui!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-intro-pills{
      margin-top:14px!important;
      display:flex!important;
      flex-wrap:wrap!important;
      gap:8px!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-intro-pills span{
      min-height:31px!important;
      padding:0 12px!important;
      border-radius:999px!important;
      display:inline-flex!important;
      align-items:center!important;
      background:rgba(255,255,255,.68)!important;
      border:1px solid rgba(18,97,156,.12)!important;
      color:#295a84!important;
      font:750 11px/1.2 system-ui!important;
      box-shadow:0 4px 14px rgba(20,58,92,.05)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-production-proof,
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-intro,
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-only-categories,
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-bottom-more{
      max-width:1320px!important;
      margin-left:auto!important;
      margin-right:auto!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-production-proof{
      margin-top:0!important;
      margin-bottom:18px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:1320px!important;
      min-height:0!important;
      height:auto!important;
      margin:0 auto!important;
      padding:0 0 34px!important;
      display:block!important;
      align-items:initial!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      height:auto!important;
      min-height:0!important;
      max-height:none!important;
      align-items:stretch!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      box-shadow:0 10px 28px rgba(20,58,92,.06)!important;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card:hover{
      transform:translateY(-2px)!important;
      box-shadow:0 16px 34px rgba(20,58,92,.10)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-category-mainlink,
    body.ugde-enabled.ugde-shop .ugde-shop-category-titlelink,
    body.ugde-enabled.ugde-shop .ugde-shop-category-minilink,
    body.ugde-enabled.ugde-shop .ugde-shop-category-cta{
      text-decoration:none!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-category-mainlink{
      display:flex!important;
      flex:1 1 auto!important;
      color:inherit!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-category-titlelink{
      color:inherit!important;
      display:inline!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-titlelink:hover{
      color:#165f9f!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      align-items:start!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-minilink{
      display:block!important;
      color:inherit!important;
      min-width:0!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-minilink em{
      transition:color .16s ease, transform .16s ease!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-minilink:hover em{
      color:#1b67aa!important;
      transform:translateX(1px)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-category-copy>b{
      display:block!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-cta{
      display:inline-flex!important;
      align-items:center!important;
      gap:5px!important;
      color:#6a7581!important;
      font:780 10px/1.1 system-ui!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-cta:hover{
      color:#165f9f!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-category-cta svg{
      width:14px!important;
      height:14px!important;
      flex:0 0 14px!important;
    }
  }

  @media (min-width:901px) and (max-width:1180px){
    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy h1{
      font-size:31px!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-intro-copy p{
      font-size:13px!important;
    }
  }

  /* v0.1.95 — catalogue cleanup: restore title, keep trust card, remove blue bottom */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      padding-top:20px!important;
      padding-bottom:24px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-intro{
      display:block!important;
      width:100%!important;
      max-width:1320px!important;
      margin:0 auto 18px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:1320px!important;
      margin:0 auto!important;
      padding:0 0 28px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-trust{
      width:100%!important;
      max-width:1320px!important;
      margin:0 auto 26px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-trust .ugde-trust-grid{
      align-items:stretch!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      width:100%!important;
      max-width:none!important;
      margin:0!important;
      border-radius:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-intro,
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-only-categories,
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-trust{
      max-width:1320px!important;
      margin-left:auto!important;
      margin-right:auto!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-bottom-more{
      display:none!important;
    }
  }


  /* v0.1.96 — catalogue polishing: colored category cards, tighter trust block, homepage-style bottom */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      display:flex!important;
      flex-direction:column!important;
      gap:0!important;
      padding-top:20px!important;
      padding-bottom:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-intro{
      margin:0 auto 18px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:1320px!important;
      min-height:0!important;
      height:auto!important;
      margin:0 auto 18px!important;
      padding:0!important;
      display:block!important;
      align-items:initial!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      height:auto!important;
      min-height:0!important;
      max-height:none!important;
      align-items:stretch!important;
      gap:16px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      min-height:420px!important;
      border-width:1px!important;
      border-style:solid!important;
      overflow:hidden!important;
      box-shadow:0 12px 28px rgba(20,58,92,.07)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card-1{
      background:linear-gradient(180deg,#edf6ff 0%,#ffffff 100%)!important;
      border-color:rgba(94,152,214,.20)!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card-2{
      background:linear-gradient(180deg,#f4f0ff 0%,#ffffff 100%)!important;
      border-color:rgba(148,117,220,.20)!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card-3{
      background:linear-gradient(180deg,#fff4ea 0%,#ffffff 100%)!important;
      border-color:rgba(224,144,83,.20)!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card-4{
      background:linear-gradient(180deg,#eefaf4 0%,#ffffff 100%)!important;
      border-color:rgba(91,176,129,.20)!important;
    }
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card-5{
      background:linear-gradient(180deg,#fff2f7 0%,#ffffff 100%)!important;
      border-color:rgba(214,112,153,.18)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card .ugde-shop-category-visual{
      background:linear-gradient(180deg,rgba(255,255,255,.50) 0%,rgba(255,255,255,.12) 100%)!important;
      border-bottom:1px solid rgba(255,255,255,.45)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-trust{
      width:100%!important;
      max-width:1320px!important;
      margin:0 auto 18px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-bottom-more{
      display:block!important;
      width:calc(100% + 48px)!important;
      max-width:none!important;
      margin:0 -24px 0!important;
      border-radius:0!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only>.ugde-shop-bottom-more{
      max-width:none!important;
      margin-left:-24px!important;
      margin-right:-24px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      width:calc(100% + 48px)!important;
      max-width:none!important;
      margin:0 -24px!important;
      border-radius:0!important;
    }
  }


  /* v0.1.97 — remove catalogue gap + match copyright aurora with bottom closure */
  @media (min-width:901px){
    body.ugde-enabled.ugde-shop .ugde-shop-feed.ugde-shop-categories-only{
      row-gap:0!important;
      gap:0!important;
      align-content:start!important;
    }

    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-only-categories,
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      min-height:0!important;
      height:auto!important;
      padding:0 0 14px!important;
      margin:0 auto 10px!important;
      display:block!important;
      align-items:initial!important;
      flex:none!important;
    }

    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid,
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      height:auto!important;
      min-height:0!important;
      max-height:none!important;
      align-items:stretch!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      min-height:355px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
      min-height:118px!important;
      padding-top:14px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
      max-height:145px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
      flex:0 0 195px!important;
      min-height:195px!important;
      padding:11px 12px 12px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>strong{
      font-size:14px!important;
      line-height:1.08!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini{
      margin-top:7px!important;
      gap:4px 4px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini em{
      font-size:6.9px!important;
      min-height:15px!important;
      padding:3px 5px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-trust{
      margin:0 auto 10px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-bottom-more{
      margin-top:0!important;
      background:
        linear-gradient(135deg, #143654 0%, #1b4d78 14%, #356ea4 32%, #6b8fc2 45%, #f1cfbf 64%, #f3d9ea 79%, #d8efe5 100%)!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      color:rgba(255,255,255,.94)!important;
      border-top:1px solid rgba(255,255,255,.14)!important;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.10)!important;
      background:
        linear-gradient(135deg, #143654 0%, #1b4d78 14%, #356ea4 32%, #6b8fc2 45%, #f1cfbf 64%, #f3d9ea 79%, #d8efe5 100%)!important;
      background-size:220% 220%!important;
      animation:ugde-copyright-aurora 12s ease-in-out infinite!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip a{
      color:inherit!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip::after{
      background:
        linear-gradient(135deg, #143654 0%, #1b4d78 14%, #356ea4 32%, #6b8fc2 45%, #f1cfbf 64%, #f3d9ea 79%, #d8efe5 100%)!important;
      background-size:220% 220%!important;
      animation:ugde-copyright-aurora 12s ease-in-out infinite!important;
      opacity:1!important;
    }
  }


  /* v0.1.98 — full-width category row + true homepage pastel aurora copyright */
  @media (min-width:901px){

    /*
     * Let the five category cards use the full desktop content width.
     * The intro and trust/company blocks remain intentionally narrower/centered.
     */
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories,
    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-only-categories{
      width:100%!important;
      max-width:none!important;
      margin:0!important;
      padding:0 0 14px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid,
    body.admin-bar.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      width:100%!important;
      max-width:none!important;
      display:grid!important;
      grid-template-columns:repeat(5,minmax(0,1fr))!important;
      gap:16px!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
      width:100%!important;
      max-width:none!important;
      min-width:0!important;
    }

    /*
     * Restore the exact visual language of the homepage copyright:
     * light pastel moving aurora, not the dark corporate footer gradient.
     */
    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip{
      color:#111!important;
      border-top:1px solid rgba(15,46,72,.08)!important;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.66)!important;
      background:
        linear-gradient(
          105deg,
          #dff2ff 0%,
          #e8f4ff 14%,
          #ffe8de 31%,
          #f5dfef 47%,
          #e8e0ff 62%,
          #dff4e9 79%,
          #fff0cf 100%
        )!important;
      background-size:220% 220%!important;
      animation:ugde-copyright-aurora 12s ease-in-out infinite!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip a{
      color:#111!important;
    }

    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip::after{
      background:
        linear-gradient(
          105deg,
          #dff2ff 0%,
          #e8f4ff 14%,
          #ffe8de 31%,
          #f5dfef 47%,
          #e8e0ff 62%,
          #dff4e9 79%,
          #fff0cf 100%
        )!important;
      background-size:220% 220%!important;
      animation:ugde-copyright-aurora 12s ease-in-out infinite!important;
      opacity:1!important;
    }
  }

  @media (min-width:901px) and (max-width:1280px){
    body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-grid{
      gap:10px!important;
    }
  }

  @media (prefers-reduced-motion:reduce){
    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip,
    body.ugde-enabled.ugde-shop .ugde-shop-copyright-strip::after{
      animation:none!important;
    }
  }


  /* v0.2.0 — dedicated landing pages for ONLY the five main Woo categories */
  @media (min-width:901px){
    body.ugde-enabled.ugde-main-category{
      overflow-y:auto!important;
      background:#f4f7fb!important;
    }

    .ugde-maincat-feed,
    .ugde-maincat-feed *{
      box-sizing:border-box;
    }

    .ugde-maincat-feed{
      --maincat-accent:#196fb2;
      --maincat-soft:#edf7ff;
      --maincat-soft-2:#f8fbff;
      width:100%;
      padding:20px 24px 0;
      color:#173552;
      background:#f4f7fb;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }

    .ugde-maincat-tone-2{--maincat-accent:#7659b8;--maincat-soft:#f4f0ff;--maincat-soft-2:#fbf9ff}
    .ugde-maincat-tone-3{--maincat-accent:#bf6b40;--maincat-soft:#fff2e8;--maincat-soft-2:#fffaf6}
    .ugde-maincat-tone-4{--maincat-accent:#43886a;--maincat-soft:#edf9f3;--maincat-soft-2:#f8fcfa}
    .ugde-maincat-tone-5{--maincat-accent:#a65d79;--maincat-soft:#fff0f6;--maincat-soft-2:#fff9fb}

    .ugde-maincat-feed a{text-decoration:none!important}

    .ugde-maincat-hero,
    .ugde-maincat-section,
    .ugde-maincat-trust{
      width:100%;
      max-width:var(--ugde-content);
      margin-left:auto;
      margin-right:auto;
    }

    .ugde-maincat-hero{
      min-height:0;
      padding:16px 24px;
      border-radius:26px;
      display:grid;
      grid-template-columns:minmax(0,1fr);
      gap:10px;
      align-items:center;
      overflow:hidden;
      position:relative;
      isolation:isolate;
      background:
        radial-gradient(circle at 13% 18%,rgba(255,255,255,.86),transparent 27%),
        radial-gradient(circle at 89% 18%,rgba(255,255,255,.54),transparent 23%),
        linear-gradient(135deg,var(--maincat-soft),var(--maincat-soft-2));
      border:1px solid color-mix(in srgb,var(--maincat-accent) 14%,transparent);
      box-shadow:0 13px 34px rgba(20,50,82,.065);
    }

    .ugde-maincat-hero::after{
      content:"";
      position:absolute;
      z-index:-1;
      width:260px;
      height:260px;
      border-radius:50%;
      right:-100px;
      bottom:-140px;
      background:radial-gradient(circle,color-mix(in srgb,var(--maincat-accent) 15%,transparent),transparent 68%);
      pointer-events:none;
    }

    .ugde-maincat-breadcrumb{
      margin-bottom:6px;
      display:flex;
      align-items:center;
      gap:7px;
      color:#7b8b99;
      font:700 9px/1.2 system-ui;
    }

    .ugde-maincat-breadcrumb a{color:#6a8195!important}
    .ugde-maincat-breadcrumb b{color:var(--maincat-accent);font-weight:800}

    .ugde-maincat-hero-copy>small{
      display:flex;
      align-items:center;
      gap:7px;
      color:var(--maincat-accent);
      font:850 9px/1 system-ui;
      letter-spacing:.12em;
    }

    .ugde-maincat-hero h1{
      margin:6px 0 0!important;
      color:#173552!important;
      font:900 clamp(24px,2.55vw,40px)/.98 system-ui!important;
      letter-spacing:-.05em!important;
    }

    .ugde-maincat-hero p{
      max-width:1000px;
      margin:8px 0 0!important;
      color:#61788c!important;
      font:550 12px/1.42 system-ui!important;
    }

    .ugde-maincat-facts{display:none!important}

    .ugde-maincat-facts>span{
      min-width:92px;
      padding:7px 10px;
      border-radius:13px;
      display:flex;
      flex-direction:column;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(25,78,121,.07);
      box-shadow:0 5px 16px rgba(20,50,82,.035);
    }

    .ugde-maincat-facts b{
      color:var(--maincat-accent);
      font:900 14px/1 system-ui;
    }

    .ugde-maincat-facts small{
      margin-top:3px;
      color:#758a9d;
      font:650 8px/1.1 system-ui;
    }

    .ugde-maincat-hero-visual{display:none!important}

    .ugde-maincat-hero-visual img{
      width:auto!important;
      height:auto!important;
      max-width:88%!important;
      max-height:165px!important;
      object-fit:contain!important;
      filter:drop-shadow(0 16px 24px rgba(25,54,78,.11));
    }

    .ugde-maincat-hero-visual>span{
      width:110px;
      height:110px;
      border-radius:30px;
      display:grid;
      place-items:center;
      color:var(--maincat-accent);
      background:rgba(255,255,255,.72);
    }

    .ugde-maincat-section{
      margin-top:14px;
      padding:16px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(13,94,175,.07);
      box-shadow:0 7px 24px rgba(20,50,82,.045);
    }

    .ugde-maincat-subcategories{
      background:linear-gradient(145deg,#ffffff,var(--maincat-soft-2));
    }

    .ugde-maincat-subcategories .ugde-section-head{
      margin-bottom:8px;
    }

    .ugde-maincat-subcategories .ugde-section-head h2{
      font-size:16px!important;
      line-height:1.05!important;
    }

    .ugde-maincat-subcategories .ugde-section-head p{display:none!important;}

    .ugde-maincat-subgrid{
      display:grid;
      grid-template-columns:repeat(6,minmax(0,1fr));
      gap:8px;
    }

    .ugde-maincat-subcard{
      min-width:0;
      padding:0;
      border-radius:18px;
      background:#fff;
      border:1px solid color-mix(in srgb,var(--maincat-accent) 10%,#e5edf4);
      box-shadow:0 5px 14px rgba(20,50,82,.04);
      transition:transform .16s ease,box-shadow .16s ease;
      overflow:hidden;
    }

    .ugde-maincat-subcard:hover{
      transform:translateY(-2px);
      box-shadow:0 10px 20px rgba(20,50,82,.08);
    }

    .ugde-maincat-subcard-link{
      min-height:0;
      padding:8px 8px 10px;
      display:flex;
      flex-direction:column;
      gap:8px;
      align-items:center;
      justify-content:flex-start;
      text-align:center;
      color:#173552!important;
    }

    .ugde-maincat-subimage{
      width:100%;
      height:112px;
      border-radius:14px;
      display:grid;
      place-items:center;
      overflow:hidden;
      background:#fff;
    }

    .ugde-maincat-subimage img{
      width:auto!important;
      height:auto!important;
      max-width:92%!important;
      max-height:98px!important;
      object-fit:contain!important;
    }

    .ugde-maincat-subimage>span{
      color:var(--maincat-accent);
    }

    .ugde-maincat-subcopy,
    .ugde-maincat-submini,
    .ugde-maincat-subgo{
      display:none!important;
    }

    .ugde-maincat-subtitle{
      display:block;
      padding:0;
      color:#173552!important;
      font:850 12.5px/1.2 system-ui;
      letter-spacing:-.01em;
    }

    .ugde-maincat-popular{
      overflow:hidden;
      padding:14px 16px;
    }

    .ugde-maincat-popular .ugde-section-head{
      margin-bottom:10px;
    }

    .ugde-maincat-popular .ugde-section-head h2{
      font-size:20px!important;
      line-height:1.06!important;
    }

    .ugde-maincat-popular .ugde-products-eight{
      grid-template-columns:repeat(6,minmax(108px,1fr));
      gap:10px;
    }

    .ugde-maincat-popular .ugde-product-image{
      aspect-ratio:1/0.92;
    }

    .ugde-maincat-popular .ugde-product-copy{
      padding:8px;
    }

    .ugde-maincat-popular .ugde-product-title{
      min-height:28px;
      font-size:10.5px!important;
      line-height:1.32!important;
    }

    .ugde-maincat-popular .ugde-product-bottom{
      margin-top:6px;
      min-height:26px;
    }

    .ugde-maincat-popular .ugde-price,
    .ugde-maincat-popular .ugde-login-price{
      font-size:10px!important;
    }

    .ugde-maincat-popular .ugde-product-go{
      width:26px;
      height:26px;
    }

    .ugde-maincat-products .ugde-section-head{
      align-items:center;
    }

    .ugde-maincat-product-count{
      min-width:105px;
      padding:9px 12px;
      border-radius:14px;
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      background:var(--maincat-soft);
    }

    .ugde-maincat-product-count b{
      color:var(--maincat-accent);
      font:900 18px/1 system-ui;
    }

    .ugde-maincat-product-count span{
      margin-top:3px;
      color:#71869a;
      font:700 8.5px/1 system-ui;
    }

    .ugde-maincat-all-grid{
      grid-template-columns:repeat(6,minmax(0,1fr))!important;
    }

    .ugde-maincat-pagination{
      margin-top:24px;
      display:flex;
      justify-content:center;
    }

    .ugde-maincat-pagination ul{
      margin:0!important;
      padding:6px!important;
      list-style:none!important;
      display:flex;
      gap:5px;
      border-radius:16px;
      background:#f2f7fb;
      border:1px solid #e3edf5;
    }

    .ugde-maincat-pagination li{margin:0!important;padding:0!important}

    .ugde-maincat-pagination a,
    .ugde-maincat-pagination span{
      min-width:35px;
      height:35px;
      padding:0 8px;
      border-radius:10px;
      display:grid;
      place-items:center;
      color:#36546e!important;
      font:800 10px/1 system-ui;
    }

    .ugde-maincat-pagination .current{
      color:#fff!important;
      background:var(--maincat-accent);
    }

    .ugde-maincat-trust{
      margin-top:24px!important;
      margin-bottom:24px!important;
    }

    .ugde-maincat-bottom{
      margin-top:0!important;
    }

    .ugde-maincat-copyright{
      margin-bottom:0!important;
    }

    /* Dedicated Smart Bar subcategory panel for the five main category pages. */
    .ugde-maincat-smart-subgrid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:8px;
    }

    .ugde-maincat-smart-subgrid>a{
      min-width:0;
      min-height:48px;
      padding:8px 10px;
      border-radius:13px;
      display:grid;
      grid-template-columns:30px minmax(0,1fr) 14px;
      gap:7px;
      align-items:center;
      color:#173552!important;
      background:#f7fafc;
      border:1px solid #e3edf5;
    }

    .ugde-maincat-smart-subgrid>a>span{
      width:30px;
      height:30px;
      border-radius:9px;
      display:grid;
      place-items:center;
      color:#0d5eaf;
      background:#eaf4fc;
    }

    .ugde-maincat-smart-subgrid strong{
      min-width:0;
      font:780 10px/1.15 system-ui;
    }

    @media (max-width:1280px){
      .ugde-maincat-subgrid{grid-template-columns:repeat(4,minmax(0,1fr))}
      .ugde-maincat-all-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
    }

    @media (max-width:1080px){
      .ugde-maincat-hero{grid-template-columns:minmax(0,1fr) 260px}
      .ugde-maincat-subgrid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .ugde-maincat-all-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
      .ugde-maincat-smart-subgrid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
  }


/* v0.2.1 — cleaner 5 main category cards on the custom shop page */
@media (min-width:901px){
  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-card{
    min-height:330px!important;
    padding:24px 18px 20px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mainlink{
    display:block!important;
    text-decoration:none!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual{
    height:210px!important;
    min-height:210px!important;
    margin:0 0 14px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>img{
    width:auto!important;
    height:auto!important;
    max-width:88%!important;
    max-height:180px!important;
    object-fit:contain!important;
    filter:none!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-fallback{
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#2f88df!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-visual>i,
  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>small,
  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-mini,
  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>b{
    display:none!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy{
    margin-top:auto!important;
    padding:0 4px 2px!important;
    display:block!important;
    text-align:center!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-copy>strong{
    display:block!important;
    margin:0!important;
    color:#183754!important;
    font:900 20px/1.08 system-ui!important;
    letter-spacing:-.035em!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-titlelink{
    color:inherit!important;
    text-decoration:none!important;
  }

  body.ugde-enabled.ugde-shop .ugde-shop-only-categories .ugde-shop-category-titlelink:hover{
    color:#0d5eaf!important;
  }
}


    .ugde-maincat-popular{display:none!important}


    body.ugde-enabled.ugde-sub-category{
      overflow-y:auto!important;
      background:#f4f7fb!important;
    }

    .ugde-subcat-feed,
    .ugde-subcat-feed *{
      box-sizing:border-box;
    }

    .ugde-subcat-pagination{
      margin-top:18px;
      display:flex;
      justify-content:center;
    }

    .ugde-subcat-pagination ul{
      margin:0!important;
      padding:0!important;
      list-style:none!important;
      display:flex;
      align-items:center;
      gap:8px;
    }

    .ugde-subcat-pagination li{
      margin:0!important;
    }

    .ugde-subcat-pagination a,
    .ugde-subcat-pagination span{
      min-width:34px;
      height:34px;
      padding:0 10px;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      border:1px solid #d9e6f2;
      background:#fff;
      color:#173552!important;
      font:800 11px/1 system-ui!important;
      text-decoration:none!important;
    }

    .ugde-subcat-pagination .current{
      color:#fff!important;
      background:#0d5eaf;
      border-color:#0d5eaf;
    }


/* v0.2.5 — all deeper Woo subcategories show products, not another category layer */
@media (min-width:901px){
  body.ugde-enabled.ugde-sub-category #boxed-wrapper,
  body.ugde-enabled.ugde-sub-category > #wrapper,
  body.ugde-enabled.ugde-sub-category .fusion-tb-header,
  body.ugde-enabled.ugde-sub-category .fusion-tb-content,
  body.ugde-enabled.ugde-sub-category .fusion-tb-footer,
  body.ugde-enabled.ugde-sub-category #main,
  body.ugde-enabled.ugde-sub-category .fusion-page-title-bar,
  body.ugde-enabled.ugde-sub-category .fusion-footer,
  body.ugde-enabled.ugde-sub-category footer#footer{
    display:none!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-products{
    margin-top:14px!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-section-head{
    align-items:center!important;
    margin-bottom:14px!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-section-head h2{
    font-size:21px!important;
    line-height:1.05!important;
  }

  .ugde-subcat-product-total{
    min-width:94px;
    padding:8px 11px;
    border-radius:13px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    background:var(--maincat-soft);
  }

  .ugde-subcat-product-total b{
    color:var(--maincat-accent);
    font:900 16px/1 system-ui;
  }

  .ugde-subcat-product-total span{
    margin-top:3px;
    color:#71869a;
    font:700 8px/1 system-ui;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-products-six{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }

  @media (max-width:1280px){
    body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-products-six{
      grid-template-columns:repeat(5,minmax(0,1fr))!important;
    }
  }

  @media (max-width:1080px){
    body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-products-six{
      grid-template-columns:repeat(4,minmax(0,1fr))!important;
    }
  }
}


/* v0.2.6 — hierarchy rule across the whole catalogue */
@media (min-width:901px){
  body.ugde-enabled.ugde-sub-category .ugde-subcat-category-level{
    margin-top:14px!important;
    background:linear-gradient(145deg,#ffffff,var(--maincat-soft-2))!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-category-level .ugde-section-head{
    margin-bottom:8px!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-category-level .ugde-maincat-subimage{
    background:#fff!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-category-level .ugde-maincat-subimage img{
    max-width:92%!important;
    max-height:98px!important;
    object-fit:contain!important;
  }
}

/* v0.2.7 — centered category cards, unified catalogue product cards, infinite scroll */
@media (min-width:901px){
  body.ugde-enabled .ugde-maincat-subgrid{
    justify-content:center!important;
  }

  body.ugde-enabled .ugde-maincat-subcard,
  body.ugde-enabled .ugde-maincat-subcard-link{
    text-align:center!important;
  }

  body.ugde-enabled .ugde-maincat-subimage{
    height:136px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.ugde-enabled .ugde-maincat-subimage img{
    width:auto!important;
    height:auto!important;
    max-width:96%!important;
    max-height:122px!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }

  body.ugde-enabled .ugde-maincat-subtitle{
    width:100%;
    text-align:center!important;
  }

  body.ugde-enabled.ugde-sub-category .ugde-subcat-products .ugde-products-six{
    grid-template-columns:repeat(auto-fit,minmax(186px,186px))!important;
    justify-content:center!important;
    gap:14px!important;
  }

  body.ugde-enabled .ugde-product-card--catalog{
    display:flex;
    flex-direction:column;
    min-height:100%;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-product-copy{
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:11px 11px 12px;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-product-title{
    min-height:34px;
    text-align:center!important;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-product-meta{
    min-height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-price,
  body.ugde-enabled .ugde-product-card--catalog .ugde-login-price{
    display:block;
    text-align:center!important;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-product-purchase{
    margin-top:auto;
    display:grid;
    gap:8px;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-cart{
    margin:0;
    display:grid;
    gap:8px;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-qty-wrap .quantity{
    width:100%;
    display:flex!important;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-qty-wrap .qty{
    width:100%!important;
    min-height:40px;
    border-radius:12px;
    border:1px solid #d8e6f4;
    background:#f8fbfe;
    color:#173552;
    font:800 13px/1 system-ui;
    text-align:center;
    padding:0 12px;
    box-shadow:none!important;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-atc-button,
  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-view-product{
    min-height:40px;
    padding:0 12px;
    border-radius:12px;
    border:1px solid #0d5eaf;
    background:#0d5eaf;
    color:#fff!important;
    display:flex;
    align-items:center;
    justify-content:center;
    font:800 12px/1 system-ui;
    text-decoration:none!important;
    cursor:pointer;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-view-product{
    background:#eff6fd;
    color:#0d5eaf!important;
    border-color:#cfe1f3;
  }

  body.ugde-enabled .ugde-subcat-pagination--fallback{
    display:none!important;
  }

  body.ugde-enabled .ugde-infinite-loader{
    margin-top:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#607589;
    font:700 11px/1.2 system-ui;
  }

  body.ugde-enabled .ugde-infinite-loader[hidden]{
    display:none!important;
  }

  body.ugde-enabled .ugde-infinite-sentinel{
    width:100%;
    height:2px;
    margin-top:2px;
  }
}


/* v0.2.8 — reuse the site's real Advanced Dynamic Pricing category table inside the category hero */
@media (min-width:901px){
  body.ugde-enabled .ugde-maincat-hero.has-pricing-table{
    grid-template-columns:minmax(0,1fr) minmax(320px,390px)!important;
    gap:22px!important;
    align-items:center!important;
  }

  body.ugde-enabled .ugde-maincat-pricing{
    min-width:0;
    padding:10px 12px 11px;
    border-radius:17px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(23,53,82,.08);
    box-shadow:0 7px 20px rgba(20,50,82,.055);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }

  body.ugde-enabled .ugde-maincat-pricing-head{
    margin-bottom:6px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  body.ugde-enabled .ugde-maincat-pricing-head small{
    color:var(--maincat-accent);
    font:850 8px/1 system-ui;
    letter-spacing:.11em;
  }

  body.ugde-enabled .ugde-maincat-pricing-body{
    max-height:150px;
    overflow:auto;
    scrollbar-width:thin;
  }

  body.ugde-enabled .ugde-maincat-pricing-body > *:first-child{
    margin-top:0!important;
  }

  body.ugde-enabled .ugde-maincat-pricing-body > *:last-child{
    margin-bottom:0!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table,
  body.ugde-enabled .ugde-maincat-pricing table{
    width:100%!important;
    margin:0!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    background:transparent!important;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table th,
  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table td,
  body.ugde-enabled .ugde-maincat-pricing table th,
  body.ugde-enabled .ugde-maincat-pricing table td{
    padding:4px 7px!important;
    border-color:rgba(23,53,82,.08)!important;
    color:#38536c!important;
    background:transparent!important;
    font:700 9px/1.15 system-ui!important;
    text-align:left!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table th,
  body.ugde-enabled .ugde-maincat-pricing table th{
    color:#173552!important;
    font-weight:850!important;
    background:rgba(237,247,255,.72)!important;
  }

  body.ugde-enabled .ugde-maincat-pricing h1,
  body.ugde-enabled .ugde-maincat-pricing h2,
  body.ugde-enabled .ugde-maincat-pricing h3,
  body.ugde-enabled .ugde-maincat-pricing h4,
  body.ugde-enabled .ugde-maincat-pricing h5,
  body.ugde-enabled .ugde-maincat-pricing h6{
    margin:0 0 6px!important;
    color:#173552!important;
    font:850 10px/1.15 system-ui!important;
  }

  body.ugde-enabled .ugde-maincat-pricing p{
    margin:5px 0!important;
    color:#6c8193!important;
    font:600 8px/1.25 system-ui!important;
  }

  body.ugde-enabled .ugde-maincat-pricing a{
    color:var(--maincat-accent)!important;
  }

  @media (max-width:1080px){
    body.ugde-enabled .ugde-maincat-hero.has-pricing-table{
      grid-template-columns:minmax(0,1fr) 310px!important;
    }
  }
}


/* v0.2.10 — AJAX add-to-cart Smart Bar feedback */
@media (min-width:901px){
  .ugde-smartbar-status{
    display:none!important;
    width:100%;
    min-height:40px;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#123b5c;
    font:850 12px/1 system-ui;
    text-align:center;
  }

  .ugde-smartbar-status-icon{
    width:26px;
    height:26px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#087a48;
    background:rgba(255,255,255,.66);
    box-shadow:inset 0 0 0 1px rgba(8,122,72,.12);
  }

  .ugde-smartbar.is-status .ugde-smartbar-actions,
  .ugde-smartbar.is-status .ugde-smartbar-loading{
    display:none!important;
  }

  .ugde-smartbar.is-status .ugde-smartbar-status{
    display:flex!important;
  }

  .ugde-smartbar.is-status-error .ugde-smartbar-status{
    color:#8b2d2d;
  }

  .ugde-smartbar.is-status-error .ugde-smartbar-status-icon{
    color:#a23838;
    box-shadow:inset 0 0 0 1px rgba(162,56,56,.14);
  }

  .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    opacity:.72;
    cursor:wait!important;
  }
}


/* v0.2.14 — make category quantity-pricing panel horizontal and more compact */
@media (min-width:901px){
  body.ugde-enabled .ugde-maincat-hero.has-pricing-table{
    grid-template-columns:minmax(0,1fr) minmax(420px,540px)!important;
    gap:18px!important;
    align-items:start!important;
  }

  body.ugde-enabled .ugde-maincat-pricing{
    padding:10px 12px 12px!important;
    border-radius:18px!important;
  }

  body.ugde-enabled .ugde-maincat-pricing-head{
    margin-bottom:8px!important;
  }

  body.ugde-enabled .ugde-maincat-pricing-head small{
    font:850 9px/1 system-ui!important;
    letter-spacing:.12em!important;
  }

  body.ugde-enabled .ugde-maincat-pricing-body{
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:thin;
  }

  body.ugde-enabled .ugde-maincat-pricing h1,
  body.ugde-enabled .ugde-maincat-pricing h2,
  body.ugde-enabled .ugde-maincat-pricing h3,
  body.ugde-enabled .ugde-maincat-pricing h4,
  body.ugde-enabled .ugde-maincat-pricing h5,
  body.ugde-enabled .ugde-maincat-pricing h6,
  body.ugde-enabled .ugde-maincat-pricing p{
    display:none!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table,
  body.ugde-enabled .ugde-maincat-pricing table{
    width:100%!important;
    min-width:100%!important;
    display:block!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table thead,
  body.ugde-enabled .ugde-maincat-pricing table thead{
    display:none!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table tbody,
  body.ugde-enabled .ugde-maincat-pricing table tbody{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    align-items:stretch!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table tr,
  body.ugde-enabled .ugde-maincat-pricing table tr{
    flex:0 1 auto!important;
    min-width:150px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:8px 10px!important;
    border-radius:12px!important;
    border:1px solid rgba(23,53,82,.08)!important;
    background:rgba(255,255,255,.9)!important;
    box-shadow:0 4px 10px rgba(20,50,82,.04)!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table th,
  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table td,
  body.ugde-enabled .ugde-maincat-pricing table th,
  body.ugde-enabled .ugde-maincat-pricing table td{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    white-space:nowrap!important;
    font:800 10px/1.2 system-ui!important;
    color:#587086!important;
  }

  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table td:last-child,
  body.ugde-enabled .ugde-maincat-pricing .wdp_pricing_table th:last-child,
  body.ugde-enabled .ugde-maincat-pricing table td:last-child,
  body.ugde-enabled .ugde-maincat-pricing table th:last-child{
    color:#173552!important;
    font-weight:900!important;
  }
}

@media (max-width:1080px){
  body.ugde-enabled .ugde-maincat-hero.has-pricing-table{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

/* v0.2.17 — TRUE centering: center only the cards that actually exist */
@media (min-width:901px){
  body.ugde-enabled .ugde-maincat-subgrid{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:stretch!important;
    gap:8px!important;
    width:100%!important;
  }

  body.ugde-enabled .ugde-maincat-subcard{
    flex:0 0 calc((100% - 40px) / 6)!important;
    width:calc((100% - 40px) / 6)!important;
    max-width:220px!important;
    min-width:150px!important;
    margin:0!important;
  }

  body.ugde-enabled .ugde-maincat-subcard-link{
    width:100%!important;
    height:100%!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
  }

  body.ugde-enabled .ugde-maincat-subtitle{
    width:100%!important;
    text-align:center!important;
  }

  @media (max-width:1280px){
    body.ugde-enabled .ugde-maincat-subcard{
      flex-basis:calc((100% - 24px) / 4)!important;
      width:calc((100% - 24px) / 4)!important;
      max-width:220px!important;
    }
  }

  @media (max-width:1080px){
    body.ugde-enabled .ugde-maincat-subcard{
      flex-basis:calc((100% - 16px) / 3)!important;
      width:calc((100% - 16px) / 3)!important;
      max-width:220px!important;
    }
  }
}


/* v0.2.18 — do not replay the AI speech bubble after AJAX add-to-cart success */
@media (min-width:901px){
  html.ugde-suppress-ai-tip-after-cart
  .ugde-smartbar.is-ready:not(.is-navigating)
  .ugde-smartbar-ai:not(:hover):not(:focus-visible)
  .ugde-smartbar-ai-tip,

  html.ugde-suppress-ai-tip-after-cart
  .ugde-smartbar-home.is-ready:not(.is-navigating)
  .ugde-smartbar-ai:not(:hover):not(:focus-visible)
  .ugde-smartbar-ai-tip{
    animation:none!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateX(-50%) translateY(8px) scale(.96)!important;
  }

  /* Explicit user interaction still shows the hint. */
  html.ugde-suppress-ai-tip-after-cart
  .ugde-smartbar-ai:hover
  .ugde-smartbar-ai-tip,

  html.ugde-suppress-ai-tip-after-cart
  .ugde-smartbar-ai:focus-visible
  .ugde-smartbar-ai-tip{
    opacity:1!important;
    visibility:visible!important;
    transform:translateX(-50%) translateY(0) scale(1)!important;
    animation:none!important;
  }
}


/* v0.2.19 — fixed-size in-bar success overlay; no Smart Bar resize/jump */
@media (min-width:901px){
  .ugde-smartbar{
    position:fixed!important;
  }

  /*
   * The actions always remain the layout-sized element.
   * During success/error we only fade them visually, so the Smart Bar keeps
   * exactly the same width and height.
   */
  .ugde-smartbar.is-status .ugde-smartbar-actions{
    display:grid!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:none!important;
  }

  .ugde-smartbar.is-status .ugde-smartbar-loading{
    display:none!important;
  }

  .ugde-smartbar-status{
    position:absolute!important;
    inset:0!important;
    z-index:8!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0 18px!important;
    border-radius:inherit!important;
    overflow:hidden!important;

    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;

    background:
      radial-gradient(circle at 50% 120%,rgba(99,214,161,.20),transparent 48%),
      linear-gradient(100deg,
        rgba(222,240,255,.92) 0%,
        rgba(239,229,255,.92) 28%,
        rgba(255,232,238,.92) 52%,
        rgba(226,249,240,.94) 78%,
        rgba(219,239,255,.92) 100%
      )!important;
    background-size:180% 180%!important;

    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.74),
      inset 0 0 0 1px rgba(52,125,98,.08)!important;

    color:#173552!important;
    font:850 12px/1 system-ui!important;
    text-align:center!important;
  }

  .ugde-smartbar.is-status .ugde-smartbar-status{
    display:flex!important;
    animation:
      ugde-cart-success-bg 1.45s ease both,
      ugde-cart-success-enter .32s cubic-bezier(.2,.82,.22,1) both!important;
  }

  /* One controlled highlight pass, contained entirely inside the bar. */
  .ugde-smartbar-status::before{
    content:"";
    position:absolute;
    top:-45%;
    bottom:-45%;
    left:-32%;
    width:24%;
    transform:skewX(-18deg);
    background:linear-gradient(
      90deg,
      rgba(255,255,255,0),
      rgba(255,255,255,.68),
      rgba(255,255,255,0)
    );
    filter:blur(1px);
    pointer-events:none;
  }

  .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status::before{
    animation:ugde-cart-success-sweep .82s .12s cubic-bezier(.22,.61,.36,1) both;
  }

  .ugde-smartbar-status-icon{
    position:relative!important;
    z-index:2!important;
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    color:#fff!important;
    background:linear-gradient(145deg,#16a36b,#0b8d5a)!important;
    box-shadow:
      0 5px 13px rgba(13,139,89,.20),
      inset 0 1px 0 rgba(255,255,255,.36)!important;
  }

  /* Use a clean success tick while keeping the underlying cart SVG for fallback. */
  .ugde-smartbar:not(.is-status-error) .ugde-smartbar-status-icon svg{
    display:none!important;
  }

  .ugde-smartbar:not(.is-status-error) .ugde-smartbar-status-icon::after{
    content:"✓";
    display:block;
    color:#fff;
    font:950 16px/1 system-ui;
    transform-origin:center;
    animation:ugde-cart-check-pop .48s cubic-bezier(.22,1.35,.35,1) both;
  }

  .ugde-smartbar-status b{
    position:relative!important;
    z-index:2!important;
    color:#173552!important;
    font:900 12px/1 system-ui!important;
    letter-spacing:-.01em!important;
  }

  .ugde-smartbar.is-status:not(.is-status-error){
    box-shadow:
      0 15px 37px rgba(10,26,43,.20),
      0 4px 14px rgba(31,149,105,.11),
      inset 0 1px 0 rgba(255,255,255,.38)!important;
  }

  /* Error remains calm and readable, without the success reward animation. */
  .ugde-smartbar.is-status-error .ugde-smartbar-status{
    background:linear-gradient(100deg,rgba(255,239,239,.96),rgba(255,247,244,.96))!important;
    color:#8b2d2d!important;
    animation:ugde-cart-success-enter .24s ease both!important;
  }

  .ugde-smartbar.is-status-error .ugde-smartbar-status-icon{
    color:#fff!important;
    background:#a23838!important;
    box-shadow:none!important;
  }

  @keyframes ugde-cart-success-enter{
    from{opacity:0;transform:scale(.985)}
    to{opacity:1;transform:scale(1)}
  }

  @keyframes ugde-cart-success-bg{
    0%{background-position:0% 50%}
    55%{background-position:100% 50%}
    100%{background-position:72% 50%}
  }

  @keyframes ugde-cart-success-sweep{
    0%{left:-32%;opacity:0}
    12%{opacity:1}
    100%{left:112%;opacity:0}
  }

  @keyframes ugde-cart-check-pop{
    0%{opacity:0;transform:scale(.35) rotate(-18deg)}
    62%{opacity:1;transform:scale(1.14) rotate(3deg)}
    100%{opacity:1;transform:scale(1) rotate(0)}
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar.is-status .ugde-smartbar-status,
    .ugde-smartbar-status::before,
    .ugde-smartbar-status-icon::after{
      animation:none!important;
    }
  }
}


/* v0.2.19.1 — fallback +/- controls for infinite-scroll product cards */
@media (min-width:901px){
  body.ugde-enabled .ugde-product-card--catalog
  .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced{
    position:relative!important;
    width:100%!important;
    min-height:40px!important;
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr) 30px!important;
    align-items:stretch!important;
    overflow:hidden!important;
    border:1px solid #d7e4ef!important;
    border-radius:15px!important;
    background:#f8fbfe!important;
  }

  body.ugde-enabled .ugde-product-card--catalog
  .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced .qty{
    grid-column:2!important;
    width:100%!important;
    min-width:0!important;
    min-height:38px!important;
    margin:0!important;
    padding:0 4px!important;
    border:0!important;
    border-left:1px solid #dce7f0!important;
    border-right:1px solid #dce7f0!important;
    border-radius:0!important;
    background:#f8fbfe!important;
    box-shadow:none!important;
    text-align:center!important;
    appearance:textfield!important;
    -moz-appearance:textfield!important;
  }

  body.ugde-enabled .ugde-product-card--catalog
  .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced .qty::-webkit-inner-spin-button,
  body.ugde-enabled .ugde-product-card--catalog
  .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced .qty::-webkit-outer-spin-button{
    -webkit-appearance:none!important;
    margin:0!important;
  }

  body.ugde-enabled .ugde-qty-control{
    width:30px!important;
    min-width:30px!important;
    height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    display:grid!important;
    place-items:center!important;
    background:transparent!important;
    color:#526b80!important;
    box-shadow:none!important;
    font:800 15px/1 system-ui!important;
    cursor:pointer!important;
  }

  body.ugde-enabled .ugde-qty-control:hover{
    color:#0d5eaf!important;
    background:#eef6fd!important;
  }

  body.ugde-enabled .ugde-qty-minus{grid-column:1!important;grid-row:1!important}
  body.ugde-enabled .ugde-qty-plus{grid-column:3!important;grid-row:1!important}
  body.ugde-enabled .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced .qty{
    grid-row:1!important;
  }
}


/* v0.2.19.4 — minimal tactile press for Add to Cart */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button{
    position:relative!important;
    transform:translateY(0) scale(1)!important;
    transform-origin:center center!important;
    transition:
      transform .075s ease,
      box-shadow .075s ease,
      filter .075s ease!important;
    box-shadow:
      0 2px 0 rgba(7,67,132,.82),
      0 5px 10px rgba(13,94,175,.10),
      inset 0 1px 0 rgba(255,255,255,.14)!important;
    will-change:transform;
  }

  body.ugde-enabled .ugde-loop-atc-button:hover{
    filter:brightness(1.025)!important;
    box-shadow:
      0 2px 0 rgba(7,67,132,.84),
      0 6px 12px rgba(13,94,175,.12),
      inset 0 1px 0 rgba(255,255,255,.16)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed{
    transform:translateY(2px) scale(.992)!important;
    filter:brightness(.97)!important;
    box-shadow:
      0 0 0 rgba(7,67,132,0),
      0 2px 5px rgba(13,94,175,.08),
      inset 0 2px 4px rgba(4,45,91,.13)!important;
  }

  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    transform:translateY(1px) scale(.997)!important;
    filter:brightness(.985)!important;
    opacity:.88!important;
    box-shadow:
      0 1px 0 rgba(7,67,132,.72),
      0 3px 7px rgba(13,94,175,.08),
      inset 0 1px 3px rgba(4,45,91,.08)!important;
  }

  @media (prefers-reduced-motion:reduce){
    body.ugde-enabled .ugde-loop-atc-button{
      transition:none!important;
    }
  }
}

/* v0.2.19.3 — prevent duplicate/two-row quantity controls */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced{
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    grid-template-rows:40px!important;
  }

  body.ugde-enabled .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced > .ugde-qty-control,
  body.ugde-enabled .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced > input.qty{
    align-self:stretch!important;
    max-height:40px!important;
  }
}


/* v0.2.19.5 — softer, rounder tactile texture for cart controls */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button{
    border-radius:17px!important;
    overflow:hidden!important;
    isolation:isolate!important;
    background:
      linear-gradient(180deg,#1575c9 0%,#0e67ba 48%,#0b5dab 100%)!important;
    border:1px solid rgba(4,71,133,.34)!important;
    box-shadow:
      0 4px 0 rgba(5,73,137,.82),
      0 7px 13px rgba(13,94,175,.14),
      inset 0 1px 0 rgba(255,255,255,.26),
      inset 0 -1px 0 rgba(3,61,117,.12)!important;
    transform:translateY(0) scale(1)!important;
    transition:
      transform .09s cubic-bezier(.2,.75,.3,1),
      box-shadow .10s ease,
      filter .10s ease!important;
  }

  body.ugde-enabled .ugde-loop-atc-button::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:-1!important;
    pointer-events:none!important;
    border-radius:inherit!important;
    background:
      radial-gradient(120% 75% at 50% 0%,
        rgba(255,255,255,.20) 0%,
        rgba(255,255,255,.08) 42%,
        rgba(255,255,255,0) 68%)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:hover{
    transform:translateY(-1px) scale(1.003)!important;
    filter:brightness(1.025)!important;
    box-shadow:
      0 5px 0 rgba(5,73,137,.82),
      0 8px 15px rgba(13,94,175,.16),
      inset 0 1px 0 rgba(255,255,255,.30),
      inset 0 -1px 0 rgba(3,61,117,.10)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed{
    transform:translateY(2px) scale(.992)!important;
    filter:brightness(.965)!important;
    box-shadow:
      0 1px 0 rgba(5,73,137,.85),
      0 2px 4px rgba(13,94,175,.09),
      inset 0 2px 5px rgba(3,48,91,.18),
      inset 0 -1px 0 rgba(255,255,255,.08)!important;
  }

  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    transform:translateY(1px) scale(.996)!important;
    filter:brightness(.98)!important;
    box-shadow:
      0 2px 0 rgba(5,73,137,.80),
      0 3px 6px rgba(13,94,175,.09),
      inset 0 1px 4px rgba(3,48,91,.14),
      inset 0 1px 0 rgba(255,255,255,.10)!important;
  }

  /* Quantity control gets the same softer rounded language, but more subtle. */
  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-qty-wrap .quantity,
  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-qty-wrap .quantity.ugde-quantity-enhanced{
    border-radius:15px!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,#fbfdff,#f3f8fc)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.95),
      0 2px 5px rgba(29,65,98,.045)!important;
  }

  body.ugde-enabled .ugde-product-card--catalog .ugde-loop-qty-wrap .qty{
    background:transparent!important;
  }

  body.ugde-enabled .ugde-qty-control{
    transition:
      background .10s ease,
      transform .08s ease,
      box-shadow .08s ease!important;
  }

  body.ugde-enabled .ugde-qty-control:hover{
    background:#edf5fc!important;
  }

  body.ugde-enabled .ugde-qty-control:active{
    transform:translateY(1px)!important;
    background:#e7f1fa!important;
    box-shadow:inset 0 2px 4px rgba(31,74,112,.10)!important;
  }

  @media (prefers-reduced-motion:reduce){
    body.ugde-enabled .ugde-loop-atc-button,
    body.ugde-enabled .ugde-qty-control{
      transition:none!important;
    }
  }
}


/* v0.2.19.10 — live cart-count badge refresh */
@media (min-width:901px){
  body.ugde-enabled .ugde-cart-link em.ugde-cart-count-updated,
  body.ugde-enabled .ugde-smartbar-cart em.ugde-cart-count-updated{
    animation:ugde-cart-count-refresh .32s cubic-bezier(.2,.9,.25,1) both;
  }

  @keyframes ugde-cart-count-refresh{
    0%{transform:scale(.76);opacity:.55}
    58%{transform:scale(1.15);opacity:1}
    100%{transform:scale(1);opacity:1}
  }

  @media (prefers-reduced-motion:reduce){
    body.ugde-enabled .ugde-cart-link em.ugde-cart-count-updated,
    body.ugde-enabled .ugde-smartbar-cart em.ugde-cart-count-updated{
      animation:none!important;
    }
  }
}


/* v0.2.19.11 — taller, more physical Add-to-Cart button */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button{
    min-height:52px!important;
    height:52px!important;
    padding:0 18px!important;
    border-radius:18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:-.01em!important;
    background:linear-gradient(180deg,#1779cf 0%,#0f69bc 52%,#0a5aa8 100%)!important;
    box-shadow:
      0 5px 0 rgba(5,72,134,.92),
      0 10px 18px rgba(13,94,175,.16),
      inset 0 1px 0 rgba(255,255,255,.30),
      inset 0 -2px 0 rgba(3,58,111,.14)!important;
    transform:translateY(0) scale(1)!important;
    transition:
      transform .085s cubic-bezier(.2,.8,.25,1),
      box-shadow .09s ease,
      filter .09s ease!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:hover{
    transform:translateY(-1px)!important;
    filter:brightness(1.025)!important;
    box-shadow:
      0 6px 0 rgba(5,72,134,.92),
      0 12px 20px rgba(13,94,175,.18),
      inset 0 1px 0 rgba(255,255,255,.34),
      inset 0 -2px 0 rgba(3,58,111,.12)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed{
    transform:translateY(4px) scale(.992)!important;
    filter:brightness(.96)!important;
    box-shadow:
      0 1px 0 rgba(5,72,134,.94),
      0 3px 6px rgba(13,94,175,.10),
      inset 0 3px 7px rgba(3,48,91,.20),
      inset 0 -1px 0 rgba(255,255,255,.08)!important;
  }

  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    transform:translateY(2px) scale(.996)!important;
    filter:brightness(.985)!important;
    box-shadow:
      0 2px 0 rgba(5,72,134,.88),
      0 4px 7px rgba(13,94,175,.10),
      inset 0 2px 5px rgba(3,48,91,.15),
      inset 0 1px 0 rgba(255,255,255,.10)!important;
  }
}


/* v0.2.19.12 — success message directly on Add-to-Cart button */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button.is-added{
    background:linear-gradient(180deg,#159b78 0%,#108767 52%,#0c765a 100%)!important;
    border-color:rgba(5,106,79,.38)!important;
    box-shadow:
      0 5px 0 rgba(6,103,78,.90),
      0 10px 18px rgba(12,133,100,.15),
      inset 0 1px 0 rgba(255,255,255,.30),
      inset 0 -2px 0 rgba(4,78,59,.14)!important;
  }
}

/* v0.2.19.13 — slightly taller, rounder and deeper tactile Add-to-Cart press */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button{
    min-height:56px!important;
    height:56px!important;
    padding:0 19px!important;
    border-radius:22px!important;
    box-shadow:
      0 6px 0 rgba(5,72,134,.94),
      0 12px 20px rgba(13,94,175,.17),
      inset 0 1px 0 rgba(255,255,255,.32),
      inset 0 -2px 0 rgba(3,58,111,.15)!important;
    transition:
      transform .07s cubic-bezier(.2,.8,.25,1),
      box-shadow .075s ease,
      filter .075s ease!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:hover{
    transform:translateY(-1px)!important;
    box-shadow:
      0 7px 0 rgba(5,72,134,.94),
      0 13px 22px rgba(13,94,175,.19),
      inset 0 1px 0 rgba(255,255,255,.35),
      inset 0 -2px 0 rgba(3,58,111,.13)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed{
    transform:translateY(6px) scale(.988)!important;
    filter:brightness(.945)!important;
    box-shadow:
      0 0 0 rgba(5,72,134,0),
      0 2px 4px rgba(13,94,175,.08),
      inset 0 5px 10px rgba(3,43,82,.27),
      inset 0 1px 2px rgba(0,0,0,.10),
      inset 0 -1px 0 rgba(255,255,255,.07)!important;
  }

  /* Keep queued/adding feedback subtle so it never masks the click itself. */
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    transform:translateY(2px) scale(.996)!important;
    filter:brightness(.982)!important;
    box-shadow:
      0 3px 0 rgba(5,72,134,.88),
      0 5px 8px rgba(13,94,175,.10),
      inset 0 2px 5px rgba(3,48,91,.15),
      inset 0 1px 0 rgba(255,255,255,.10)!important;
  }

  /* While the mouse is physically down, the press state wins over queued/adding. */
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button:active{
    transform:translateY(6px) scale(.988)!important;
    filter:brightness(.945)!important;
    box-shadow:
      0 0 0 rgba(5,72,134,0),
      0 2px 4px rgba(13,94,175,.08),
      inset 0 5px 10px rgba(3,43,82,.27),
      inset 0 1px 2px rgba(0,0,0,.10),
      inset 0 -1px 0 rgba(255,255,255,.07)!important;
  }

  body.ugde-enabled .ugde-loop-atc-button.is-added{
    border-radius:22px!important;
  }
}


/* v0.2.19.14 — true mechanical click: press travels slightly below the resting plane */
@media (min-width:901px){
  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed,
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button:active{
    transform:translateY(9px) scale(.984)!important;
    filter:brightness(.925)!important;
    box-shadow:
      0 -1px 0 rgba(3,55,104,.34),
      0 1px 2px rgba(3,43,82,.08),
      inset 0 7px 13px rgba(3,43,82,.32),
      inset 0 2px 3px rgba(0,0,0,.15),
      inset 0 -1px 0 rgba(255,255,255,.05)!important;
    transition-duration:.045s!important;
  }
}

/* v0.2.19.15 — slower mechanical click with a short full-depth hold and no rebound step */
@media (min-width:901px){
  /* Do not lift above the resting plane on hover; this prevents a tiny post-click hop. */
  body.ugde-enabled .ugde-loop-atc-button:hover{
    transform:translateY(0) scale(1)!important;
  }

  /* Slower, deliberate travel down. */
  body.ugde-enabled .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-atc-button.is-pressed,
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button:active,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button:active{
    transform:translateY(9px) scale(.984)!important;
    filter:brightness(.925)!important;
    box-shadow:
      0 -1px 0 rgba(3,55,104,.34),
      0 1px 2px rgba(3,43,82,.08),
      inset 0 7px 13px rgba(3,43,82,.32),
      inset 0 2px 3px rgba(0,0,0,.15),
      inset 0 -1px 0 rgba(255,255,255,.05)!important;
    transition:
      transform .13s cubic-bezier(.22,.72,.28,1),
      box-shadow .13s ease,
      filter .13s ease!important;
  }

  /* After click release, keep the button fully depressed during the queue hold. */
  body.ugde-enabled .ugde-loop-cart.is-queued:not(.is-adding) .ugde-loop-atc-button{
    transform:translateY(9px) scale(.984)!important;
    filter:brightness(.925)!important;
    box-shadow:
      0 -1px 0 rgba(3,55,104,.34),
      0 1px 2px rgba(3,43,82,.08),
      inset 0 7px 13px rgba(3,43,82,.32),
      inset 0 2px 3px rgba(0,0,0,.15),
      inset 0 -1px 0 rgba(255,255,255,.05)!important;
    transition:none!important;
  }

  /* Then return once, directly to the resting plane — no 2px intermediate rise, no bounce. */
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button{
    transform:translateY(0) scale(1)!important;
    filter:brightness(1)!important;
    box-shadow:
      0 6px 0 rgba(5,72,134,.94),
      0 12px 20px rgba(13,94,175,.17),
      inset 0 1px 0 rgba(255,255,255,.32),
      inset 0 -2px 0 rgba(3,58,111,.15)!important;
    transition:
      transform .22s cubic-bezier(.20,.75,.25,1),
      box-shadow .22s ease,
      filter .20s ease!important;
  }

  /* A physically held mouse press always wins, even if the AJAX request has started. */
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button:active{
    transform:translateY(9px) scale(.984)!important;
    filter:brightness(.925)!important;
    box-shadow:
      0 -1px 0 rgba(3,55,104,.34),
      0 1px 2px rgba(3,43,82,.08),
      inset 0 7px 13px rgba(3,43,82,.32),
      inset 0 2px 3px rgba(0,0,0,.15),
      inset 0 -1px 0 rgba(255,255,255,.05)!important;
    transition:
      transform .13s cubic-bezier(.22,.72,.28,1),
      box-shadow .13s ease,
      filter .13s ease!important;
  }
}

/* v0.2.19.16 — keep Add-to-Cart fully depressed until AJAX success lights “✓ Προστέθηκε” */
@media (min-width:901px){
  /* Queued AND actively sending stay at the same full click depth. */
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button,
  body.ugde-enabled .ugde-loop-cart.is-queued .ugde-loop-atc-button:hover,
  body.ugde-enabled .ugde-loop-cart.is-adding .ugde-loop-atc-button:hover{
    transform:translateY(9px) scale(.984)!important;
    filter:brightness(.925)!important;
    box-shadow:
      0 -1px 0 rgba(3,55,104,.34),
      0 1px 2px rgba(3,43,82,.08),
      inset 0 7px 13px rgba(3,43,82,.32),
      inset 0 2px 3px rgba(0,0,0,.15),
      inset 0 -1px 0 rgba(255,255,255,.05)!important;
    transition:none!important;
  }

  /* Success is the release point: green “✓ Προστέθηκε” rises directly to rest. */
  body.ugde-enabled .ugde-loop-atc-button.is-added,
  body.ugde-enabled .ugde-loop-atc-button.is-added:hover{
    transform:translateY(0) scale(1)!important;
    filter:brightness(1)!important;
    transition:
      transform .24s cubic-bezier(.20,.75,.25,1),
      box-shadow .24s ease,
      filter .20s ease,
      background .16s ease!important;
  }
}


/* v0.2.19.17 — Smart Bar success becomes a bright green confirmation light */
@media (min-width:901px){
  .ugde-smartbar.is-status:not(.is-status-error){
    border-color:rgba(158,255,198,.92)!important;
    box-shadow:
      0 0 0 1px rgba(112,255,172,.34),
      0 0 18px rgba(53,255,142,.58),
      0 0 42px rgba(31,226,118,.42),
      0 15px 37px rgba(8,70,39,.22),
      inset 0 1px 0 rgba(255,255,255,.62)!important;
  }

  .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status{
    background:
      radial-gradient(circle at 50% 120%,rgba(226,255,237,.96),transparent 48%),
      linear-gradient(100deg,
        rgba(95,255,158,.98) 0%,
        rgba(47,239,124,.99) 22%,
        rgba(111,255,169,.99) 48%,
        rgba(41,232,115,.99) 72%,
        rgba(101,255,162,.98) 100%
      )!important;
    background-size:180% 180%!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.70),
      inset 0 0 0 1px rgba(9,111,57,.10),
      inset 0 0 26px rgba(229,255,238,.20)!important;
    color:#053d22!important;
  }

  .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status b{
    color:#053d22!important;
    text-shadow:0 1px 0 rgba(255,255,255,.35)!important;
  }

  .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status-icon{
    background:linear-gradient(145deg,#08753d,#045b2d)!important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.20),
      0 0 14px rgba(255,255,255,.32),
      inset 0 1px 0 rgba(255,255,255,.34)!important;
  }

  .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    background:radial-gradient(circle at 50% 50%,rgba(224,255,235,.22),transparent 68%);
    animation:ugde-smartbar-success-light 1.45s ease-out both;
  }

  @keyframes ugde-smartbar-success-light{
    0%{opacity:.15}
    18%{opacity:.72}
    58%{opacity:.42}
    100%{opacity:.18}
  }

  @media (prefers-reduced-motion:reduce){
    .ugde-smartbar.is-status:not(.is-status-error) .ugde-smartbar-status::after{
      animation:none!important;
      opacity:.30!important;
    }
  }
}

/* ================================================================
   v0.2.19.23 — Lightweight desktop product quick view
   ================================================================ */
@media (min-width:900px){
  body.ugde-qv-open{
    overflow:hidden!important;
  }

  .ugde-qv-backdrop[hidden]{display:none!important}
  .ugde-qv-backdrop{
    position:fixed;
    inset:0;
    z-index:10020;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:34px;
    background:rgba(13,19,28,.38);
    opacity:0;
    transition:opacity .16s ease;
  }
  .ugde-qv-backdrop.is-open{opacity:1}

  .ugde-qv-dialog{
    position:relative;
    width:min(84vw,1180px);
    height:auto;
    max-height:min(84vh,820px);
    overflow:auto;
    overscroll-behavior:contain;
    background:#fff;
    border:1px solid rgba(19,37,61,.10);
    border-radius:26px;
    box-shadow:0 28px 80px rgba(7,18,34,.26),0 4px 18px rgba(7,18,34,.10);
    transform:translateY(10px) scale(.985);
    transition:transform .17s ease;
  }
  .ugde-qv-backdrop.is-open .ugde-qv-dialog{transform:translateY(14px) scale(1)}

  .ugde-qv-close{
    position:sticky;
    top:14px;
    float:right;
    margin:14px 14px -58px 0;
    z-index:8;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid rgba(16,38,67,.10);
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#15263d;
    box-shadow:0 6px 20px rgba(9,25,47,.12);
    font:400 29px/1 Arial,sans-serif;
    cursor:pointer;
    transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
  }
  .ugde-qv-close:hover{
    transform:scale(1.06);
    background:#fff;
    box-shadow:0 8px 24px rgba(9,25,47,.17);
  }

  .ugde-qv-content{min-height:430px}
  .ugde-qv-product{
    display:grid;
    grid-template-columns:minmax(390px,48%) minmax(0,1fr);
    min-height:520px;
  }

  .ugde-qv-media{
    min-width:0;
    padding:34px 28px 30px 34px;
    background:linear-gradient(145deg,#f8fafc,#f2f6fa);
    border-radius:26px 0 0 26px;
  }
  .ugde-qv-main-image{
    height:min(56vh,520px);
    min-height:360px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:inset 0 0 0 1px rgba(19,37,61,.055);
  }
  .ugde-qv-main-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    padding:10px;
  }
  .ugde-qv-thumbs{
    display:flex;
    gap:9px;
    overflow-x:auto;
    padding:12px 1px 2px;
    scrollbar-width:thin;
  }
  .ugde-qv-thumb{
    flex:0 0 62px;
    width:62px;
    height:62px;
    padding:3px;
    border:1px solid rgba(20,42,70,.10);
    border-radius:12px;
    background:#fff;
    cursor:pointer;
    overflow:hidden;
    transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
  }
  .ugde-qv-thumb:hover{transform:translateY(-1px)}
  .ugde-qv-thumb.is-active{
    border-color:#1d63d8;
    box-shadow:0 0 0 2px rgba(29,99,216,.11);
  }
  .ugde-qv-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}

  .ugde-qv-details{
    min-width:0;
    padding:40px 44px 36px 38px;
  }
  .ugde-qv-title-row{
    display:flex;
    align-items:flex-start;
    gap:16px;
    justify-content:space-between;
    padding-right:40px;
  }
  .ugde-qv-eyebrow{
    margin-bottom:7px;
    color:#6b7b90;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
  }
  .ugde-qv-title{
    margin:0!important;
    color:#14243a!important;
    font-size:29px!important;
    line-height:1.14!important;
    letter-spacing:-.025em!important;
    font-weight:780!important;
  }
  .ugde-qv-sale{
    flex:0 0 auto;
    display:inline-flex;
    padding:6px 9px;
    border-radius:999px;
    background:#f33b56;
    color:#fff;
    font-size:10px;
    font-weight:900;
    letter-spacing:.04em;
  }
  .ugde-qv-meta-line{
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
    margin-top:11px;
    color:#738196;
    font-size:12px;
  }
  .ugde-qv-meta-line .is-in-stock{color:#168354;font-weight:700}
  .ugde-qv-meta-line .is-out-stock{color:#bd3347;font-weight:700}

  .ugde-qv-price{
    margin:19px 0 14px;
    color:#102b52;
    font-size:25px;
    font-weight:850;
    line-height:1.15;
  }
  .ugde-qv-price del{opacity:.48;font-size:.72em;margin-right:7px}
  .ugde-qv-price ins{text-decoration:none}
  .ugde-qv-login{
    display:inline-flex;
    margin:20px 0 14px;
    padding:11px 16px;
    border-radius:12px;
    background:#eef4fd;
    color:#1856ad;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
  }
  .ugde-qv-short{
    color:#4e5f74;
    font-size:13px;
    line-height:1.58;
  }
  .ugde-qv-short p{margin:0 0 8px}

  .ugde-qv-pricing{
    margin:14px 0 14px;
    padding:10px 12px 10px;
    border:1px solid #dce5f0;
    border-radius:15px;
    background:#f8fbff;
    overflow:hidden;
  }
  .ugde-qv-pricing h3,
  .ugde-qv-specs h3{
    margin:0 0 10px!important;
    color:#1d3553!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:850!important;
  }
  /* v1.0.3 — Quick View pricing tiers in one compact horizontal row. */
  .ugde-qv-pricing-body{
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:thin;
    padding-bottom:1px;
  }
  .ugde-qv-pricing h1,
  .ugde-qv-pricing h2,
  .ugde-qv-pricing h4,
  .ugde-qv-pricing h5,
  .ugde-qv-pricing h6,
  .ugde-qv-pricing p{display:none!important}
  .ugde-qv-pricing .wdp_pricing_table,
  .ugde-qv-pricing table{
    width:max-content!important;
    min-width:100%!important;
    margin:0!important;
    border-collapse:separate!important;
    table-layout:auto!important;
    display:block!important;
    font-size:10px!important;
  }
  .ugde-qv-pricing .wdp_pricing_table thead,
  .ugde-qv-pricing table thead{display:none!important}
  .ugde-qv-pricing .wdp_pricing_table tbody,
  .ugde-qv-pricing table tbody{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:7px!important;
    width:max-content!important;
    min-width:100%!important;
  }
  .ugde-qv-pricing .wdp_pricing_table tr,
  .ugde-qv-pricing table tr{
    flex:1 0 112px!important;
    min-width:112px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding:7px 9px!important;
    border:1px solid rgba(23,53,82,.08)!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .ugde-qv-pricing .wdp_pricing_table th,
  .ugde-qv-pricing .wdp_pricing_table td,
  .ugde-qv-pricing table th,
  .ugde-qv-pricing table td{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    white-space:nowrap!important;
    text-align:left!important;
    font:800 9.5px/1.15 system-ui!important;
    color:#65778c!important;
  }
  .ugde-qv-pricing .wdp_pricing_table td:last-child,
  .ugde-qv-pricing .wdp_pricing_table th:last-child,
  .ugde-qv-pricing table td:last-child,
  .ugde-qv-pricing table th:last-child{
    color:#173552!important;
    font-weight:900!important;
  }

  .ugde-qv-buy{margin:18px 0 20px}
  .ugde-qv-cart.ugde-loop-cart{
    display:grid!important;
    grid-template-columns:152px minmax(190px,1fr)!important;
    align-items:stretch!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }
  .ugde-qv-cart .ugde-loop-qty-wrap{
    width:152px!important;
    min-width:152px!important;
    margin:0!important;
  }
  .ugde-qv-cart .quantity,
  .ugde-qv-cart .ugde-qv-quantity{
    width:100%!important;
    min-height:48px!important;
    border-radius:14px!important;
  }
  .ugde-qv-cart .ugde-qv-quantity{
    display:grid!important;
    grid-template-columns:43px minmax(0,1fr) 43px!important;
    align-items:stretch!important;
    overflow:hidden!important;
    border:1px solid #cbd9e7!important;
    background:#fff!important;
  }
  .ugde-qv-cart .qty{
    min-height:46px!important;
    font-size:14px!important;
  }
  .ugde-qv-cart .ugde-qv-quantity .qty{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 6px!important;
    border:0!important;
    border-left:1px solid #dce6ef!important;
    border-right:1px solid #dce6ef!important;
    border-radius:0!important;
    box-shadow:none!important;
    text-align:center!important;
    -moz-appearance:textfield!important;
  }
  .ugde-qv-cart .ugde-qv-quantity .qty::-webkit-outer-spin-button,
  .ugde-qv-cart .ugde-qv-quantity .qty::-webkit-inner-spin-button{appearance:none!important;margin:0!important}
  .ugde-qv-cart .ugde-qty-control{
    min-width:43px!important;
    font-size:18px!important;
  }
  .ugde-qv-cart .ugde-loop-atc-button,
  .ugde-qv-atc{
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:13px!important;
    font-weight:850!important;
  }
  .ugde-qv-full-button{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 18px;
    border-radius:14px;
    background:#1768df;
    color:#fff!important;
    font-weight:800;
    text-decoration:none!important;
  }

  .ugde-qv-specs{
    margin-top:17px;
    padding-top:17px;
    border-top:1px solid #e7edf4;
  }
  .ugde-qv-attrs{margin:0}
  .ugde-qv-attr{
    display:grid;
    grid-template-columns:minmax(105px,35%) minmax(0,1fr);
    gap:14px;
    padding:7px 0;
    border-bottom:1px solid #edf1f5;
    font-size:12px;
    line-height:1.4;
  }
  .ugde-qv-attr dt{color:#6f7f92;font-weight:700}
  .ugde-qv-attr dd{margin:0;color:#263a53;font-weight:650;text-align:right}

  .ugde-qv-more{
    margin-top:14px;
    padding:12px 0 0;
    border-top:1px solid #e7edf4;
    color:#52647a;
    font-size:12px;
    line-height:1.55;
  }
  .ugde-qv-more summary{
    color:#2d4a6e;
    font-weight:800;
    cursor:pointer;
  }
  .ugde-qv-more>div{padding-top:10px}
  .ugde-qv-more p{margin:0 0 8px}
  .ugde-qv-native-link{
    display:inline-block;
    margin-top:17px;
    color:#4f6681!important;
    font-size:12px;
    font-weight:750;
    text-decoration:none!important;
  }
  .ugde-qv-native-link:hover{color:#1768df!important}

  .ugde-qv-loading,
  .ugde-qv-error{
    min-height:430px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
    color:#506278;
    font-size:13px;
  }
  .ugde-qv-loading span{
    width:34px;
    height:34px;
    border:3px solid #dce7f4;
    border-top-color:#1b67d8;
    border-radius:50%;
    animation:ugde-qv-spin .72s linear infinite;
  }
  .ugde-qv-error b{color:#9f3044}
  .ugde-qv-error a{color:#1768df;font-weight:800;text-decoration:none}
  @keyframes ugde-qv-spin{to{transform:rotate(360deg)}}

}

@media (min-width:900px) and (max-width:1120px){
  .ugde-qv-dialog{width:91vw;max-height:88vh}
  .ugde-qv-product{grid-template-columns:minmax(340px,44%) minmax(0,1fr)}
  .ugde-qv-details{padding:34px 34px 30px 30px}
  .ugde-qv-main-image{min-height:330px}
}

@media (min-width:900px) and (prefers-reduced-motion:reduce){
  .ugde-qv-backdrop,.ugde-qv-dialog,.ugde-qv-close,.ugde-qv-thumb{transition:none!important}
  .ugde-qv-loading span{animation-duration:1.4s}
}


/* v1.0.4 — balanced Quick View: elastic viewport fit + 3x2 pricing + title over media */
@media (min-width:901px){
  .ugde-qv-backdrop{
    box-sizing:border-box!important;
    padding-top:var(--ugde-qv-top-space, 170px)!important;
    padding-right:34px!important;
    padding-bottom:var(--ugde-qv-bottom-space, 96px)!important;
    padding-left:34px!important;
    align-items:center!important;
  }
  .ugde-qv-dialog{
    width:min(84vw,1180px)!important;
    height:auto!important;
    max-height:calc(100dvh - var(--ugde-qv-top-space, 170px) - var(--ugde-qv-bottom-space, 96px))!important;
    margin:0!important;
    transform:scale(.985)!important;
  }
  .ugde-qv-backdrop.is-open .ugde-qv-dialog{
    transform:scale(1)!important;
  }
  .ugde-qv-product{
    min-height:0!important;
    align-items:stretch!important;
  }
  .ugde-qv-media{
    padding:24px 28px 28px 34px!important;
  }
  .ugde-qv-title-row-media{
    min-height:64px;
    padding:0 44px 15px 2px!important;
    align-items:center!important;
  }
  .ugde-qv-title-row-media .ugde-qv-eyebrow{
    margin-bottom:4px!important;
  }
  .ugde-qv-title-row-media .ugde-qv-title{
    font-size:25px!important;
    line-height:1.12!important;
  }
  .ugde-qv-main-image{
    height:clamp(300px, calc(100dvh - var(--ugde-qv-top-space, 170px) - var(--ugde-qv-bottom-space, 96px) - 122px), 500px)!important;
    min-height:280px!important;
  }
  .ugde-qv-details{
    padding:28px 44px 30px 38px!important;
  }
  .ugde-qv-meta-line{
    margin-top:0!important;
  }

  .ugde-qv-pricing-body{
    overflow:visible!important;
    padding-bottom:0!important;
  }
  .ugde-qv-pricing .wdp_pricing_table,
  .ugde-qv-pricing table{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    display:block!important;
  }
  .ugde-qv-pricing .wdp_pricing_table tbody,
  .ugde-qv-pricing table tbody{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    width:100%!important;
    min-width:0!important;
  }
  .ugde-qv-pricing .wdp_pricing_table tr,
  .ugde-qv-pricing table tr{
    min-width:0!important;
    width:100%!important;
    flex:none!important;
  }
}


/* v1.0.5 — stable Quick View quantity + unified full-product bottom */
@media (min-width:901px){
  .ugde-qv-cart .ugde-qv-quantity>.ugde-qty-control{
    width:43px!important;min-width:43px!important;height:100%!important;min-height:46px!important;
    margin:0!important;border:0!important;border-radius:0!important;background:#f8fbff!important;
    color:#24435f!important;display:flex!important;align-items:center!important;justify-content:center!important;
    font:850 18px/1 system-ui!important;cursor:pointer!important;box-shadow:none!important;
  }
  body.ugde-enabled.ugde-product-page{padding-bottom:88px!important}
}


/* v1.0.8 — safe Quick View visual polish, based directly on stable v1.0.5. */
@media (min-width:901px){
  /* The pricing shortcode prints its own heading. Keep only UGDE's outer heading. */
  .ugde-qv-pricing-body h1,
  .ugde-qv-pricing-body h2,
  .ugde-qv-pricing-body h3,
  .ugde-qv-pricing-body h4,
  .ugde-qv-pricing-body h5,
  .ugde-qv-pricing-body h6,
  .ugde-qv-pricing-body p{
    display:none!important;
  }

  /* Slightly tighter vertical rhythm; no functional/cart selectors are changed. */
  .ugde-qv-pricing{
    margin:12px 0!important;
    padding:9px 11px!important;
  }
  .ugde-qv-pricing>h3{
    margin:0 0 7px!important;
  }
  .ugde-qv-buy{
    margin:12px 0 13px!important;
  }
  .ugde-qv-more{
    margin-top:10px!important;
    padding-top:10px!important;
  }
  .ugde-qv-native-link{
    margin-top:12px!important;
  }
}


/* v1.0.9 — Quick View quantity micro-gap CSS fix only. */
@media (min-width:901px){
  .ugde-qv-cart .ugde-qv-quantity{
    display:flex!important;
    align-items:stretch!important;
    gap:0!important;
    padding:0!important;
  }
  .ugde-qv-cart .ugde-qv-quantity>.ugde-qty-minus,
  .ugde-qv-cart .ugde-qv-quantity>.ugde-qty-plus{
    flex:0 0 43px!important;
    width:43px!important;
    min-width:43px!important;
    margin:0!important;
  }
  .ugde-qv-cart .ugde-qv-quantity>input.qty{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    appearance:textfield!important;
    -webkit-appearance:none!important;
    -moz-appearance:textfield!important;
  }
  .ugde-qv-cart .ugde-qv-quantity>input.qty::-webkit-inner-spin-button,
  .ugde-qv-cart .ugde-qv-quantity>input.qty::-webkit-outer-spin-button{
    -webkit-appearance:none!important;
    margin:0!important;
  }
  .ugde-qv-cart .ugde-qv-quantity> :not(.ugde-qty-minus):not(input.qty):not(.ugde-qty-plus){
    display:none!important;
  }
}


/* v1.0.14 — checkout-only spacing + single wait-message Smart Bar.
   Avada Layouts wraps checkout inside .fusion-tb-content, so spacing belongs
   on that outer content wrapper. #main remains as a safe fallback only. */
@media (min-width:901px){
  body.ugde-enabled.ugde-checkout-page #main{
    padding-top:28px!important;
  }
  body.ugde-enabled.ugde-checkout-page .fusion-tb-content{
    padding-top:28px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-checkout-page .fusion-tb-content #main{
    padding-top:0!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout{
    --ugde-smart-width:620px!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-smartbar-actions{
    grid-template-columns:minmax(0,1fr)!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-smartbar-item:not(.ugde-checkout-help){
    display:none!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help{
    display:flex!important;
    width:100%!important;
    min-height:58px!important;
    justify-content:center!important;
    gap:12px!important;
    padding:12px 22px!important;
    background:rgba(255,255,255,.72)!important;
    border:1px solid rgba(255,255,255,.72)!important;
    color:#123653!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 6px 18px rgba(17,48,76,.08)!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help b{
    display:block!important;
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help strong{
    color:#075faa!important;
    font-weight:900!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help .ugde-smartbar-ico{
    flex:0 0 auto!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-wait-message{
    cursor:default!important;
    pointer-events:none!important;
  }

  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-wait-message b{
    white-space:normal!important;
    text-align:center!important;
    line-height:1.35!important;
  }
}


/* v1.0.15 — homepage category rails: arrows/grab only + slim position indicator. */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-category-rail{
    overscroll-behavior-x:none;
    scrollbar-width:none!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-rail::-webkit-scrollbar{
    display:none!important;
  }
  body.ugde-enabled.ugde-home .ugde-rail-progress{
    position:relative;
    height:3px;
    margin:7px 7px 0;
    border-radius:999px;
    background:rgba(23,53,82,.10);
    overflow:hidden;
    opacity:.82;
    transition:opacity .18s ease;
    pointer-events:none;
  }
  body.ugde-enabled.ugde-home .ugde-rail-progress.is-hidden{
    opacity:0;
  }
  body.ugde-enabled.ugde-home .ugde-rail-progress-thumb{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    min-width:22px;
    border-radius:inherit;
    background:linear-gradient(90deg,var(--ugde-primary),rgba(13,94,175,.58));
    box-shadow:0 0 0 1px rgba(13,94,175,.05);
    transition:left .18s ease,width .18s ease;
    will-change:left,width;
  }
  body.ugde-enabled.ugde-home .ugde-category-row.is-dragging .ugde-rail-progress-thumb{
    transition:none;
  }
}


/* v1.0.16 — unified desktop chrome cleanup + internal footer logo stability. */
@media (min-width:901px){
  /* UG Desktop owns the header and lower navigation on every enabled
     front-end page. Hide only legacy Avada/theme chrome globally; never hide
     .fusion-tb-content because account/cart/checkout still use that content. */
  body.ugde-enabled .fusion-tb-header,
  body.ugde-enabled .fusion-tb-footer,
  body.ugde-enabled .fusion-footer,
  body.ugde-enabled footer#footer,
  body.ugde-enabled #footer,
  body.ugde-enabled .fusion-footer-widget-area,
  body.ugde-enabled .fusion-footer-copyright-area,
  body.ugde-enabled .fusion-sliding-bar-wrapper,
  body.ugde-enabled #slidingbar-area{
    display:none!important;
  }

  /* The home brandmark has its own tuned art direction. On inner custom
     pages keep the same logo in normal flow so it cannot overlap or clip when
     the footer copy/card height changes. */
  body.ugde-enabled:not(.ugde-home) .ugde-bottom-more{
    padding-bottom:28px!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-bottom-brandmark{
    position:relative!important;
    z-index:2!important;
    right:auto!important;
    bottom:auto!important;
    width:clamp(220px,18vw,300px)!important;
    max-width:32%!important;
    margin:20px 0 0 auto!important;
    justify-content:flex-end!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-bottom-brandmark::before{
    inset:45% -5% -22% 12%!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-bottom-brandmark img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:96px!important;
    object-fit:contain!important;
    object-position:right center!important;
  }

  /* Initial checkout state is the phone-help message. The wait-state styling
     is applied only by JS after Place order is pressed. */
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help:not(.ugde-checkout-wait-message){
    pointer-events:auto!important;
    cursor:default!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help:not(.ugde-checkout-wait-message) a{
    color:#075faa!important;
    font-weight:900!important;
    text-decoration:none!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help:not(.ugde-checkout-wait-message) a:hover{
    text-decoration:underline!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-wait-message{
    pointer-events:none!important;
    cursor:default!important;
  }
}

/* UG Desktop Experience 1.0.18 — checkout minimum-quantity Smart Bar attention mode. */
@media (min-width:981px){
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert{
    position:relative!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    overflow:visible!important;
    background:linear-gradient(135deg,#fff2c7 0%,#ffd86f 48%,#ffb64a 100%)!important;
    border-color:rgba(185,107,0,.45)!important;
    box-shadow:0 0 0 5px rgba(255,183,72,.14),0 12px 32px rgba(172,96,0,.30)!important;
    animation:ugde-checkout-min-alert 1.08s ease-in-out infinite!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert .ugde-smartbar-ico{
    background:#7a4300!important;
    color:#fff!important;
    box-shadow:0 5px 14px rgba(83,45,0,.22)!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert .ugde-smartbar-ico svg{
    display:none!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert .ugde-smartbar-ico::after{
    content:"!";
    display:grid;
    place-items:center;
    width:100%;
    height:100%;
    font:950 20px/1 Arial,sans-serif;
    color:#fff;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert b{
    color:#6e3d00!important;
    font-weight:900!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert::before{
    content:"Χρειάζεται ενέργεια";
    position:absolute;
    left:50%;
    bottom:calc(100% + 8px);
    transform:translateX(-50%);
    width:max-content;
    padding:5px 10px;
    border-radius:999px;
    background:#7a4300;
    color:#fff;
    box-shadow:0 6px 18px rgba(74,42,0,.24);
    font:850 10px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    pointer-events:none;
    animation:ugde-checkout-min-label 1.08s ease-in-out infinite;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartpanel-checkout-minimum .ugde-smartpanel-head>span{
    background:#fff0c4!important;
    color:#8a4d00!important;
  }
  body.ugde-enabled.ugde-checkout-page .ugde-smartpanel-checkout-minimum .ugde-smartpanel-head small{
    color:#8a4d00!important;
  }
}
@keyframes ugde-checkout-min-alert{
  0%,100%{transform:scale(1);filter:brightness(1)}
  50%{transform:scale(1.035);filter:brightness(1.06)}
}
@keyframes ugde-checkout-min-label{
  0%,100%{opacity:.80;transform:translateX(-50%) translateY(1px)}
  50%{opacity:1;transform:translateX(-50%) translateY(-2px)}
}
@media (prefers-reduced-motion:reduce){
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert,
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert::before{
    animation:none!important;
  }
}


/* v1.0.20 — fluid desktop homepage width without larger product imagery.
   Pure layout only: no extra product queries, AJAX requests or rendered items. */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-section,
  body.ugde-enabled.ugde-home .ugde-trust,
  body.ugde-enabled.ugde-home .ugde-reorder-band{
    width:100%!important;
    max-width:clamp(1500px,84vw,1920px)!important;
  }

  /* Product cards keep a compact ceiling; wider screens gain columns instead. */
  body.ugde-enabled.ugde-home .ugde-products-six,
  body.ugde-enabled.ugde-home .ugde-products-five{
    grid-template-columns:repeat(auto-fit,minmax(170px,210px))!important;
    justify-content:space-between!important;
    align-items:start!important;
  }

  /* Reorder remains one light row and cards do not stretch with the section. */
  body.ugde-enabled.ugde-home .ugde-products-eight{
    grid-template-columns:repeat(auto-fit,minmax(145px,190px))!important;
    justify-content:space-between!important;
    overflow-x:visible!important;
  }

  /* Category rails reveal more cards as horizontal room grows, with a hard
     card-size ceiling so thumbnails never scale up just because the monitor is wide. */
  body.ugde-enabled.ugde-home .ugde-category-rail{
    grid-auto-columns:clamp(185px,11vw,220px)!important;
  }
}

@media (min-width:901px) and (max-width:1260px){
  body.ugde-enabled.ugde-home .ugde-products-six,
  body.ugde-enabled.ugde-home .ugde-products-five{
    grid-template-columns:repeat(auto-fit,minmax(160px,195px))!important;
  }
  body.ugde-enabled.ugde-home .ugde-products-eight{
    grid-template-columns:repeat(auto-fit,minmax(132px,170px))!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-rail{
    grid-auto-columns:clamp(170px,17vw,195px)!important;
  }
}


/* v1.0.22 — public homepage geometry + balanced product rows + reliable category drag.
   Layout-only: no extra product queries, no extra AJAX, no extra image requests. */
@media (min-width:901px){
  /* The old full-bleed production geometry was being mixed with the newer
     fluid .ugde-section max-width rules. Use the standard viewport-bleed
     formula instead of left:50% + negative 50vw, which could leave the block
     visually short or shifted on wide displays. */
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-production-proof{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    box-sizing:border-box!important;
    border-radius:0!important;
    padding-left:max(24px,8vw)!important;
    padding-right:max(24px,8vw)!important;
  }

  /* The two custom promo cards are a normal fluid content section, not a
     viewport bleed. Reset the old negative-margin rule so it cannot combine
     with the new percentage width and create a white/overflow strip. */
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid{
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:clamp(1500px,84vw,1920px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  /* Keep the bottom information band truly viewport-wide as well. */
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-bottom-more{
    left:auto!important;
    right:auto!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    box-sizing:border-box!important;
  }


}



/* v1.0.23 — restore the proven 1.0.21 category rail behavior and make the
   two discovery grids exactly two rows: 9 / 7 / 6 cards per row by viewport.
   Product images remain lazy-loaded; no AJAX is added. */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-products-six,
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-products-five{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:start!important;
    justify-content:stretch!important;
  }
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-product-card,
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-product-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:stretch!important;
  }
  /* Small desktop: exactly 12 visible = 6 x 2. */
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-product-card:nth-child(n+13),
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-product-card:nth-child(n+13){
    display:none!important;
  }
}

@media (min-width:1200px){
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-products-six,
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-products-five{
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
  }
  /* Medium desktop: exactly 14 visible = 7 x 2. */
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-product-card:nth-child(n+13),
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-product-card:nth-child(n+13){
    display:block!important;
  }
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-product-card:nth-child(n+15),
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-product-card:nth-child(n+15){
    display:none!important;
  }
}

@media (min-width:1580px){
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-products-six,
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-products-five{
    grid-template-columns:repeat(9,minmax(0,1fr))!important;
  }
  /* Wide desktop: all 18 visible = 9 x 2. */
  body.ugde-enabled.ugde-home .ugde-popular-section .ugde-product-card:nth-child(n){
    display:block!important;
  }
  body.ugde-enabled.ugde-home .ugde-section-recommended .ugde-product-card:nth-child(n){
    display:block!important;
  }
}


/* v1.0.24 — production inner alignment + true full-width promo pair.
   The blue production BACKGROUND stays viewport-wide, while its content uses
   exactly the same responsive width as the normal homepage sections. */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-production-proof{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-head,
  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-grid,
  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-mantra{
    width:calc(100% - 48px)!important;
    max-width:clamp(1500px,84vw,1920px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  /* The two custom-design cards now use the whole viewport width as one pair.
     Each card fills its half; only a small safety gutter remains at the edges. */
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:10px!important;
    padding-right:10px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid>.ugde-custom-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}


/* v1.0.25 — +18% visual height for the production banner cards and the two
   full-width custom promo cards. Width/geometry stay exactly as in v1.0.24. */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-production-grid .ugde-production-card{
    min-height:260px!important;
    padding:20px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-production-proof{
    padding-top:27px!important;
    padding-bottom:27px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid>.ugde-custom-card{
    min-height:372px!important;
  }
}

@media (min-width:901px) and (max-width:1260px){
  body.ugde-enabled.ugde-home .ugde-production-grid .ugde-production-card{
    min-height:250px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid>.ugde-custom-card{
    min-height:350px!important;
  }
}


/* v1.0.26 — another +18% height on the production/promo visuals and a wider
   fluid content frame on large monitors. Full-bleed sections remain full width. */
@media (min-width:901px){
  /* +18% over v1.0.25. */
  body.ugde-enabled.ugde-home .ugde-production-grid .ugde-production-card{
    min-height:307px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-production-proof{
    padding-top:32px!important;
    padding-bottom:32px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid>.ugde-custom-card{
    min-height:439px!important;
  }
}

@media (min-width:1400px){
  /* v1.0.20 used 84vw / 1920px. That cap made the normal content frame look
     narrow on large monitors. Use one wider responsive frame everywhere. */
  body.ugde-enabled.ugde-home .ugde-section,
  body.ugde-enabled.ugde-home .ugde-trust,
  body.ugde-enabled.ugde-home .ugde-reorder-band{
    width:92vw!important;
    max-width:2200px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Blue background remains viewport-wide, but its inner content follows the
     exact same 92vw / 2200px frame as the sections above and below. */
  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-head,
  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-grid,
  body.ugde-enabled.ugde-home .ugde-production-proof>.ugde-production-mantra{
    width:92vw!important;
    max-width:2200px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media (min-width:901px) and (max-width:1260px){
  body.ugde-enabled.ugde-home .ugde-production-grid .ugde-production-card{
    min-height:295px!important;
  }
  body.ugde-enabled.ugde-home .ugde-home-feed>.ugde-custom-grid>.ugde-custom-card{
    min-height:413px!important;
  }
}


/* v1.0.27 — production copy placement, hero inner alignment, desktop reorder grid. */
@media (min-width:901px){
  /* Keep the production icon at the top; push the textual block to the bottom
     of every photographic card so the copy sits inside the lower image area. */
  body.ugde-enabled.ugde-home .ugde-production-grid .ugde-production-card>small{
    margin-top:auto!important;
  }

  /* Hero photo remains true viewport width. Only the overlay content aligns to
     the same responsive frame used by the sections below. */
  body.ugde-enabled.ugde-home .ugde-home-feed{
    --ugde-home-frame:min(92vw,2200px);
    --ugde-home-gutter:max(24px,calc((100vw - var(--ugde-home-frame))/2));
  }
  body.ugde-enabled.ugde-home .ugde-hero-copy{
    left:var(--ugde-home-gutter)!important;
  }
  body.ugde-enabled.ugde-home .ugde-made-badge{
    right:var(--ugde-home-gutter)!important;
  }

  /* Desktop-only compact "Αγοράστε ξανά" account page. The endpoint HTML is
     provided by UG Mobile Experience, but these rules do not affect mobile. */
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-page{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 28px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    align-items:stretch!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    border-radius:13px!important;
    overflow:hidden!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    padding:8px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-meta{
    padding:8px!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-title{
    height:30px!important;
    font-size:11px!important;
    line-height:15px!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-price{
    font-size:11px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.ugde-enabled.ugde-reorder-page .ugme-reorder-all-grid .ugme-home-product-image img{
    padding:5px!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.33 — corrected strong aurora
   on the 5 large homepage category rows only.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row{
    position:relative!important;
    isolation:isolate!important;
    overflow:hidden!important;
    border:1px solid var(--ugde-aurora-border)!important;
    background:
      radial-gradient(82% 125% at 7% 0%, rgba(255,255,255,.66) 0%, rgba(255,255,255,0) 44%),
      radial-gradient(50% 155% at 96% 10%, var(--ugde-aurora-b) 0%, rgba(255,255,255,0) 66%),
      radial-gradient(62% 150% at 16% 105%, var(--ugde-aurora-c) 0%, rgba(255,255,255,0) 68%),
      linear-gradient(120deg,var(--ugde-aurora-a) 0%,var(--ugde-aurora-mid) 50%,var(--ugde-aurora-base) 100%)!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.82),
      0 12px 30px rgba(29,64,96,.075)!important;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background:
      radial-gradient(34% 100% at 18% 8%,rgba(255,255,255,.48) 0%,transparent 72%),
      radial-gradient(40% 120% at 84% 12%,var(--ugde-aurora-b) 0%,transparent 70%),
      radial-gradient(38% 115% at 58% 100%,var(--ugde-aurora-c) 0%,transparent 72%)!important;
    opacity:1!important;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row::after{
    content:""!important;
    position:absolute!important;
    left:20px!important;
    right:20px!important;
    top:0!important;
    height:4px!important;
    z-index:1!important;
    border-radius:0 0 999px 999px!important;
    background:linear-gradient(90deg,transparent,var(--ugde-row-accent) 22%,var(--ugde-row-accent) 78%,transparent)!important;
    opacity:.95!important;
    pointer-events:none!important;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row > *{
    position:relative!important;
    z-index:2!important;
  }

  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(1){
    --ugde-aurora-a:#bfe4ff;
    --ugde-aurora-mid:#dff2ff;
    --ugde-aurora-base:#f4fbff;
    --ugde-aurora-b:rgba(31,151,255,.38);
    --ugde-aurora-c:rgba(37,111,220,.24);
    --ugde-aurora-border:rgba(47,127,214,.29);
    --ugde-row-accent:#58aef5;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(2){
    --ugde-aurora-a:#dfc5ff;
    --ugde-aurora-mid:#efe1ff;
    --ugde-aurora-base:#faf5ff;
    --ugde-aurora-b:rgba(160,83,246,.37);
    --ugde-aurora-c:rgba(113,65,192,.23);
    --ugde-aurora-border:rgba(132,86,204,.28);
    --ugde-row-accent:#a975e8;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(3){
    --ugde-aurora-a:#ffd6ad;
    --ugde-aurora-mid:#ffe9d0;
    --ugde-aurora-base:#fff8ef;
    --ugde-aurora-b:rgba(255,131,26,.38);
    --ugde-aurora-c:rgba(235,86,20,.23);
    --ugde-aurora-border:rgba(226,119,35,.28);
    --ugde-row-accent:#f19b4c;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(4){
    --ugde-aurora-a:#c7f0d5;
    --ugde-aurora-mid:#e0f8e8;
    --ugde-aurora-base:#f5fcf7;
    --ugde-aurora-b:rgba(46,187,105,.36);
    --ugde-aurora-c:rgba(146,220,67,.25);
    --ugde-aurora-border:rgba(62,165,104,.27);
    --ugde-row-accent:#65c78a;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(5){
    --ugde-aurora-a:#ffc5da;
    --ugde-aurora-mid:#ffdfeb;
    --ugde-aurora-base:#fff5f8;
    --ugde-aurora-b:rgba(244,72,137,.37);
    --ugde-aurora-c:rgba(214,49,89,.22);
    --ugde-aurora-border:rgba(210,72,112,.27);
    --ugde-row-accent:#ea729a;
  }

  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row .ugde-category-row-icon{
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(255,255,255,.92)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 5px 14px rgba(27,61,92,.09)!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.37 — slightly softer homepage
   aurora category rows (midpoint between old and recent).
   ========================================================= */
body.ugde-enabled .ugde-home-subcategory-section{
  box-shadow:0 10px 26px rgba(18,54,87,.05)!important;
}
body.ugde-enabled .ugde-home-subcategory-section::before{
  background:
    radial-gradient(48% 155% at 96% 10%, var(--ugde-aurora-b) 0%, rgba(255,255,255,0) 67%),
    radial-gradient(60% 150% at 16% 105%, var(--ugde-aurora-c) 0%, rgba(255,255,255,0) 69%),
    linear-gradient(120deg,var(--ugde-aurora-a) 0%,var(--ugde-aurora-mid) 52%,var(--ugde-aurora-base) 100%)!important;
}
body.ugde-enabled .ugde-home-subcategory-section:nth-of-type(1){
  --ugde-aurora-a:#d8edff;
  --ugde-aurora-mid:#ebf7ff;
  --ugde-aurora-base:#f7fbff;
  --ugde-aurora-b:rgba(31,151,255,.27);
  --ugde-aurora-c:rgba(37,111,220,.15);
  --ugde-aurora-border:rgba(47,127,214,.20);
}
body.ugde-enabled .ugde-home-subcategory-section:nth-of-type(2){
  --ugde-aurora-a:#eadbff;
  --ugde-aurora-mid:#f4ebff;
  --ugde-aurora-base:#fbf8ff;
  --ugde-aurora-b:rgba(160,83,246,.26);
  --ugde-aurora-c:rgba(113,65,192,.15);
  --ugde-aurora-border:rgba(132,86,204,.19);
}
body.ugde-enabled .ugde-home-subcategory-section:nth-of-type(3){
  --ugde-aurora-a:#ffe5ca;
  --ugde-aurora-mid:#fff0df;
  --ugde-aurora-base:#fffaf3;
  --ugde-aurora-b:rgba(255,131,26,.27);
  --ugde-aurora-c:rgba(235,86,20,.15);
  --ugde-aurora-border:rgba(226,119,35,.20);
}
body.ugde-enabled .ugde-home-subcategory-section:nth-of-type(4){
  --ugde-aurora-a:#daf3e2;
  --ugde-aurora-mid:#edf8f1;
  --ugde-aurora-base:#f8fcf9;
  --ugde-aurora-b:rgba(46,187,105,.24);
  --ugde-aurora-c:rgba(146,220,67,.17);
  --ugde-aurora-border:rgba(62,165,104,.19);
}
body.ugde-enabled .ugde-home-subcategory-section:nth-of-type(5){
  --ugde-aurora-a:#ffdde7;
  --ugde-aurora-mid:#ffeaf0;
  --ugde-aurora-base:#fff7f9;
  --ugde-aurora-b:rgba(244,72,137,.25);
  --ugde-aurora-c:rgba(214,49,89,.14);
  --ugde-aurora-border:rgba(210,72,112,.19);
}


/* =========================================================
   UG Desktop Experience v1.0.39 — subtle premium aurora on the
   ACTUAL 5 homepage category rows. Soaps row logic remains from
   v1.0.37: parent Soaps card + its subcategories.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.92),
      0 9px 24px rgba(29,64,96,.045)!important;
    background:
      radial-gradient(82% 125% at 7% 0%, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 48%),
      radial-gradient(48% 145% at 96% 10%, var(--ugde-aurora-b) 0%, rgba(255,255,255,0) 70%),
      radial-gradient(58% 140% at 16% 105%, var(--ugde-aurora-c) 0%, rgba(255,255,255,0) 72%),
      linear-gradient(120deg,var(--ugde-aurora-a) 0%,var(--ugde-aurora-mid) 52%,var(--ugde-aurora-base) 100%)!important;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row::before{
    background:
      radial-gradient(34% 100% at 18% 8%,rgba(255,255,255,.60) 0%,transparent 74%),
      radial-gradient(40% 120% at 84% 12%,var(--ugde-aurora-b) 0%,transparent 74%),
      radial-gradient(38% 115% at 58% 100%,var(--ugde-aurora-c) 0%,transparent 76%)!important;
    opacity:.72!important;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-rows .ugde-category-row::after{
    height:3px!important;
    opacity:.48!important;
  }

  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(1){
    --ugde-aurora-a:#eef8ff;
    --ugde-aurora-mid:#f7fbff;
    --ugde-aurora-base:#fcfeff;
    --ugde-aurora-b:rgba(31,151,255,.13);
    --ugde-aurora-c:rgba(37,111,220,.075);
    --ugde-aurora-border:rgba(47,127,214,.13);
    --ugde-row-accent:#82bce9;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(2){
    --ugde-aurora-a:#f6f0ff;
    --ugde-aurora-mid:#faf7ff;
    --ugde-aurora-base:#fefcff;
    --ugde-aurora-b:rgba(160,83,246,.12);
    --ugde-aurora-c:rgba(113,65,192,.07);
    --ugde-aurora-border:rgba(132,86,204,.12);
    --ugde-row-accent:#b9a0da;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(3){
    --ugde-aurora-a:#fff7ee;
    --ugde-aurora-mid:#fffaf5;
    --ugde-aurora-base:#fffefd;
    --ugde-aurora-b:rgba(255,131,26,.13);
    --ugde-aurora-c:rgba(235,86,20,.07);
    --ugde-aurora-border:rgba(226,119,35,.12);
    --ugde-row-accent:#e6b588;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(4){
    --ugde-aurora-a:#f1faf4;
    --ugde-aurora-mid:#f7fcf9;
    --ugde-aurora-base:#fdfffd;
    --ugde-aurora-b:rgba(46,187,105,.115);
    --ugde-aurora-c:rgba(146,220,67,.075);
    --ugde-aurora-border:rgba(62,165,104,.12);
    --ugde-row-accent:#96cbaa;
  }
  body.ugde-enabled .ugde-home-feed .ugde-category-section .ugde-category-row:nth-child(5){
    --ugde-aurora-a:#fff2f6;
    --ugde-aurora-mid:#fff8fa;
    --ugde-aurora-base:#fffdfd;
    --ugde-aurora-b:rgba(244,72,137,.12);
    --ugde-aurora-c:rgba(214,49,89,.07);
    --ugde-aurora-border:rgba(210,72,112,.12);
    --ugde-row-accent:#dda1b5;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.40 — inner-page vertical spacing
   + the same premium bottom/footer used by the homepage.
   Custom shop/category surfaces already provide their own footer.
   ========================================================= */
@media (min-width:901px){
  /* Give normal internal pages a little breathing room below the sticky UG
     header/ticker. Use the Layout Builder wrapper when it exists and #main as
     a safe fallback, without stacking the two paddings. */
  body.ugde-enabled.ugde-inner-page:not(.ugde-checkout-page) .fusion-tb-content{
    padding-top:24px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-inner-page:not(.ugde-checkout-page) .fusion-tb-content #main{
    padding-top:0!important;
  }
  body.ugde-enabled.ugde-inner-page:not(.ugde-checkout-page) #main{
    padding-top:24px!important;
    box-sizing:border-box!important;
  }
  body.ugde-enabled.ugde-inner-page:not(.ugde-checkout-page) .fusion-tb-content #main{
    padding-top:0!important;
  }

  /* Checkout already had 28px; make it a touch more generous to match the
     rest of the internal pages without changing its layout mechanics. */
  body.ugde-enabled.ugde-inner-page.ugde-checkout-page .fusion-tb-content{
    padding-top:32px!important;
  }
  body.ugde-enabled.ugde-inner-page.ugde-checkout-page .fusion-tb-content #main{
    padding-top:0!important;
  }
  body.ugde-enabled.ugde-inner-page.ugde-checkout-page #main{
    padding-top:32px!important;
  }
  body.ugde-enabled.ugde-inner-page.ugde-checkout-page .fusion-tb-content #main{
    padding-top:0!important;
  }

  .ugde-inner-footer-shell{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0 24px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    background:#f4f7fb!important;
    color:var(--ugde-ink);
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }
  .ugde-inner-footer-shell,
  .ugde-inner-footer-shell *{box-sizing:border-box}
  .ugde-inner-footer-shell a{text-decoration:none!important}

  /* Existing .ugde-bottom-more uses +/-24px to become viewport-wide from a
     padded feed. Recreate the same geometry on internal pages. */
  .ugde-inner-footer-shell>.ugde-inner-bottom-more{
    width:calc(100% + 48px)!important;
    margin:32px -24px 0!important;
  }
  .ugde-inner-footer-shell>.ugde-inner-copyright-strip{
    width:calc(100% + 48px)!important;
    margin-left:-24px!important;
    margin-right:-24px!important;
  }
}

@media (max-width:900px){
  .ugde-inner-footer-shell{display:none!important}
}


/* =========================================================
   UG Desktop Experience v1.0.41 — sticky header only on
   Homepage + Shop. Every other desktop page scrolls naturally.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell,
  body.admin-bar.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell{
    position:relative!important;
    top:auto!important;
    align-self:auto!important;
  }

  /* Defensive reset: internal/product/account/cart/checkout/category pages
     must never inherit the compact sticky state. */
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-header-grid{
    height:auto!important;
    min-height:0!important;
    grid-template-columns:250px minmax(0,1fr)!important;
    grid-template-rows:64px 50px!important;
    padding:0 clamp(18px,2vw,40px)!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-brand{
    grid-column:1!important;
    grid-row:1 / 3!important;
    height:auto!important;
    min-height:0!important;
    padding:2px 14px 2px 0!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-brand img{
    width:238px!important;
    max-width:100%!important;
    max-height:110px!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-category-nav{
    grid-column:2!important;
    grid-row:2!important;
    height:50px!important;
    min-height:50px!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-category-nav-inner{
    height:50px!important;
    min-height:50px!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-header-top{
    grid-column:2!important;
    grid-row:1!important;
    height:auto!important;
    min-height:0!important;
    padding:7px 0 7px 16px!important;
    display:grid!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-search{
    display:flex!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-actions{
    width:auto!important;
    height:auto!important;
    display:flex!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-actions>a{
    display:flex!important;
  }
  body.ugde-enabled:not(.ugde-home):not(.ugde-shop) #ugde-desktop-shell.is-sticky-compact .ugde-ticker{
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    opacity:1!important;
    overflow:visible!important;
    pointer-events:auto!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.42 — real outer spacing for
   non-sticky internal pages. Move the whole Avada page tree,
   including its page-title bar, below the UG header.
   Homepage + Shop remain unchanged.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-inner-page:not(.ugde-home):not(.ugde-shop) > #ugde-desktop-shell ~ #boxed-wrapper{
    margin-top:24px!important;
  }
  body.ugde-enabled.ugde-inner-page:not(.ugde-home):not(.ugde-shop) > #ugde-desktop-shell ~ #wrapper{
    margin-top:24px!important;
  }

  /* When Avada's title bar is present, make sure it participates normally
     in the shifted document flow instead of visually tucking under the UG shell. */
  body.ugde-enabled.ugde-inner-page:not(.ugde-home):not(.ugde-shop) .fusion-page-title-bar{
    position:relative!important;
    top:auto!important;
    transform:none!important;
    z-index:1!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.43 — contextual Smart Bars + IRIS.
   ========================================================= */
.ugde-smartbar-shipping-time{
  width:min(calc(100vw - 44px),760px)!important;
}
.ugde-smartbar-shipping-time .ugde-smartbar-ai-only{
  min-height:64px!important;
  font-size:14px!important;
}
.ugde-smartbar-shipping-time .ugde-smartbar-ai-only b{
  font-size:14px!important;
}
.ugde-smartbar-iris{
  background:linear-gradient(130deg,rgba(17,94,176,.92),rgba(87,77,207,.86),rgba(210,83,181,.78))!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.22)!important;
}
.ugde-smartbar-iris .ugde-smartbar-iris-ico{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  width:40px!important;
  flex-basis:40px!important;
}
.ugde-smartbar-iris-ico span,
.ugde-iris-head-mark{
  font:900 9px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing:-.03em;
}
.ugde-iris-head-mark{
  width:52px!important;
  height:52px!important;
  flex:0 0 52px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:16px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#1560b7,#6457d4 55%,#d35db8)!important;
  box-shadow:0 8px 22px rgba(58,74,177,.20)!important;
}
.ugde-iris-panel-body{
  display:grid!important;
  grid-template-columns:minmax(220px,300px) minmax(260px,1fr)!important;
  align-items:center!important;
  gap:28px!important;
  padding:22px!important;
}
.ugde-iris-qr-wrap{
  display:grid!important;
  place-items:center!important;
  min-height:270px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid #dce8f2!important;
  box-shadow:0 12px 30px rgba(21,60,95,.08)!important;
}
.ugde-iris-qr-wrap img{
  display:block!important;
  width:min(230px,90%)!important;
  height:auto!important;
  border-radius:14px!important;
}
.ugde-iris-copy{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-height:118px!important;
  padding:20px 24px!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:14px!important;
  border-radius:20px!important;
  border:1px solid #d7e6f3!important;
  background:linear-gradient(135deg,#f6fbff,#fbf7ff)!important;
  color:#123b61!important;
  cursor:pointer!important;
  box-shadow:0 12px 28px rgba(24,72,111,.07)!important;
}
.ugde-iris-copy>span{
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
  background:#eaf4ff!important;
  color:#0d5eaf!important;
  font:900 11px/1 system-ui!important;
}
.ugde-iris-copy strong{
  text-align:left!important;
  font:900 25px/1 system-ui!important;
  letter-spacing:.02em!important;
}
.ugde-iris-copy small{
  min-width:86px!important;
  padding:9px 12px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0d5eaf!important;
  font:800 10px/1 system-ui!important;
  box-shadow:0 3px 12px rgba(13,94,175,.08)!important;
}
.ugde-iris-copy.is-copied small{
  background:#eaf8ef!important;
  color:#167144!important;
}


/* =========================================================
   UG Desktop Experience v1.0.45 — ONE footer everywhere.
   Homepage stays exactly on the v1.0.43 footer art direction.
   Every other desktop route gets a literal clone of those same
   classes/geometry; route-specific footer copies are hidden.
   ========================================================= */
@media (min-width:901px){
  /* Custom shop/category pages already contain older footer copies inside
     their custom <main>. Hide those so only the shared homepage clone shows. */
  body.ugde-enabled:not(.ugde-home) main > .ugde-bottom-more,
  body.ugde-enabled:not(.ugde-home) main > .ugde-copyright-strip{
    display:none!important;
  }

  .ugde-sitewide-footer-clone{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0 24px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    background:#f4f7fb!important;
    color:var(--ugde-ink)!important;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }
  .ugde-sitewide-footer-clone,
  .ugde-sitewide-footer-clone *{box-sizing:border-box}
  .ugde-sitewide-footer-clone a{text-decoration:none!important}

  /* Exact final homepage geometry from v1.0.43. These selectors deliberately
     beat the old non-home logo overrides without touching the homepage. */
  body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-more{
    display:block!important;
    position:relative!important;
    width:calc(100% + 48px)!important;
    max-width:none!important;
    margin:32px -24px 0!important;
    padding-top:27px!important;
    padding-right:24px!important;
    padding-bottom:86px!important;
    padding-left:24px!important;
    overflow:hidden!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-brandmark{
    position:absolute!important;
    z-index:2!important;
    right:clamp(34px,5vw,82px)!important;
    bottom:24px!important;
    width:clamp(250px,21vw,350px)!important;
    max-width:none!important;
    margin:0!important;
    display:flex!important;
    justify-content:flex-end!important;
    pointer-events:none!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-brandmark::before{
    inset:50% -8% -28% 18%!important;
    transform:translateY(-50%)!important;
    filter:blur(8px)!important;
  }
  body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-brandmark img{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    opacity:.94!important;
    object-fit:contain!important;
    object-position:right bottom!important;
    filter:drop-shadow(0 8px 20px rgba(18,48,74,.13))!important;
  }

  /* Same compact copyright bar and the same aurora continuation as homepage. */
  .ugde-sitewide-footer-clone > .ugde-copyright-strip{
    display:block!important;
    position:relative!important;
    z-index:1!important;
    width:calc(100% + 48px)!important;
    max-width:none!important;
    margin:0 -24px!important;
    padding:7px 24px!important;
    min-height:31px!important;
    overflow:visible!important;
  }
  .ugde-sitewide-footer-clone > .ugde-copyright-strip .ugde-copyright-inner{
    min-height:17px!important;
    font-size:10px!important;
  }

  .ugde-bottom-card a[href*="instagram.com/unlimited.greece"]{
    color:rgba(255,255,255,.94)!important;
    font-weight:700!important;
  }

  @media (max-width:1340px){
    body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-more{
      padding-bottom:78px!important;
    }
    body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-brandmark{
      bottom:20px!important;
      width:285px!important;
      right:28px!important;
    }
  }

  @media (max-width:1100px){
    body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-more{
      padding-bottom:26px!important;
    }
    body.ugde-enabled:not(.ugde-home) .ugde-sitewide-footer-clone .ugde-bottom-brandmark{
      position:relative!important;
      right:auto!important;
      bottom:auto!important;
      width:250px!important;
      max-width:none!important;
      margin:20px 0 0 auto!important;
    }
  }
}

@media (max-width:900px){
  .ugde-sitewide-footer-clone{display:none!important}
}

/* =========================================================
   UG Desktop Experience v1.0.46 — sitewide guest price login modal
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-price-login-open{overflow:hidden!important}
  .ugde-price-login-modal[hidden]{display:none!important}
  .ugde-price-login-modal{position:fixed!important;inset:0!important;z-index:100080!important;display:grid!important;place-items:center!important;padding:28px!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
  .ugde-price-login-backdrop{position:absolute!important;inset:0!important;background:rgba(10,31,49,.42)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}
  .ugde-price-login-dialog{position:relative!important;z-index:1!important;width:min(430px,calc(100vw - 56px))!important;padding:28px 28px 24px!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:24px!important;background:radial-gradient(90% 90% at 100% 0%,rgba(232,218,255,.62),transparent 58%),radial-gradient(90% 80% at 0% 100%,rgba(216,240,255,.65),transparent 62%),rgba(255,255,255,.96)!important;box-shadow:0 28px 75px rgba(14,48,77,.24)!important;color:#15304b!important}
  .ugde-price-login-close{position:absolute!important;top:14px!important;right:14px!important;width:34px!important;height:34px!important;border:1px solid rgba(22,71,111,.09)!important;border-radius:11px!important;background:rgba(255,255,255,.78)!important;color:#52677a!important;font:400 25px/30px system-ui!important;cursor:pointer!important}
  .ugde-price-login-mark{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;margin-bottom:14px!important;border-radius:15px!important;background:linear-gradient(145deg,#e7f3ff,#f1e8ff)!important;color:#0d5eaf!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}
  .ugde-price-login-dialog>small{display:block!important;margin-bottom:5px!important;color:#0d5eaf!important;font-size:9px!important;line-height:1!important;letter-spacing:.14em!important;font-weight:900!important}
  .ugde-price-login-dialog h2{margin:0!important;color:#15304b!important;font-size:26px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.03em!important}
  .ugde-price-login-dialog>p{margin:8px 0 20px!important;color:#6b7e91!important;font-size:12px!important;line-height:1.45!important}
  .ugde-price-login-form{display:grid!important;gap:12px!important;margin:0!important}
  .ugde-price-login-form>label:not(.ugde-price-login-remember){display:grid!important;gap:6px!important;margin:0!important}
  .ugde-price-login-form>label>span{font-size:10px!important;font-weight:800!important;color:#3c5268!important}
  .ugde-price-login-form input[type=text],.ugde-price-login-form input[type=password]{width:100%!important;height:46px!important;margin:0!important;padding:0 13px!important;border:1px solid #dce7f1!important;border-radius:13px!important;background:#fff!important;color:#15304b!important;font:600 13px/1 system-ui!important;outline:none!important;box-shadow:none!important}
  .ugde-price-login-form input[type=text]:focus,.ugde-price-login-form input[type=password]:focus{border-color:#78b4ed!important;box-shadow:0 0 0 3px rgba(34,128,215,.10)!important}
  .ugde-price-login-remember{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;cursor:pointer!important}
  .ugde-price-login-remember input{width:15px!important;height:15px!important;margin:0!important}
  .ugde-price-login-error{padding:9px 11px!important;border-radius:11px!important;background:#fff0f2!important;color:#b02b48!important;font-size:11px!important;font-weight:700!important}
  .ugde-price-login-submit{min-height:46px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#0d5eaf,#278bdc)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 20px rgba(13,94,175,.18)!important}
  .ugde-price-login-submit[disabled]{opacity:.62!important;cursor:wait!important}
  .ugde-price-login-links{display:flex!important;justify-content:space-between!important;gap:16px!important;margin-top:15px!important;padding-top:14px!important;border-top:1px solid rgba(31,75,113,.08)!important}
  .ugde-price-login-links a{color:#0d5eaf!important;font-size:10px!important;font-weight:800!important;text-decoration:none!important}
}


/* =========================================================
   UG Desktop Experience v1.0.47 — Account hover login menu
   Guest-only desktop dropdown; successful login reloads same URL.
   ========================================================= */
@media (min-width:901px){
  .ugde-actions>.ugde-account-action{
    position:relative!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:stretch!important;
    align-self:stretch!important;
    z-index:100030!important;
  }
  .ugde-actions>.ugde-account-action>.ugde-account-trigger{
    min-width:62px!important;
    height:100%!important;
    padding:7px 7px 6px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    border-radius:10px!important;
    color:#15304b!important;
    text-decoration:none!important;
    transition:background .16s ease,color .16s ease!important;
    box-sizing:border-box!important;
  }
  .ugde-actions>.ugde-account-action>.ugde-account-trigger:hover,
  .ugde-actions>.ugde-account-action:focus-within>.ugde-account-trigger{
    background:#edf5fd!important;
    color:var(--ugde-primary)!important;
  }
  .ugde-account-trigger>span{height:22px!important;display:grid!important;place-items:center!important}
  .ugde-account-trigger>b{font:750 9px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:-.01em!important}

  .ugde-account-action::after{
    content:"";
    position:absolute;
    left:-14px;
    right:-14px;
    top:100%;
    height:12px;
    pointer-events:auto;
  }
  .ugde-account-dropdown{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:-18px!important;
    width:330px!important;
    padding:17px!important;
    border:1px solid rgba(25,76,118,.12)!important;
    border-radius:18px!important;
    background:
      radial-gradient(90% 85% at 100% 0%,rgba(240,226,255,.68),transparent 62%),
      radial-gradient(85% 95% at 0% 100%,rgba(218,240,255,.72),transparent 64%),
      rgba(255,255,255,.97)!important;
    box-shadow:0 22px 55px rgba(13,48,78,.18),inset 0 1px 0 rgba(255,255,255,.94)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-5px)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
    white-space:normal!important;
    color:#15304b!important;
  }
  .ugde-account-action:hover>.ugde-account-dropdown,
  .ugde-account-action:focus-within>.ugde-account-dropdown{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .ugde-account-dropdown::before{
    content:"";
    position:absolute;
    right:39px;
    top:-7px;
    width:14px;
    height:14px;
    transform:rotate(45deg);
    border-left:1px solid rgba(25,76,118,.10);
    border-top:1px solid rgba(25,76,118,.10);
    background:rgba(250,250,255,.98);
  }
  .ugde-account-dropdown-head{
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin-bottom:13px!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(30,77,115,.08)!important;
  }
  .ugde-account-dropdown-icon{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:12px!important;
    color:#0d5eaf!important;
    background:linear-gradient(145deg,#e6f3ff,#f3eaff)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
  }
  .ugde-account-dropdown-head strong{display:block!important;font-size:14px!important;line-height:1.15!important;font-weight:900!important;color:#15304b!important}
  .ugde-account-dropdown-head small{display:block!important;margin-top:3px!important;font-size:9.5px!important;line-height:1.3!important;color:#718396!important}
  .ugde-account-login-form{gap:9px!important}
  .ugde-account-login-form input[type=text],
  .ugde-account-login-form input[type=password]{height:40px!important;border-radius:11px!important;font-size:12px!important}
  .ugde-account-login-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
  .ugde-account-login-row>.ugde-price-login-remember{min-width:0!important;gap:6px!important}
  .ugde-account-login-row>.ugde-price-login-remember span{font-size:9px!important;font-weight:700!important;color:#63788b!important}
  .ugde-account-login-row>a{font-size:9px!important;line-height:1.2!important;font-weight:800!important;color:#0d5eaf!important;text-decoration:none!important;white-space:nowrap!important}
  .ugde-account-login-form .ugde-price-login-submit{min-height:40px!important;border-radius:11px!important;font-size:11px!important}
  .ugde-account-login-form .ugde-price-login-error{padding:7px 9px!important;font-size:9.5px!important}
  .ugde-account-create{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    margin-top:10px!important;
    padding-top:10px!important;
    border-top:1px solid rgba(30,77,115,.08)!important;
    color:#526c84!important;
    font-size:9.5px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
  .ugde-account-create:hover{color:#0d5eaf!important}

  /* Keep the account action aligned in the compact homepage/shop header. */
  #ugde-desktop-shell.is-sticky-compact .ugde-actions>.ugde-account-action{
    height:100%!important;
  }
  #ugde-desktop-shell.is-sticky-compact .ugde-actions>.ugde-account-action>.ugde-account-trigger{
    min-width:48px!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }
  #ugde-desktop-shell.is-sticky-compact .ugde-account-trigger>b{display:none!important}
}


/* =========================================================
   UG Desktop Experience v1.0.48 — first-visit homepage welcome popup.
   ========================================================= */
html.ugde-welcome-open,
body.ugde-welcome-open{overflow:hidden!important;}
.ugde-home-welcome[hidden]{display:none!important;}
.ugde-home-welcome{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
}
.ugde-home-welcome__backdrop{
  position:absolute;
  inset:0;
  background:rgba(10,21,34,.40);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.ugde-home-welcome__dialog{
  position:relative;
  width:min(860px, calc(100vw - 56px));
  border-radius:28px;
  padding:28px 30px 28px;
  color:#1c3551;
  background:
    radial-gradient(54% 70% at 8% 10%, rgba(87,182,255,.20) 0%, rgba(87,182,255,0) 54%),
    radial-gradient(40% 54% at 92% 16%, rgba(244,111,160,.14) 0%, rgba(244,111,160,0) 58%),
    radial-gradient(48% 58% at 26% 100%, rgba(164,119,255,.13) 0%, rgba(164,119,255,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,.985) 0%, rgba(248,251,255,.985) 100%);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 28px 70px rgba(13,34,57,.23), inset 0 1px 0 rgba(255,255,255,.90);
}
.ugde-home-welcome__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(243,248,253,.94);
  color:#56708a;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.ugde-home-welcome__eyebrow{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(13,94,175,.08);
  color:#0d5eaf;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ugde-home-welcome__layout{
  display:grid;
  grid-template-columns:minmax(0,1.34fr) minmax(250px,.9fr);
  gap:24px;
  margin-top:14px;
}
.ugde-home-welcome__title{
  margin:0 34px 10px 0;
  font-size:42px;
  line-height:1.02;
  letter-spacing:-.03em;
  color:#102a43;
}
.ugde-home-welcome__lead,
.ugde-home-welcome__sub{
  margin:0;
  font-size:17px;
  line-height:1.62;
  color:#35526f;
}
.ugde-home-welcome__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 14px;
}
.ugde-home-welcome__chips span,
.ugde-home-welcome__mini-card{
  border:1px solid rgba(123,156,196,.20);
  box-shadow:0 10px 24px rgba(18,54,87,.06);
}
.ugde-home-welcome__chips span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#1a4163;
  font-size:14px;
  font-weight:800;
}
.ugde-home-welcome__aside{
  display:grid;
  gap:12px;
  align-content:start;
  padding-top:8px;
}
.ugde-home-welcome__mini-card{
  display:grid;
  gap:5px;
  padding:14px 15px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
}
.ugde-home-welcome__mini-card b{font-size:16px;color:#173854;}
.ugde-home-welcome__mini-card small{font-size:13px;line-height:1.45;color:#5b7390;}
.ugde-home-welcome__actions{
  display:flex;
  gap:12px;
  margin-top:22px;
}
.ugde-home-welcome__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:15px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
}
.ugde-home-welcome__btn--primary{
  background:linear-gradient(135deg,#0d5eaf 0%,#2f83df 100%);
  color:#fff!important;
  box-shadow:0 16px 34px rgba(24,92,170,.22);
}
.ugde-home-welcome__btn--ghost{
  background:rgba(255,255,255,.82);
  color:#173754!important;
  border:1px solid rgba(98,138,184,.20);
}
@media (max-width: 980px){
  .ugde-home-welcome__layout{grid-template-columns:1fr;}
  .ugde-home-welcome__actions{flex-direction:column;}
}


/* =========================================================
   UG Desktop Experience v1.0.50 — brand signature in welcome popup.
   ========================================================= */
@media (min-width:981px){
  .ugde-home-welcome__actions{
    max-width:calc(100% - 235px)!important;
  }
  .ugde-home-welcome__brandmark{
    position:absolute;
    right:30px;
    bottom:24px;
    width:205px;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    pointer-events:none;
    opacity:.82;
  }
  .ugde-home-welcome__brandmark::before{
    content:"";
    position:absolute;
    inset:35% -8% -28% 12%;
    background:radial-gradient(circle,rgba(255,255,255,.62) 0%,rgba(255,255,255,.22) 48%,rgba(255,255,255,0) 76%);
    filter:blur(8px);
  }
  .ugde-home-welcome__brandmark img{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    max-height:92px;
    object-fit:contain;
    object-position:right bottom;
    filter:drop-shadow(0 8px 18px rgba(18,48,74,.09));
  }
}
@media (max-width:980px){
  .ugde-home-welcome__brandmark{display:none!important;}
  .ugde-home-welcome__actions{max-width:none!important;}
}


/* =========================================================
   UG Desktop Experience v1.0.51 — centered titles for the five
   homepage category rows with compact category meta on the left.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-category-row-head-centered{
    display:grid!important;
    grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr)!important;
    align-items:center!important;
    gap:18px!important;
    min-height:58px!important;
    margin-bottom:14px!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-meta{
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    min-width:0!important;
    justify-self:start!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-meta-copy{
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
    min-width:0!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-meta-copy small{
    color:rgba(34,64,92,.68)!important;
    font:800 9px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-meta-copy b{
    color:rgba(34,64,92,.60)!important;
    font:650 10px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-title-centered{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    text-align:center!important;
    color:var(--ugde-ink)!important;
    min-width:0!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-title-centered strong{
    font:850 clamp(22px,1.75vw,30px)/1.05 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
  }

  body.ugde-enabled.ugde-home .ugde-category-row-head-centered .ugde-category-row-side{
    justify-self:end!important;
    margin-left:0!important;
    padding-top:0!important;
    align-items:flex-end!important;
    width:auto!important;
  }

  @media (max-width:1160px){
    body.ugde-enabled.ugde-home .ugde-category-row-head-centered{
      grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr)!important;
      gap:12px!important;
    }
    body.ugde-enabled.ugde-home .ugde-category-row-title-centered strong{
      font-size:21px!important;
    }
    body.ugde-enabled.ugde-home .ugde-category-row-viewall{
      padding:6px 8px!important;
      font-size:10px!important;
    }
  }
}


/* =========================================================
   UG Desktop Experience v1.0.52 — homepage Buy Again is
   always a single horizontal row; never wraps to row two.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-reorder-products-section .ugde-products-eight{
    display:grid!important;
    grid-template-columns:repeat(8,minmax(145px,1fr))!important;
    grid-template-rows:1fr!important;
    gap:13px!important;
    justify-content:start!important;
    align-items:stretch!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:thin!important;
    overscroll-behavior-inline:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding-bottom:4px!important;
  }
  body.ugde-enabled.ugde-home .ugde-reorder-products-section .ugde-products-eight::-webkit-scrollbar{
    height:4px!important;
  }
  body.ugde-enabled.ugde-home .ugde-reorder-products-section .ugde-product-card{
    min-width:145px!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.53 — mobile-style scroll position
   lines for the 5 homepage category rails.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-home .ugde-category-row .ugde-rail-progress{
    display:block!important;
    width:calc(100% - 14px)!important;
    height:3px!important;
    margin:8px 7px 0!important;
    border-radius:999px!important;
    overflow:hidden!important;
    opacity:.94!important;
    box-shadow:inset 0 1px 2px rgba(20,50,82,.05)!important;
    pointer-events:none!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row .ugde-rail-progress.is-hidden{
    opacity:0!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row .ugde-rail-progress-thumb{
    top:0!important;
    bottom:0!important;
    height:auto!important;
    min-width:24px!important;
    border-radius:999px!important;
    transition:left .06s linear,width .12s ease!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row.is-dragging .ugde-rail-progress-thumb{
    transition:none!important;
  }

  /* Επιτραπέζια — blue */
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(1) .ugde-rail-progress{
    background:linear-gradient(90deg,rgba(209,231,252,.72) 0%,rgba(227,240,255,.84) 45%,rgba(213,233,253,.72) 100%)!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(1) .ugde-rail-progress-thumb{
    background:linear-gradient(90deg,#0d5eaf 0%,#2378cb 24%,#4ba8ff 51%,#7dc1ff 76%,#c5e7ff 100%)!important;
    box-shadow:0 0 7px rgba(35,120,203,.23)!important;
  }

  /* Διακοσμητικά — purple */
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(2) .ugde-rail-progress{
    background:linear-gradient(90deg,rgba(236,224,250,.74) 0%,rgba(244,237,255,.88) 45%,rgba(233,220,250,.74) 100%)!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(2) .ugde-rail-progress-thumb{
    background:linear-gradient(90deg,#6b3ead 0%,#8e5ad2 25%,#b27af2 50%,#ccb0ff 76%,#efe2ff 100%)!important;
    box-shadow:0 0 7px rgba(142,90,210,.22)!important;
  }

  /* Αξεσουάρ — orange */
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(3) .ugde-rail-progress{
    background:linear-gradient(90deg,rgba(255,233,214,.76) 0%,rgba(255,242,229,.90) 46%,rgba(255,231,210,.76) 100%)!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(3) .ugde-rail-progress-thumb{
    background:linear-gradient(90deg,#cc6414 0%,#eb8120 24%,#ffab48 50%,#ffd18a 76%,#fff0cf 100%)!important;
    box-shadow:0 0 7px rgba(235,129,32,.23)!important;
  }

  /* Υφασμάτινα — green */
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(4) .ugde-rail-progress{
    background:linear-gradient(90deg,rgba(219,245,226,.76) 0%,rgba(233,251,238,.90) 46%,rgba(216,244,223,.76) 100%)!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(4) .ugde-rail-progress-thumb{
    background:linear-gradient(90deg,#188a5d 0%,#29a66f 24%,#63cf85 50%,#98e46d 76%,#dff9b6 100%)!important;
    box-shadow:0 0 7px rgba(41,166,111,.22)!important;
  }

  /* Σαπούνια — pink */
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(5) .ugde-rail-progress{
    background:linear-gradient(90deg,rgba(255,224,234,.76) 0%,rgba(255,239,245,.90) 46%,rgba(255,223,232,.76) 100%)!important;
  }
  body.ugde-enabled.ugde-home .ugde-category-row:nth-child(5) .ugde-rail-progress-thumb{
    background:linear-gradient(90deg,#c63d67 0%,#df5782 24%,#f57aa9 49%,#ff9fc4 74%,#ffd7e8 100%)!important;
    box-shadow:0 0 7px rgba(223,87,130,.22)!important;
  }
}


/* =========================================================
   UG Desktop Experience v1.0.54 — premium custom Company page.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-company-custom #main,
  body.ugde-enabled.ugde-company-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-company-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-company-custom{background:#f4f8fc!important;}
  .ugde-company-page{display:block;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18344f;background:#f4f8fc;overflow:hidden;}
  .ugde-company-shell{width:min(1440px,calc(100vw - 104px));margin-left:auto;margin-right:auto;}
  .ugde-company-hero{position:relative;width:min(1540px,calc(100vw - 56px));min-height:590px;margin:26px auto 34px;border-radius:34px;overflow:hidden;background:#193a56;box-shadow:0 28px 70px rgba(18,55,88,.12);}
  .ugde-company-hero-media,.ugde-company-hero-media img,.ugde-company-hero-shade{position:absolute;inset:0;width:100%;height:100%;}
  .ugde-company-hero-media img{object-fit:cover;object-position:center;}
  .ugde-company-hero-shade{background:linear-gradient(90deg,rgba(10,31,49,.91) 0%,rgba(13,40,62,.72) 37%,rgba(13,40,62,.18) 72%,rgba(13,40,62,.05) 100%),linear-gradient(0deg,rgba(9,28,43,.24),rgba(9,28,43,.04));}
  .ugde-company-hero-copy{position:relative;z-index:2;width:min(720px,53%);padding:82px 0 76px 72px;color:#fff;}
  .ugde-company-kicker,.ugde-company-section-kicker{display:block;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.13em;text-transform:uppercase;}
  .ugde-company-kicker{color:#9fd6ff;margin-bottom:14px;}
  .ugde-company-hero h1{margin:0;font-size:clamp(42px,4.25vw,70px);line-height:.98;letter-spacing:-.045em;color:#fff;max-width:13ch;text-wrap:balance;}
  .ugde-company-hero-copy>p{max-width:63ch;margin:22px 0 0;font-size:17px;line-height:1.65;color:rgba(255,255,255,.86);}
  .ugde-company-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px;}
  .ugde-company-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:14px;text-decoration:none!important;font-size:13px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease;}
  .ugde-company-btn:hover{transform:translateY(-2px);}
  .ugde-company-btn-primary{background:#0d74d1;color:#fff!important;box-shadow:0 14px 30px rgba(0,77,153,.28);}
  .ugde-company-btn-light{background:rgba(255,255,255,.92);color:#183b59!important;box-shadow:0 10px 25px rgba(0,0,0,.10);}
  .ugde-company-hero-badge{position:absolute;z-index:3;right:28px;bottom:26px;display:grid;gap:3px;max-width:310px;padding:16px 18px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 16px 38px rgba(14,41,65,.18);}
  .ugde-company-hero-badge b{font-size:14px;color:#153b59}.ugde-company-hero-badge span{font-size:11px;color:#61778c}
  .ugde-company-stats{display:grid;grid-template-columns:repeat(4,1fr);width:min(1440px,calc(100vw - 104px));margin:0 auto 76px;border:1px solid rgba(45,111,171,.10);border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(20,58,92,.05);overflow:hidden;}
  .ugde-company-stats>div{display:grid;gap:5px;padding:24px 26px;border-right:1px solid #e8eff6}.ugde-company-stats>div:last-child{border-right:0}
  .ugde-company-stats strong{font-size:28px;line-height:1;color:#0d5eaf;letter-spacing:-.03em}.ugde-company-stats span{font-size:12px;line-height:1.45;color:#61778e;}
  .ugde-company-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:center;margin-bottom:86px;}
  .ugde-company-section-kicker{color:#0d6bbf;margin-bottom:10px;}
  .ugde-company-intro h2,.ugde-company-section-head h2,.ugde-company-beyond h2,.ugde-company-final h2{margin:0;color:#163854;letter-spacing:-.035em;}
  .ugde-company-intro h2{max-width:16ch;font-size:clamp(36px,3.5vw,56px);line-height:1.02;}
  .ugde-company-intro-copy p{max-width:72ch;margin:18px 0 0;font-size:16px;line-height:1.75;color:#5a7188;}
  .ugde-company-intro-panel{position:relative;padding:34px;border-radius:28px;background:linear-gradient(145deg,#e9f5ff 0%,#f8f3ff 52%,#fff0f4 100%);border:1px solid rgba(88,132,182,.12);box-shadow:0 18px 44px rgba(27,71,111,.07);}
  .ugde-company-intro-panel>span{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7250aa}.ugde-company-intro-panel blockquote{margin:18px 0;font-size:27px;line-height:1.24;font-weight:800;letter-spacing:-.02em;color:#1b3e5d}.ugde-company-intro-panel p{margin:0;font-size:14px;line-height:1.65;color:#63788d}
  .ugde-company-expo{margin-bottom:92px;}
  .ugde-company-section-head{display:flex;justify-content:space-between;gap:42px;align-items:flex-end;margin-bottom:24px;}.ugde-company-section-head>div{max-width:780px}.ugde-company-section-head h2{font-size:clamp(32px,3vw,48px);line-height:1.04;}.ugde-company-section-head>p{max-width:520px;margin:0;font-size:14px;line-height:1.7;color:#61778e;}
  .ugde-company-section-head-centered{justify-content:center;text-align:center}.ugde-company-section-head-centered>div{max-width:900px}
  .ugde-company-gallery{display:grid;grid-template-columns:1.45fr .72fr;grid-template-rows:1fr 1fr;gap:14px;height:680px;}
  .ugde-company-gallery figure{margin:0;border-radius:24px;overflow:hidden;background:#dbe5ed;box-shadow:0 18px 42px rgba(18,55,88,.08)}.ugde-company-gallery-main{grid-row:1/3}.ugde-company-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ugde-company-gallery figure:hover img{transform:scale(1.025)}
  .ugde-company-advantages{margin-bottom:90px}.ugde-company-adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ugde-company-adv-grid article{min-height:270px;padding:27px 24px;border-radius:24px;background:#fff;border:1px solid #e4edf5;box-shadow:0 14px 32px rgba(19,57,90,.045)}.ugde-company-adv-grid article>span{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:13px;background:#eef6fd;color:#0d5eaf;font-size:11px;font-weight:900}.ugde-company-adv-grid h3{margin:32px 0 10px;font-size:20px;line-height:1.12;color:#183a57}.ugde-company-adv-grid p{margin:0;font-size:13px;line-height:1.65;color:#647a90}
  .ugde-company-process{padding:74px 0 78px;margin-bottom:86px;background:linear-gradient(110deg,#123c5e 0%,#255f8b 48%,#496b8b 100%);color:#fff}.ugde-company-process .ugde-company-section-kicker{color:#93d2ff}.ugde-company-process .ugde-company-section-head h2{color:#fff}.ugde-company-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ugde-company-process-grid>div{display:grid;gap:8px;padding:22px;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.ugde-company-process-grid b{font-size:11px;color:#a9dcff}.ugde-company-process-grid strong{font-size:20px;color:#fff}.ugde-company-process-grid span{font-size:12px;line-height:1.55;color:rgba(255,255,255,.76)}
  .ugde-company-beyond{display:grid;grid-template-columns:1.18fr .82fr;gap:48px;align-items:center;margin-bottom:94px;padding:44px 46px;border-radius:30px;background:linear-gradient(135deg,#fff 0%,#eef8ff 48%,#fff2f6 100%);border:1px solid rgba(58,118,174,.11);box-shadow:0 18px 50px rgba(20,58,92,.06)}.ugde-company-beyond h2{font-size:clamp(34px,3vw,48px);line-height:1.02}.ugde-company-beyond p{margin:16px 0;font-size:15px;line-height:1.7;color:#5e7489}.ugde-company-text-link{display:inline-flex;align-items:center;gap:7px;margin-top:4px;color:#0d65b4!important;text-decoration:none!important;font-weight:850;font-size:13px}.ugde-company-beyond-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.ugde-company-beyond-tags span{padding:12px 15px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(82,130,176,.15);font-size:12px;font-weight:800;color:#244867;box-shadow:0 7px 20px rgba(24,61,92,.045)}
  .ugde-company-final{width:min(1540px,calc(100vw - 56px));margin:0 auto 32px;padding:64px 38px;border-radius:34px;background:radial-gradient(50% 130% at 0% 100%,rgba(59,158,235,.28),transparent 66%),radial-gradient(50% 130% at 100% 0%,rgba(221,91,146,.18),transparent 66%),#153b59;color:#fff;text-align:center}.ugde-company-final-inner{max-width:920px;margin:0 auto}.ugde-company-final span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#9bd6ff}.ugde-company-final h2{margin-top:12px;font-size:clamp(36px,3.7vw,58px);line-height:1.02;color:#fff}.ugde-company-final p{max-width:760px;margin:18px auto 24px;font-size:16px;line-height:1.65;color:rgba(255,255,255,.80)}.ugde-company-final-inner>div{display:flex;justify-content:center;gap:10px}
  @media(max-width:1180px){.ugde-company-hero-copy{width:62%;padding-left:48px}.ugde-company-stats{grid-template-columns:repeat(2,1fr)}.ugde-company-stats>div:nth-child(2){border-right:0}.ugde-company-stats>div:nth-child(-n+2){border-bottom:1px solid #e8eff6}.ugde-company-adv-grid{grid-template-columns:repeat(2,1fr)}.ugde-company-process-grid{grid-template-columns:repeat(2,1fr)}}
}


/* =========================================================
   UG Desktop Experience v1.0.55 — High-tech Contact page
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-contact-custom #main,
  body.ugde-enabled.ugde-contact-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-contact-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-contact-custom{background:#f3f7fb!important;}
  .ugde-contact-page{display:block;width:100%;padding:1px 0 86px;background:#f3f7fb;color:#183750;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden;}
  .ugde-contact-shell{width:min(1420px,calc(100vw - 104px));margin-left:auto;margin-right:auto;}
  .ugde-contact-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(450px,.92fr);gap:38px;width:min(1540px,calc(100vw - 56px));min-height:590px;margin:26px auto 82px;padding:68px 70px;border-radius:34px;overflow:hidden;background:linear-gradient(125deg,#071b2c 0%,#0c3554 45%,#214f72 100%);box-shadow:0 30px 76px rgba(12,39,63,.18);box-sizing:border-box;}
  .ugde-contact-hero::before,.ugde-contact-hero::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.ugde-contact-hero::before{width:520px;height:520px;right:-130px;top:-180px;background:radial-gradient(circle,rgba(74,176,255,.30),rgba(74,176,255,0) 67%)}.ugde-contact-hero::after{width:460px;height:460px;left:28%;bottom:-310px;background:radial-gradient(circle,rgba(228,104,195,.18),rgba(228,104,195,0) 68%)}
  .ugde-contact-gridfx{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,#000 0%,transparent 78%);}
  .ugde-contact-hero-copy,.ugde-contact-console{position:relative;z-index:2;}
  .ugde-contact-hero-copy{align-self:center;color:#fff;}
  .ugde-contact-kicker{display:block;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#57b9ff;}
  .ugde-contact-hero h1{max-width:14ch;margin:12px 0 18px;font-size:clamp(44px,4.2vw,68px);line-height:.98;letter-spacing:-.045em;color:#fff;text-wrap:balance;}
  .ugde-contact-hero-copy>p{max-width:62ch;margin:0;font-size:16px;line-height:1.7;color:rgba(255,255,255,.78)}
  .ugde-contact-live{display:flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:24px;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}.ugde-contact-live-dot{width:8px;height:8px;border-radius:50%;background:#57d993;box-shadow:0 0 0 5px rgba(87,217,147,.12)}.ugde-contact-live.is-offline .ugde-contact-live-dot{background:#ffbd69;box-shadow:0 0 0 5px rgba(255,189,105,.12)}.ugde-contact-live b{font-size:11px;color:#fff}.ugde-contact-live small{font-size:10px;color:rgba(255,255,255,.62)}
  .ugde-contact-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:19px}.ugde-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 17px;border-radius:14px;text-decoration:none!important;font-size:12px;font-weight:850}.ugde-contact-btn-primary{background:#0d77d5;color:#fff!important;box-shadow:0 13px 30px rgba(4,83,155,.25)}.ugde-contact-btn-light{background:rgba(255,255,255,.92);color:#173b59!important}
  .ugde-contact-console{align-self:center;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(7,27,44,.48);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 55px rgba(0,0,0,.18)}
  .ugde-contact-console-head{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:4px 4px 15px;color:rgba(255,255,255,.62);font-size:9px;font-weight:850;letter-spacing:.12em}.ugde-contact-console-head b{display:flex;align-items:center;gap:7px;color:#8fe8bc}.ugde-contact-console-head b i{width:7px;height:7px;border-radius:50%;background:#57d993;box-shadow:0 0 0 5px rgba(87,217,147,.10)}
  .ugde-contact-channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ugde-contact-channel-grid>a{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto auto;column-gap:10px;min-height:108px;padding:14px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);text-decoration:none!important;transition:.18s ease}.ugde-contact-channel-grid>a:hover{transform:translateY(-2px);background:rgba(255,255,255,.11);border-color:rgba(108,190,255,.34)}.ugde-contact-channel-grid>a>span{grid-row:1/4;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(92,183,255,.12);color:#7dcbff}.ugde-contact-channel-grid small{font-size:8px;font-weight:900;letter-spacing:.12em;color:#7dcbff}.ugde-contact-channel-grid strong{font-size:12px;line-height:1.3;color:#fff;overflow-wrap:anywhere}.ugde-contact-channel-grid em{font-style:normal;font-size:9px;color:rgba(255,255,255,.55)}
  .ugde-contact-ai{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;width:100%;margin-top:9px;padding:13px 14px;border:1px solid rgba(151,116,255,.25);border-radius:18px;background:linear-gradient(100deg,rgba(94,80,215,.18),rgba(221,85,183,.12));color:#fff;text-align:left;cursor:pointer}.ugde-contact-ai>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,#7058ec,#b64ef1)}.ugde-contact-ai div{display:grid;gap:2px}.ugde-contact-ai small{font-size:8px;font-weight:900;letter-spacing:.12em;color:#cbbdff}.ugde-contact-ai b{font-size:13px;color:#fff}.ugde-contact-ai em{font-style:normal;font-size:9px;color:rgba(255,255,255,.58)}
  .ugde-contact-section-head{max-width:850px;margin-bottom:25px}.ugde-contact-section-head h2,.ugde-contact-location-copy h2,.ugde-contact-brief h2{margin:8px 0 9px;font-size:clamp(32px,3vw,48px);line-height:1.03;letter-spacing:-.035em;color:#163854}.ugde-contact-section-head>p,.ugde-contact-location-copy>p,.ugde-contact-brief>div>p{margin:0;font-size:14px;line-height:1.7;color:#63798f}
  .ugde-contact-route{margin-bottom:92px}.ugde-contact-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ugde-contact-route-grid article{position:relative;min-height:290px;padding:25px 25px 23px;border-radius:25px;background:#fff;border:1px solid #e0eaf3;box-shadow:0 15px 36px rgba(17,54,87,.05)}.ugde-contact-route-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf6ff;color:#0d65b7;font-size:10px;font-weight:900}.ugde-contact-route-grid small{display:block;margin-top:34px;font-size:9px;font-weight:900;letter-spacing:.12em;color:#7a91a6}.ugde-contact-route-grid h3{margin:8px 0 9px;font-size:22px;line-height:1.08;color:#173b58}.ugde-contact-route-grid p{margin:0;font-size:12px;line-height:1.65;color:#687e92}.ugde-contact-route-grid a{position:absolute;left:25px;bottom:22px;display:inline-flex;align-items:center;gap:7px;color:#0d64b5!important;text-decoration:none!important;font-size:11px;font-weight:900}
  .ugde-contact-location{display:grid;grid-template-columns:1.12fr .88fr;gap:36px;align-items:stretch;margin-bottom:92px}.ugde-contact-map{position:relative;min-height:520px;border-radius:28px;overflow:hidden;background:#dce9f2;box-shadow:0 18px 48px rgba(17,54,87,.09)}.ugde-contact-map iframe{display:block;width:100%;height:100%;min-height:520px;border:0;filter:saturate(.78) contrast(.96)}.ugde-contact-map-chip{position:absolute;left:17px;bottom:17px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(17,54,87,.12)}.ugde-contact-map-chip>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#edf6ff;color:#0d65b7}.ugde-contact-map-chip div{display:grid;gap:2px}.ugde-contact-map-chip small{font-size:8px;font-weight:900;color:#73889c}.ugde-contact-map-chip b{font-size:11px;color:#183b59}.ugde-contact-location-copy{align-self:center;padding:15px 8px 15px 14px}.ugde-contact-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:24px 0}.ugde-contact-detail-list>div{display:flex;align-items:center;gap:10px;padding:13px;border-radius:16px;background:#fff;border:1px solid #e3ecf4}.ugde-contact-detail-list>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f0f7fd;color:#0d63b3}.ugde-contact-detail-list div div{display:grid;gap:2px}.ugde-contact-detail-list small{font-size:8px;font-weight:900;color:#7990a5}.ugde-contact-detail-list b{font-size:11px;color:#193a56}
  .ugde-contact-brief{display:grid;grid-template-columns:.86fr 1.14fr;gap:45px;align-items:center;margin-bottom:84px;padding:36px 38px;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#eef8ff 48%,#f8f0ff 100%);border:1px solid rgba(54,112,168,.11)}.ugde-contact-brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ugde-contact-brief-grid span{display:flex;align-items:center;gap:10px;min-height:58px;padding:0 14px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(80,131,178,.12);font-size:11px;font-weight:750;color:#35516a}.ugde-contact-brief-grid b{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#eaf5ff;color:#0d65b6;font-size:8px}
  .ugde-contact-final{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:38px 42px;border-radius:28px;background:linear-gradient(115deg,#123b5c 0%,#256493 55%,#625d83 100%);box-shadow:0 20px 50px rgba(15,49,76,.11)}.ugde-contact-final>div:first-child{max-width:760px}.ugde-contact-final>div:first-child>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#9dd8ff}.ugde-contact-final h2{margin:7px 0 0;font-size:30px;line-height:1.08;color:#fff}.ugde-contact-final>div:last-child{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ugde-contact-final a,.ugde-contact-final button{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:0;border-radius:12px;background:rgba(255,255,255,.92);color:#173a57!important;text-decoration:none!important;font-size:10px;font-weight:900;cursor:pointer}.ugde-contact-final button{background:linear-gradient(135deg,#6956e7,#b954e6);color:#fff!important}
  @media(max-width:1180px){.ugde-contact-hero{grid-template-columns:1fr;padding:48px}.ugde-contact-console{max-width:780px}.ugde-contact-location{grid-template-columns:1fr}.ugde-contact-map{min-height:430px}.ugde-contact-map iframe{min-height:430px}.ugde-contact-detail-list{grid-template-columns:repeat(4,1fr)}}
  @media(prefers-reduced-motion:reduce){.ugde-contact-channel-grid>a{transition:none!important}}
}


/* =========================================================
   UG Desktop Experience v1.0.56 — compact custom order methods page
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-order-methods-custom #main,
  body.ugde-enabled.ugde-order-methods-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-order-methods-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-order-methods-custom{background:#f4f8fc!important;}
  .ugde-order-methods-page{width:100%;padding:28px clamp(34px,5vw,82px) 68px;box-sizing:border-box;background:#f4f8fc;color:#173651;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
  .ugde-order-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:30px;align-items:center;max-width:1420px;margin:0 auto 18px;padding:34px 38px;border:1px solid rgba(65,126,185,.14);border-radius:28px;overflow:hidden;background:radial-gradient(58% 120% at 0% 0%,rgba(55,147,232,.16),transparent 60%),radial-gradient(46% 110% at 100% 100%,rgba(168,111,241,.12),transparent 64%),linear-gradient(135deg,#fff 0%,#f6fbff 58%,#fbf7ff 100%);box-shadow:0 18px 46px rgba(25,63,99,.08);}
  .ugde-order-kicker{display:block;margin-bottom:8px;color:#0c67b7;font-size:10px;font-weight:900;letter-spacing:.15em;}
  .ugde-order-hero h1{max-width:13ch;margin:0;font-size:clamp(38px,3.2vw,58px);line-height:.98;letter-spacing:-.045em;color:#153653;}
  .ugde-order-hero-copy>p{max-width:62ch;margin:16px 0 0;font-size:15px;line-height:1.6;color:#5b7186;}
  .ugde-order-hero-actions{display:flex;gap:10px;margin-top:20px;}
  .ugde-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:13px;text-decoration:none!important;font-size:12px;font-weight:850;}
  .ugde-order-btn-primary{background:linear-gradient(135deg,#0d69bf,#1687de);color:#fff!important;box-shadow:0 10px 26px rgba(13,105,191,.20);}
  .ugde-order-btn-light{background:#fff;color:#183d5e!important;border:1px solid rgba(80,126,170,.18);}
  .ugde-order-signal{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.88);border-radius:22px;background:rgba(255,255,255,.68);box-shadow:0 14px 30px rgba(26,65,103,.07);backdrop-filter:blur(10px);}
  .ugde-order-signal>div{text-align:center;}.ugde-order-signal small{display:block;color:#6c86a0;font-size:9px;font-weight:900;letter-spacing:.14em}.ugde-order-signal b{display:block;margin-top:5px;color:#173b5c;font-size:17px}.ugde-order-signal span{display:block;margin-top:3px;color:#7890a5;font-size:10px}.ugde-order-signal i{display:block;height:1px;background:linear-gradient(90deg,transparent,#78a8d2,transparent);}
  .ugde-order-channels{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;max-width:1420px;margin:0 auto 16px;}
  .ugde-order-channel{position:relative;min-height:260px;padding:22px;border:1px solid rgba(76,125,171,.14);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(21,59,94,.055);}
  .ugde-order-channel-featured{background:radial-gradient(100% 120% at 100% 0%,rgba(55,168,249,.14),transparent 60%),linear-gradient(145deg,#f3faff,#fff 68%);border-color:rgba(29,126,207,.22);}
  .ugde-order-channel-top{display:flex;align-items:center;justify-content:space-between}.ugde-order-channel-top span{font-size:28px;font-weight:900;color:#d9e7f4}.ugde-order-channel-top em{font-style:normal;color:#0c67b7;font-size:9px;font-weight:900;letter-spacing:.12em}.ugde-order-channel-icon{width:46px;height:46px;margin:6px 0 14px;display:grid;place-items:center;border-radius:14px;background:#edf7ff;color:#0d69bf}.ugde-order-channel h2{margin:0 0 9px;color:#173651;font-size:21px;line-height:1.15}.ugde-order-channel p{margin:0;color:#60768a;font-size:12.5px;line-height:1.55}.ugde-order-channel>small{display:block;margin-top:9px;color:#8496a8;font-size:10px}.ugde-order-channel>a,.ugde-order-channel-actions a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#0c67b7!important;text-decoration:none!important;font-size:11px;font-weight:850}.ugde-order-channel-actions{display:flex;gap:16px;align-items:center}.ugde-order-channel-actions a:last-child{color:#637d94!important;}
  .ugde-order-flow{max-width:1420px;margin:0 auto 16px;padding:20px 24px;border:1px solid rgba(77,126,171,.13);border-radius:20px;background:linear-gradient(90deg,#fff,#f8fbfe);display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:center;}.ugde-order-flow-copy h2{margin:0;color:#173651;font-size:23px}.ugde-order-flow-steps{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr;align-items:center;}.ugde-order-flow-steps>div{display:flex;align-items:center;gap:8px;color:#355570;font-size:11px;font-weight:750}.ugde-order-flow-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eaf5ff;color:#0d69bf}.ugde-order-flow-steps i{height:1px;background:#cadceb}.ugde-order-flow-note{grid-column:2;display:block;margin-top:-8px;color:#8a9aaa;font-size:9px;}
  .ugde-order-ready{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:24px;align-items:center;padding:18px 24px;border-radius:20px;background:linear-gradient(100deg,#143f63,#215f8f 58%,#315b77);color:#fff}.ugde-order-ready .ugde-order-kicker{color:#8fd0ff}.ugde-order-ready h2{margin:0;max-width:28ch;font-size:20px;line-height:1.18}.ugde-order-ready-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ugde-order-ready-list span{padding:9px 12px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.08);font-size:10px;font-weight:750;}
  @media(max-width:1180px){.ugde-order-hero{grid-template-columns:1fr}.ugde-order-channels{grid-template-columns:1fr 1fr}.ugde-order-channel-featured{grid-column:1/-1;min-height:0}.ugde-order-flow{grid-template-columns:1fr}.ugde-order-flow-note{grid-column:1}.ugde-order-ready{grid-template-columns:1fr}.ugde-order-ready-list{justify-content:flex-start}}
}


/* =========================================================
   UG Desktop Experience v1.0.57 — state-of-the-art Shipping page.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-shipping-custom #main,
  body.ugde-enabled.ugde-shipping-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-shipping-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-shipping-custom{background:#f2f7fb!important;}
  .ugde-shipping-page{width:100%;padding:28px clamp(34px,5vw,82px) 72px;box-sizing:border-box;background:#f2f7fb;color:#173651;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
  .ugde-shipping-kicker{display:block;margin-bottom:8px;color:#0b6ebc;font-size:10px;font-weight:900;letter-spacing:.16em;}
  .ugde-shipping-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:36px;align-items:center;max-width:1440px;margin:0 auto 16px;padding:38px 42px;border-radius:30px;overflow:hidden;border:1px solid rgba(52,124,186,.14);background:radial-gradient(65% 135% at 0% 0%,rgba(42,155,233,.18),transparent 62%),radial-gradient(55% 110% at 100% 100%,rgba(94,212,174,.13),transparent 64%),linear-gradient(135deg,#fff 0%,#f4fbff 58%,#f5fffb 100%);box-shadow:0 20px 52px rgba(22,59,92,.08)}
  .ugde-shipping-hero h1{max-width:12ch;margin:0;font-size:clamp(42px,3.65vw,66px);line-height:.96;letter-spacing:-.05em;color:#143653}.ugde-shipping-hero-copy>p{max-width:64ch;margin:17px 0 0;color:#587188;font-size:15px;line-height:1.62}.ugde-shipping-hero-actions{display:flex;gap:10px;margin-top:22px}.ugde-shipping-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 17px;border-radius:14px;text-decoration:none!important;font-size:12px;font-weight:850}.ugde-shipping-btn-primary{background:linear-gradient(135deg,#0d69bf,#1590d6);color:#fff!important;box-shadow:0 12px 28px rgba(13,105,191,.20)}.ugde-shipping-btn-light{background:#fff;color:#183d5e!important;border:1px solid rgba(70,126,174,.18)}
  .ugde-shipping-radar{position:relative;min-height:270px;border:1px solid rgba(255,255,255,.85);border-radius:26px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.95),rgba(239,249,255,.72) 60%,rgba(235,252,247,.65));box-shadow:0 16px 36px rgba(29,67,100,.07);overflow:hidden}.ugde-shipping-radar:before,.ugde-shipping-radar:after{content:"";position:absolute;border:1px solid rgba(42,126,190,.14);border-radius:50%;inset:36px 72px}.ugde-shipping-radar:after{inset:66px 122px}.ugde-shipping-radar-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center;z-index:3}.ugde-shipping-radar-core>span{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#0d69bf,#1a91db);color:#fff;box-shadow:0 12px 30px rgba(13,105,191,.22)}.ugde-shipping-radar-core b{margin-top:8px;font-size:13px}.ugde-shipping-radar-core small{color:#7890a4;font-size:9px}.ugde-shipping-radar-orbit{position:absolute;z-index:2;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(81,136,181,.16);box-shadow:0 7px 18px rgba(25,63,98,.07);font-size:9px;font-weight:800;color:#355a78}.ugde-shipping-radar-orbit i{width:7px;height:7px;border-radius:50%;background:#2fa1e7;box-shadow:0 0 0 4px rgba(47,161,231,.12)}.orbit-a{top:44px;left:48px}.orbit-b{right:42px;top:78px}.orbit-b i{background:#35b98b}.orbit-c{bottom:54px;left:72px}.orbit-c i{background:#8c6bda}.ugde-shipping-radar-note{position:absolute;right:18px;bottom:14px;color:#8a9cad;font-size:8.5px}
  .ugde-shipping-options{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;max-width:1440px;margin:0 auto 16px}.ugde-shipping-card{position:relative;min-height:275px;padding:23px;border-radius:23px;border:1px solid rgba(72,126,172,.14);background:#fff;box-shadow:0 10px 28px rgba(22,58,91,.055)}.ugde-shipping-card-main{background:radial-gradient(95% 115% at 100% 0%,rgba(57,165,239,.13),transparent 61%),linear-gradient(145deg,#f4fbff,#fff 68%);border-color:rgba(28,129,207,.22)}.ugde-shipping-card-boxnow{background:radial-gradient(100% 115% at 100% 0%,rgba(141,106,219,.12),transparent 60%),linear-gradient(145deg,#fbf8ff,#fff 68%)}.ugde-shipping-card-top{display:flex;justify-content:space-between;align-items:center}.ugde-shipping-card-top span{font-size:29px;font-weight:900;color:#dce9f4}.ugde-shipping-card-top em{font-style:normal;color:#0b6ebc;font-size:9px;font-weight:900;letter-spacing:.12em}.ugde-shipping-card-icon{display:grid;place-items:center;width:48px;height:48px;margin:7px 0 15px;border-radius:15px;background:#edf7ff;color:#0d69bf;font-size:11px;font-weight:950;letter-spacing:.06em}.ugde-shipping-card h2{margin:0 0 9px;font-size:22px;color:#173651}.ugde-shipping-card p{margin:0;color:#60788d;font-size:12.5px;line-height:1.58}.ugde-shipping-card small{display:block;margin-top:10px;color:#8a9cad;font-size:10px}.ugde-shipping-card>a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#0d69bf!important;text-decoration:none!important;font-size:11px;font-weight:850}.ugde-shipping-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.ugde-shipping-tags span{padding:7px 9px;border-radius:999px;background:#edf7ff;color:#3c6485;font-size:9px;font-weight:750}
  .ugde-shipping-flow{max-width:1440px;margin:0 auto 16px;padding:24px 26px;border-radius:22px;border:1px solid rgba(72,125,170,.13);background:linear-gradient(90deg,#fff,#f8fbfe);display:grid;grid-template-columns:315px 1fr;gap:26px;align-items:center}.ugde-shipping-flow-copy h2{margin:0 0 7px;font-size:25px;color:#173651}.ugde-shipping-flow-copy p{margin:0;color:#6a7f92;font-size:11px;line-height:1.5}.ugde-shipping-flow-steps{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr 20px 1fr;align-items:center}.ugde-shipping-flow-steps>div{display:grid;gap:2px}.ugde-shipping-flow-steps b{color:#0d69bf;font-size:10px}.ugde-shipping-flow-steps strong{color:#274965;font-size:12px}.ugde-shipping-flow-steps small{color:#8094a6;font-size:9px}.ugde-shipping-flow-steps i{height:1px;background:linear-gradient(90deg,#c7dceb,#82b9dd,#c7dceb)}
  .ugde-shipping-decision{max-width:1440px;margin:0 auto 16px;padding:22px 26px;border-radius:22px;background:linear-gradient(120deg,#123f63,#1c668e 58%,#286b76);color:#fff;display:grid;grid-template-columns:330px 1fr;gap:24px;align-items:center}.ugde-shipping-decision .ugde-shipping-kicker{color:#94d8ff}.ugde-shipping-decision h2{margin:0;font-size:23px}.ugde-shipping-decision-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ugde-shipping-decision-grid span{display:grid;gap:3px;padding:11px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07)}.ugde-shipping-decision-grid b{font-size:10px}.ugde-shipping-decision-grid small{font-size:8.5px;color:rgba(255,255,255,.7);line-height:1.35}
  .ugde-shipping-note{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:20px 24px;border-radius:20px;border:1px solid rgba(70,125,170,.13);background:#fff}.ugde-shipping-note h2{margin:0 0 6px;font-size:21px}.ugde-shipping-note p{margin:0;color:#6b8093;font-size:11px}.ugde-shipping-note-actions{display:flex;gap:8px}.ugde-shipping-note-actions a{padding:10px 12px;border-radius:12px;background:#f0f7fc;color:#174b70!important;text-decoration:none!important;font-size:10px;font-weight:800}
  @media(max-width:1180px){.ugde-shipping-hero{grid-template-columns:1fr}.ugde-shipping-options{grid-template-columns:1fr 1fr}.ugde-shipping-card-main{grid-column:1/-1}.ugde-shipping-flow,.ugde-shipping-decision{grid-template-columns:1fr}.ugde-shipping-decision-grid{grid-template-columns:1fr 1fr}.ugde-shipping-note{grid-template-columns:1fr}.ugde-shipping-note-actions{justify-content:flex-start}}
}


/* =========================================================
   UG Desktop Experience v1.0.58 — branded legal center.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-terms-custom #main,
  body.ugde-enabled.ugde-terms-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-terms-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-terms-custom{background:#f3f7fb!important;}
  .ugde-terms-page{width:min(1540px,calc(100% - 48px));margin:22px auto 0;padding:0 0 24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17324c;}
  .ugde-terms-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.72fr);gap:18px;align-items:stretch;}
  .ugde-terms-hero-copy,.ugde-terms-identity{position:relative;overflow:hidden;border:1px solid rgba(74,111,148,.14);box-shadow:0 18px 48px rgba(20,52,84,.08);}
  .ugde-terms-hero-copy{min-height:350px;padding:44px 48px;border-radius:28px;background:radial-gradient(52% 72% at 88% 8%,rgba(83,160,236,.18),transparent 68%),radial-gradient(40% 70% at 12% 100%,rgba(149,119,226,.10),transparent 70%),linear-gradient(145deg,#0e2c46 0%,#123d61 54%,#155176 100%);color:#fff;}
  .ugde-terms-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:10px;font-weight:900;letter-spacing:.14em;color:#bfe3ff;}
  .ugde-terms-hero h1{margin:18px 0 13px;font-size:clamp(38px,3.6vw,62px);line-height:.98;letter-spacing:-.045em;color:#fff;}
  .ugde-terms-hero-copy>p{max-width:780px;margin:0;font-size:16px;line-height:1.66;color:rgba(242,248,255,.82);}
  .ugde-terms-hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;}
  .ugde-terms-hero-meta span{min-width:150px;padding:11px 13px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);}
  .ugde-terms-hero-meta small,.ugde-terms-identity>span,.ugde-terms-notice>span,.ugde-terms-nav>span{display:block;font-size:9px;font-weight:900;letter-spacing:.13em;}
  .ugde-terms-hero-meta small{color:#8ecaf6}.ugde-terms-hero-meta b{display:block;margin-top:3px;font-size:12px;color:#fff;}
  .ugde-terms-identity{padding:28px;border-radius:28px;background:linear-gradient(155deg,#fff 0%,#f4f9fd 100%);}
  .ugde-terms-identity>span{color:#0d5eaf}.ugde-terms-identity h2{margin:8px 0 20px;font-size:26px;color:#102e48;}
  .ugde-terms-identity dl{display:grid;gap:0;margin:0}.ugde-terms-identity dl>div{display:grid;grid-template-columns:115px 1fr;gap:14px;padding:10px 0;border-top:1px solid rgba(58,98,136,.10);}
  .ugde-terms-identity dt{font-size:10px;font-weight:800;color:#71879d;text-transform:uppercase;letter-spacing:.06em}.ugde-terms-identity dd{margin:0;font-size:12.5px;font-weight:700;color:#244560;}.ugde-terms-identity a{color:#0d5eaf!important;text-decoration:none!important;}
  .ugde-terms-notice{display:grid;grid-template-columns:110px 1fr;gap:22px;align-items:center;margin:16px 0;padding:18px 22px;border:1px solid rgba(42,113,174,.14);border-radius:18px;background:linear-gradient(90deg,#edf7ff 0%,#f7fbfe 100%);}
  .ugde-terms-notice>span{color:#0d5eaf}.ugde-terms-notice p{margin:0;font-size:13.5px;line-height:1.58;color:#35536d;}
  .ugde-terms-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:18px;align-items:start;}
  .ugde-terms-nav{position:sticky;top:154px;display:grid;gap:4px;padding:16px;border:1px solid rgba(70,106,140,.12);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 14px 35px rgba(20,52,84,.06);backdrop-filter:blur(14px);}
  .ugde-terms-nav>span{padding:4px 8px 10px;color:#7c8fa1}.ugde-terms-nav a{display:flex;align-items:center;gap:9px;min-height:34px;padding:6px 8px;border-radius:10px;color:#35536d!important;text-decoration:none!important;font-size:10.5px;font-weight:750;}.ugde-terms-nav a:hover{background:#edf6ff;color:#0d5eaf!important}.ugde-terms-nav i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#f0f5f9;color:#0d5eaf;font-style:normal;font-size:9px;}
  .ugde-terms-content{display:grid;gap:12px;}
  .ugde-terms-card{scroll-margin-top:170px;border:1px solid rgba(66,103,139,.12);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(20,52,84,.045);overflow:hidden;}
  .ugde-terms-card>header{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;padding:17px 20px;border-bottom:1px solid rgba(66,103,139,.08);background:linear-gradient(90deg,#fbfdff 0%,#f6fafe 100%);}
  .ugde-terms-card>header>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eaf5ff;color:#0d5eaf;font-size:13px;font-weight:900;}.ugde-terms-card header small{display:block;font-size:8.5px;font-weight:900;letter-spacing:.13em;color:#8a9cae}.ugde-terms-card h2{margin:3px 0 0;font-size:21px;line-height:1.15;color:#15344f;}
  .ugde-terms-copy{padding:20px 22px 22px}.ugde-terms-copy p{margin:0 0 11px;font-size:13.5px;line-height:1.7;color:#405b73}.ugde-terms-copy p:last-child{margin-bottom:0}.ugde-terms-copy strong{color:#183d5c}.ugde-terms-card-accent{border-color:rgba(29,112,183,.20);box-shadow:0 14px 34px rgba(26,104,171,.07)}
  .ugde-terms-inline-link{display:inline-flex;margin-top:5px;padding:8px 11px;border-radius:10px;background:#edf6ff;color:#0d5eaf!important;text-decoration:none!important;font-size:11px;font-weight:850;}
  .ugde-terms-callout{display:grid;gap:4px;margin-top:14px;padding:14px 16px;border-left:3px solid #0d5eaf;border-radius:0 12px 12px 0;background:#f1f8fe}.ugde-terms-callout b{font-size:12px;color:#153f61}.ugde-terms-callout span{font-size:11.5px;line-height:1.55;color:#4c667d}
  .ugde-terms-final{padding:27px 30px;border-radius:22px;background:linear-gradient(135deg,#102f49,#174e72);color:#fff}.ugde-terms-final>span{font-size:9px;font-weight:900;letter-spacing:.13em;color:#9ed6ff}.ugde-terms-final h2{max-width:750px;margin:8px 0;font-size:25px;line-height:1.1;color:#fff}.ugde-terms-final p{max-width:820px;margin:0;color:rgba(239,247,255,.82);font-size:13px;line-height:1.6}.ugde-terms-final>div{display:flex;gap:9px;margin-top:15px}.ugde-terms-final a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:11px;background:#fff;color:#123e60!important;text-decoration:none!important;font-size:11px;font-weight:850}.ugde-terms-final a+ a{background:rgba(255,255,255,.09);color:#fff!important;border:1px solid rgba(255,255,255,.14)}
  @media(max-width:1180px){.ugde-terms-layout{grid-template-columns:210px 1fr}.ugde-terms-hero{grid-template-columns:1.25fr .8fr}.ugde-terms-hero-copy{padding:36px}.ugde-terms-nav{top:138px}.ugde-terms-nav a{font-size:9.8px}}
}


/* =========================================================
   UG Desktop Experience v1.0.60 — payment beneficiary copy row.
   ========================================================= */
@media (min-width:901px){
  body.ugde-enabled.ugde-payment-custom #main,
  body.ugde-enabled.ugde-payment-custom .fusion-page-title-bar,
  body.ugde-enabled.ugde-payment-custom .fusion-tb-page-title-bar{display:none!important;}
  body.ugde-enabled.ugde-payment-custom{background:#f2f7fb!important;}
  .ugde-payment-page{width:min(1540px,calc(100% - 48px));margin:22px auto 0;padding:0 0 30px;box-sizing:border-box;color:#173650;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
  .ugde-payment-hero{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(340px,.58fr);gap:16px;}
  .ugde-payment-hero-copy,.ugde-payment-order-helper,.ugde-payment-method,.ugde-payment-guide,.ugde-payment-help-grid article,.ugde-payment-final{border:1px solid rgba(63,112,154,.13);box-shadow:0 16px 42px rgba(20,56,89,.055);}
  .ugde-payment-hero-copy{position:relative;overflow:hidden;min-height:365px;padding:46px 50px;border-radius:30px;background:radial-gradient(55% 80% at 95% 0%,rgba(70,174,244,.24),transparent 68%),radial-gradient(50% 100% at 6% 100%,rgba(124,92,213,.15),transparent 70%),linear-gradient(142deg,#0d2d47 0%,#123f61 53%,#166183 100%);color:#fff;}
  .ugde-payment-hero-copy:after{content:"";position:absolute;right:-65px;bottom:-105px;width:330px;height:330px;border:1px solid rgba(255,255,255,.10);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018);pointer-events:none;}
  .ugde-payment-kicker,.ugde-payment-order-helper>span,.ugde-payment-guide-head>span,.ugde-payment-help-grid article>span,.ugde-payment-final>div>span{display:block;font-size:9.5px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;}
  .ugde-payment-kicker{color:#9edbff;}.ugde-payment-hero h1{max-width:15ch;margin:18px 0 15px;font-size:clamp(42px,4vw,64px);line-height:.98;letter-spacing:-.047em;color:#fff;text-wrap:balance;}.ugde-payment-hero-copy>p{max-width:760px;margin:0;color:rgba(241,248,255,.82);font-size:15.5px;line-height:1.68;}
  .ugde-payment-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.ugde-payment-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 16px;border-radius:13px;text-decoration:none!important;font-size:11.5px;font-weight:850}.ugde-payment-btn-primary{background:#fff;color:#123c5c!important;box-shadow:0 12px 30px rgba(0,0,0,.12)}.ugde-payment-btn-light{background:rgba(255,255,255,.08);color:#fff!important;border:1px solid rgba(255,255,255,.15)}
  .ugde-payment-order-helper{display:flex;flex-direction:column;justify-content:center;padding:32px;border-radius:30px;background:radial-gradient(100% 85% at 100% 0%,rgba(73,157,233,.13),transparent 65%),#fff}.ugde-payment-order-helper>span{color:#0d69bf}.ugde-payment-order-helper h2{margin:9px 0 11px;font-size:27px;line-height:1.05;letter-spacing:-.03em;color:#173650}.ugde-payment-order-helper p{margin:0;color:#60768a;font-size:12.5px;line-height:1.62}.ugde-payment-order-helper a{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:19px;color:#0d69bf!important;text-decoration:none!important;font-size:11px;font-weight:850}
  .ugde-payment-methods{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;margin-top:16px}.ugde-payment-method{min-width:0;border-radius:26px;background:#fff;overflow:hidden}.ugde-payment-method-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 22px;border-bottom:1px solid rgba(62,106,144,.09);background:linear-gradient(90deg,#fbfdff,#f5faff)}.ugde-payment-method-head>div{display:flex;align-items:center;gap:8px}.ugde-payment-method-no{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eaf5ff;color:#0d69bf;font-size:10px;font-weight:950}.ugde-payment-method-tag{font-size:8.5px;font-weight:950;letter-spacing:.11em;color:#6b8296}.ugde-payment-iris-word{font-size:20px;letter-spacing:.09em;color:#0f66b1}.ugde-payment-bank-mark{padding:7px 10px;border-radius:9px;background:#e9f6ee;color:#19704c;font-size:10px;font-weight:950;letter-spacing:.08em}
  .ugde-payment-method-iris{background:radial-gradient(90% 120% at 0 100%,rgba(100,78,218,.09),transparent 60%),radial-gradient(85% 105% at 100% 0%,rgba(50,153,232,.12),transparent 62%),#fff}.ugde-payment-iris-grid{display:grid;grid-template-columns:minmax(220px,.75fr) 1.25fr;gap:28px;align-items:center;padding:28px}.ugde-payment-qr{display:grid;justify-items:center;gap:10px}.ugde-payment-qr img{display:block;width:min(100%,245px);height:auto;padding:10px;border-radius:22px;background:#fff;border:1px solid #dfeaf3;box-shadow:0 14px 34px rgba(23,66,103,.09)}.ugde-payment-qr small{max-width:240px;text-align:center;color:#8394a4;font-size:9px;line-height:1.45}.ugde-payment-iris-copy>span{display:block;color:#0d69bf;font-size:9px;font-weight:950;letter-spacing:.12em}.ugde-payment-iris-copy h2{margin:8px 0 7px;color:#173650;font-size:39px;line-height:1;letter-spacing:.045em}.ugde-payment-iris-copy>p{margin:0;color:#60768a;font-size:12px;line-height:1.58}.ugde-payment-iris-copy>button,.ugde-payment-bank-row>button{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:0;cursor:pointer}.ugde-payment-iris-copy>button{margin-top:16px;min-height:50px;padding:0 15px;border-radius:14px;background:linear-gradient(135deg,#0d69bf,#1686dc);color:#fff;box-shadow:0 10px 23px rgba(16,110,191,.20)}.ugde-payment-iris-copy>button b{font-size:11px}.ugde-payment-iris-copy>button small{font-size:9px;color:rgba(255,255,255,.78)}.ugde-payment-iris-copy>button.is-copied{background:linear-gradient(135deg,#147d5b,#20a472)}.ugde-payment-mini-note{display:grid;gap:3px;margin-top:12px;padding:11px 12px;border-radius:12px;background:#f0f7fd;border:1px solid rgba(42,119,180,.10)}.ugde-payment-mini-note b{font-size:9.5px;color:#24506f}.ugde-payment-mini-note span{font-size:9.5px;line-height:1.45;color:#71879a}
  .ugde-payment-bank-intro{padding:24px 24px 14px}.ugde-payment-bank-intro h2{margin:0 0 8px;color:#173650;font-size:24px;line-height:1.06;letter-spacing:-.025em}.ugde-payment-bank-intro p{margin:0;color:#657b8e;font-size:11.5px;line-height:1.58}.ugde-payment-bank-list{display:grid;gap:8px;padding:9px 18px 22px}.ugde-payment-bank-row{display:grid;grid-template-columns:minmax(120px,.55fr) minmax(240px,1.15fr) 142px;gap:12px;align-items:center;padding:13px 14px;border:1px solid rgba(68,113,151,.11);border-radius:15px;background:#f9fcfe}.ugde-payment-bank-row>div{min-width:0}.ugde-payment-bank-row small{display:block;color:#8b9bab;font-size:7.5px;font-weight:900;letter-spacing:.10em}.ugde-payment-bank-row strong{display:block;margin-top:3px;color:#24445f;font-size:11px}.ugde-payment-bank-iban code{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;color:#173650;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.8px;font-weight:800;white-space:nowrap}.ugde-payment-bank-row>button{min-height:39px;padding:0 10px;border-radius:11px;background:#edf6fd;color:#0d5eaf}.ugde-payment-bank-row>button b{font-size:9px}.ugde-payment-bank-row>button small{font-size:7.5px;color:#6d88a0}.ugde-payment-bank-row>button.is-copied{background:#e9f7ef;color:#16724e}.ugde-payment-beneficiary{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:14px;align-items:center;margin-top:4px;padding:14px 15px;border:1px solid rgba(68,113,151,.11);border-radius:15px;background:linear-gradient(90deg,#f6fbff,#fbfdff)}.ugde-payment-beneficiary>div{min-width:0}.ugde-payment-beneficiary small{display:block;color:#8b9bab;font-size:7.5px;font-weight:900;letter-spacing:.10em}.ugde-payment-beneficiary strong{display:block;margin-top:4px;color:#173650;font-size:12px;letter-spacing:.015em}.ugde-payment-beneficiary>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:39px;padding:0 10px;border:0;border-radius:11px;background:#edf6fd;color:#0d5eaf;cursor:pointer}.ugde-payment-beneficiary>button b{font-size:9px}.ugde-payment-beneficiary>button small{font-size:7.5px;color:#6d88a0}.ugde-payment-beneficiary>button.is-copied{background:#e9f7ef;color:#16724e}.ugde-payment-bank-fallback{display:grid;gap:12px;margin:10px 18px 22px;padding:16px;border-radius:15px;background:#f6f9fc;border:1px solid rgba(72,115,151,.10)}.ugde-payment-bank-fallback>div:first-child{display:grid;gap:4px}.ugde-payment-bank-fallback b{font-size:11px;color:#24445f}.ugde-payment-bank-fallback span{font-size:10.5px;line-height:1.5;color:#71869a}.ugde-payment-bank-fallback>div:last-child{display:flex;gap:7px;flex-wrap:wrap}.ugde-payment-bank-fallback a{padding:8px 10px;border-radius:10px;background:#fff;color:#0d5eaf!important;text-decoration:none!important;font-size:9.5px;font-weight:800}
  .ugde-payment-guide{display:grid;grid-template-columns:260px 1fr;gap:25px;align-items:center;margin-top:16px;padding:22px 25px;border-radius:22px;background:linear-gradient(120deg,#113b5d,#185d83);color:#fff}.ugde-payment-guide-head>span{color:#94d8ff}.ugde-payment-guide-head h2{margin:6px 0 0;color:#fff;font-size:24px}.ugde-payment-guide-steps{display:grid;grid-template-columns:1fr 26px 1fr 26px 1fr;align-items:center}.ugde-payment-guide-steps>div{display:grid;gap:3px}.ugde-payment-guide-steps b{color:#8fd8ff;font-size:9px}.ugde-payment-guide-steps strong{font-size:11px;color:#fff}.ugde-payment-guide-steps span{color:rgba(238,247,255,.70);font-size:8.7px;line-height:1.4}.ugde-payment-guide-steps i{height:1px;background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(147,216,255,.55),rgba(255,255,255,.10))}
  .ugde-payment-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.ugde-payment-help-grid article{padding:20px 21px;border-radius:19px;background:#fff}.ugde-payment-help-grid article>span{color:#0d69bf}.ugde-payment-help-grid h3{margin:7px 0 7px;color:#173650;font-size:17px;line-height:1.12}.ugde-payment-help-grid p{margin:0;color:#687e91;font-size:10.8px;line-height:1.55}
  .ugde-payment-final{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:16px;padding:22px 24px;border-radius:20px;background:linear-gradient(90deg,#fff,#f6fbff)}.ugde-payment-final>div>span{color:#0d69bf}.ugde-payment-final h2{margin:5px 0 5px;color:#173650;font-size:21px}.ugde-payment-final p{margin:0;color:#6a8193;font-size:10.5px}.ugde-payment-final-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.ugde-payment-final-actions a{display:flex;align-items:center;justify-content:center;min-height:37px;padding:0 11px;border-radius:10px;background:#edf6fd;color:#164c73!important;text-decoration:none!important;font-size:9.5px;font-weight:800}.ugde-payment-final-actions a:first-child{background:#0d69bf;color:#fff!important}
  @media(max-width:1180px){.ugde-payment-hero{grid-template-columns:1.2fr .8fr}.ugde-payment-methods{grid-template-columns:1fr}.ugde-payment-iris-grid{grid-template-columns:220px 1fr}.ugde-payment-guide{grid-template-columns:1fr}.ugde-payment-final{grid-template-columns:1fr}.ugde-payment-final-actions{justify-content:flex-start}}
}


/* v1.0.61 — checkout minimum repair bubble + robust Smart Bar handoff. */
@media (min-width:901px){
  body.ugde-enabled.ugde-checkout-page .ugde-smartbar-checkout .ugde-checkout-help.ugde-checkout-min-alert::before{
    display:none!important;
    content:none!important;
  }
  .ugde-checkout-min-bubble[data-ugde-portal="1"]{
    position:fixed!important;
    z-index:1000002!important;
    transform:translateX(-50%)!important;
    width:max-content!important;
    max-width:min(330px,calc(100vw - 28px))!important;
    min-width:210px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:3px!important;
    padding:10px 15px 11px!important;
    border:1px solid rgba(18,67,109,.16)!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(235,246,255,.98))!important;
    color:#123653!important;
    box-shadow:0 16px 38px rgba(15,49,79,.22),inset 0 1px 0 rgba(255,255,255,.95)!important;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    text-align:center!important;
    cursor:pointer!important;
    animation:ugde-checkout-min-bubble-in .28s cubic-bezier(.2,.82,.22,1) both!important;
  }
  .ugde-checkout-min-bubble[data-ugde-portal="1"]::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:100%!important;
    width:13px!important;
    height:13px!important;
    transform:translate(-50%,-7px) rotate(45deg)!important;
    background:#edf7ff!important;
    border-right:1px solid rgba(18,67,109,.14)!important;
    border-bottom:1px solid rgba(18,67,109,.14)!important;
  }
  .ugde-checkout-min-bubble[data-ugde-portal="1"] span{
    position:relative!important;
    z-index:1!important;
    color:#0d6ebd!important;
    font:900 10px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .ugde-checkout-min-bubble[data-ugde-portal="1"] strong{
    position:relative!important;
    z-index:1!important;
    display:block!important;
    max-width:290px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#173552!important;
    font:900 13px/1.25 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }
  .ugde-checkout-min-bubble[data-ugde-portal="1"]:hover{
    transform:translateX(-50%) translateY(-2px)!important;
    box-shadow:0 19px 44px rgba(15,49,79,.26),inset 0 1px 0 rgba(255,255,255,.95)!important;
  }
}
@keyframes ugde-checkout-min-bubble-in{
  from{opacity:0;transform:translateX(-50%) translateY(8px) scale(.97)}
  to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}
}
@media (prefers-reduced-motion:reduce){
  .ugde-checkout-min-bubble[data-ugde-portal="1"]{animation:none!important}
}
\n\n/* UGDE 1.0.63 — B2B price privacy for logged-out visitors.\n * Never expose Advanced Dynamic Pricing / quantity fluctuation tables to guests. */\nbody.ugde-enabled:not(.logged-in) .ugde-maincat-pricing,\nbody.ugde-enabled:not(.logged-in) .ugde-qv-pricing,\nbody.ugde-enabled:not(.logged-in) .wdp_pricing_table,\nbody.ugde-enabled:not(.logged-in) [class*="wdp_pricing"],\nbody.ugde-enabled:not(.logged-in) [class*="wdp-pricing"]{\n  display:none!important;\n}\n