/*
Theme Name: Mano
Theme URI: https://mano.ee
Author: Mano
Description: Kerge mango-stiilis kodukaupade teema WooCommerce’ile.
Version: 1.8.9
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: mano
*/

:root {
  --mango: #e07812;
  --mango-deep: #b85a0a;
  --leaf: #2f6a28;
  --leaf-deep: #214a1c;
  --flesh: #f3c56a;
  --cream: #f7f1e8;
  --paper: #fffcf7;
  --ink: #241910;
  --muted: #7a624c;
  --line: #ead9c4;
  --sale: var(--mango);
  --old: #a8927c;
  --shadow: 0 20px 50px rgba(60, 28, 8, 0.1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --radius: 18px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body.mano {
  font-family: Outfit, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: var(--safe-bottom);
}
h1, h2, h3, h4 {
  font-family: Fraunces, Georgia, serif;
  letter-spacing: -0.03em;
  font-weight: 560;
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1120px, calc(100% - 28px)); margin: 0 auto; }

.ripe-bar {
  background: var(--cream);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 8px 12px;
  padding-top: max(8px, env(safe-area-inset-top));
}
.ripe-short { display: inline; }
.ripe-full { display: none; }

.header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo actions" "search search";
  gap: 10px;
  align-items: center;
  padding: 12px 0;
}
.logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}
.search {
  grid-area: search;
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  min-width: 0;
}
.header-actions { grid-area: actions; display: flex; gap: 8px; align-items: center; }
.logo-mark, .footer-brand img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}
.logo-ee { color: var(--mango); }
.logo small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-top: 3px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 8px;
}
.footer-brand img { width: 40px; height: 40px; background: transparent; }
.footer-brand .logo-ee { color: #ffb24a; }
.search input { flex: 1; border: 0; padding: 11px 16px; outline: none; min-width: 0; font-size: 16px; background: transparent; }
.search button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
}
.header-actions .ghost { display: none; }
.ghost, .cart-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 650;
}
.cart-btn { position: relative; }
.badge {
  position: absolute;
  top: -7px;
  right: -4px;
  background: var(--mango);
  color: #fff;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.nav {
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 0 12px;
}
.nav .wrap::-webkit-scrollbar { display: none; }
.nav a {
  color: var(--muted);
  padding: 4px 0 10px;
  font-weight: 600;
  border-radius: 0;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a.active {
  color: var(--ink);
  background: transparent;
  border-bottom-color: var(--mango);
}

.hero-band {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding: 36px 0 32px;
}
.kicker {
  color: var(--mango-deep);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 12px;
}
.hero h1 { font-size: clamp(32px, 5.4vw, 58px); line-height: 1.08; margin: 0 0 16px; }
.hero p, .lede { color: var(--muted); max-width: 40rem; font-size: 1.12rem; }
.hero-price { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.sale-inline {
  display: inline-flex;
  background: var(--mango);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 800;
}
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-actions .btn { flex: 1 1 150px; }
.hero-art { min-width: 0; }
.hero-product, .hero-fallback {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: visible;
  box-shadow: var(--shadow);
}
.hero-product img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 16px;
}
.hero-product-meta {
  position: static;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  padding: 14px 18px 16px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-radius: 0 0 28px 28px;
}
.hero-product-meta strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
}
.hero-product-meta em { font-style: normal; color: var(--muted); font-weight: 650; font-size: 15px; }
.hero-fallback {
  background: #fff;
}
.skip-link { position: absolute; left: -999px; top: 0; background: #000; color: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 8px; }

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: space-between;
  padding: 16px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.trust span { white-space: nowrap; }

.usps {
  display: none;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  left: 16px;
  bottom: calc(16px + var(--safe-bottom));
  z-index: 80;
}
.cookie-box {
  max-width: 440px;
  margin-left: auto;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.cookie-box p { margin: 0 0 8px; font-size: 14px; }
.cookie-box a { color: var(--mango-deep); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cookie-actions .btn { flex: 1 1 140px; min-height: 42px; }
.cookie-cats { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.cookie-cats label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.cookie-cats input { margin-top: 4px; accent-color: var(--mango); }
.cookie-cats small { display: block; color: var(--muted); font-size: 13px; }
.legal-mini { font-size: 12px; opacity: .85; }
.woocommerce-terms-and-conditions-wrapper, .woocommerce form .form-row { margin: 10px 0; }

.btn, a.btn, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mango) !important;
  color: #fff !important;
  border: 0;
  border-radius: 999px !important;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 700;
  min-height: 46px;
  box-shadow: none;
  text-decoration: none;
}
.btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--mango-deep) !important; }
.btn.ghost { background: transparent !important; color: var(--ink) !important; border: 1px solid var(--line); }
.btn.wide { width: 100%; }

.section { padding: 28px 0 8px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-bottom: 16px; }
.section-head h1, .section-head h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.1rem); }
.section-head a { color: var(--mango-deep); font-weight: 700; font-size: 16px; }

.grid, ul.products {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.card, ul.products li.product {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}
.thumb {
  position: relative;
  display: block;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.thumb img, ul.products li.product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 12px;
}
.card .thumb { cursor: pointer; }
.sale, .onsale {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--mango) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  min-height: 0;
  line-height: 1.2;
  z-index: 2;
}
.card .body, ul.products li.product .body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.card h3, ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  font-size: 19px;
  font-weight: 560;
  padding: 0 !important;
  line-height: 1.3;
}
.prices, .woocommerce .price { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.now, .woocommerce .price ins, .woocommerce .price > .amount {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  background: none;
}
.was, .woocommerce .price del { color: var(--old); text-decoration: line-through; font-size: 13px; opacity: 1; }
.stock { color: var(--muted); font-size: 14px; font-weight: 650; margin: 0; }
.card .btn, ul.products .button { width: 100%; margin-top: auto; }

.cats { display: flex; flex-wrap: wrap; gap: 8px; }
.cat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cat span { font-size: 16px; }
.cat:hover { border-color: var(--mango); background: #fff; }

.mango-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  margin: 28px 0 12px;
}
.mango-band h2 { margin: 0 0 8px; }
.pill-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.pill-list li {
  background: var(--cream);
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  font-size: 14px;
}

.shop-layout { display: grid; gap: 16px; }
.shop-layout .grid:has(.card:only-child) {
  max-width: 420px;
}
.filters { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.filters a {
  display: inline-flex;
  padding: 8px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
  color: var(--muted);
}
.filters a.active { background: var(--ink); color: #fff; border-color: var(--ink); font-weight: 700; }

.product-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 8px 0 24px;
  color: var(--ink);
  overflow: visible;
  isolation: isolate;
}
.product-shell .summary {
  color: var(--ink);
  position: relative;
  z-index: 2;
  background: var(--cream);
  padding: 4px 0 8px;
}
@media (min-width: 720px) {
  .product-shell .summary {
    position: relative;
    top: auto;
    align-self: start;
  }
}
.product-shell .product_title { font-size: clamp(1.75rem, 3.2vw, 2.65rem); margin: 6px 0 10px; line-height: 1.18; }
.product-shell .product-long {
  grid-column: 1 / -1;
  max-width: none;
  position: relative;
  z-index: 2;
  background: var(--cream);
  color: var(--ink);
}
.product-gallery {
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}
.big-thumb-wrap {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  isolation: isolate;
}
.big-thumb-wrap .product-hero {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 12px;
  transition: transform .2s var(--ease);
  will-change: transform;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .big-thumb-wrap.is-zooming .product-hero,
  .big-thumb-wrap:hover .product-hero {
    transform: scale(1.35);
  }
}
.big-thumb-wrap.is-zooming .product-hero {
  transform: scale(1.35);
}
.product-thumbs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  padding: 0 12px 12px;
  overflow-x: auto;
  background: #fff;
}
.product-thumb {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.product-thumbs img, .product-thumb img {
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  object-fit: contain;
  background: #fff;
}
.single-product main.wrap,
.single-product .product,
.single-product .product-shell,
.single-product .summary,
.single-product .product-long {
  overflow: visible;
  background: var(--cream) !important;
  background-image: none !important;
}
.single-product img.wp-post-image:not(.product-hero) {
  display: none !important;
}
.single-product div.product > img,
.single-product .woocommerce-product-gallery,
.single-product .images {
  display: none !important;
}
.woocommerce div.product div.images,
.woocommerce-product-gallery {
  display: none;
}
.product-shell .woocommerce-product-gallery { display: none; }
.woocommerce div.product form.cart { margin-top: 8px; }
.woocommerce div.product .product_meta { color: var(--muted); font-size: 15px; margin-top: 16px; }
.woocommerce div.product p.price,
.woocommerce div.product .summary p.price {
  font-size: 1.55rem;
  margin: 10px 0 14px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
}

.prose { max-width: 760px; font-size: 1.05rem; line-height: 1.65; }
.prose h3 { margin: 1.4em 0 0.5em; font-size: 1.25rem; color: var(--ink); font-family: Outfit, sans-serif; letter-spacing: -0.01em; }
.prose h3:first-of-type { margin-top: 0.6em; }
.prose h2 + h3 { margin-top: 0.8em; }
.prose img { width: 100%; height: auto; border-radius: 16px; margin: 14px 0; background: #fff; }
.prose video { width: 100%; max-width: 720px; border-radius: 16px; margin: 16px 0; background: #1a120c; display: block; }
.prose table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; }
.prose th, .prose td { border-bottom: 1px solid var(--line); padding: 8px 0; text-align: left; vertical-align: top; }
.prose th { color: var(--muted); font-weight: 600; width: 42%; }
.mano-contact label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.mano-contact input,
.mano-contact select,
.mano-contact textarea {
  width: 100%;
  max-width: 520px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  font-size: 16px;
}
.mano-contact p { margin: 0 0 14px; }
.mano-contact-ok { color: var(--leaf); font-weight: 700; }
.mano-contact-err { color: #b42318; font-weight: 700; }

.mano-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(20, 12, 6, 0.88);
  display: grid;
  place-items: center;
  padding: 24px;
  cursor: zoom-out;
}
.mano-lightbox[hidden] { display: none !important; }
.mano-lightbox img {
  max-width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  cursor: default;
}
.mano-lightbox-close {
  position: fixed;
  top: 12px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1a120c;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 201;
}
html.mano-lightbox-open { overflow: hidden; }

.footer {
  background: var(--cream);
  color: var(--ink);
  margin-top: 48px;
  padding: 36px 0 calc(28px + var(--safe-bottom));
  border-top: 1px solid var(--line);
}
.footer .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.footer h4 { color: var(--ink); font-family: Fraunces, serif; margin: 0 0 10px; }
.footer a { display: block; margin: 6px 0; color: var(--muted); }
.footer .footer-brand { color: var(--ink); }
.footer .footer-brand .logo-ee { color: var(--mango); }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 0 !important;
  border-left: 3px solid var(--mango) !important;
  background: var(--paper);
  border-radius: 12px;
}
.woocommerce table.shop_table { border-radius: 16px; overflow: hidden; background: var(--paper); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
}
.woocommerce div.product form.cart { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.woocommerce .quantity .qty { width: 80px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; font-size: 16px; }
.woocommerce-page .content-area { width: min(1240px, calc(100% - 28px)); margin: 0 auto; padding: 16px 0 24px; }
.woocommerce-breadcrumb { font-size: 15px; color: var(--muted); margin-bottom: 12px; }

@media (min-width: 720px) {
  body.mano { font-size: 19px; line-height: 1.62; }
  .wrap { width: min(1240px, calc(100% - 48px)); }
  .ripe-short { display: none; }
  .ripe-full { display: inline; }
  .ripe-bar { font-size: 15px; }
  .header-row { grid-template-columns: 220px 1fr auto; grid-template-areas: "logo search actions"; gap: 18px; padding: 16px 0; }
  .header-actions .ghost { display: inline-flex; }
  .logo { font-size: 34px; }
  .logo small { font-size: 12px; }
  .logo-mark { width: 52px; height: 52px; }
  .nav a { font-size: 17px; }
  .hero { grid-template-columns: 1.02fr .98fr; gap: 48px; padding: 52px 0 44px; }
  .hero p, .lede { font-size: 1.28rem; }
  .hero-actions .btn { flex: 0 1 auto; min-width: 160px; }
  .hero-product img { height: auto; }
  .grid, ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 18px; }
  .mango-band { grid-template-columns: 1.3fr 1fr; padding: 32px; }
  .product-shell { grid-template-columns: 1.08fr .92fr; gap: 40px; padding-top: 28px; }
  .big-thumb-wrap .product-hero { height: auto; }
  .footer .wrap { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .nav .wrap { overflow: visible; padding: 0 0 12px; }
}
@media (min-width: 1100px) {
  .grid, ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (hover: hover) {
  .card:hover, .hero-product:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
  .card, .hero-product { transition: box-shadow .25s var(--ease), transform .25s var(--ease); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.mano-stick {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, var(--safe-bottom));
  z-index: 90;
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  width: auto;
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(36, 25, 16, 0.16);
}
.mano-stick.is-on { display: flex !important; }
.mano-stick img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--cream);
  flex-shrink: 0;
}
.mano-stick-info {
  flex: 1 1 auto;
  min-width: 0;
}
.mano-stick-info strong {
  display: none;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mano-stick-price { font-weight: 800; font-size: 15px; }
.mano-stick-price del { color: var(--old); font-weight: 600; font-size: 13px; margin-left: 6px; }
.mano-stick-qty input {
  width: 52px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
  font: inherit;
  background: var(--cream);
}
.mano-stick .btn {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
}
body.single-product { padding-bottom: 24px; }
body.mano-stick-on.single-product { padding-bottom: 92px; }
@media (max-width: 719px) {
  .mano-stick img { display: none; }
  .mano-stick-info strong { display: none; }
}
@media (min-width: 720px) {
  .mano-stick {
    left: 50%;
    right: auto;
    width: min(640px, calc(100% - 48px));
    transform: translateX(-50%);
    padding: 12px 14px;
    gap: 10px;
  }
  .mano-stick img { display: block; }
  .mano-stick-info strong { display: block; }
  .mano-stick .btn { flex: 0 1 auto; min-width: 140px; }
}
