/* ============================================================
   Любощі — Product category / shop archive
   Editorial · red gradient · filters sidebar · product grid · SEO blocks
   ============================================================ */

/* Hide theme page-header chrome on product archives — same trick as blog.
   Posts H1 is rendered by our hero block; theme's H1 + breadcrumbs are duplicates. */
html body.woocommerce-page .lte-page-header,
html body.tax-product_cat .lte-page-header,
html body.post-type-archive-product .lte-page-header,
html body.woocommerce-page header.lte-page-header,
html body.tax-product_cat header.lte-page-header,
html body.post-type-archive-product header.lte-page-header,
html body.woocommerce-page .lte-header-wrapper.hasBreadcrumbs > header,
html body.tax-product_cat .lte-header-wrapper.hasBreadcrumbs > header,
html body.post-type-archive-product .lte-header-wrapper.hasBreadcrumbs > header,
html body.woocommerce-page .lte-header-h1-wrapper,
html body.tax-product_cat .lte-header-h1-wrapper,
html body.post-type-archive-product .lte-header-h1-wrapper,
html body.woocommerce-page ul.breadcrumbs,
html body.tax-product_cat ul.breadcrumbs,
html body.post-type-archive-product ul.breadcrumbs {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
html body.woocommerce-page .lte-header-wrapper.hasBreadcrumbs,
html body.tax-product_cat .lte-header-wrapper.hasBreadcrumbs,
html body.post-type-archive-product .lte-header-wrapper.hasBreadcrumbs {
  padding-bottom: 0 !important;
  background: transparent !important;
}

/* Hide BOTH theme + child-theme legacy subcategory bars (we render our own) */
html body.tax-product_cat .lyu-subcategory-wrapper-full,
html body.tax-product_cat .lte-subcats-wrapper,
html body.post-type-archive-product .lyu-subcategory-wrapper-full,
html body.post-type-archive-product .lte-subcats-wrapper { display: none !important; }

/* Hide theme's main-wrapper container layout (we use our own grid) */
html body.woocommerce-page .container.main-wrapper > .lte-wc-wrapper,
html body.woocommerce-page .container.main-wrapper { padding: 0 !important; }
html body.woocommerce-page .lte-wc-wrapper.margin-default { margin: 0 !important; padding: 0 !important; }

/* ============================================================
   Design tokens (shared with blog/product templates)
   ============================================================ */
:root {
  --lyu-grad:        linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --lyu-red:         #f2053c;
  --lyu-red-dark:    #cb003d;
  --lyu-red-soft:    #fff0f3;
  --lyu-dark:        #101010;
  --lyu-charcoal:    #1c1c1c;
  --lyu-text:        #1a1a2e;
  --lyu-text-2:      #2d3142;
  --lyu-muted:       #6b7280;
  --lyu-line:        #e2e4e9;
  --lyu-line-soft:   #ebebf0;
  --lyu-surface:     #fafafa;
  --lyu-surface-2:   #f4f5f7;
  --lyu-card:        #ffffff;
  --lyu-radius-sm:   8px;
  --lyu-radius:      12px;
  --lyu-radius-lg:   20px;
  --lyu-shadow-sm:   0 1px 4px rgba(0,0,0,.07);
  --lyu-shadow-md:   0 4px 20px rgba(0,0,0,.08);
  --lyu-shadow-cta:  0 8px 24px rgba(242,5,60,.28);
  --lyu-ease:        .22s ease;
  --lyu-serif:       "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;
}

.lyu-shop { background: var(--lyu-surface); color: var(--lyu-text); }
.lyu-shop * { box-sizing: border-box; }
.lyu-shop__wrap { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* ── BREADCRUMB ── */
.lyu-shop__bc {
  background: var(--lyu-card);
  border-bottom: 1px solid var(--lyu-line);
  padding: 12px 0;
  font-size: 12px;
}
.lyu-shop__bc .lyu-shop__wrap { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; color: var(--lyu-muted); }
.lyu-shop__bc a { color: var(--lyu-muted); text-decoration: none; transition: color var(--lyu-ease); }
.lyu-shop__bc a:hover { color: var(--lyu-red); }
.lyu-shop__bc-sep { color: var(--lyu-line); }
.lyu-shop__bc-current {
  color: var(--lyu-charcoal); font-weight: 600;
  max-width: 320px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* ── HERO ── */
.lyu-shop__hero {
  position: relative;
  background: var(--lyu-card);
  border-bottom: 1px solid var(--lyu-line);
  padding: 32px 0 36px;
  overflow: hidden;
}
.lyu-shop__hero::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: var(--lyu-grad);
  opacity: 0.06;
  filter: blur(50px);
  pointer-events: none;
}
.lyu-shop__hero .lyu-shop__wrap { position: relative; }
.lyu-shop__hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.lyu-shop__hero-label {
  font-size: 11px; font-weight: 800; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--lyu-red);
}
.lyu-shop__hero-count {
  display: inline-flex; align-items: center;
  padding: 4px 11px;
  background: var(--lyu-surface-2);
  border: 1px solid var(--lyu-line);
  border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--lyu-muted);
}
.lyu-shop__title {
  font-family: var(--lyu-serif);
  font-size: clamp(30px, 5.5vw, 48px);
  font-weight: 700; line-height: 1.08;
  letter-spacing: -0.8px;
  color: var(--lyu-charcoal);
  margin: 0 0 14px;
}
.lyu-shop__desc {
  max-width: 760px;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.65;
  color: var(--lyu-text-2);
  margin: 0 0 20px;
}
.lyu-shop__desc p { margin: 0 0 10px; }
.lyu-shop__desc p:last-child { margin-bottom: 0; }

.lyu-shop__trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 18px 0 0;
  padding: 0;
}
.lyu-shop__trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lyu-text-2);
}
.lyu-shop__trust li span {
  display: inline-flex;
  width: 22px; height: 22px;
  align-items: center; justify-content: center;
  background: var(--lyu-red-soft);
  border-radius: 50%;
  font-size: 12px;
}

/* ── SUBCATEGORY pills ── */
.lyu-shop__subcats {
  background: var(--lyu-card);
  border-bottom: 1px solid var(--lyu-line);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 40;
  -webkit-backdrop-filter: saturate(1.2);
  backdrop-filter: saturate(1.2);
}
body.admin-bar .lyu-shop__subcats { top: 32px; }
.lyu-shop__subcats-scroll {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 16px), transparent);
          mask-image: linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 16px), transparent);
  padding: 0 4px;
}
.lyu-shop__subcats-scroll::-webkit-scrollbar { display: none; }
.lyu-shop__subcat-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 8px 14px 8px 16px;
  background: var(--lyu-surface-2);
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--lyu-charcoal);
  text-decoration: none !important;
  transition: all var(--lyu-ease);
  white-space: nowrap;
}
.lyu-shop__subcat-pill span {
  display: inline-flex;
  align-items: center; justify-content: center;
  min-width: 20px; height: 18px; padding: 0 6px;
  background: rgba(0,0,0,.06);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--lyu-muted);
}
.lyu-shop__subcat-pill:hover {
  background: var(--lyu-card);
  border-color: var(--lyu-red);
  color: var(--lyu-red);
}
.lyu-shop__subcat-pill:hover span { background: var(--lyu-red-soft); color: var(--lyu-red); }
.lyu-shop__subcat-pill.is-active {
  background: var(--lyu-grad);
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 14px rgba(242,5,60,.25);
}
.lyu-shop__subcat-pill.is-active span { background: rgba(255,255,255,.22); color: #fff; }

/* ── MAIN GRID ── */
.lyu-shop__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
}

/* Mobile filter trigger button (FAB-style) */
.lyu-shop__filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: var(--lyu-grad);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--lyu-shadow-cta);
  align-self: flex-start;
  margin: 0;
  width: fit-content;
  justify-self: start;
}
.lyu-shop__filter-trigger:hover { transform: translateY(-1px); }
.lyu-shop__filter-trigger svg { flex-shrink: 0; }

/* ── SIDEBAR (filters) ── */
.lyu-shop__sidebar {
  display: none; /* hidden on mobile until trigger opens */
  position: fixed;
  top: 0; left: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: var(--lyu-card);
  z-index: 9999;
  overflow-y: auto;
  padding: 0 0 24px;
  transform: translateX(-100%);
  transition: transform .28s var(--lyu-ease);
  box-shadow: 12px 0 36px rgba(0,0,0,.25);
}
.lyu-shop__sidebar.is-open { display: block; transform: translateX(0); }
.lyu-shop__sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity .25s var(--lyu-ease);
}
.lyu-shop__sidebar.is-open + .lyu-shop__sidebar-overlay,
.lyu-shop__sidebar-overlay.is-visible {
  display: block;
  opacity: 1;
}

.lyu-shop__sidebar-head {
  position: sticky;
  top: 0;
  background: var(--lyu-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--lyu-line);
  z-index: 2;
}
.lyu-shop__sidebar-title {
  font-family: var(--lyu-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--lyu-charcoal);
}
.lyu-shop__sidebar-close {
  width: 36px; height: 36px;
  background: var(--lyu-surface-2);
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  color: var(--lyu-charcoal);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--lyu-ease);
}
.lyu-shop__sidebar-close:hover { background: var(--lyu-red-soft); color: var(--lyu-red); }

/* Style the filter plugin output to match brand */
.lyu-shop__sidebar .widget,
.lyu-shop__sidebar .widget_text,
.lyu-shop__sidebar .textwidget { padding: 0; margin: 0; background: none; border: 0; }

.vibratex-filters-sidebar {
  padding: 20px;
  background: transparent;
}
.vibratex-filters-sidebar .filter-group {
  padding: 18px 0;
  border-bottom: 1px solid var(--lyu-line-soft);
}
.vibratex-filters-sidebar .filter-group:first-child { padding-top: 0; }
.vibratex-filters-sidebar .filter-group:last-child { border-bottom: 0; }
.vibratex-filters-sidebar .filter-title {
  font-family: var(--lyu-serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--lyu-charcoal);
  margin: 0 0 12px;
  letter-spacing: -0.2px;
}
.vibratex-filters-sidebar .filter-content { padding: 0; }

/* Search input inside filter (brands) */
.vibratex-filters-sidebar .filter-search,
.vibratex-filters-sidebar .filter-search input.search-input {
  width: 100%;
}
.vibratex-filters-sidebar .filter-search input.search-input {
  padding: 9px 12px;
  border: 1.5px solid var(--lyu-line);
  border-radius: 8px;
  font-size: 13px;
  background: var(--lyu-card);
  margin-bottom: 10px;
  outline: 0;
  transition: border-color var(--lyu-ease);
}
.vibratex-filters-sidebar .filter-search input.search-input:focus {
  border-color: var(--lyu-red);
}

/* Checkbox row with count */
.vibratex-filters-sidebar .filter-options {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}
.vibratex-filters-sidebar .filter-options::-webkit-scrollbar { width: 5px; }
.vibratex-filters-sidebar .filter-options::-webkit-scrollbar-thumb { background: var(--lyu-line); border-radius: 3px; }
.vibratex-filters-sidebar .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  cursor: pointer;
  color: var(--lyu-text-2);
  transition: color var(--lyu-ease);
}
.vibratex-filters-sidebar .filter-checkbox:hover { color: var(--lyu-charcoal); }
.vibratex-filters-sidebar .filter-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border: 1.5px solid var(--lyu-line);
  border-radius: 4px;
  background: var(--lyu-card);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all var(--lyu-ease);
}
.vibratex-filters-sidebar .filter-checkbox input[type="checkbox"]:hover { border-color: var(--lyu-red); }
.vibratex-filters-sidebar .filter-checkbox input[type="checkbox"]:checked {
  background: var(--lyu-grad);
  border-color: transparent;
}
.vibratex-filters-sidebar .filter-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px; top: 1px;
  width: 5px; height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.vibratex-filters-sidebar .filter-checkbox .checkbox-label {
  flex: 1;
  line-height: 1.4;
}
.vibratex-filters-sidebar .filter-checkbox .checkbox-count {
  font-size: 11px;
  font-weight: 700;
  color: var(--lyu-muted);
  font-variant-numeric: tabular-nums;
  padding: 1px 8px;
  background: var(--lyu-surface-2);
  border-radius: 999px;
}

/* Price inputs */
.vibratex-filters-sidebar .price-inputs {
  display: flex;
  gap: 10px;
}
.vibratex-filters-sidebar .price-input { flex: 1; }
.vibratex-filters-sidebar .price-input label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--lyu-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.vibratex-filters-sidebar .price-input input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--lyu-line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: var(--lyu-card);
  outline: 0;
}
.vibratex-filters-sidebar .price-input input:focus { border-color: var(--lyu-red); }

/* Color swatches */
.vibratex-filters-sidebar .color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vibratex-filters-sidebar .color-option {
  cursor: pointer;
  position: relative;
}
.vibratex-filters-sidebar .color-option input { position: absolute; opacity: 0; pointer-events: none; }
.vibratex-filters-sidebar .color-option .color-circle {
  display: block;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--lyu-card);
  box-shadow: 0 0 0 1.5px var(--lyu-line);
  transition: all var(--lyu-ease);
}
.vibratex-filters-sidebar .color-option:hover .color-circle { transform: scale(1.08); box-shadow: 0 0 0 1.5px var(--lyu-red); }
.vibratex-filters-sidebar .color-option input:checked + .color-circle {
  transform: scale(1.05);
  box-shadow: 0 0 0 2px var(--lyu-red);
}

/* Reset button */
.vibratex-filters-sidebar .filter-actions {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--lyu-line);
}
.vibratex-filters-sidebar .reset-filters {
  width: 100%;
  padding: 11px 18px;
  background: var(--lyu-card);
  border: 1.5px solid var(--lyu-line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--lyu-charcoal);
  cursor: pointer;
  transition: all var(--lyu-ease);
}
.vibratex-filters-sidebar .reset-filters:hover {
  border-color: var(--lyu-red);
  color: var(--lyu-red);
  background: var(--lyu-red-soft);
}

/* ── CONTENT (right column) ── */
.lyu-shop__content { min-width: 0; } /* allow text-truncation */

.lyu-shop__sortbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: var(--lyu-card);
  border: 1px solid var(--lyu-line);
  border-radius: var(--lyu-radius);
}
.lyu-shop__sortbar .woocommerce-result-count {
  margin: 0;
  font-size: 13px;
  color: var(--lyu-muted);
  font-weight: 500;
}
.lyu-shop__sortbar .woocommerce-ordering { margin: 0; }
.lyu-shop__sortbar .woocommerce-ordering select.orderby {
  padding: 8px 32px 8px 14px;
  border: 1.5px solid var(--lyu-line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: var(--lyu-card) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;
  -webkit-appearance: none;
  appearance: none;
  color: var(--lyu-charcoal);
  outline: 0;
  cursor: pointer;
  transition: border-color var(--lyu-ease);
}
.lyu-shop__sortbar .woocommerce-ordering select.orderby:hover,
.lyu-shop__sortbar .woocommerce-ordering select.orderby:focus { border-color: var(--lyu-red); }

/* ── PRODUCT GRID (override theme + WC defaults) ── */
.lyu-shop__content ul.products,
.lyu-shop__content ul.products.columns-128,
.lyu-shop__content ul.products[class*="columns-"] {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.lyu-shop__content ul.products::before,
.lyu-shop__content ul.products::after { display: none !important; content: none !important; }

.lyu-shop__content ul.products li.product,
.lyu-shop__content ul.products li.product-category {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  background: var(--lyu-card);
  border: 1px solid var(--lyu-line);
  border-radius: var(--lyu-radius);
  overflow: hidden;
  transition: transform var(--lyu-ease), box-shadow var(--lyu-ease), border-color var(--lyu-ease);
  position: relative;
}
.lyu-shop__content ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--lyu-shadow-md);
  border-color: rgba(242,5,60,.22);
}
.lyu-shop__content ul.products li.product::before,
.lyu-shop__content ul.products li.product::after { display: none !important; content: none !important; }

/* Theme's .lte-item wrapper inside product li */
.lyu-shop__content .lte-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lyu-shop__content .lte-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--lyu-surface-2);
  overflow: hidden;
}
.lyu-shop__content .lte-image > a.woocommerce-LoopProduct-link,
.lyu-shop__content .lte-image > a {
  display: block;
  height: 100%;
}
.lyu-shop__content .lte-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--lyu-ease);
}
.lyu-shop__content ul.products li.product:hover .lte-image img { transform: scale(1.04); }

/* Top-image buttons (Buy + View) */
.lyu-shop__content .lte-buttons-wrapper {
  position: absolute;
  inset: auto 0 0 0;
  padding: 10px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
}
.lyu-shop__content .lte-buttons-wrapper > * { pointer-events: auto; }
.lyu-shop__content .lte-buttons-wrapper .add_to_cart_button,
.lyu-shop__content .lte-buttons-wrapper a.lte-btn {
  background: var(--lyu-grad) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: var(--lyu-shadow-cta) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--lyu-ease), transform var(--lyu-ease) !important;
}
.lyu-shop__content ul.products li.product:hover .lte-buttons-wrapper .add_to_cart_button,
.lyu-shop__content ul.products li.product:hover .lte-buttons-wrapper a.lte-btn { opacity: 1; transform: translateY(0); }
.lyu-shop__content .lte-buttons-wrapper a.lte-wc-view {
  background: rgba(255,255,255,.92) !important;
  color: var(--lyu-charcoal) !important;
  width: 36px !important; height: 36px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: var(--lyu-shadow-sm) !important;
  opacity: 0;
  transform: translateY(8px);
}
.lyu-shop__content ul.products li.product:hover .lte-buttons-wrapper a.lte-wc-view { opacity: 1; transform: translateY(0); }

/* Wishlist (YITH) — only show ONE, hide the duplicate inside descr */
.lyu-shop__content .lte-image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  margin: 0 !important;
  background: rgba(255,255,255,.92);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--lyu-shadow-sm);
}
.lyu-shop__content .lte-item-descr .yith-wcwl-add-to-wishlist { display: none !important; }

/* ── FIX: square (□) glyph next to wishlist heart ──
   Two sources of stray broken icon-font glyphs on product cards:
   1) `.lte-wc-view` — empty <a> the parent theme injects via vibratex's
      vibratex_woocommerce_get_view_product() in inc/woocommerce.php. The
      original theme styled it with an icon-font ::before that no longer
      loads, so it renders as a small box character.
   2) YITH's secondary state buttons (`yith-wcwl-wishlistexistsbrowse` and
      `yith-wcwl-wishlistaddedbrowse`) — they sit next to the active add
      button and inherit icon characters that may not be in the loaded font.

   Solution: kill both. The product image is already clickable for view,
   and we toggle wishlist state via the heart's "active" class rather
   than a separate "browse wishlist" link. */

/* 1) Remove the empty "view product" link entirely (it was a hover overlay
      that lost its icon when the parent theme's lte-font dropped that glyph). */
.lyu-shop__content .lte-buttons-wrapper a.lte-wc-view,
body.archive .products li.product a.lte-wc-view,
body.tax-product_cat .products li.product a.lte-wc-view,
body.tax-product_tag .products li.product a.lte-wc-view {
  display: none !important;
}

/* 2) Hide YITH's secondary state buttons on product cards — only the active
      "add to wishlist" anchor should remain. */
.lyu-shop__content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.lyu-shop__content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
body.archive .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
body.archive .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
body.tax-product_cat .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
body.tax-product_cat .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  display: none !important;
}

/* 3) Defensive: suppress any icon-font pseudo characters parent theme
      attaches to wishlist anchors. The actual heart icon comes from YITH's
      own <i>/<svg> child element — pseudos should not contribute. */
.lyu-shop__content .yith-wcwl-add-to-wishlist a::before,
.lyu-shop__content .yith-wcwl-add-to-wishlist a::after {
  content: none !important;
  display: none !important;
}

/* Product description block */
.lyu-shop__content .lte-item-descr {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.lyu-shop__content .woocommerce-loop-product__title {
  font-family: var(--lyu-serif);
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: var(--lyu-charcoal) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4em;
}
.lyu-shop__content .lte-item-descr > a {
  text-decoration: none !important;
  color: inherit !important;
}
.lyu-shop__content .price {
  font-size: 18px !important;
  font-weight: 800 !important;
  background: var(--lyu-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--lyu-red);
  display: inline-flex !important;
  align-items: baseline;
  gap: 8px;
  margin: 0 !important;
}
.lyu-shop__content .price del .woocommerce-Price-amount {
  -webkit-text-fill-color: var(--lyu-muted);
  color: var(--lyu-muted);
  font-size: 13px;
  font-weight: 600;
  background: none;
}
.lyu-shop__content .price ins { text-decoration: none; background: none; }
.lyu-shop__content .price .woocommerce-Price-currencySymbol { font-weight: 700; }

/* "Add to cart" button below price (second instance from theme) */
.lyu-shop__content .lte-item-descr .add_to_cart_button,
.lyu-shop__content .lte-item-descr a.lte-btn {
  margin-top: auto !important;
  padding: 9px 12px !important;
  background: var(--lyu-grad) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .2px !important;
  text-transform: none !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform var(--lyu-ease), box-shadow var(--lyu-ease), opacity var(--lyu-ease) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  box-shadow: var(--lyu-shadow-cta) !important;
}
/* Cart icon (SVG inline) */
.lyu-shop__content .lte-item-descr .add_to_cart_button::before,
.lyu-shop__content .lte-item-descr a.lte-btn::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/><line x1='3' y1='6' x2='21' y2='6'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lyu-shop__content .lte-item-descr .add_to_cart_button:hover,
.lyu-shop__content .lte-item-descr a.lte-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(231,46,107,.32) !important;
  color: #fff !important;
}
.lyu-shop__content .lte-item-descr .add_to_cart_button.loading,
.lyu-shop__content .lte-item-descr .add_to_cart_button.added { opacity: .75; }

/* Mobile: trim padding so "В кошик" + icon stay on one line in 2-col grid */
@media (max-width: 480px) {
  .lyu-shop__content .lte-item-descr .add_to_cart_button,
  .lyu-shop__content .lte-item-descr a.lte-btn {
    padding: 8px 8px !important;
    font-size: 11.5px !important;
    gap: 5px !important;
  }
  .lyu-shop__content .lte-item-descr .add_to_cart_button::before,
  .lyu-shop__content .lte-item-descr a.lte-btn::before {
    width: 12px;
    height: 12px;
  }
}

/* Hide WC subcategory placeholder cards inside loop (we have our own pills) */
.lyu-shop__content ul.products li.product-category { display: none !important; }

/* ── PAGINATION (WC default) ── */
.lyu-shop__content .woocommerce-pagination {
  margin-top: 28px;
  padding: 0;
  text-align: center;
}
.lyu-shop__content .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  justify-content: center;
}
.lyu-shop__content .woocommerce-pagination ul.page-numbers li { margin: 0; padding: 0; border: 0; }
.lyu-shop__content .woocommerce-pagination ul.page-numbers li a,
.lyu-shop__content .woocommerce-pagination ul.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--lyu-line);
  border-radius: 10px;
  background: var(--lyu-card);
  color: var(--lyu-charcoal);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all var(--lyu-ease);
  font-variant-numeric: tabular-nums;
}
.lyu-shop__content .woocommerce-pagination ul.page-numbers li a:hover {
  border-color: var(--lyu-red);
  color: var(--lyu-red);
  background: var(--lyu-red-soft);
}
.lyu-shop__content .woocommerce-pagination ul.page-numbers li span.current {
  background: var(--lyu-grad);
  color: #fff !important;
  border-color: transparent;
  box-shadow: var(--lyu-shadow-cta);
}
.lyu-shop__content .woocommerce-pagination ul.page-numbers li span.dots {
  background: none;
  border: 0;
  color: var(--lyu-muted);
}

/* ============================================================
   BOTTOM: long-form description (plugin .cat-desc-after-pagination)
   Editorial card matching site brand — overrides plugin's pink/cream defaults.
   ============================================================ */
.lyu-shop__content .cat-desc-after-pagination {
  /* Override plugin's inline CSS variables (style="--cat-desc-accent:#e91e63; --cat-desc-bg:#faf5f0;") */
  --cat-desc-accent: var(--lyu-red) !important;
  --cat-desc-bg: #fff !important;

  position: relative;
  margin-top: 40px !important;
  padding: 40px 28px 28px !important;
  background: #fff !important;
  border: 1px solid var(--lyu-line) !important;
  border-radius: var(--lyu-radius-lg) !important;
  box-shadow: var(--lyu-shadow-sm) !important;
  overflow: hidden !important;
  isolation: isolate;
}

/* Top accent stripe in brand gradient */
.lyu-shop__content .cat-desc-after-pagination::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--lyu-grad);
  z-index: 2;
}

/* Decorative gradient blob in upper-right corner */
.lyu-shop__content .cat-desc-after-pagination::after {
  content: "";
  position: absolute;
  top: -140px; right: -140px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, var(--lyu-red) 0%, transparent 70%);
  opacity: .07;
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

/* Ensure content sits above decorations */
.lyu-shop__content .cat-desc-after-pagination > * { position: relative; z-index: 1; }

/* Hide plugin's pink icon — we replace with an editorial eyebrow */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-icon,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header svg,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header > div:first-child:not(.cat-desc-title-wrap):not(.cat-desc-content-wrapper) {
  display: none !important;
}

/* Editorial eyebrow "ПРО КАТЕГОРІЮ" injected before the title */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header {
  position: relative !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  background: none !important;
  border: 0 !important;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header::before {
  content: "Про категорію";
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lyu-red);
  margin-bottom: 10px;
}

/* Title — editorial serif with subtle red gradient marker */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-title,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header h2,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-header h3 {
  position: relative !important;
  font-family: var(--lyu-serif) !important;
  font-size: clamp(22px, 2.8vw, 30px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.4px !important;
  color: var(--lyu-charcoal) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-wrap: balance;
}

/* Body typography — editorial reading */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content {
  font-size: 15.5px !important;
  line-height: 1.78 !important;
  color: var(--lyu-text-2) !important;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content > p:first-child {
  font-size: 17px;
  line-height: 1.7;
  color: var(--lyu-charcoal);
  font-weight: 500;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content h2,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content h3 {
  font-family: var(--lyu-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--lyu-charcoal);
  margin: 26px 0 10px;
  letter-spacing: -0.2px;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content p { margin: 0 0 16px; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content p:last-child { margin-bottom: 0; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content strong { color: var(--lyu-charcoal); font-weight: 700; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content em { font-style: italic; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content a {
  color: var(--lyu-red);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color .15s;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content a:hover { color: var(--lyu-red-dark); }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content ul,
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content ol { margin: 0 0 16px 22px; padding: 0; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content li { margin: 0 0 8px; line-height: 1.7; }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content ul li::marker { color: var(--lyu-red); }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content ol li::marker { color: var(--lyu-red); font-weight: 700; }

/* Pull-quote treatment if author uses <blockquote> */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-content blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  background: var(--lyu-red-soft);
  border-left: 4px solid var(--lyu-red);
  border-radius: 0 var(--lyu-radius) var(--lyu-radius) 0;
  font-family: var(--lyu-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lyu-charcoal);
}

/* Fade-out gradient at collapsed state — pure white to match card */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-gradient {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%) !important;
  height: 80px !important;
}

/* Toggle wrapper centered + breathing space */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-wrapper {
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px !important;
  padding: 0 !important;
  background: none !important;
}

/* Read-more button — matches AI CTA button style with shimmer */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  background: var(--lyu-grad) !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 10px 26px rgba(242,5,60,.35), inset 0 1px 0 rgba(255,255,255,.18) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transition: transform .22s var(--lyu-ease), box-shadow .22s var(--lyu-ease) !important;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform .7s ease;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 36px rgba(242,5,60,.45), inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-btn:hover::before { transform: translateX(110%); }
.lyu-shop__content .cat-desc-after-pagination .cat-desc-toggle-btn svg {
  width: 14px; height: 14px;
  transition: transform .22s var(--lyu-ease);
}
.lyu-shop__content .cat-desc-after-pagination[data-expanded="true"] .cat-desc-toggle-btn svg,
.lyu-shop__content .cat-desc-after-pagination.is-expanded .cat-desc-toggle-btn svg {
  transform: rotate(180deg);
}

/* Hide the gradient when expanded (plugin should toggle a class/attr) */
.lyu-shop__content .cat-desc-after-pagination[data-expanded="true"] .cat-desc-gradient,
.lyu-shop__content .cat-desc-after-pagination.is-expanded .cat-desc-gradient { display: none !important; }

/* Decorative quote glyph as watermark (subtle) */
.lyu-shop__content .cat-desc-after-pagination .cat-desc-container::before {
  content: """;
  position: absolute;
  top: 8px;
  right: 24px;
  font-family: var(--lyu-serif);
  font-size: 140px;
  line-height: 1;
  color: var(--lyu-red);
  opacity: .045;
  pointer-events: none;
  z-index: 0;
}
.lyu-shop__content .cat-desc-after-pagination .cat-desc-container { position: relative; }

/* ── BOTTOM: FAQ ── */
.lyu-shop__content .wc-category-ai-faq {
  margin-top: 24px !important;
  padding: 28px 28px !important;
  background: var(--lyu-card) !important;
  border: 1px solid var(--lyu-line) !important;
  border-radius: var(--lyu-radius-lg) !important;
  box-shadow: var(--lyu-shadow-sm) !important;
}
.lyu-shop__content .wc-category-ai-faq__title {
  font-family: var(--lyu-serif);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--lyu-charcoal);
  margin: 0 0 18px;
  letter-spacing: -0.3px;
}
.lyu-shop__content .wc-category-ai-faq__item {
  border: 1px solid var(--lyu-line);
  border-radius: var(--lyu-radius);
  margin: 0 0 10px;
  overflow: hidden;
  background: #fff;
  transition: border-color var(--lyu-ease);
}
.lyu-shop__content .wc-category-ai-faq__item[open] { border-color: rgba(242,5,60,.3); }
.lyu-shop__content .wc-category-ai-faq__question {
  list-style: none;
  cursor: pointer;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--lyu-charcoal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lyu-shop__content .wc-category-ai-faq__question::-webkit-details-marker { display: none; }
.lyu-shop__content .wc-category-ai-faq__question::after {
  content: "+";
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--lyu-red);
  line-height: 1;
  transition: transform .2s;
}
.lyu-shop__content .wc-category-ai-faq__item[open] .wc-category-ai-faq__question::after { transform: rotate(45deg); }
.lyu-shop__content .wc-category-ai-faq__answer {
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lyu-text-2);
}
.lyu-shop__content .wc-category-ai-faq__answer p { margin: 0 0 8px; }
.lyu-shop__content .wc-category-ai-faq__answer p:last-child { margin-bottom: 0; }

/* ── Empty state ── */
.lyu-shop__empty {
  padding: 60px 16px;
  text-align: center;
  background: var(--lyu-card);
  border: 1px solid var(--lyu-line);
  border-radius: var(--lyu-radius-lg);
}
.lyu-shop__empty-icon { font-size: 48px; margin-bottom: 12px; opacity: .8; }
.lyu-shop__empty-title { font-family: var(--lyu-serif); font-size: 24px; font-weight: 700; color: var(--lyu-charcoal); margin: 0 0 8px; }
.lyu-shop__empty-text { font-size: 14px; line-height: 1.6; color: var(--lyu-muted); max-width: 420px; margin: 0 auto 18px; }
.lyu-shop__empty-link {
  display: inline-flex;
  padding: 11px 22px;
  background: var(--lyu-grad);
  color: #fff !important;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: var(--lyu-shadow-cta);
}

/* ============================================================
   AI CTA banner — editorial chat-preview design
   ============================================================ */
.lyu-ai-cta {
  position: relative;
  margin-top: 40px;
  background: #0a0c14;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.lyu-ai-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lyu-ai-cta__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .55;
}
.lyu-ai-cta__glow--1 {
  top: -150px; left: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, #f2053c 0%, transparent 70%);
}
.lyu-ai-cta__glow--2 {
  bottom: -160px; right: -120px;
  width: 540px; height: 540px;
  background: radial-gradient(circle, #cb003d 0%, transparent 70%);
  opacity: .35;
}
.lyu-ai-cta__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 75%);
  opacity: .8;
}

.lyu-ai-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-top: 56px;
  padding-bottom: 56px;
  align-items: center;
}

/* ── Content side ── */
.lyu-ai-cta__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.lyu-ai-cta__pill-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22,163,74,.7);
  animation: lyu-ai-pulse 2s infinite;
}
@keyframes lyu-ai-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(22,163,74,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(22,163,74,0); }
  100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
}

.lyu-ai-cta__title {
  font-family: var(--lyu-serif);
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  color: #fff;
  margin: 0 0 16px;
  text-wrap: balance;
}
.lyu-ai-cta__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5078 0%, #f2053c 50%, #cb003d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.lyu-ai-cta__sub {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  max-width: 540px;
  margin: 0 0 26px;
}

.lyu-ai-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px 14px 22px;
  background: var(--lyu-grad);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(242,5,60,.4), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform var(--lyu-ease), box-shadow var(--lyu-ease);
  position: relative;
  overflow: hidden;
}
.lyu-ai-cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .7s ease;
}
.lyu-ai-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(242,5,60,.5), inset 0 1px 0 rgba(255,255,255,.22);
}
.lyu-ai-cta__btn:hover::before { transform: translateX(100%); }
.lyu-ai-cta__btn-arrow {
  display: inline-flex;
  transition: transform var(--lyu-ease);
}
.lyu-ai-cta__btn:hover .lyu-ai-cta__btn-arrow { transform: translateX(4px); }

.lyu-ai-cta__perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 22px 0 0;
  padding: 0;
}
.lyu-ai-cta__perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.75);
}
.lyu-ai-cta__perks li span { font-size: 14px; }

/* ── Chat preview mockup ── */
.lyu-ai-cta__preview {
  position: relative;
  display: none; /* hidden on mobile, shown on tablet+ */
  justify-self: center;
  width: 100%;
  max-width: 380px;
}
.lyu-ai-cta__preview-card {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.96);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 22px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 0 0 1px rgba(242,5,60,.08),
    inset 0 1px 0 rgba(255,255,255,.6);
  overflow: hidden;
  transform: rotate(-1.5deg);
  animation: lyu-ai-float 6s ease-in-out infinite;
}
@keyframes lyu-ai-float {
  0%,100% { transform: rotate(-1.5deg) translateY(0); }
  50%     { transform: rotate(-1.5deg) translateY(-8px); }
}
.lyu-ai-cta__preview-shadow {
  position: absolute;
  z-index: 1;
  inset: 16px -16px -16px 16px;
  background: linear-gradient(135deg, rgba(242,5,60,.5), rgba(203,0,61,.3));
  border-radius: 22px;
  filter: blur(30px);
  opacity: .6;
}

.lyu-ai-cta__preview-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255,240,243,.7), rgba(255,255,255,1));
  border-bottom: 1px solid var(--lyu-line-soft);
}
.lyu-ai-cta__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--lyu-grad);
  color: #fff;
  font-family: var(--lyu-serif);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(242,5,60,.35), inset 0 1px 0 rgba(255,255,255,.22);
  flex-shrink: 0;
}
.lyu-ai-cta__head-info { display: flex; flex-direction: column; gap: 1px; }
.lyu-ai-cta__head-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--lyu-charcoal);
  letter-spacing: -0.1px;
}
.lyu-ai-cta__head-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--lyu-muted);
}
.lyu-ai-cta__status-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 8px rgba(22,163,74,.6);
}

.lyu-ai-cta__messages {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fafafa;
}
.lyu-ai-cta__msg {
  max-width: 78%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 1.45;
  word-break: break-word;
  animation: lyu-ai-msg-in .6s ease both;
}
@keyframes lyu-ai-msg-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lyu-ai-cta__msg--in {
  align-self: flex-start;
  background: #fff;
  color: var(--lyu-charcoal);
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.lyu-ai-cta__msg--out {
  align-self: flex-end;
  background: var(--lyu-grad);
  color: #fff;
  border-bottom-right-radius: 6px;
  box-shadow: 0 4px 14px rgba(242,5,60,.25);
  animation-delay: .3s;
}
.lyu-ai-cta__msg--typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 14px;
  animation-delay: .6s;
}
.lyu-ai-cta__msg--typing span {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #c8cad1;
  animation: lyu-ai-bounce 1.4s infinite ease-in-out both;
}
.lyu-ai-cta__msg--typing span:nth-child(1) { animation-delay: -0.32s; }
.lyu-ai-cta__msg--typing span:nth-child(2) { animation-delay: -0.16s; }
@keyframes lyu-ai-bounce {
  0%, 80%, 100% { transform: scale(.65); opacity: .5; }
  40%           { transform: scale(1);   opacity: 1; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .lyu-ai-cta__preview-card,
  .lyu-ai-cta__pill-dot,
  .lyu-ai-cta__msg,
  .lyu-ai-cta__msg--typing span,
  .lyu-ai-cta__btn::before { animation: none !important; transition: none !important; }
  .lyu-ai-cta__preview-card { transform: none; }
}

/* ============================================================
   Tablet (>= 600 px)
   ============================================================ */
@media (min-width: 600px) {
  .lyu-shop__wrap { padding: 0 24px; }
  .lyu-shop__bc { padding: 14px 0; font-size: 13px; }
  .lyu-shop__hero { padding: 44px 0 48px; }
  .lyu-shop__content ul.products,
  .lyu-shop__content ul.products[class*="columns-"] {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }
  .lyu-ai-cta__inner {
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .lyu-ai-cta__preview { display: block; justify-self: end; }
}

/* ============================================================
   Desktop (>= 993 px) — sidebar visible inline
   ============================================================ */
@media (min-width: 993px) {
  .lyu-shop__hero { padding: 56px 0 56px; }
  .lyu-shop__main {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .lyu-shop__filter-trigger { display: none; }
  .lyu-shop__sidebar {
    display: block;
    position: sticky;
    top: 76px;
    align-self: start;
    max-height: calc(100vh - 100px);
    width: auto;
    height: auto;
    transform: none;
    box-shadow: none;
    background: var(--lyu-card);
    border: 1px solid var(--lyu-line);
    border-radius: var(--lyu-radius-lg);
    overflow-y: auto;
    padding: 0 0 16px;
    z-index: auto;
  }
  body.admin-bar .lyu-shop__sidebar { top: 108px; }
  .lyu-shop__sidebar-overlay { display: none !important; }
  .lyu-shop__sidebar-head { padding: 18px 22px; border-radius: var(--lyu-radius-lg) var(--lyu-radius-lg) 0 0; }
  .lyu-shop__sidebar-close { display: none; }
  .vibratex-filters-sidebar { padding: 18px 22px; }
  .lyu-shop__content ul.products,
  .lyu-shop__content ul.products[class*="columns-"] {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
  .lyu-ai-cta__inner { padding-top: 88px; padding-bottom: 88px; gap: 64px; }
  .lyu-ai-cta__preview { max-width: 420px; }
}

/* ============================================================
   Large desktop (>= 1200 px)
   ============================================================ */
@media (min-width: 1200px) {
  .lyu-shop__main { grid-template-columns: 300px minmax(0, 1fr); gap: 36px; }
  .lyu-shop__content ul.products,
  .lyu-shop__content ul.products[class*="columns-"] {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }
}

/* Mobile fine-tune */
@media (max-width: 480px) {
  .lyu-shop__hero { padding: 24px 0 28px; }
  .lyu-shop__sortbar { padding: 12px 14px; flex-direction: column; align-items: stretch; }
  .lyu-shop__sortbar .woocommerce-ordering select.orderby { width: 100%; }
  /* Keep the 2-column grid on phones (matches reference design). */
  .lyu-shop__content ul.products,
  .lyu-shop__content ul.products[class*="columns-"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .lyu-shop__content .lte-buttons-wrapper .add_to_cart_button,
  .lyu-shop__content .lte-buttons-wrapper a.lte-btn {
    opacity: 1; transform: none;
  }
}

/* Body lock when filter drawer open (mobile) */
body.lyu-shop-filters-open { overflow: hidden; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .lyu-shop__sidebar,
  .lyu-shop__sidebar-overlay,
  .lyu-shop__content ul.products li.product,
  .lyu-shop__content .lte-image img { transition: none; }
}

/* Print */
@media print {
  .lyu-shop__sidebar,
  .lyu-shop__filter-trigger,
  .lyu-shop__banner-wrap,
  .lyu-shop__sortbar .woocommerce-ordering { display: none !important; }
}

/* ============================================================
   /shop/ — HUB MODE (focus keyword: інтимні товари)
   Editorial dark hero · audience cards · category grid · trust ·
   long-form SEO · FAQ. CWV-friendly (zero JS, inline SVG, no
   above-the-fold images, single CSS file already loaded).
   ============================================================ */

.lyu-shop--hub {
  --hub-grad: linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --hub-ink: #14171f;
  --hub-ink-2: #4a4d58;
  --hub-muted: #6b6e78;
  --hub-line: #e6e8ee;
  --hub-card: #ffffff;
  --hub-surface: #f4f4f8;
  --hub-text-d: #f5f5f7;
  --hub-text-d-2: #c8cad2;
  --hub-text-d-3: #8c8f9a;
  --hub-serif: "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;
  --hub-sans: "Open Sans", system-ui, -apple-system, sans-serif;
  --hub-ease: cubic-bezier(.2,.65,.3,1);
  --hub-shadow-sm: 0 2px 6px rgba(20,23,31,.06);
  --hub-shadow-md: 0 8px 28px rgba(20,23,31,.10);
}
.lyu-shop--hub .lyu-shop__inner > .lyu-shop__wrap {
  display: block;
  padding-top: 0;
}

/* ── HERO ─────────────────────────────────────────────────── */
.lyu-hub__hero {
  position: relative;
  margin: 18px 0 56px;
  padding: 88px 0 76px;
  background: #0a0c14;
  background-image:
    radial-gradient(1100px 500px at 110% -10%, rgba(242,5,60,.28), transparent 60%),
    radial-gradient(700px 360px at -10% 110%, rgba(203,0,61,.18), transparent 60%),
    linear-gradient(180deg, #0a0c14 0%, #14171f 100%);
  border-radius: 26px;
  color: var(--hub-text-d);
  overflow: hidden;
  isolation: isolate;
}
.lyu-hub__hero > .lyu-shop__wrap { padding: 0 56px; max-width: 1280px; }
.lyu-hub__hero-glow {
  position: absolute; inset: -1px; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  background-size: 200px 200px;
  opacity: .06; mix-blend-mode: screen;
}

.lyu-hub__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 26px;
  padding: 6px 14px 6px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font-family: var(--hub-sans);
  font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--hub-text-d-2);
}
.lyu-hub__eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--hub-grad);
  box-shadow: 0 0 12px rgba(242,5,60,.6);
}

.lyu-hub__title {
  margin: 0 0 24px;
  font-family: var(--hub-serif);
  font-weight: 400;
  font-size: clamp(48px, 9vw, 116px);
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--hub-text-d);
  max-width: 14ch;
}
.lyu-hub__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 60%, #cb003d 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  padding-right: .04em;
}

.lyu-hub__lede {
  margin: 0 0 36px;
  max-width: 62ch;
  font-family: var(--hub-sans);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--hub-text-d-2);
}

.lyu-hub__hero-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 42px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.10);
}
.lyu-hub__hero-stats li {
  display: flex; flex-direction: column; gap: 4px;
}
.lyu-hub__hero-stats strong {
  font-family: var(--hub-serif); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1; letter-spacing: -.03em; color: var(--hub-text-d);
}
.lyu-hub__hero-stats sup { font-size: .45em; color: #f2053c; font-style: normal; vertical-align: super; margin-left: 2px; }
.lyu-hub__hero-stats small { font-size: .42em; color: var(--hub-text-d-3); font-style: normal; margin-left: 4px; }
.lyu-hub__hero-stats span {
  font-family: var(--hub-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--hub-text-d-3);
}

/* ── SECTION HEADER ───────────────────────────────────────── */
.lyu-hub__shead {
  display: flex; align-items: flex-start; gap: 22px;
  margin: 64px 0 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hub-line);
}
.lyu-hub__snum {
  flex-shrink: 0;
  font-family: var(--hub-sans);
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  color: #f2053c;
  padding: 7px 13px;
  border: 1.5px solid #f2053c;
  border-radius: 999px;
  background: rgba(242,5,60,.06);
  line-height: 1; margin-top: 4px;
}
.lyu-hub__shead > div { flex: 1; min-width: 0; }
.lyu-hub__stitle {
  margin: 0 0 6px;
  font-family: var(--hub-serif); font-weight: 400;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1; letter-spacing: -.02em; color: var(--hub-ink);
}
.lyu-hub__stitle em { font-style: italic; color: #f2053c; }
.lyu-hub__slede {
  margin: 0; max-width: 64ch;
  font-family: var(--hub-sans);
  font-size: 14px; line-height: 1.6; color: var(--hub-muted);
}

/* ── AUDIENCE (3 BIG cards) ──────────────────────────────── */
.lyu-hub__audience { margin: 0 0 72px; }
.lyu-hub__aud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lyu-hub__aud-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 36px 32px 32px;
  background: var(--hub-card);
  border: 1px solid var(--hub-line);
  border-radius: 22px;
  box-shadow: var(--hub-shadow-sm);
  text-decoration: none; color: inherit;
  overflow: hidden;
  transition: transform .35s var(--hub-ease), box-shadow .35s var(--hub-ease), border-color .35s var(--hub-ease);
}
.lyu-hub__aud-card::before {
  content: '';
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: var(--hub-grad);
  transform: translateY(-100%);
  transition: transform .35s var(--hub-ease);
}
.lyu-hub__aud-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--hub-shadow-md);
}
.lyu-hub__aud-card:hover::before { transform: translateY(0); }

.lyu-hub__aud-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: var(--hub-grad);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,5,60,.30);
}
.lyu-hub__aud-name {
  display: block;
  font-family: var(--hub-serif); font-weight: 400; font-style: italic;
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.15; letter-spacing: -.015em;
  color: var(--hub-ink); margin-bottom: 10px;
}
.lyu-hub__aud-desc {
  display: block; flex: 1;
  font-family: var(--hub-sans); font-size: 14px; line-height: 1.55;
  color: var(--hub-ink-2); margin-bottom: 20px;
}
.lyu-hub__aud-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--hub-surface); color: var(--hub-ink);
  margin-top: auto;
  transition: background .25s var(--hub-ease), color .25s var(--hub-ease), transform .25s var(--hub-ease);
}
.lyu-hub__aud-card:hover .lyu-hub__aud-arrow {
  background: var(--hub-grad); color: #fff; transform: translateX(4px);
}

/* ── CATEGORY GRID (9) ────────────────────────────────────── */
.lyu-hub__cats { margin: 0 0 72px; }
.lyu-hub__cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.lyu-hub__cat {
  position: relative;
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  background: var(--hub-card);
  border: 1px solid var(--hub-line);
  border-radius: 14px;
  text-decoration: none; color: inherit;
  transition: transform .3s var(--hub-ease), border-color .3s var(--hub-ease), box-shadow .3s var(--hub-ease);
}
.lyu-hub__cat:hover {
  transform: translateY(-2px);
  border-color: #f2053c;
  box-shadow: var(--hub-shadow-sm);
}
.lyu-hub__cat-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--hub-grad);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(242,5,60,.24);
}
.lyu-hub__cat-name {
  font-family: var(--hub-serif); font-weight: 400; font-style: italic;
  font-size: 17px; line-height: 1.25; color: var(--hub-ink);
  letter-spacing: -.01em;
}

/* ── TRUST PILLARS (3) ───────────────────────────────────── */
.lyu-hub__trust-section { margin: 0 0 72px; }
.lyu-hub__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lyu-hub__trust-card {
  padding: 32px 30px;
  background: var(--hub-card);
  border: 1px solid var(--hub-line);
  border-radius: 22px;
  box-shadow: var(--hub-shadow-sm);
}
.lyu-hub__trust-h {
  margin: 0 0 10px;
  font-family: var(--hub-serif); font-weight: 400; font-style: italic;
  font-size: clamp(20px, 1.8vw, 24px); line-height: 1.2;
  letter-spacing: -.015em; color: var(--hub-ink);
}
.lyu-hub__trust-p {
  margin: 0;
  font-family: var(--hub-sans); font-size: 14px; line-height: 1.65;
  color: var(--hub-ink-2);
}

/* ── LONG-FORM SEO ───────────────────────────────────────── */
.lyu-hub__seo { margin: 0 0 64px; }
.lyu-hub__seo-prose {
  max-width: 760px;
  font-family: var(--hub-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--hub-ink-2);
}
.lyu-hub__seo-prose h3 {
  margin: 32px 0 12px;
  font-family: var(--hub-serif); font-weight: 400; font-style: italic;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25; color: var(--hub-ink); letter-spacing: -.01em;
}
.lyu-hub__seo-prose h3:first-child { margin-top: 0; }
.lyu-hub__seo-prose p { margin: 0 0 16px; }
.lyu-hub__seo-prose a { color: #f2053c; text-decoration: none; border-bottom: 1px solid currentColor; }
.lyu-hub__seo-prose a:hover { color: #cb003d; }
.lyu-hub__seo-mini {
  margin-top: 28px; padding: 14px 0 0;
  border-top: 1px solid var(--hub-line);
  font-size: 13px; color: var(--hub-muted);
}

/* ── FAQ ──────────────────────────────────────────────────── */
.lyu-hub__faq { margin: 0 0 72px; }
.lyu-hub__faq-list {
  display: flex; flex-direction: column; gap: 10px;
  max-width: 920px;
}
.lyu-hub__faq-item {
  background: var(--hub-card);
  border: 1px solid var(--hub-line);
  border-radius: 14px;
  box-shadow: var(--hub-shadow-sm);
  overflow: hidden;
  transition: border-color .22s var(--hub-ease), box-shadow .22s var(--hub-ease);
}
.lyu-hub__faq-item[open] {
  border-color: #f2053c;
  box-shadow: 0 8px 24px rgba(242,5,60,.08);
}
.lyu-hub__faq-q {
  display: flex; align-items: center; gap: 18px;
  padding: 20px 24px; cursor: pointer; list-style: none; user-select: none;
}
.lyu-hub__faq-q::-webkit-details-marker { display: none; }
.lyu-hub__faq-num {
  font-family: var(--hub-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .12em; color: #f2053c; flex-shrink: 0; line-height: 1;
}
.lyu-hub__faq-q-text {
  flex: 1;
  font-family: var(--hub-serif); font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400; line-height: 1.3; color: var(--hub-ink);
}
.lyu-hub__faq-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--hub-surface); color: var(--hub-muted);
  flex-shrink: 0; font-size: 18px; font-weight: 400;
  transition: background .25s var(--hub-ease), color .25s var(--hub-ease), transform .35s var(--hub-ease);
}
.lyu-hub__faq-item[open] .lyu-hub__faq-toggle {
  background: var(--hub-grad); color: #fff; transform: rotate(45deg);
}
.lyu-hub__faq-a {
  padding: 0 24px 22px 60px;
  font-family: var(--hub-sans);
  font-size: 14.5px; line-height: 1.65;
  color: var(--hub-ink-2);
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1080px) {
  .lyu-hub__hero > .lyu-shop__wrap { padding: 0 32px; }
  .lyu-hub__aud-grid,
  .lyu-hub__trust-grid { grid-template-columns: repeat(2, 1fr); }
  .lyu-hub__cat-grid { grid-template-columns: repeat(2, 1fr); }
  .lyu-hub__hero-stats { gap: 24px; }
}
@media (max-width: 768px) {
  .lyu-hub__hero {
    margin-bottom: 40px;
    padding: 56px 0 48px;
    border-radius: 18px;
  }
  .lyu-hub__hero > .lyu-shop__wrap { padding: 0 22px; }
  .lyu-hub__hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
  }
  .lyu-hub__shead {
    flex-direction: column; gap: 12px;
    margin-top: 48px; margin-bottom: 24px;
  }
  .lyu-hub__snum { margin-top: 0; align-self: flex-start; }
  .lyu-hub__aud-grid,
  .lyu-hub__trust-grid,
  .lyu-hub__cat-grid { grid-template-columns: 1fr; }
  .lyu-hub__aud-card { padding: 28px 24px 24px; }
  .lyu-hub__faq-q { padding: 16px 18px; gap: 14px; }
  .lyu-hub__faq-a { padding-left: 24px; }
}

