    :root {
        --amber:     #FFA917;
        --blue:      #2563EB;
        --blue2:     #3B82F6;
        --blue3:     #60A5FA;
        --blue-dim:  rgba(37,99,235,0.07);
        --blue-mid:  rgba(37,99,235,0.14);
        --white:     #FFFFFF;
        --bg:        #F3F7FF;
        --bg2:       #FFFFFF;
        --bg3:       #EBF2FF;
        --text:      #0F172A;
        --textW:     #fff;
        --muted:     #64748B;
        --border:    rgba(37,99,235,0.18);
        --border2:   rgba(0,0,0,0.07);
        --borderW:   rgba(255,255,255,0.15);
        --red:       #EF4444;
        --green:     #10B981;
        --radius:    8px;
        --rad-lg:    16px;
        --shadow:    0 4px 24px rgba(37,99,235,0.07);
        --shadow-hv: 0 20px 56px rgba(37,99,235,0.15);
      }

      *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      html { scroll-behavior: smooth; }
      body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.6; overflow-x: hidden; }
      a { color: inherit; text-decoration: none; }
      button { cursor: pointer; border: none; background: none; font-family: inherit; }
      img { max-width: 100%; display: block; }
      input { font-family: inherit; }

      /* SCROLLBAR */
      ::-webkit-scrollbar { width: 6px; }
      ::-webkit-scrollbar-track { background: #e8edf0; }
      ::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 3px; }

    /* NOSCROLL */
    .noscroll {
       overflow: hidden; scrollbar-gutter: stable;
    }

    body.nobodyscroll {
      overflow: hidden;
    }

    /* ── BREADCRUMB ──────────────────────────────────────────── */
    .breadcrumb-bar { background: #fff; border-bottom: 1px solid var(--border2); }
    .breadcrumb { margin-top: 15px; max-width: 1440px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
    .breadcrumb a { margin-top: 15px; }
    .breadcrumb a:hover { color: var(--blue); }
    .breadcrumb .sep { margin-top: 15px; cursor: default; opacity: .5; }
    .breadcrumb .cur { margin-top: 15px; cursor: default; color: var(--text); font-weight: 500; }

    /* ── TOPBAR ──────────────────────────────────────────────── */
    .topbar {
      background: #4287f5;
      color: #fff;
      text-align: center;
      padding: 8px 20px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.3px;
      position: relative;
    }
    .topbar span { opacity: 0.55; margin: 0 10px; }
    .topbar-close {
      position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
      color: rgba(255,255,255,.65); font-size: 18px; line-height: 1;
    }
    .topbar-close:hover { color: #fff; }

    /* ── HEADER ──────────────────────────────────────────────── */
    header {
      background: #4287f5;
      border-bottom: 0px solid transparent;
      position: sticky; top: 0; z-index: 1000;
      box-shadow: 0 10px 20px rgba(66, 135, 245, 0.7);
    }
    .header-inner {
      max-width: 1440px; margin: 0 auto;
      padding: 0 28px;
      display: flex; align-items: center; gap: 24px; height: 68px;
    }
    .logo {
      flex-shrink: 0; display: flex; align-items: center; gap: 5px;
      filter: brightness(0) invert(1); drop-shadow: 0 0 0 #fff;
      /*background: #fff; border-radius: 200px; padding: 5px 10px;*/
    }
    .logo_dark {
      flex-shrink: 0; display: flex; align-items: center; gap: 5px;
      filter: brightness(0) invert(1); drop-shadow: 0 0 0 #000;
      /*background: #fff; border-radius: 200px; padding: 5px 10px;*/
    }
    .footerLogo {
      flex-shrink: 0; display: flex; align-items: center; gap: 5px; position: relative; bottom: 25px;
      /*background: #fff; border-radius: 200px; padding: 5px 10px;*/
    }
    .logo-dot {
      width: 7px; height: 7px; background: var(--blue);
      border-radius: 50%; margin-top: 2px;
    }
    .nav-main { display: flex; gap: 2px; }
    .nav-main a {
      padding: 7px 14px; font-size: 13px; font-weight: 500;
      color: var(--white); border-radius: 911px; transition: all .2s;
    }
    .nav-main a:hover { color: var(--text); background: var(--bg3); }
    .nav-main a.active {
      color: #fff; background: rgba(0, 0, 0, 0.7); font-weight: 600;
    }
    .header-spacer { flex: 1; }
    .header-actions { display: flex; align-items: center; gap: 6px; }
    .search-bar { flex: 1; max-width: 420px; display: flex; align-items: center; background: rgba(255, 255, 255, 0.7); border: 2px solid rgba(255, 255, 255, 0); border-radius: 100px; padding: 0 16px; gap: 8px; transition: border-color 0.2s; }
    .search-bar:focus-within { background: rgba(0, 0, 0, 0.7) border: 2.5px solid #fff; }
    .search-bar input { background: none; border: none; outline: none; color: #000; font-size: 15px; font-weight: 600; flex: 1; padding: 9px 0; }
    .search-bar input::placeholder { color: rgba(0, 0, 0, 0.9); font-size: 14px; font-weight: 400; }
    .search-bar svg { width: 15px; height: 15px; fill: none; stroke: rgba(0, 0, 0, 0.7); stroke-width: 2; flex-shrink: 0; }
    .icon-btn {
      width: 40px; height: 40px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      border: 1px solid var(--borderW); color: var(--white);
      transition: all .2s; position: relative;
    }
    .icon-btn:hover { color: #000; background: var(--white); }
    .icon-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
    .hd-badge {
      position: absolute; top: 1px; right: 1px;
      min-width: 17px; height: 17px;
      background: var(--blue); color: #fff;
      font-size: 9px; font-weight: 700; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      padding: 0 2px;
    }
    .btn-account {
      background: var(--white); color: #000;
      padding: 8px 20px; border-radius: 100px;
      font-size: 12px; font-weight: 600;
      display: flex; align-items: center; gap: 6px; transition: all .2s;
    }
    .btn-account:hover { background: #000; color: #fff; transform: translateY(-1px); }

  /* FOOTER */
  footer { background: #fff; border-top: 1px solid var(--border2); padding: 60px 24px 0; }
  .footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid var(--border2); }
  .footer-brand .logo { font-size: 24px; margin-bottom: 14px; }
  .footer-brand p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 240px; margin-bottom: 20px; }
  .social-links { display: flex; gap: 8px; }
  .social-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 14px; transition: all 0.2s; }
  .social-btn:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-dim); }
  .footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text); margin-bottom: 18px; }
  .footer-links { display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { font-size: 13px; color: var(--muted); transition: color 0.2s; }
  .footer-links a:hover { color: var(--blue); }
  .footer-bottom { max-width: 1400px; margin: 0 auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
  .footer-bottom p { font-size: 12px; color: var(--muted); }
  .payment-icons { display: flex; gap: 8px; }
  .pay-icon { background: #fff; border: 1px solid var(--border2); border-radius: 10px; padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--muted); }

    /* ── CART SIDEBAR ────────────────────────────────────────── */
    .overlay {
      position: fixed; inset: 0;
      background: rgba(0,0,0,.5); z-index: 1999;
      opacity: 0; pointer-events: none;
      transition: opacity .3s; backdrop-filter: blur(4px);
    }
    .overlay.on { opacity: 1; pointer-events: all; }

    .cart-sb {
      position: fixed; right: 0; top: 0; bottom: 0; width: 420px;
      background: rgba(255, 255, 255, 0.75); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-left: 0px solid var(--border2);
      border-top-left-radius: 25px; border-bottom-left-radius: 25px;
      z-index: 2000; transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      display: flex; flex-direction: column;
    }
    .cart-sb.on { transform: translateX(0); }

    .cart-hd {
      padding: 24px; border-bottom: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: space-between;
    }
    .cart-hd h3 { font-family: 'Outfit'; font-size: 22px; font-weight: 500; }
    .cart-cls {
      width: 34px; height: 34px; border-radius: var(--radius);
      border: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: center; color: var(--muted);
    }
    .cart-cls:hover { border-color: var(--red); color: var(--red); }
    .cart-cls svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

    .cart-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
    .cart-empty-st { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: var(--muted); gap: 12px; }
    .cart-empty-st span { font-size: 48px; }

    .ci {
      background: rgba(255, 255, 255, 0.0); border: 1px solid rgba(0, 0, 0, 0.0);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border-radius: 12px; padding: 14px; display: flex; gap: 12px;
    }
    .ci-img {
      width: 60px; height: 60px; border-radius: 8px;
      background: rgba(0, 0, 0, 0.0); border: 1px solid rgba(0,0,0,0.0);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      display: flex; align-items: center;
      justify-content: center; font-size: 26px; flex-shrink: 0;
    }
    .ci-info { color: #000; flex: 1; min-width: 0; }
    .ci-name { color: #000; font-size: 13px; font-weight: 500; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .ci-price { font-family: 'Outfit', serif; font-size: 17px; font-weight: 500; color: var(--blue); }
    .ci-qty { color: #000; display: flex; align-items: center; gap: 8px; margin-top: 8px; }
    .qb {
      color: #000; width: 26px; height: 26px; border-radius: 6px;
      border: 1px solid rgba(0,0,0,0.5);
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 600; transition: all .15s;
    }
    .qb:hover { border-color: var(--blue); color: var(--blue); }
    .qn { font-size: 13px; font-weight: 600; min-width: 22px; text-align: center; }
    .del {
      width: 28px; height: 28px; border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      color: var(--muted); align-self: flex-start;
    }
    .del:hover { color: var(--red); }
    .del svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; }

    .cart-ft { padding: 20px; border-top: 1px solid var(--border2); }
    .cart-tots { margin-bottom: 16px; }
    .ct-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
    .ct-row .lbl { color: var(--muted); }
    .ct-row.ttl { font-size: 15px; font-weight: 600; padding-top: 10px; border-top: 1px solid var(--border2); margin-top: 10px; }
    .ct-row.ttl .amt { font-family: 'Outfit', serif; font-size: 22px; color: var(--blue); }

    .btn-ckout {
      width: 100%; background: var(--blue); color: #fff;
      padding: 14px; border-radius: 100px;
      font-weight: 700; font-size: 14px;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all .2s; margin-bottom: 10px;
    }
    .btn-ckout:hover { background: var(--blue2); }
    .btn-cont {
      width: 100%; background: none; border: 1px solid rgba(0,0,0,0.1);
      color: var(--muted); padding: 11px; border-radius: 100px; font-size: 12px;
    }
    .btn-cont:hover { border-color: var(--blue); color: var(--blue); }

    .cart-item-towish {
      width: 28px; height: 28px; border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      color: var(--muted); align-self: flex-start;
    }
    .cart-item-towish:hover { color: var(--red); }
    .cart-item-towish svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; transition: all 0.2s; }
    .cart-item-towish.on svg { fill: var(--red); stroke: var(--red); }


    /* ── FAV SIDEBAR ────────────────────────────────────────── */
    .fav-sb {
      position: fixed; right: 0; top: 0; bottom: 0; width: 420px;
      background: rgba(255, 255, 255, 0.75); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-left: 0px solid var(--border2);
      border-top-left-radius: 25px; border-bottom-left-radius: 25px;
      z-index: 2000; transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      display: flex; flex-direction: column;
    }
    .fav-sb.on { transform: translateX(0); }

    .fav-hd {
      padding: 24px; border-bottom: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: space-between;
    }
    .fav-hd h3 { font-family: 'Outfit'; font-size: 22px; font-weight: 500; }
    .fav-cls {
      width: 34px; height: 34px; border-radius: var(--radius);
      border: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: center; color: var(--muted);
    }
    .fav-cls:hover { border-color: var(--red); color: var(--red); }
    .fav-cls svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

    .fav-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
    .fav-empty-st { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: var(--muted); gap: 12px; }
    .fav-empty-st span { font-size: 48px; }


    .fav-ft { padding: 20px; border-top: 1px solid #fff; }
    .fav-tots { margin-bottom: 16px; }
    .ct-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
    .ct-row .lbl { color: var(--muted); }
    .ct-row.ttl { font-size: 15px; font-weight: 600; padding-top: 10px; border-top: 1px solid var(--border2); margin-top: 10px; }
    .ct-row.ttl .amt { font-family: 'Outfit', serif; font-size: 22px; color: var(--blue); }

    .btn-ckout {
      width: 100%; background: var(--blue); color: #fff;
      padding: 14px; border-radius: 100px;
      font-weight: 700; font-size: 14px;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all .2s; margin-bottom: 10px;
    }
    .btn-ckout:hover { background: var(--blue2); }
    .btn-cont {
      width: 100%; background: none; border: 1px solid var(--border2);
      color: var(--muted); padding: 11px; border-radius: 100px; font-size: 12px;
    }
    .btn-cont:hover { border-color: var(--blue); color: var(--blue); }

    /* ── MENU SIDEBAR ────────────────────────────────────────── */
    .more-sb {
      position: fixed; right: 0; top: 0; bottom: 0; width: 350px;
      background: rgba(255, 255, 255, 0.9); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
      border-left: 0px solid var(--border2); padding: 10px;
      border-top-left-radius: 25px; border-bottom-left-radius: 25px;
      z-index: 2000; transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      display: flex; flex-direction: column;
    }
    .more-sb.on { transform: translateX(0); }

    .more-hd {
      padding-bottom: 20px; margin-bottom: 16px;
      padding: 10px; border-bottom: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: space-between;
    }
    .more-hd h3 { font-family: 'Outfit'; font-size: 18px; font-weight: 500; }
    .more-cls {
      width: 34px; height: 34px; border-radius: var(--radius);
      border: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: center; color: var(--muted);
    }
    .more-cls:hover { border-color: var(--red); color: var(--red); }
    .more-cls svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

    .more-body { 
      flex: 1; overflow-y: auto; padding: 8px; 
      display: flex; flex-direction: column; 
      gap: 0px; min-height: 0;
    }
    .more-empty-st { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: var(--muted); gap: 12px; }
    .more-empty-st span { font-size: 48px; }

.btn-menu3 {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 95%; 
  background: transparent; 
  color: rgba(0, 0, 0, 0.7); 
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 14px; 
  border-radius: 16px; 
  transition: all .3s; 
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.btn-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
}
.btn-title {
  font-weight: 600;
  font-size: 14px;
}
.btn-txt {
  font-weight: 400; 
  font-size: 11px; 
  color: rgba(0, 0, 0, 0.5); 
  margin: 0; 
  text-align: left;
}
.btn-arrow {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, color 0.3s;
}
/* ─────────────────────────────────────────────────── */
.btn-menu3:hover { 
  box-shadow: 0 4px 15px rgba(0, 0, 120, 0.2); 
  transform: scale(1.02); 
  background: rgba(255, 255, 255, 0.2); 
  border: 1px solid var(--blue); 
  color: var(--blue); 
}
.btn-menu3:hover .btn-txt {
  color: var(--blue);
  opacity: 0.8;
}
.btn-menu3:hover .btn-arrow {
  color: var(--blue);
  transform: translateX(4px); 
}

  /* TOAST */
  .toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(80px); background: #10141a; border: 1px solid rgba(255,255,255,0.1); color: #e8edf5; padding: 12px 20px; border-radius: 100px; font-size: 13px; font-weight: 500; z-index: 3000; display: flex; align-items: center; gap: 8px; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); white-space: nowrap; }
  .toast.show { transform: translateX(-50%) translateY(0); }
  .toast-icon { width: 20px; height: 20px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 11px; }

    /* ── MODAL ───────────────────────────────────────────────── */
    .modal-ov {
      position: fixed; inset: 0;
      background: rgba(0,0,0,.75); z-index: 2500;
      display: flex; align-items: center; justify-content: center;
      padding: 20px; opacity: 0; pointer-events: none;
      transition: opacity .3s; backdrop-filter: blur(8px);
    }
    .modal-ov.on { opacity: 1; pointer-events: all; }
    .modal {
      background: #fff; border-radius: var(--rad-lg);
      max-width: 860px; width: 100%; max-height: 90vh; overflow-y: auto;
      display: grid; grid-template-columns: 1fr 1fr;
    }
    .modal-img {
      background: var(--bg3); border-radius: var(--rad-lg) 0 0 var(--rad-lg);
      display: flex; align-items: center; justify-content: center;
      min-height: 400px; position: relative; font-size: 100px;
    }
    .mcls {
      position: absolute; top: 16px; right: 16px;
      width: 34px; height: 34px; border-radius: var(--radius);
      background: rgba(255,255,255,.9); border: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: center;
      color: var(--text); z-index: 10;
    }
    .mcls:hover { border-color: var(--red); color: var(--red); }
    .mcls svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
    .modal-info { padding: 36px; display: flex; flex-direction: column; }
    .m-cat { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
    .m-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; margin-bottom: 12px; line-height: 1.2; }
    .m-desc { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
    .m-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
    .m-price { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; color: var(--blue); }
    .m-old { font-size: 14px; color: var(--muted); text-decoration: line-through; }
    .m-disc { font-size: 11px; font-weight: 700; color: #fff; background: var(--red); padding: 3px 8px; border-radius: 4px; }
    .m-feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
    .m-feat { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
    .fchk {
      width: 18px; height: 18px; background: rgba(16,185,129,.12);
      color: var(--green); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 10px; font-weight: 700; flex-shrink: 0;
    }
    .m-div { border: none; border-top: 1px solid var(--border2); margin: 16px 0; }
    .m-qty-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
    .m-qty-lbl { font-size: 12px; color: var(--muted); font-weight: 500; }
    .m-qty-ctrl {
      display: flex; align-items: center; gap: 10px;
      background: var(--bg3); border: 1px solid var(--border2);
      border-radius: var(--radius); padding: 6px 14px;
    }
    .m-qty-num { font-size: 15px; font-weight: 700; min-width: 28px; text-align: center; }
    .m-btns { display: flex; gap: 10px; margin-top: auto; }
    .btn-madd {
      flex: 1; background: var(--blue); color: #fff;
      padding: 13px; border-radius: 100px;
      font-weight: 700; font-size: 13px;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all .2s;
    }
    .btn-madd:hover { background: var(--blue2); }
    .btn-mwish {
      width: 46px; height: 46px; border-radius: 50%;
      border: 1px solid var(--border2);
      display: flex; align-items: center; justify-content: center; color: var(--muted);
      transition: all .2s;
    }
    .btn-mwish:hover, .btn-mwish.on { border-color: var(--red); color: var(--red); }
    .btn-mwish svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
    .btn-mwish.on svg { fill: var(--red); }

  /* BACK TO TOP */
  .back-top { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; background: var(--blue); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 500; cursor: pointer; opacity: 0; transform: translateY(20px); transition: all 0.3s; border: none; }
  .back-top.visible { opacity: 1; transform: translateY(0); }
  .back-top:hover { background: var(--blue2); }
  .back-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; }
