:root {
  --bg: #09090c;
  --bg-soft: #111116;
  --card: rgba(255,255,255,.04);
  --text: #f6f7fb;
  --muted: #adb0be;
  --line: rgba(255,255,255,.08);
  --red: #ff304d;
  --red-2: #aa1232;
  --glow: 0 0 40px rgba(255,48,77,.22);
  --radius: 22px;
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background: radial-gradient(circle at top, rgba(255,48,77,.12), transparent 30%), var(--bg); color:var(--text); font-family:Inter,system-ui,sans-serif; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; height:auto; }
.zm-container { width:min(calc(100% - 32px), var(--container)); margin:0 auto; }
.zm-site-header { position:sticky; top:0; z-index:30; backdrop-filter: blur(16px); background:rgba(9,9,12,.75); border-bottom:1px solid var(--line); }
.zm-header-inner { display:flex; align-items:center; justify-content:space-between; min-height:76px; gap:18px; }
.zm-logo { font-weight:800; letter-spacing:.04em; }
.zm-nav ul { display:flex; gap:20px; list-style:none; padding:0; margin:0; }
.zm-header-actions { display:flex; gap:12px; align-items:center; }
.zm-header-icon { position:relative; display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; }
.zm-header-icon .zm-wishlist-count, .zm-header-icon .zm-compare-count, .zm-cart .zm-cart-count { display:inline-grid; place-items:center; min-width:22px; height:22px; padding:0 6px; border-radius:999px; background:var(--red); margin-left:8px; font-size:12px; font-weight:800; line-height:1; }
.zm-wishlist-header .zm-wishlist-count, .zm-compare-header .zm-compare-count { position:absolute; top:-5px; right:-7px; margin-left:0; }
.zm-cart span { display:inline-grid; place-items:center; width:22px; height:22px; border-radius:999px; background:var(--red); margin-left:8px; font-size:12px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .single_add_to_cart_button {
  border-radius:999px !important; background:linear-gradient(135deg, var(--red), #ff5f77) !important; color:#fff !important; border:0 !important; padding:14px 22px !important; font-weight:700 !important; box-shadow:var(--glow);
}
.button.ghost { background:transparent !important; border:1px solid rgba(255,255,255,.16) !important; box-shadow:none !important; }
.eyebrow { color:#ff9cab; text-transform:uppercase; letter-spacing:.16em; font-size:12px; font-weight:700; }
.lead { color:var(--muted); font-size:18px; line-height:1.7; }
.zm-hero, .zm-tax-hero, .zm-product-hero { padding:72px 0 34px; }
.zm-hero-grid, .zm-product-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap:28px; align-items:center; }
.zm-hero h1, .zm-tax-hero h1, .zm-product-hero h1 { font-size:clamp(34px, 5vw, 64px); line-height:1.03; margin:10px 0 18px; }
.zm-glow-panel, .zm-feature-card, .zm-route-grid article, .zm-loop-card, .zm-info-grid article, .zm-trust-band, .zm-kf-grid article, .zm-product-card, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce form.checkout { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--glow); }
.zm-glow-panel { padding:18px; display:grid; gap:16px; }
.zm-choice-card { padding:22px; background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border-radius:18px; border:1px solid var(--line); }
.zm-choice-card h3 { margin-top:0; font-size:24px; }
.zm-choice-card p, .zm-feature-card p, .zm-route-grid p, .zm-info-grid p, .zm-kf-grid p { color:var(--muted); }
.zm-choice-card a { color:#ffb1be; font-weight:700; }
.zm-hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin:28px 0; }
.zm-stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.zm-stat-row div { padding:16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.025); }
.zm-stat-row strong { display:block; font-size:28px; }
.zm-stat-row span { color:var(--muted); }
.zm-section { padding:34px 0; }
.zm-section-dark { background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); }
.zm-section-head { max-width:760px; margin-bottom:24px; }
.zm-section-head h2 { margin:8px 0 10px; font-size:clamp(28px, 3vw, 42px); }
.zm-section-head p { color:var(--muted); }
.zm-feature-grid, .zm-route-grid, .zm-mini-grid, .zm-kf-grid, .zm-info-grid, .zm-card-grid { display:grid; gap:18px; }
.zm-feature-grid { grid-template-columns:repeat(4,1fr); }
.zm-route-grid { grid-template-columns:repeat(3,1fr); }
.zm-mini-grid { grid-template-columns:repeat(3,1fr); }
.zm-kf-grid { grid-template-columns:repeat(4,1fr); }
.zm-info-grid { grid-template-columns:repeat(2,1fr); }
.zm-card-grid, ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); display:grid; gap:18px; list-style:none; padding:0; margin:0; }
.zm-feature-card, .zm-route-grid article, .zm-kf-grid article, .zm-info-grid article, .zm-product-card { padding:22px; }
.zm-product-card, .zm-loop-card { position:relative; }
.zm-product-card__thumb img, .zm-loop-card img { border-radius:18px; width:100%; display:block; }
.zm-product-card h3, .zm-loop-card__body h2 { font-size:22px; margin:14px 0 10px; }
.zm-product-card__effect, .zm-loop-card__effect { color:var(--muted); min-height:52px; }
.zm-product-card__footer, .zm-loop-card .button { display:flex; justify-content:space-between; align-items:center; margin-top:18px; }
.zm-meta-badges { display:flex; flex-wrap:wrap; gap:8px; }
.zm-meta-badges span { font-size:12px; padding:7px 10px; border-radius:999px; background:rgba(255,48,77,.12); color:#ffc2cb; border:1px solid rgba(255,48,77,.25); }
.woocommerce ul.products li.product { width:auto !important; margin:0 !important; float:none !important; }
.zm-loop-card { padding:0 0 18px !important; overflow:hidden; }
.zm-loop-card__body { padding:16px 16px 0; }
.zm-loop-card .button { margin:0 16px; text-align:center; justify-content:center; width:calc(100% - 32px); }
.zm-product-grid .summary { padding:26px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); }
.zm-short-benefits { color:var(--muted); margin:16px 0; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width:100% !important; float:none !important; }
.woocommerce-product-gallery { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:22px; }
.woocommerce-product-gallery img { border-radius:18px; }
.zm-help-box, .woocommerce-message, .woocommerce-info, .woocommerce-error { margin-top:18px; padding:16px 18px; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.04); color:var(--text); }
.woocommerce-checkout .col2-set, .woocommerce-checkout-review-order-table, .shop_table { color:var(--text); }
input, select, textarea, .select2-container--default .select2-selection--single { width:100%; background:#11131a; border:1px solid rgba(255,255,255,.12); color:#fff; border-radius:14px; min-height:48px; padding:12px 14px; }
label { font-weight:600; }
.woocommerce-breadcrumb, .term-description, .woocommerce-result-count, .woocommerce-ordering { color:var(--muted); }
.zm-footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:20px; padding:42px 0; }
.zm-site-footer { border-top:1px solid var(--line); margin-top:40px; }
.zm-footer-bottom { padding:0 0 32px; color:var(--muted); }
@media (max-width: 1024px) {
  .zm-hero-grid, .zm-product-grid, .zm-feature-grid, .zm-route-grid, .zm-kf-grid, .zm-card-grid, ul.products, .zm-info-grid, .zm-footer-grid, .zm-mini-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 720px) {
  .zm-nav { display:none; }
  .zm-hero-grid, .zm-product-grid, .zm-feature-grid, .zm-route-grid, .zm-kf-grid, .zm-card-grid, ul.products, .zm-info-grid, .zm-footer-grid, .zm-mini-grid, .zm-stat-row { grid-template-columns:1fr; }
  .zm-hero, .zm-tax-hero, .zm-product-hero { padding-top:42px; }
  body.zm-has-sticky-cta form.cart { position:sticky; bottom:10px; background:rgba(9,9,12,.92); padding:12px; border-radius:20px; z-index:20; }
}
.zm-hero, .zm-tax-hero { position:relative; overflow:hidden; }
.zm-hero::before, .zm-tax-hero::before {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(9,9,12,.92) 0%, rgba(9,9,12,.78) 45%, rgba(9,9,12,.55) 100%),
    var(--hero-image) center/cover no-repeat;
  z-index:-2;
}
.zm-hero::after, .zm-tax-hero::after {
  content:""; position:absolute; inset:auto 0 0 0; height:160px;
  background:linear-gradient(180deg, rgba(9,9,12,0), rgba(9,9,12,1));
  z-index:-1;
}
.zm-contact-row, .zm-footer-links { display:grid; gap:10px; }
.zm-contact-row a, .zm-footer-links a { color:#ffc2cb; }
.zm-game-grid, .zm-news-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.zm-game-card { display:grid; grid-template-columns:.95fr 1.05fr; gap:0; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--glow); }
.zm-game-card__image { min-height:320px; background:center/cover no-repeat; }
.zm-game-card__body { padding:24px; }
.zm-game-card__body p, .zm-game-card__body li { color:var(--muted); }
.zm-game-card__body ul { margin:18px 0 22px; padding-left:18px; }
.zm-final-cta { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:center; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--glow); }
.zm-widget { color:var(--muted); }
@media (max-width: 1024px) {
  .zm-game-grid, .zm-news-grid, .zm-game-card, .zm-final-cta { grid-template-columns:1fr; }
}


/* Cart + checkout hardening */
.zm-site-main { min-height: 60vh; }
.woocommerce .quantity .qty { max-width: 90px; text-align: center; }
.woocommerce-cart .zm-site-main,
.woocommerce-checkout .zm-site-main,
.woocommerce-account .zm-site-main {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 28px 0 48px;
}
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  width: 100%;
}
.woocommerce-cart-form,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-form-login,
.woocommerce-form-coupon {
  padding: 24px;
}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table,
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  color: var(--text);
}
.woocommerce table.shop_table thead th {
  background: rgba(255,255,255,.03);
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 18px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  vertical-align: middle;
  color: var(--text);
  background: transparent;
}
.woocommerce table.shop_table tr:first-child th,
.woocommerce table.shop_table tr:first-child td { border-top: 0; }
.woocommerce-cart .product-thumbnail img,
.woocommerce-checkout-review-order-table .product-thumbnail img {
  width: 84px;
  min-width: 84px;
  border-radius: 16px;
  display: block;
}
.woocommerce-cart .product-name a,
.woocommerce-checkout .product-name,
.woocommerce table.shop_table a {
  color: #fff;
  font-weight: 600;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-remove,
.woocommerce-cart .coupon label,
.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .order-total td,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table .amount {
  color: #fff;
}
.woocommerce-cart .product-remove a.remove {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,48,77,.12);
  color: #ff8ea0 !important;
  line-height: 34px;
  font-size: 22px;
}
.woocommerce-cart .product-remove a.remove:hover {
  background: rgba(255,48,77,.22);
  color: #fff !important;
}
.woocommerce-cart table.cart td.actions,
.woocommerce-cart .zm-cart-actions-cell {
  padding: 22px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-cart .zm-coupon-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 680px;
  width: auto;
  min-width: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce .checkout_coupon .form-row-first .input-text,
.woocommerce form.login .input-text,
.woocommerce form.register .input-text {
  min-width: 320px;
  width: min(100%, 420px);
  margin: 0 !important;
  padding: 0 18px;
  height: 56px;
  border-radius: 18px;
  background: rgba(8,10,18,.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
.woocommerce-cart table.cart td.actions > button,
.woocommerce-cart table.cart td.actions > .button,
.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-cart .zm-cart-actions-cell > button,
.woocommerce-cart .zm-cart-actions-cell > .button,
.woocommerce-cart .zm-cart-actions-cell .coupon .button {
  margin: 0 !important;
}
.woocommerce-cart button[name="update_cart"] {
  margin-left: auto !important;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 380px;
  gap: 24px;
  align-items: start;
}
.woocommerce-cart .cross-sells {
  order: 1;
}
.woocommerce-cart .cart_totals {
  order: 2;
  padding: 24px;
  background: rgba(10,12,22,.92);
}
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-order h2,
.woocommerce-order h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}
.woocommerce-cart .cart_totals table,
.woocommerce-checkout-review-order-table { margin: 0; }
.woocommerce-cart .wc-proceed-to-checkout { margin-top: 18px; padding-bottom: 0; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; justify-content: center; }
.woocommerce-cart .cart-empty,
.woocommerce-checkout .woocommerce-info,
.woocommerce-account .woocommerce-message {
  padding: 22px 24px;
  border-radius: var(--radius);
}
.woocommerce-cart .zm-empty-cart-panel {
  padding: 24px;
}
.woocommerce-cart .return-to-shop {
  margin: 18px 0 0;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px;
  gap: 24px;
  align-items: start;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 100%;
  float: none;
}
.woocommerce-checkout .col2-set {
  display: grid;
  gap: 18px;
}
.woocommerce-checkout #customer_details > div,
.woocommerce-checkout #order_review,
.woocommerce-checkout-review-order {
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 24px;
}
.woocommerce-checkout #order_review_heading {
  margin: 0 0 12px;
}
.woocommerce-checkout .form-row { margin-bottom: 14px; }
.woocommerce-checkout textarea.input-text { min-height: 120px; }
.woocommerce-checkout #payment {
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 14px;
  padding-top: 14px;
}
.woocommerce-checkout #payment div.payment_box {
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-radius: 16px;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(255,255,255,.08);
}
.woocommerce-checkout .place-order .button,
.woocommerce-checkout .place-order button {
  width: 100%;
  justify-content: center;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: rgba(255,48,77,.14);
  border-color: rgba(255,48,77,.28);
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
@media (max-width: 980px) {
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout form.checkout,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .woocommerce-cart-form,
  .woocommerce-checkout form.checkout,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-order,
  .woocommerce-form-login,
  .woocommerce-form-coupon {
    padding: 18px;
  }
  .woocommerce-cart table.cart td.actions .coupon,
  .woocommerce-cart .zm-coupon-row {
    align-items: stretch;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce .checkout_coupon .form-row-first .input-text {
    width: 100%;
    min-width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    color: #ffc2cb;
    font-weight: 700;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions button,
  .woocommerce-cart .actions input.button,
  .woocommerce-cart .actions .coupon,
  .woocommerce-cart .actions .coupon .button,
  .woocommerce-cart button[name="update_cart"] {
    width: 100%;
    margin-left: 0 !important;
  }
}


/* v1.1.3 checkout and loop cleanup */
.woocommerce a.added_to_cart.wc-forward,
.woocommerce .wc-forward:not(.checkout-button):not(.restore-item) {
  display:none !important;
}

.woocommerce-checkout .col2-set {
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:24px;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--glow);
}

.woocommerce-checkout #order_review_heading { margin:24px 0 12px; }
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading { margin-top:0; }
.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-checkbox-text {
  display:none !important;
}


/* v1.1.5-description: single product full description */
.zm-description-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
  padding: 28px;
}

.zm-section-head--compact {
  max-width: none;
  margin-bottom: 16px;
}

.zm-description-content {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.zm-description-content > *:first-child { margin-top: 0; }
.zm-description-content > *:last-child { margin-bottom: 0; }

.zm-description-content h2,
.zm-description-content h3,
.zm-description-content h4 {
  color: var(--text);
  margin: 1.2em 0 .6em;
}

.zm-description-content ul,
.zm-description-content ol {
  padding-left: 1.25em;
}

.zm-description-content li {
  margin-bottom: .4em;
}

.zm-description-content strong {
  color: var(--text);
}

.zm-description-content a {
  color: #ff9cab;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .zm-description-card {
    padding: 20px;
  }
}


/* fix: align CTA buttons in combo / related products */
.zm-related-products .products,
.related.products .products,
.up-sells.upsells.products ul.products,
.related.products ul.products {
  align-items: stretch;
}

.zm-related-products .product,
.related.products .product,
.up-sells.upsells.products ul.products li.product,
.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zm-related-products .product-inner,
.related.products .product-inner,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}

.zm-related-products .price,
.related.products .price,
.up-sells.upsells.products ul.products li.product .price,
.related.products ul.products li.product .price {
  margin-top: auto;
}

.zm-related-products .button,
.related.products .button,
.up-sells.upsells.products ul.products li.product .button,
.related.products ul.products li.product .button {
  margin-top: 14px;
  align-self: stretch;
}

.zm-related-products .added_to_cart,
.related.products .added_to_cart,
.up-sells.upsells.products ul.products li.product .added_to_cart,
.related.products ul.products li.product .added_to_cart {
  margin-top: 10px;
  align-self: stretch;
  text-align: center;
}




/* fix r2: safe related/combo CTA alignment without pushing buttons outside cards */
.zm-related-products .products,
.related.products .products,
.up-sells.upsells.products ul.products,
.related.products ul.products {
  align-items: stretch;
}

.zm-related-products .product,
.related.products .product,
.up-sells.upsells.products ul.products li.product,
.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
}

.zm-related-products .product-inner,
.related.products .product-inner,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0 !important;
  height: auto !important;
}

.zm-related-products .price,
.related.products .price,
.up-sells.upsells.products ul.products li.product .price,
.related.products ul.products li.product .price {
  margin-top: 18px !important;
  margin-bottom: 16px !important;
}

.zm-related-products .button,
.related.products .button,
.up-sells.upsells.products ul.products li.product .button,
.related.products ul.products li.product .button,
.zm-related-products .added_to_cart,
.related.products .added_to_cart,
.up-sells.upsells.products ul.products li.product .added_to_cart,
.related.products ul.products li.product .added_to_cart {
  margin-top: 0 !important;
  position: static !important;
  bottom: auto !important;
  align-self: stretch;
}

.zm-related-products .product .button,
.related.products .product .button,
.up-sells.upsells.products ul.products li.product .button,
.related.products ul.products li.product .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}




/* r3: single product variable purchase block */
.single-product div.product form.variations_form,
.single-product .summary form.variations_form {
  margin-top: 22px;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.single-product form.variations_form table.variations {
  width: 100%;
  border: 0;
  margin: 0 0 18px;
  border-collapse: collapse;
}

.single-product form.variations_form table.variations tbody,
.single-product form.variations_form table.variations tr,
.single-product form.variations_form table.variations td,
.single-product form.variations_form table.variations th {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

.single-product form.variations_form table.variations th.label {
  margin: 0 0 10px;
}

.single-product form.variations_form table.variations th.label label {
  display: block;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
}

.single-product form.variations_form table.variations td.value {
  margin: 0;
}

.single-product form.variations_form select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(11, 14, 24, 0.96);
  color: var(--text);
  font-size: 18px;
  box-shadow: none;
}

.single-product form.variations_form .reset_variations {
  display: inline-block;
  margin-top: 10px;
  color: #ff9cab;
  font-size: 14px;
}

.single-product form.variations_form .single_variation_wrap {
  margin-top: 10px;
}

.single-product form.variations_form .woocommerce-variation.single_variation {
  margin: 0 0 16px;
}

.single-product form.variations_form .woocommerce-variation-price,
.single-product form.variations_form .woocommerce-variation-availability {
  display: block !important;
  margin: 0 0 12px;
}

.single-product form.variations_form .woocommerce-variation-price .price,
.single-product form.variations_form .woocommerce-variation.single_variation .price {
  display: block;
  color: var(--text);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0;
}

.single-product form.variations_form .woocommerce-variation-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.single-product form.variations_form .woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.single-product form.variations_form .quantity {
  margin: 0 !important;
}

.single-product form.variations_form .quantity input.qty {
  width: 110px;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(11, 14, 24, 0.96);
  color: var(--text);
  text-align: center;
  font-size: 20px;
}

.single-product form.variations_form button.single_add_to_cart_button,
.single-product form.variations_form .single_add_to_cart_button.button {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product form.variations_form .woocommerce-variation-add-to-cart-disabled button.single_add_to_cart_button {
  opacity: .65;
}

.single-product .summary > .price {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .single-product div.product form.variations_form,
  .single-product .summary form.variations_form {
    padding: 18px;
  }

  .single-product form.variations_form .woocommerce-variation-price .price,
  .single-product form.variations_form .woocommerce-variation.single_variation .price {
    font-size: 34px;
  }

  .single-product form.variations_form .woocommerce-variation-add-to-cart {
    align-items: stretch;
  }

  .single-product form.variations_form .quantity input.qty,
  .single-product form.variations_form button.single_add_to_cart_button,
  .single-product form.variations_form .single_add_to_cart_button.button {
    width: 100%;
  }
}



/* r4: show full product images in category/archive cards without crop */
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
.zm-product-card__media img,
.zm-product-card img,
ul.products li.product img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.zm-product-card__media,
.zm-product-card .media,
ul.products li.product .zm-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zm-product-card__media,
.zm-product-card .media,
ul.products li.product .woocommerce-loop-product__link {
  overflow: hidden;
}




/* v1.1.6: product card image containment on category/archive pages */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.zm-product-card {
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.zm-product-card__media,
.zm-product-card .media,
ul.products li.product .zm-card-media {
  position: relative;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
.zm-product-card__media img,
.zm-product-card img,
ul.products li.product img {
  width: 100%;
  height: auto !important;
  max-height: 320px;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
}

@media (max-width: 1279px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
  .zm-product-card__media img,
  .zm-product-card img,
  ul.products li.product img {
    max-height: 280px;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
  .zm-product-card__media img,
  .zm-product-card img,
  ul.products li.product img {
    max-height: 240px;
    border-radius: 20px;
  }
}



/* v1.1.7: force product cards to vertical layout with image on top */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.zm-product-card,
.related.products ul.products li.product,
.up-sells.upsells.products ul.products li.product {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
.related.products ul.products li.product .woocommerce-loop-product__link img,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link img,
.zm-product-card__media img,
.zm-product-card img {
  order: -1;
  width: 100%;
  display: block;
  margin: 0 0 18px 0;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.related.products ul.products li.product .button,
.up-sells.upsells.products ul.products li.product .button,
.zm-product-card .button {
  margin-top: auto;
}



/* v1.1.8: show full uncropped product images in archive/category cards */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link,
.zm-product-card__media {
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
.related.products ul.products li.product .woocommerce-loop-product__link img,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link img,
.zm-product-card__media img,
.zm-product-card img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: unset !important;
  object-position: center center !important;
  display: block;
  margin: 0 0 18px 0;
  border-radius: 24px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link picture,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link picture,
.related.products ul.products li.product .woocommerce-loop-product__link picture,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link picture {
  display: block;
}




/* v1.1.9: bounded top media area for archive/category cards */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
.related.products ul.products li.product .woocommerce-loop-product__link img,
.up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link img,
.zm-product-card__media img,
.zm-product-card img {
  width: 100%;
  height: 340px !important;
  max-height: 340px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
  margin: 0 0 18px 0;
  padding: 10px;
  background: rgba(10, 12, 22, 0.35);
  border-radius: 24px;
}

@media (max-width: 1279px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
  .related.products ul.products li.product .woocommerce-loop-product__link img,
  .up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link img,
  .zm-product-card__media img,
  .zm-product-card img {
    height: 300px !important;
    max-height: 300px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link img,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__link img,
  .related.products ul.products li.product .woocommerce-loop-product__link img,
  .up-sells.upsells.products ul.products li.product .woocommerce-loop-product__link img,
  .zm-product-card__media img,
  .zm-product-card img {
    height: 240px !important;
    max-height: 240px !important;
    border-radius: 20px;
    padding: 8px;
  }
}



/* v1.1.10: use full original product image in archive/category cards */
.zm-loop-card > a.woocommerce-LoopProduct-link,
.zm-loop-card > a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.zm-loop-card__image {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: initial !important;
  display: block;
  margin: 0 0 18px;
  border-radius: 24px;
}

.zm-loop-card__body {
  width: 100%;
}




/* v1.1.11: cart thumbnail stays in product column */
.woocommerce-cart table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-cart table.shop_table_responsive tr td.product-name,
.woocommerce-cart table.shop_table_responsive tr td.product-price,
.woocommerce-cart table.shop_table_responsive tr td.product-quantity,
.woocommerce-cart table.shop_table_responsive tr td.product-subtotal,
.woocommerce-cart table.shop_table tr td.product-thumbnail,
.woocommerce-cart table.shop_table tr td.product-name,
.woocommerce-cart table.shop_table tr td.product-price,
.woocommerce-cart table.shop_table tr td.product-quantity,
.woocommerce-cart table.shop_table tr td.product-subtotal {
  float: none !important;
  clear: none !important;
}

.woocommerce-cart table.shop_table .product-thumbnail {
  width: 140px;
  min-width: 140px;
  text-align: left;
  vertical-align: middle;
}

.woocommerce-cart table.shop_table .product-thumbnail a {
  display: inline-block;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  object-fit: contain !important;
  display: block;
  margin: 0;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
}

.woocommerce-cart table.shop_table .product-name {
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .woocommerce-cart table.shop_table .product-thumbnail {
    width: auto;
    min-width: 0;
  }

  .woocommerce-cart table.shop_table .product-thumbnail img {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    border-radius: 14px;
  }
}



/* v1.1.12: cart layout rebuilt as fixed desktop grid */
@media (min-width: 721px) {
  .woocommerce-cart table.shop_table.cart thead tr,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item {
    display: grid;
    grid-template-columns: 56px 132px minmax(220px, 1fr) 150px 170px 170px;
    align-items: center;
    column-gap: 16px;
  }

  .woocommerce-cart table.shop_table.cart thead tr th,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td {
    width: auto !important;
    min-width: 0;
  }

  .woocommerce-cart table.shop_table.cart thead tr th.product-remove {
    visibility: hidden;
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-remove,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-thumbnail,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-name,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-quantity,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    display: block;
    float: none !important;
    clear: none !important;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-thumbnail {
    padding-left: 0;
    text-align: left;
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-thumbnail a {
    display: block;
    width: 112px;
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    object-fit: contain !important;
    margin: 0 !important;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-name {
    text-align: left;
  }

  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-subtotal,
  .woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-quantity {
    text-align: center;
  }

  .woocommerce-cart table.shop_table.cart tbody tr td.actions {
    display: flex !important;
    width: 100% !important;
  }
}



/* v1.1.14: breadcrumbs under header + single product top alignment */
.zm-site-main > .woocommerce-breadcrumb,
.zm-site-main > nav.woocommerce-breadcrumb,
.zm-product-hero > .zm-container > .woocommerce-breadcrumb,
.zm-product-hero > .zm-container > nav.woocommerce-breadcrumb {
  display: block;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
}

.zm-product-grid {
  align-items: start !important;
}

.zm-product-gallery,
.summary.entry-summary {
  align-self: start;
}

.woocommerce-breadcrumb a {
  color: var(--text);
}

.woocommerce-breadcrumb {
  padding-top: 4px;
}




/* v1.1.15: global breadcrumbs + elegant sale badge in single product gallery */
.zm-global-breadcrumbs {
  padding: 14px 0 0;
}
.zm-global-breadcrumbs .woocommerce-breadcrumb,
.zm-global-breadcrumbs .breadcrumb,
.zm-global-breadcrumbs nav {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.zm-global-breadcrumbs a {
  color: var(--text);
}

.single-product .zm-product-grid {
  align-items: start !important;
}

.single-product .zm-product-gallery {
  position: relative;
}

.single-product .onsale,
.single-product .zm-product-gallery .onsale,
.single-product .woocommerce-product-gallery .onsale {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 5;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(255,48,77,.96), rgba(255,95,119,.92)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 28px rgba(255,48,77,.34);
}

.single-product .onsale::before,
.single-product .zm-product-gallery .onsale::before,
.single-product .woocommerce-product-gallery .onsale::before {
  content: "✦";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.single-product .zm-product-gallery > .zoom,
.single-product .zm-product-gallery .woocommerce-product-gallery__trigger,
.single-product .woocommerce-product-gallery__trigger {
  top: 18px !important;
  left: 18px !important;
  transform: translateY(58px);
}



/* v1.1.16: truly global breadcrumbs */
.zm-global-breadcrumbs {
  display: block;
  padding: 14px 0 0;
}
.zm-breadcrumbs-global {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.zm-breadcrumbs-global a {
  color: var(--text);
}
.zm-breadcrumbs-global span {
  color: var(--muted);
}



/* v1.1.18: header icon actions */
.zm-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.zm-header-icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  box-shadow: var(--glow);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.zm-header-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(255,95,119,.45);
  background: rgba(255,48,77,.09);
}

.zm-header-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: var(--text);
  display: block;
}

.zm-header-icon.zm-cart span,
.zm-header-icon.zm-compare-header span,
.zm-header-icon.zm-wishlist-header span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(255,48,77,.28);
}

@media (max-width: 767px) {
  .zm-header-actions {
    gap: 8px;
  }

  .zm-header-icon {
    width: 42px;
    height: 42px;
  }

  .zm-header-icon svg {
    width: 18px;
    height: 18px;
  }
}



/* v1.1.19: blog/category/archive templates */
.zm-post-hero {
  padding: 42px 0 20px;
}

.zm-archive-desc > *:last-child {
  margin-bottom: 0;
}

.zm-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.zm-post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
  overflow: hidden;
}

.zm-post-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: rgba(255,255,255,.03);
}

.zm-post-card__media img,
.zm-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zm-post-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(255,48,77,.12), rgba(255,255,255,.02));
}

.zm-post-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  flex: 1 1 auto;
}

.zm-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.zm-post-card__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
}

.zm-post-card__title a:hover {
  color: #ff9cab;
}

.zm-post-card__excerpt {
  color: var(--muted);
  line-height: 1.75;
  flex: 1 1 auto;
}

.zm-post-card .button {
  align-self: flex-start;
}

.zm-empty-state {
  padding: 30px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.zm-pagination {
  margin-top: 28px;
}

.zm-pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zm-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
}

.zm-pagination .page-numbers.current {
  background: linear-gradient(135deg, var(--red), #ff5f77);
  color: #fff;
  border-color: transparent;
}

.zm-post-single-hero {
  padding: 42px 0 28px;
}

.zm-post-single {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--glow);
  padding: 28px;
}

.zm-post-single__header {
  margin-bottom: 22px;
}

.zm-post-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
}

.zm-post-single__meta a {
  color: #ff9cab;
}

.zm-post-single h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.03;
}

.zm-post-single__lead {
  max-width: 900px;
}

.zm-post-single__thumb {
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  margin-bottom: 26px;
}

.zm-post-single__content {
  color: var(--text);
  font-size: 18px;
  line-height: 1.9;
}

.zm-post-single__content > *:first-child {
  margin-top: 0;
}

.zm-post-single__content > *:last-child {
  margin-bottom: 0;
}

.zm-post-single__content h2,
.zm-post-single__content h3,
.zm-post-single__content h4 {
  margin: 1.4em 0 .6em;
  color: var(--text);
}

.zm-post-single__content p,
.zm-post-single__content ul,
.zm-post-single__content ol,
.zm-post-single__content blockquote {
  color: var(--muted);
}

.zm-post-single__content a {
  color: #ff9cab;
  text-decoration: underline;
}

.zm-post-single__content img {
  border-radius: 18px;
}

.zm-post-single__footer {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.zm-post-single__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.zm-post-single__nav a {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
}

.zm-post-single__nav div:last-child a {
  text-align: right;
}

@media (max-width: 1100px) {
  .zm-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zm-post-grid {
    grid-template-columns: 1fr;
  }

  .zm-post-single {
    padding: 20px;
  }

  .zm-post-single__content {
    font-size: 16px;
    line-height: 1.8;
  }

  .zm-post-single__nav {
    grid-template-columns: 1fr;
  }

  .zm-post-single__nav div:last-child a {
    text-align: left;
  }
}



/* v1.1.20: align post card images to a unified media area */
.zm-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
}

.zm-post-card__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.zm-post-card__placeholder {
  min-height: 260px;
  height: 100%;
}

@media (max-width: 1100px) {
  .zm-post-card__media,
  .zm-post-card__placeholder {
    min-height: 220px;
    max-height: 220px;
  }
}

@media (max-width: 767px) {
  .zm-post-card__media,
  .zm-post-card__placeholder {
    min-height: 200px;
    max-height: 200px;
  }
}

/* v1.1.22: rebuilt cart as stable card/grid layout */
.woocommerce-cart .zm-cart-form {
  padding: 0;
}

.woocommerce-cart .zm-cart-panel {
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.woocommerce-cart .zm-cart-head,
.woocommerce-cart .zm-cart-row {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 150px 170px 170px;
  align-items: center;
  gap: 18px;
}

.woocommerce-cart .zm-cart-head {
  padding: 18px 28px;
  background: rgba(255,255,255,.03);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.woocommerce-cart .zm-cart-head > div:first-child {
  grid-column: 1;
}

.woocommerce-cart .zm-cart-row {
  position: relative;
  padding: 28px 28px 28px 84px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.woocommerce-cart .zm-cart-remove {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-cart .zm-cart-product {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.woocommerce-cart .zm-cart-thumb,
.woocommerce-cart .zm-cart-thumb a {
  display: block;
  width: 112px;
  height: 112px;
}

.woocommerce-cart .zm-cart-thumb img {
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  object-fit: contain !important;
  display: block;
  margin: 0 !important;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
}

.woocommerce-cart .zm-cart-product-title {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
}

.woocommerce-cart .zm-cart-item-data {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.woocommerce-cart .zm-cart-price,
.woocommerce-cart .zm-cart-qty,
.woocommerce-cart .zm-cart-subtotal {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-cart .zm-cart-qty .quantity {
  display: inline-flex;
  justify-content: center;
  width: auto;
}

.woocommerce-cart .zm-cart-qty input.qty {
  width: 96px;
  height: 58px;
  min-height: 58px;
  text-align: center;
  border-radius: 18px;
}

.woocommerce-cart .zm-cart-actions-cell {
  padding: 24px 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.woocommerce-cart .zm-coupon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1 1 640px;
  min-width: 0;
}

.woocommerce-cart .zm-coupon-row .input-text {
  width: min(100%, 420px);
  min-width: 260px;
  margin: 0 !important;
}

.woocommerce-cart .zm-cart-actions-cell .button {
  margin: 0 !important;
}

@media (max-width: 980px) {
  .woocommerce-cart .zm-cart-head {
    display: none;
  }

  .woocommerce-cart .zm-cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 72px;
  }

  .woocommerce-cart .zm-cart-product {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 16px;
  }

  .woocommerce-cart .zm-cart-thumb,
  .woocommerce-cart .zm-cart-thumb a,
  .woocommerce-cart .zm-cart-thumb img {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
  }

  .woocommerce-cart .zm-cart-price,
  .woocommerce-cart .zm-cart-qty,
  .woocommerce-cart .zm-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: right;
  }

  .woocommerce-cart .zm-cart-price::before,
  .woocommerce-cart .zm-cart-qty::before,
  .woocommerce-cart .zm-cart-subtotal::before {
    content: attr(data-title);
    color: #ffc2cb;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .woocommerce-cart .zm-cart-row {
    padding: 22px 16px;
  }

  .woocommerce-cart .zm-cart-remove {
    position: static;
    transform: none;
    order: -1;
  }

  .woocommerce-cart .zm-cart-product {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .zm-cart-thumb,
  .woocommerce-cart .zm-cart-thumb a,
  .woocommerce-cart .zm-cart-thumb img {
    width: 100% !important;
    height: 180px !important;
    max-width: none !important;
  }

  .woocommerce-cart .zm-coupon-row,
  .woocommerce-cart .zm-coupon-row .input-text,
  .woocommerce-cart .zm-cart-actions-cell .button {
    width: 100%;
    min-width: 0;
  }
}

/* v1.1.25: fix FAQ activation block on front page */
.zm-trust-band {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 28px;
  align-items: center;
}

.zm-trust-band > div:first-child p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.zm-trust-band .zm-mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.zm-trust-band .zm-mini-grid > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.zm-trust-band .zm-mini-grid strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), #ff5f77);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(255,48,77,.26);
}

.zm-trust-band .zm-mini-grid span {
  display: block;
  min-width: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .zm-trust-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .zm-trust-band {
    padding: 20px;
  }
  .zm-trust-band .zm-mini-grid > div {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }
  .zm-trust-band .zm-mini-grid strong {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}


/* v1.1.26: native wishlist placement in custom product cards */
.zm-product-card .zm-wishlist-btn,
.zm-loop-card .zm-wishlist-btn {
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  padding:0;
}

.zm-product-card .zm-wishlist-btn {
  width:44px;
  height:44px;
}

.zm-wishlist-single-wrap {
  margin:16px 0 0;
}


/* v1.1.27: native compare placement in custom product cards and header */
.zm-product-card .zm-compare-btn,
.zm-loop-card .zm-compare-btn {
  position:absolute;
  top:16px;
  right:68px;
  z-index:5;
  padding:0;
}

.zm-product-card .zm-compare-btn {
  width:44px;
  height:44px;
}

.zm-product-actions-mini {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:16px 0 0;
}

.zm-product-actions-mini .zm-wishlist-single-wrap,
.zm-product-actions-mini .zm-compare-single-wrap {
  margin:0;
}


/* v1.1.28: My Account login/register alignment + password visibility toggles */
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-columns,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .woocommerce .u-column2,
.woocommerce-account:not(.logged-in) .woocommerce .col-1,
.woocommerce-account:not(.logged-in) .woocommerce .col-2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-account:not(.logged-in) .woocommerce h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce-ResetPassword {
  margin: 0;
  padding: 28px;
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.woocommerce-account .woocommerce form .form-row {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
}

.woocommerce-account .woocommerce form .form-row label:not(.woocommerce-form__label-for-checkbox) {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.woocommerce-account .woocommerce form.login .input-text,
.woocommerce-account .woocommerce form.register .input-text,
.woocommerce-account .woocommerce form.edit-account .input-text,
.woocommerce-account .woocommerce-ResetPassword .input-text,
.woocommerce-account .woocommerce form .password-input,
.woocommerce-account .woocommerce form .zm-password-wrap {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.woocommerce-account .woocommerce form.login .input-text,
.woocommerce-account .woocommerce form.register .input-text,
.woocommerce-account .woocommerce form.edit-account .input-text,
.woocommerce-account .woocommerce-ResetPassword .input-text {
  height: 58px;
  min-height: 58px;
  margin: 0 !important;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(8,10,18,.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.woocommerce-account .woocommerce form.login .input-text:focus,
.woocommerce-account .woocommerce form.register .input-text:focus,
.woocommerce-account .woocommerce form.edit-account .input-text:focus,
.woocommerce-account .woocommerce-ResetPassword .input-text:focus {
  outline: none;
  border-color: rgba(255,48,77,.65);
  box-shadow: 0 0 0 4px rgba(255,48,77,.12), inset 0 0 0 1px rgba(255,255,255,.03);
}

.woocommerce-account .woocommerce form .zm-password-wrap {
  position: relative;
}

.woocommerce-account .woocommerce form .zm-password-wrap .input-text,
.woocommerce-account .woocommerce form .zm-password-wrap input[type="password"],
.woocommerce-account .woocommerce form .zm-password-wrap input[type="text"] {
  padding-right: 62px !important;
}

.woocommerce-account .woocommerce form .show-password-input {
  display: none !important;
}

.woocommerce-account .zm-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: #ffb1be;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .zm-password-toggle:hover,
.woocommerce-account .zm-password-toggle:focus-visible {
  border-color: rgba(255,48,77,.55);
  background: rgba(255,48,77,.14);
  color: #fff;
  outline: none;
}

.woocommerce-account .zm-password-toggle:active {
  transform: translateY(-50%) scale(.96);
}

.woocommerce-account .zm-password-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.woocommerce-account .zm-password-toggle .zm-eye-off,
.woocommerce-account .zm-password-toggle.is-visible .zm-eye {
  display: none;
}

.woocommerce-account .zm-password-toggle.is-visible .zm-eye-off {
  display: block;
}

.woocommerce-account input[type="checkbox"],
.woocommerce-account .woocommerce form .input-checkbox,
.woocommerce-account .woocommerce-form__input-checkbox {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px;
  accent-color: var(--red);
  flex: 0 0 18px;
  box-shadow: none;
}

.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.woocommerce-account .woocommerce-form-login .zm-login-actions-row,
.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button,
.woocommerce-account form.edit-account button[type="submit"] {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-LostPassword {
  margin: 14px 0 0;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .woocommerce-privacy-policy-text a {
  color: #ffc2cb;
  font-weight: 700;
}

.woocommerce-account .woocommerce-privacy-policy-text {
  color: var(--muted);
  line-height: 1.55;
  margin: 8px 0 18px;
}

@media (max-width: 860px) {
  .woocommerce-account:not(.logged-in) .woocommerce .u-columns,
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register,
  .woocommerce-account .woocommerce form.edit-account,
  .woocommerce-account .woocommerce-ResetPassword {
    padding: 20px;
  }

  .woocommerce-account .woocommerce-form-login .zm-login-actions-row,
  .woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit),
  .woocommerce-account .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-form-register__submit,
  .woocommerce-account .woocommerce-Button,
  .woocommerce-account form.edit-account button[type="submit"] {
    width: 100%;
  }

  .woocommerce-account .woocommerce-form__label-for-checkbox,
  .woocommerce-account .woocommerce-form-login__rememberme {
    width: 100%;
  }
}

/* v1.1.29: Checkout guest login/register alignment */
.woocommerce-checkout:not(.logged-in) .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
}

.woocommerce-checkout .zm-checkout-auth-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin: 0 0 28px;
}

.woocommerce-checkout .zm-checkout-auth-card {
  padding: 28px;
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--glow);
  min-width: 0;
}

.woocommerce-checkout .zm-checkout-auth-head {
  margin-bottom: 20px;
}

.woocommerce-checkout .zm-checkout-auth-kicker {
  display: inline-flex;
  margin: 0 0 10px;
  color: #ff9cab;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
}

.woocommerce-checkout .zm-checkout-auth-card h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
}

.woocommerce-checkout .zm-checkout-auth-card p {
  color: var(--muted);
  line-height: 1.6;
}

.woocommerce-checkout .zm-checkout-auth-card form.login,
.woocommerce-checkout .zm-checkout-auth-card form.register,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-register,
.woocommerce-checkout .checkout_coupon {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.woocommerce-checkout .zm-checkout-auth-card .form-row,
.woocommerce-checkout form.checkout .form-row,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-account-fields .form-row {
  display: block;
  width: 100% !important;
  float: none !important;
  margin: 0 0 16px;
  padding: 0;
}

.woocommerce-checkout .zm-checkout-auth-card label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-checkout form.checkout label:not(.woocommerce-form__label-for-checkbox) {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.woocommerce-checkout .zm-checkout-auth-card .input-text,
.woocommerce-checkout form.checkout .input-text,
.woocommerce-checkout form.checkout select,
.woocommerce-checkout form.checkout textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 18px;
  background: rgba(8,10,18,.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.woocommerce-checkout .zm-checkout-auth-card .input-text,
.woocommerce-checkout form.checkout input.input-text,
.woocommerce-checkout form.checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 58px;
  min-height: 58px;
  padding: 0 18px;
}

.woocommerce-checkout form.checkout textarea.input-text {
  min-height: 120px;
  padding: 16px 18px;
}

.woocommerce-checkout .zm-checkout-auth-card .input-text:focus,
.woocommerce-checkout form.checkout .input-text:focus,
.woocommerce-checkout form.checkout select:focus,
.woocommerce-checkout form.checkout textarea:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
  border-color: rgba(255,48,77,.65);
  box-shadow: 0 0 0 4px rgba(255,48,77,.12), inset 0 0 0 1px rgba(255,255,255,.03);
}

.woocommerce-checkout .zm-login-actions-row,
.woocommerce-checkout .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit),
.woocommerce-checkout .zm-checkout-register-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.woocommerce-checkout .woocommerce-form-login__submit,
.woocommerce-checkout .woocommerce-form-register__submit,
.woocommerce-checkout form.checkout button[type="submit"],
.woocommerce-checkout #place_order {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.woocommerce-checkout .lost_password,
.woocommerce-checkout .woocommerce-LostPassword {
  margin: 14px 0 0;
}

.woocommerce-checkout .lost_password a,
.woocommerce-checkout .woocommerce-LostPassword a,
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #ffc2cb;
  font-weight: 700;
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout .woocommerce form .input-checkbox,
.woocommerce-checkout .woocommerce-form__input-checkbox {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px;
  accent-color: var(--red);
  flex: 0 0 18px;
  box-shadow: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form__label.checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.woocommerce-checkout .zm-password-wrap,
.woocommerce-account .zm-password-wrap {
  position: relative;
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.woocommerce-checkout .zm-password-wrap .input-text,
.woocommerce-checkout .zm-password-wrap input[type="password"],
.woocommerce-checkout .zm-password-wrap input[type="text"],
.woocommerce-account .zm-password-wrap .input-text,
.woocommerce-account .zm-password-wrap input[type="password"],
.woocommerce-account .zm-password-wrap input[type="text"] {
  padding-right: 62px !important;
}

.woocommerce-checkout .show-password-input,
.woocommerce-account .show-password-input {
  display: none !important;
}

.woocommerce-checkout .zm-password-toggle,
.woocommerce-account .zm-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: #ffb1be;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-checkout .zm-password-toggle:hover,
.woocommerce-checkout .zm-password-toggle:focus-visible,
.woocommerce-account .zm-password-toggle:hover,
.woocommerce-account .zm-password-toggle:focus-visible {
  border-color: rgba(255,48,77,.55);
  background: rgba(255,48,77,.14);
  color: #fff;
  outline: none;
}

.woocommerce-checkout .zm-password-toggle:active,
.woocommerce-account .zm-password-toggle:active {
  transform: translateY(-50%) scale(.96);
}

.woocommerce-checkout .zm-password-toggle svg,
.woocommerce-account .zm-password-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.woocommerce-checkout .zm-password-toggle .zm-eye-off,
.woocommerce-checkout .zm-password-toggle.is-visible .zm-eye,
.woocommerce-account .zm-password-toggle .zm-eye-off,
.woocommerce-account .zm-password-toggle.is-visible .zm-eye {
  display: none;
}

.woocommerce-checkout .zm-password-toggle.is-visible .zm-eye-off,
.woocommerce-account .zm-password-toggle.is-visible .zm-eye-off {
  display: block;
}

.woocommerce-checkout form.checkout {
  margin-top: 24px;
}

.woocommerce-checkout .woocommerce-account-fields {
  padding: 24px;
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-top: 16px;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
  margin: 0 0 20px;
  border-radius: var(--radius);
  background: rgba(10,12,22,.92);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  box-shadow: none;
}

@media (max-width: 980px) {
  .woocommerce-checkout .zm-checkout-auth-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .woocommerce-checkout .zm-checkout-auth-card,
  .woocommerce-checkout .woocommerce-account-fields {
    padding: 20px;
  }

  .woocommerce-checkout .zm-login-actions-row,
  .woocommerce-checkout .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit),
  .woocommerce-checkout .zm-checkout-register-actions,
  .woocommerce-checkout .woocommerce-form-login__submit,
  .woocommerce-checkout .woocommerce-form-register__submit {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-form__label-for-checkbox,
  .woocommerce-checkout .woocommerce-form-login__rememberme {
    width: 100%;
  }
}

/* v1.1.33: audited unified button animations
   - one source of truth for button motion;
   - shine is clipped inside the pill;
   - no paint containment, so hover lift stays visible;
   - plugin buttons inherit the same states. */
:root {
  --zm-btn-ease: cubic-bezier(.2,.75,.25,1);
  --zm-btn-shadow: 0 14px 34px rgba(255,48,77,.28);
  --zm-btn-shadow-hover: 0 18px 46px rgba(255,48,77,.42), 0 0 22px rgba(255,95,119,.22);
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-Button,
.woocommerce .wc-forward,
.woocommerce .added_to_cart,
.single_add_to_cart_button,
.wp-element-button,
button[type="submit"],
input[type="submit"],
.zm-wishlist-action,
.zm-compare-action,
.zm-wishlist-remove,
.zm-compare-remove {
  position: relative;
  isolation: isolate;
  vertical-align: middle;
  line-height: 1.15 !important;
  cursor: pointer;
  transform: translate3d(0,0,0);
  transition:
    transform .18s var(--zm-btn-ease),
    box-shadow .18s var(--zm-btn-ease),
    filter .18s var(--zm-btn-ease),
    border-color .18s var(--zm-btn-ease),
    background .18s var(--zm-btn-ease),
    color .18s var(--zm-btn-ease),
    opacity .18s var(--zm-btn-ease);
  will-change: transform;
  overflow: hidden !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.button::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce #respond input#submit::before,
.woocommerce .woocommerce-Button::before,
.woocommerce .wc-forward::before,
.woocommerce .added_to_cart::before,
.single_add_to_cart_button::before,
.wp-element-button::before,
button[type="submit"]::before,
.zm-wishlist-action::before,
.zm-compare-action::before,
.zm-wishlist-remove::before,
.zm-compare-remove::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 0;
  width: 32%;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.07) 22%, rgba(255,255,255,.24) 50%, rgba(255,255,255,.07) 78%, transparent 100%);
  transform: translate3d(-155%,0,0) skewX(-18deg);
  transition: transform .42s var(--zm-btn-ease), opacity .12s ease;
  will-change: transform, opacity;
}

/* Keep native icon-only buttons responsive without adding the large shine layer. */
.zm-wishlist-btn,
.zm-compare-btn,
.zm-header-icon,
.zm-password-toggle {
  transition:
    transform .18s var(--zm-btn-ease),
    box-shadow .18s var(--zm-btn-ease),
    filter .18s var(--zm-btn-ease),
    border-color .18s var(--zm-btn-ease),
    background .18s var(--zm-btn-ease),
    color .18s var(--zm-btn-ease),
    opacity .18s var(--zm-btn-ease);
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .button:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce a.button:not(.disabled):not(.loading):hover,
  .woocommerce button.button:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce input.button:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce #respond input#submit:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce .woocommerce-Button:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce .wc-forward:not(.disabled):not(.loading):hover,
  .woocommerce .added_to_cart:not(.disabled):not(.loading):hover,
  .single_add_to_cart_button:not(:disabled):not(.disabled):not(.loading):hover,
  .wp-element-button:not(:disabled):hover,
  button[type="submit"]:not(:disabled):not(.disabled):not(.loading):hover,
  input[type="submit"]:not(:disabled):not(.disabled):not(.loading):hover,
  .zm-wishlist-action:not(:disabled):not(.is-loading):hover,
  .zm-compare-action:not(:disabled):not(.is-loading):hover,
  .zm-wishlist-remove:not(:disabled):not(.is-loading):hover,
  .zm-compare-remove:not(:disabled):not(.is-loading):hover {
    transform: translate3d(0,-2px,0) scale(1.015) !important;
    filter: brightness(1.08) saturate(1.08);
    box-shadow: var(--zm-btn-shadow-hover) !important;
  }

  .button:not(:disabled):not(.disabled):not(.loading):hover::before,
  .woocommerce a.button:not(.disabled):not(.loading):hover::before,
  .woocommerce button.button:not(:disabled):not(.disabled):not(.loading):hover::before,
  .woocommerce #respond input#submit:not(:disabled):not(.disabled):not(.loading):hover::before,
  .woocommerce .woocommerce-Button:not(:disabled):not(.disabled):not(.loading):hover::before,
  .woocommerce .wc-forward:not(.disabled):not(.loading):hover::before,
  .woocommerce .added_to_cart:not(.disabled):not(.loading):hover::before,
  .single_add_to_cart_button:not(:disabled):not(.disabled):not(.loading):hover::before,
  .wp-element-button:not(:disabled):hover::before,
  button[type="submit"]:not(:disabled):not(.disabled):not(.loading):hover::before,
  .zm-wishlist-action:not(:disabled):not(.is-loading):hover::before,
  .zm-compare-action:not(:disabled):not(.is-loading):hover::before,
  .zm-wishlist-remove:not(:disabled):not(.is-loading):hover::before,
  .zm-compare-remove:not(:disabled):not(.is-loading):hover::before {
    transform: translate3d(318%,0,0) skewX(-18deg);
    opacity: .9;
  }

  .button.ghost:not(:disabled):not(.disabled):hover,
  .woocommerce a.button.ghost:not(.disabled):hover,
  .woocommerce button.button.ghost:not(:disabled):hover {
    background: rgba(255,48,77,.12) !important;
    border-color: rgba(255,95,119,.42) !important;
    box-shadow: 0 12px 34px rgba(255,48,77,.18) !important;
  }

  .zm-wishlist-btn:not(:disabled):not(.is-loading):hover,
  .zm-compare-btn:not(:disabled):not(.is-loading):hover {
    transform: translate3d(0,-2px,0) scale(1.035) !important;
    filter: brightness(1.08) saturate(1.08);
  }

  .zm-wishlist-btn:not(:disabled):not(.is-loading):hover {
    border-color: rgba(255,95,119,.48);
    box-shadow: 0 14px 34px rgba(255,48,77,.28);
  }

  .zm-compare-btn:not(:disabled):not(.is-loading):hover {
    border-color: rgba(0,230,255,.52);
    box-shadow: 0 14px 34px rgba(0,230,255,.24);
  }

  .zm-header-icon:hover {
    transform: translate3d(0,-2px,0) scale(1.035);
  }

  .woocommerce-checkout .zm-password-toggle:hover,
  .woocommerce-checkout .zm-password-toggle:focus-visible,
  .woocommerce-account .zm-password-toggle:hover,
  .woocommerce-account .zm-password-toggle:focus-visible {
    transform: translateY(-50%) scale(1.04);
  }
}

.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce a.button:not(.disabled):not(.loading):active,
.woocommerce button.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce input.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce .woocommerce-Button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce .wc-forward:not(.disabled):not(.loading):active,
.woocommerce .added_to_cart:not(.disabled):not(.loading):active,
.single_add_to_cart_button:not(:disabled):not(.disabled):not(.loading):active,
.wp-element-button:not(:disabled):active,
button[type="submit"]:not(:disabled):not(.disabled):not(.loading):active,
input[type="submit"]:not(:disabled):not(.disabled):not(.loading):active,
.zm-wishlist-action:not(:disabled):not(.is-loading):active,
.zm-compare-action:not(:disabled):not(.is-loading):active,
.zm-wishlist-remove:not(:disabled):not(.is-loading):active,
.zm-compare-remove:not(:disabled):not(.is-loading):active {
  transform: translate3d(0,0,0) scale(.975) !important;
  filter: brightness(.98);
}

.zm-wishlist-btn:not(:disabled):not(.is-loading):active,
.zm-compare-btn:not(:disabled):not(.is-loading):active {
  transform: translate3d(0,0,0) scale(.94) !important;
}

.zm-header-icon:active {
  transform: translate3d(0,0,0) scale(.96);
}

.woocommerce-checkout .zm-password-toggle:active,
.woocommerce-account .zm-password-toggle:active {
  transform: translateY(-50%) scale(.94);
}

.button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:focus-visible,
.woocommerce .woocommerce-Button:focus-visible,
.woocommerce .wc-forward:focus-visible,
.woocommerce .added_to_cart:focus-visible,
.single_add_to_cart_button:focus-visible,
.wp-element-button:focus-visible,
button[type="submit"]:focus-visible,
input[type="submit"]:focus-visible,
.zm-wishlist-btn:focus-visible,
.zm-compare-btn:focus-visible,
.zm-wishlist-action:focus-visible,
.zm-compare-action:focus-visible,
.zm-wishlist-remove:focus-visible,
.zm-compare-remove:focus-visible,
.zm-header-icon:focus-visible {
  outline: 2px solid rgba(255,177,190,.95) !important;
  outline-offset: 3px;
}

.button:disabled,
.button.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce .woocommerce-Button:disabled,
.single_add_to_cart_button:disabled,
button[type="submit"]:disabled,
input[type="submit"]:disabled,
.zm-wishlist-action:disabled,
.zm-compare-action:disabled,
.zm-wishlist-remove:disabled,
.zm-compare-remove:disabled {
  cursor: not-allowed !important;
  opacity: .55 !important;
  filter: saturate(.7) brightness(.85) !important;
  transform: none !important;
  box-shadow: none !important;
}

.button.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.single_add_to_cart_button.loading,
.zm-wishlist-btn.is-loading,
.zm-compare-btn.is-loading,
.zm-wishlist-action.is-loading,
.zm-compare-action.is-loading,
.zm-wishlist-remove.is-loading,
.zm-compare-remove.is-loading {
  cursor: progress !important;
  pointer-events: none !important;
  opacity: .72 !important;
  transform: none !important;
  animation: zm-button-loading-pulse .78s ease-in-out infinite alternate;
}

@keyframes zm-button-loading-pulse {
  from { filter: brightness(.92) saturate(.95); }
  to { filter: brightness(1.12) saturate(1.08); }
}

.zm-wishlist-btn.is-active,
.zm-compare-btn.is-active {
  filter: saturate(1.08);
}

.zm-wishlist-btn.is-active .zm-wishlist-btn__icon,
.zm-compare-btn.is-active .zm-compare-btn__icon {
  animation: zm-button-icon-pop .22s var(--zm-btn-ease) both;
}

@keyframes zm-button-icon-pop {
  0% { transform: scale(.78); }
  70% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button::before,
  .woocommerce a.button,
  .woocommerce a.button::before,
  .woocommerce button.button,
  .woocommerce button.button::before,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce .woocommerce-Button,
  .woocommerce .woocommerce-Button::before,
  .woocommerce .wc-forward,
  .woocommerce .wc-forward::before,
  .woocommerce .added_to_cart,
  .woocommerce .added_to_cart::before,
  .single_add_to_cart_button,
  .single_add_to_cart_button::before,
  .wp-element-button,
  .wp-element-button::before,
  button[type="submit"],
  button[type="submit"]::before,
  input[type="submit"],
  .zm-header-icon,
  .zm-wishlist-btn,
  .zm-compare-btn,
  .zm-wishlist-action,
  .zm-compare-action,
  .zm-wishlist-remove,
  .zm-compare-remove,
  .zm-password-toggle {
    animation: none !important;
    transition: none !important;
  }
}

/* v1.1.34: grouped donation category navigation */
.zm-donate-menu {
  position: relative;
  flex: 0 0 auto;
  z-index: 60;
}

.zm-donate-menu__summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  list-style: none;
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid rgba(255, 48, 77, .34);
  background: linear-gradient(180deg, rgba(255, 48, 77, .16), rgba(255, 255, 255, .045));
  box-shadow: 0 0 26px rgba(255, 48, 77, .14);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.zm-donate-menu__summary::-webkit-details-marker { display: none; }
.zm-donate-menu__summary::marker { content: ''; }

.zm-donate-menu__summary svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform .22s ease;
}

.zm-donate-menu[open] .zm-donate-menu__summary,
.zm-donate-menu:hover .zm-donate-menu__summary {
  transform: translateY(-2px);
  border-color: rgba(255, 48, 77, .62);
  box-shadow: 0 0 36px rgba(255, 48, 77, .22);
  background: linear-gradient(135deg, rgba(255, 48, 77, .28), rgba(255, 95, 119, .14));
}

.zm-donate-menu[open] .zm-donate-menu__summary svg,
.zm-donate-menu:hover .zm-donate-menu__summary svg {
  transform: rotate(180deg);
}

.zm-donate-menu__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(620px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at top left, rgba(255, 48, 77, .18), transparent 38%),
    rgba(9, 9, 12, .96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45), 0 0 42px rgba(255, 48, 77, .18);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.985);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.zm-donate-menu[open] .zm-donate-menu__panel,
.zm-donate-menu:hover .zm-donate-menu__panel,
.zm-donate-menu:focus-within .zm-donate-menu__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.zm-donate-menu__all {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 16px;
  font-weight: 800;
  color: #ffc2cb;
  border: 1px solid rgba(255, 48, 77, .22);
  background: rgba(255, 48, 77, .1);
}

.zm-donate-menu__group {
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
}

.zm-donate-menu__game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}

.zm-donate-menu__game::after {
  content: '→';
  color: #ff8ea0;
  transition: transform .2s ease;
}

.zm-donate-menu__game:hover::after { transform: translateX(3px); }

.zm-donate-menu__group ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zm-donate-menu__link {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 11px;
  border-radius: 13px;
  color: var(--muted);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, .025);
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.zm-donate-menu__link:hover,
.zm-donate-menu__link.is-active,
.zm-donate-menu__game.is-active {
  color: #fff;
  border-color: rgba(255, 48, 77, .3);
  background: rgba(255, 48, 77, .13);
}

.zm-donate-menu__link:hover { transform: translateX(3px); }

.zm-shop-catnav {
  margin: 0 0 24px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at top right, rgba(255, 48, 77, .14), transparent 35%),
    rgba(255, 255, 255, .035);
  box-shadow: var(--glow);
}

.zm-shop-catnav__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.zm-shop-catnav__head h2 {
  margin: 6px 0 0;
  font-size: clamp(24px, 2.4vw, 34px);
}

.zm-shop-catnav__all,
.zm-shop-catnav__game,
.zm-shop-catnav__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.zm-shop-catnav__all {
  flex: 0 0 auto;
  padding: 12px 18px;
  color: #ffc2cb;
}

.zm-shop-catnav__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zm-shop-catnav__group {
  min-width: 0;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(0, 0, 0, .16);
}

.zm-shop-catnav__game {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 48, 77, .18), rgba(255, 255, 255, .045));
}

.zm-shop-catnav__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zm-shop-catnav__pill {
  padding: 11px 14px;
  color: var(--muted);
}

.zm-shop-catnav__all:hover,
.zm-shop-catnav__game:hover,
.zm-shop-catnav__pill:hover,
.zm-shop-catnav__all.is-active,
.zm-shop-catnav__game.is-active,
.zm-shop-catnav__pill.is-active {
  color: #fff;
  border-color: rgba(255, 48, 77, .42);
  background: rgba(255, 48, 77, .15);
  box-shadow: 0 0 26px rgba(255, 48, 77, .13);
}

.zm-shop-catnav__all:hover,
.zm-shop-catnav__game:hover,
.zm-shop-catnav__pill:hover {
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .zm-nav { display: none; }
}

@media (max-width: 860px) {
  .zm-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .zm-logo { margin-right: auto; }

  .zm-donate-menu {
    order: 3;
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
  }

  .zm-donate-menu__summary {
    width: min(100%, 360px);
  }

  .zm-donate-menu__panel {
    left: 50%;
    right: auto;
    transform: translate(-50%, 10px) scale(.985);
    transform-origin: top center;
    grid-template-columns: 1fr;
    max-height: min(70vh, 620px);
    overflow: auto;
  }

  .zm-donate-menu[open] .zm-donate-menu__panel,
  .zm-donate-menu:hover .zm-donate-menu__panel,
  .zm-donate-menu:focus-within .zm-donate-menu__panel {
    transform: translate(-50%, 0) scale(1);
  }

  .zm-shop-catnav__head,
  .zm-shop-catnav__groups {
    grid-template-columns: 1fr;
  }

  .zm-shop-catnav__head {
    display: grid;
    align-items: stretch;
  }

  .zm-shop-catnav__all {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .zm-header-actions { gap: 8px; }
  .zm-header-icon { min-width: 40px; min-height: 40px; }
  .zm-shop-catnav { padding: 16px; }
  .zm-shop-catnav__pills { display: grid; grid-template-columns: 1fr; }
  .zm-shop-catnav__pill { width: 100%; }
}


/* v1.1.36 Product reviews */
.zm-product-review-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 14px 0 18px;
}

.zm-product-review-cta__rating {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(39, 230, 255, .22);
  background: rgba(39, 230, 255, .07);
  color: var(--text);
  font-weight: 800;
}

.zm-product-review-cta__stars {
  color: #ffd36b;
  letter-spacing: .08em;
  text-shadow: 0 0 14px rgba(255, 211, 107, .42);
}

.zm-product-review-cta__button {
  min-height: 42px;
  padding: 10px 16px !important;
}

.zm-product-reviews-section {
  scroll-margin-top: 110px;
}

.zm-reviews-card,
.woocommerce #reviews,
.woocommerce #review_form_wrapper {
  border-radius: var(--radius);
}

.zm-reviews-card {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at top left, rgba(39, 230, 255, .1), transparent 36%),
    radial-gradient(circle at bottom right, rgba(255, 48, 77, .1), transparent 34%),
    var(--card);
  box-shadow: var(--glow);
}

.woocommerce #reviews #comments h2,
.woocommerce #review_form #reply-title {
  display: block;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.15;
}

.woocommerce #reviews .commentlist {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.woocommerce #reviews .commentlist li {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
}

.woocommerce #reviews .comment_container {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
}

.woocommerce #reviews .avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(39, 230, 255, .24);
  box-shadow: 0 0 18px rgba(39, 230, 255, .12);
}

.woocommerce #reviews .comment-text {
  min-width: 0;
  color: var(--text);
}

.woocommerce #reviews .meta,
.woocommerce #reviews .description,
.woocommerce #reviews .woocommerce-noreviews,
.woocommerce #review_form .comment-notes,
.woocommerce #review_form .comment-form-cookies-consent,
.zm-review-disabled {
  color: var(--muted);
}

.woocommerce #reviews .star-rating,
.woocommerce p.stars a,
.woocommerce .comment-form-rating .stars a {
  color: #ffd36b;
}

.woocommerce #review_form_wrapper {
  margin-top: 20px;
  padding: clamp(16px, 2.5vw, 24px);
  border: 1px solid rgba(39, 230, 255, .18);
  background: rgba(0, 0, 0, .18);
}

.woocommerce #review_form label {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
}

.woocommerce #review_form textarea,
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"] {
  width: 100%;
  min-height: 46px;
  border-radius: 16px !important;
  border: 1px solid rgba(39, 230, 255, .22) !important;
  background: rgba(3, 9, 20, .78) !important;
  color: var(--text) !important;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, .26) !important;
}

.woocommerce #review_form textarea {
  min-height: 150px;
  resize: vertical;
}

.woocommerce #review_form .form-submit {
  margin: 16px 0 0;
}

.woocommerce #review_form .submit {
  border-radius: 999px !important;
}

@media (max-width: 560px) {
  .zm-product-review-cta,
  .zm-product-review-cta__rating,
  .zm-product-review-cta__button {
    width: 100%;
  }
  .woocommerce #reviews .comment_container {
    grid-template-columns: 1fr;
  }
}


/* v1.1.37 Review stars */
.woocommerce .comment-form-rating .stars {
  display: none;
}

.woocommerce .comment-form-rating .zm-rating-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
}

.woocommerce .comment-form-rating .zm-rating-star {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: rgba(255, 211, 107, .34);
  font-size: 34px;
  line-height: 1;
  transition: transform .18s ease, color .18s ease, text-shadow .18s ease, opacity .18s ease;
}

.woocommerce .comment-form-rating .zm-rating-star:hover,
.woocommerce .comment-form-rating .zm-rating-star:focus-visible {
  transform: translateY(-2px) scale(1.05);
  outline: none;
}

.woocommerce .comment-form-rating .zm-rating-star.is-active,
.woocommerce .comment-form-rating .zm-rating-star.is-hover {
  color: #ffd36b;
  text-shadow: 0 0 12px rgba(255, 211, 107, .35);
}

.woocommerce .comment-form-rating .zm-rating-star.is-dim {
  opacity: .9;
}

.woocommerce .comment-form-rating .zm-rating-hint {
  width: 100%;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

@media (max-width: 640px) {
  .woocommerce .comment-form-rating .zm-rating-stars {
    gap: 6px;
  }

  .woocommerce .comment-form-rating .zm-rating-star {
    font-size: 28px;
  }
}


/* v1.1.38 Review rating stars: replace text links with star buttons */
.woocommerce #review_form .comment-form-rating .stars,
.woocommerce #review_form .comment-form-rating .stars span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce #review_form .comment-form-rating .stars {
  margin: 10px 0 18px;
}

.woocommerce #review_form .comment-form-rating .stars a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 211, 107, .22);
  background: rgba(255, 211, 107, .06);
  box-shadow: inset 0 0 0 1px rgba(255, 211, 107, .04);
  text-decoration: none;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 1;
  text-indent: -9999px;
  white-space: nowrap;
  color: transparent !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.woocommerce #review_form .comment-form-rating .stars a::before {
  content: '★';
  display: block;
  text-indent: 0;
  font-size: 24px;
  line-height: 1;
  color: #ffd36b;
  text-shadow: 0 0 12px rgba(255, 211, 107, .2);
}

.woocommerce #review_form .comment-form-rating .stars:hover a::before,
.woocommerce #review_form .comment-form-rating .stars.selected a:not(.active)::before {
  color: rgba(255, 211, 107, .28);
  text-shadow: none;
}

.woocommerce #review_form .comment-form-rating .stars a:hover::before,
.woocommerce #review_form .comment-form-rating .stars a:focus::before,
.woocommerce #review_form .comment-form-rating .stars a.active::before,
.woocommerce #review_form .comment-form-rating .stars.selected a.active::before,
.woocommerce #review_form .comment-form-rating .stars.selected a.active ~ a::before {
  color: #ffd36b;
  text-shadow: 0 0 12px rgba(255, 211, 107, .2);
}

.woocommerce #review_form .comment-form-rating .stars a:hover,
.woocommerce #review_form .comment-form-rating .stars a:focus,
.woocommerce #review_form .comment-form-rating .stars a.active,
.woocommerce #review_form .comment-form-rating .stars.selected a.active,
.woocommerce #review_form .comment-form-rating .stars.selected a.active ~ a {
  transform: translateY(-2px);
  border-color: rgba(255, 211, 107, .58);
  background: rgba(255, 211, 107, .12);
  box-shadow: 0 0 0 1px rgba(255, 211, 107, .16), 0 0 18px rgba(255, 211, 107, .12);
}

@media (max-width: 640px) {
  .woocommerce #review_form .comment-form-rating .stars,
  .woocommerce #review_form .comment-form-rating .stars span {
    gap: 8px;
  }

  .woocommerce #review_form .comment-form-rating .stars a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .woocommerce #review_form .comment-form-rating .stars a::before {
    font-size: 22px;
  }
}


/* v1.1.39 Review rating: keep only custom 10-star control and improve visuals */
.woocommerce #review_form .comment-form-rating .stars,
.woocommerce #review_form .comment-form-rating p.stars,
.woocommerce #review_form .comment-form-rating .stars span,
.woocommerce #review_form .comment-form-rating select#rating,
.woocommerce #review_form .comment-form-rating label[for="rating"] + .stars {
  display: none !important;
}

.woocommerce #review_form .comment-form-rating .zm-rating-stars {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 760px;
  margin: 14px 0 0;
}

.woocommerce #review_form .comment-form-rating .zm-rating-star {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 211, 107, .22);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,211,107,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), inset 0 -10px 22px rgba(0,0,0,.16), 0 0 0 1px rgba(255,211,107,.03);
  color: rgba(255, 211, 107, .34);
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1;
  transition: transform .18s ease, color .18s ease, text-shadow .18s ease, opacity .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.woocommerce #review_form .comment-form-rating .zm-rating-star::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.14), transparent 42%);
  pointer-events: none;
}

.woocommerce #review_form .comment-form-rating .zm-rating-star:hover,
.woocommerce #review_form .comment-form-rating .zm-rating-star:focus-visible {
  transform: translateY(-3px) scale(1.03);
  outline: none;
  border-color: rgba(255, 211, 107, .55);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,211,107,.08));
  box-shadow: 0 10px 26px rgba(0,0,0,.18), 0 0 0 1px rgba(255,211,107,.12), 0 0 18px rgba(255,211,107,.12);
}

.woocommerce #review_form .comment-form-rating .zm-rating-star.is-active,
.woocommerce #review_form .comment-form-rating .zm-rating-star.is-hover {
  color: #ffd76d;
  border-color: rgba(255, 211, 107, .62);
  background: linear-gradient(180deg, rgba(255, 236, 184, .17), rgba(255, 211, 107, .09));
  text-shadow: 0 0 14px rgba(255, 211, 107, .45);
  box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 0 0 1px rgba(255,211,107,.16), 0 0 20px rgba(255,211,107,.18), inset 0 1px 0 rgba(255,255,255,.1);
}

.woocommerce #review_form .comment-form-rating .zm-rating-star.is-dim {
  opacity: .82;
}

.woocommerce #review_form .comment-form-rating .zm-rating-hint {
  width: 100%;
  margin-top: 14px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .woocommerce #review_form .comment-form-rating .zm-rating-stars {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .woocommerce #review_form .comment-form-rating .zm-rating-stars {
    gap: 10px;
    max-width: 100%;
  }

  .woocommerce #review_form .comment-form-rating .zm-rating-star {
    border-radius: 14px;
    font-size: 28px;
  }

  .woocommerce #review_form .comment-form-rating .zm-rating-hint {
    font-size: 14px;
  }
}


/* v1.1.40 Reviews: true 10-star display for submitted comments */
.woocommerce #reviews .star-rating {
  display: none !important;
}

.zm-stars-10 {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: rgba(255, 211, 107, .28);
  line-height: 1;
  letter-spacing: 0;
}

.zm-stars-10__star {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  transform: translateZ(0);
}

.zm-stars-10__star.is-filled {
  color: #ffd76d;
  text-shadow: 0 0 10px rgba(255, 211, 107, .32);
}

.zm-review-rating-10 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}

.zm-review-rating-10__stars .zm-stars-10__star {
  font-size: 18px;
}

.zm-review-rating-10__score {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 211, 107, .24);
  background: rgba(255, 211, 107, .08);
  color: #ffd76d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 0 10px rgba(255, 211, 107, .22);
}

.zm-product-review-cta__rating .zm-stars-10 {
  gap: 2px;
  min-width: max-content;
}

.zm-product-review-cta__rating .zm-stars-10__star {
  font-size: 14px;
}

@media (max-width: 640px) {
  .zm-review-rating-10__stars .zm-stars-10__star {
    font-size: 16px;
  }

  .zm-product-review-cta__rating .zm-stars-10 {
    width: 100%;
    justify-content: center;
  }
}
