/*
Theme Name: FavoriteCorner
Theme URI: https://rochii.178-105-71-221.nip.io
Description: 24S clone-feeling storefront — coral brand, centered luxury layout.
Author: FIXTEEN / FavoriteCorner
Template: kadence
Version: 3.0.1
Text Domain: favoritecorner
*/

/* ============================================================
   TOKENS — 24S DNA + strong coral brand
   ============================================================ */
:root {
  --fc-ink: #1a1a1a;
  --fc-ink-soft: #3a3a3a;
  --fc-muted: #757575;
  --fc-muted-2: #a8a8a8;
  --fc-line: #ececec;
  --fc-line-2: #e0e0e0;
  --fc-bg: #ffffff;
  --fc-bg-soft: #f7f7f7;
  --fc-coral: #f85f58;
  --fc-coral-deep: #e94f47;
  --fc-coral-hover: #d4433c;
  --fc-coral-soft: rgba(248, 95, 88, 0.08);
  --fc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
  --fc-max: 1400px;
  --fc-gutter: clamp(1.1rem, 3.2vw, 2.75rem);
  --fc-header-h: 68px;
  --fc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fc-dur: 0.45s;
  --fc-sidebar: 260px;

  --global-palette1: var(--fc-coral-deep);
  --global-palette2: var(--fc-coral-hover);
  --global-palette3: var(--fc-ink);
  --global-palette4: var(--fc-ink-soft);
  --global-palette5: var(--fc-muted);
  --global-palette6: var(--fc-muted-2);
  --global-palette7: var(--fc-line);
  --global-palette8: var(--fc-bg);
  --global-palette9: var(--fc-bg);
  --global-palette9rgb: 255, 255, 255;
  --global-palette11: #2f6b4f;
  --global-palette12: var(--fc-coral-deep);
  --global-palette13: var(--fc-coral);
  --global-palette14: var(--fc-ink);
  --global-palette15: var(--fc-coral);
  --global-palette-highlight: var(--fc-coral-deep);
  --global-palette-highlight-alt: var(--fc-coral-hover);
  --global-heading-font-family: var(--fc-font);
  --global-body-font-family: var(--fc-font);
  --global-content-width: var(--fc-max);
  --global-content-wide-width: var(--fc-max);
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--fc-bg) !important;
  color: var(--fc-ink);
  font-family: var(--fc-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.entry-title, .wp-block-post-title,
.woocommerce-loop-product__title, .product_title {
  font-family: var(--fc-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  color: var(--fc-ink);
}

a { color: var(--fc-ink); text-decoration: none; transition: color 0.25s var(--fc-ease); }
a:hover { color: var(--fc-coral); }
img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   CENTERED LAYOUT SHELL — fix “products on the left”
   ============================================================ */
.site,
#wrapper,
#inner-wrap,
.site-container,
.content-container,
.site-container-width,
.content-width-container,
.entry-content-wrap,
.kadence-breadcrumbs-container,
.wp-site-blocks {
  max-width: 100% !important;
  width: 100% !important;
}

/* Main content rail — override Kadence normal/boxed width */
body.content-width-normal .content-container,
body.content-width-narrow .content-container,
body .content-container.site-container,
.site .content-container,
.site-container .content-container,
#main,
#primary.content-area,
.content-area,
.site-main,
.entry-content > .woocommerce,
.woocommerce-page .content-area,
.single-product .content-container,
.archive .content-container,
.page .content-container,
.blog .content-container,
body.woocommerce-page #inner-wrap,
body.archive #primary,
body.single-product #primary {
  max-width: var(--fc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding-left: var(--fc-gutter) !important;
  padding-right: var(--fc-gutter) !important;
  float: none !important;
  box-sizing: border-box !important;
}

/* Boxed style: no grey “card” that hugs left */
body.content-style-boxed .entry.single-entry,
body.content-style-boxed .entry-content-wrap,
body.content-style-boxed .content-bg,
body.woocommerce-page.content-style-boxed #main {
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Archive hero title centered in shell */
.entry-hero .entry-header,
.woocommerce-products-header {
  max-width: var(--fc-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--fc-gutter);
  padding-right: var(--fc-gutter);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* Force product loop to fill main column */
.fc-catalog-main .woocommerce,
.fc-catalog-main ul.products,
#main ul.products {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Full-bleed sections opt-out of padding via negative technique only on home blocks */
.fc-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

.fc-shell {
  max-width: var(--fc-max);
  margin: 0 auto;
  padding-left: var(--fc-gutter);
  padding-right: var(--fc-gutter);
  width: 100%;
}

/* Kill Kadence float leftovers */
.woocommerce-page .content-container::before,
.woocommerce-page .content-container::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

/* ============================================================
   HEADER — strong coral brand accent
   ============================================================ */
.site-header,
#masthead,
.site-header-wrap,
.kadence-sticky-header,
.site-main-header-wrap {
  background: linear-gradient(
    180deg,
    rgba(248, 95, 88, 0.06) 0%,
    rgba(248, 95, 88, 0.02) 40%,
    #fff 100%
  ) !important;
  border-bottom: 1px solid var(--fc-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Coral top hairline on header */
.site-header::before,
#masthead::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--fc-coral) 0%,
    var(--fc-coral-deep) 50%,
    var(--fc-coral) 100%
  );
  width: 100%;
}

.site-header-row-container-inner,
.site-main-header-inner-wrap {
  min-height: var(--fc-header-h);
  max-width: var(--fc-max);
  margin: 0 auto;
  padding-left: var(--fc-gutter);
  padding-right: var(--fc-gutter);
  width: 100%;
}

.custom-logo, img.custom-logo {
  height: 28px !important;
  width: auto !important;
  max-width: 220px;
}

.header-navigation .menu-item > a,
.primary-menu-container .menu > .menu-item > a,
.mobile-navigation .menu-item > a {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--fc-ink) !important;
  padding: 0.65rem 0.85rem !important;
}
.header-navigation .menu-item > a:hover,
.primary-menu-container .menu > .menu-item > a:hover {
  color: var(--fc-coral) !important;
}
.header-navigation .menu-item.current-menu-item > a {
  color: var(--fc-coral) !important;
}

/* Header cart icon coral badge if any */
.header-cart-wrap .header-cart-button .kadence-svg-iconset,
.header-cart-button {
  color: var(--fc-ink);
}
.header-cart-button:hover { color: var(--fc-coral); }

.fx-search-li { display: flex; align-items: center; }
.fx-search-open {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-ink);
  padding: 0.5em 0.75em;
  min-height: auto;
}
.fx-search-open:hover { color: var(--fc-coral); }
.fx-search-open span { display: none; }

/* Desktop cart & heart in nav menu */
.fx-desk-cart, .fx-desk-heart { display: flex; align-items: center; }
.fx-desk-cart-link, .fx-desk-heart-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-ink);
  padding: 0.5em 0.75em;
  min-height: auto;
  text-decoration: none;
}
.fx-desk-cart-link:hover, .fx-desk-heart-btn:hover { color: var(--fc-coral); }
.fx-desk-cart-link em, .fx-desk-heart-btn em {
  font-style: normal;
  font-size: 10px;
  background: var(--fc-coral);
  color: #fff;
  min-width: 18px; height: 18px;
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-left: 0.25em;
}
@media (min-width: 900px) {
  .fx-search-open span { display: inline; }
}

/* Sticky header shrink polish */
.header-is-stuck .site-main-header-inner-wrap,
.kadence-sticky-header.item-is-fixed .site-main-header-inner-wrap,
.site-header.fc-header-scrolled .site-main-header-inner-wrap {
  min-height: 56px;
  transition: min-height 0.35s var(--fc-ease);
}
.site-header {
  transition: box-shadow 0.35s var(--fc-ease);
}
.site-header.fc-header-scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.wp-block-button__link,
button,
.button,
.added_to_cart,
.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button,
.fc-btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  min-height: 48px;
  padding: 0.95rem 1.6rem !important;
  transition: background 0.3s var(--fc-ease), color 0.3s var(--fc-ease),
    border-color 0.3s var(--fc-ease), transform 0.3s var(--fc-ease) !important;
  cursor: pointer;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.single_add_to_cart_button,
.fixteen-checkout-btn,
.wp-block-button__link,
.fc-btn-primary {
  background: var(--fc-coral-deep) !important;
  color: #fff !important;
  border: 1px solid var(--fc-coral-deep) !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover,
.fixteen-checkout-btn:hover,
.wp-block-button__link:hover,
.fc-btn-primary:hover {
  background: var(--fc-coral-hover) !important;
  border-color: var(--fc-coral-hover) !important;
  color: #fff !important;
}

.fc-btn-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--fc-ink);
  color: var(--fc-ink);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0;
  min-height: auto;
  cursor: pointer;
}
.fc-btn-ghost:hover {
  color: var(--fc-coral);
  border-bottom-color: var(--fc-coral);
}

/* ============================================================
   HERO
   ============================================================ */
.fc-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(78vh, 700px);
  background: var(--fc-bg-soft);
  overflow: hidden;
}
.fc-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 5rem) var(--fc-gutter);
  max-width: 560px;
  margin-left: auto;
}
.fc-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fc-coral);
  margin: 0 0 1.15rem;
  font-weight: 500;
}
.fc-hero h1 {
  font-size: clamp(2.35rem, 4.4vw, 3.6rem);
  line-height: 1.06;
  margin: 0 0 1.15rem;
  font-weight: 300 !important;
  letter-spacing: -0.015em;
}
.fc-hero-sub {
  font-size: 1.02rem;
  color: var(--fc-muted);
  margin: 0 0 2rem;
  max-width: 28rem;
  line-height: 1.6;
}
.fc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}
.fc-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.fc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  inset: 0;
  animation: fcKen 18s ease-in-out infinite alternate;
}
@keyframes fcKen {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}
@media (max-width: 900px) {
  .fc-hero { grid-template-columns: 1fr; min-height: auto; }
  .fc-hero-copy {
    margin: 0; max-width: none; text-align: center;
    padding: 2.25rem 1.25rem 1.5rem; order: 1;
  }
  .fc-hero-sub { margin-left: auto; margin-right: auto; }
  .fc-hero-actions { justify-content: center; }
  .fc-hero-media { order: 0; min-height: 52vh; max-height: 500px; }
}

/* ============================================================
   SECTIONS
   ============================================================ */
.fc-section {
  max-width: var(--fc-max);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.75rem) var(--fc-gutter);
}
.fc-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.85rem;
  flex-wrap: wrap;
}
.fc-section-head h2 {
  font-size: clamp(1.4rem, 2.3vw, 1.8rem);
  margin: 0.3rem 0 0;
  font-weight: 300 !important;
}
.fc-section-head .fc-eyebrow { margin-bottom: 0; }
.fc-section-link {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--fc-ink);
  padding-bottom: 2px;
  white-space: nowrap;
}
.fc-section-link:hover {
  color: var(--fc-coral);
  border-bottom-color: var(--fc-coral);
}

/* Home product grids inside shortcodes — force center */
.fc-section .woocommerce,
.fc-section .woocommerce ul.products {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ============================================================
   EDITS (category tiles)
   ============================================================ */
.fc-edits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
.fc-edit {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--fc-bg-soft);
}
.fc-edit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.75s var(--fc-ease);
  will-change: transform;
}
.fc-edit:hover img { transform: scale(1.06); }
.fc-edit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,0.55));
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.fc-edit-label {
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: 1.1rem;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  transition: transform 0.4s var(--fc-ease);
}
.fc-edit:hover .fc-edit-label { transform: translateY(-3px); }
.fc-edit-label small {
  display: block;
  margin-top: 0.3rem;
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.85;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 900px) {
  .fc-edits { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   PRODUCT GRID — centered, 24S cards
   ============================================================ */
.woocommerce ul.products,
.woocommerce-page ul.products,
.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2.25rem 1.35rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.wc-block-grid__product {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: left !important;
  position: relative;
  opacity: 1;
  transform: none;
  transition: transform 0.45s var(--fc-ease), opacity 0.45s var(--fc-ease);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--fc-bg-soft);
  margin-bottom: 0.85rem;
}

.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  aspect-ratio: 2 / 3;
  object-fit: cover !important;
  object-position: top center !important;
  height: auto !important;
  margin: 0 !important;
  transition: transform 0.65s var(--fc-ease), opacity 0.4s ease;
  will-change: transform;
}
.woocommerce ul.products li.product:hover img {
  transform: scale(1.04);
}

.fc-card-brand {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin: 0 0 0.4rem;
}

.woocommerce ul.products li.product .product-details,
.woocommerce ul.products li.product .entry-content-wrap {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: var(--fc-ink) !important;
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
  /* max 2 lines — 24S clean */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}
.woocommerce ul.products li.product .price {
  font-size: 13px !important;
  color: var(--fc-ink) !important;
  margin: 0 !important;
  letter-spacing: 0.02em;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  margin-bottom: 0.95rem !important;
}
.woocommerce ul.products li.product .price del { color: var(--fc-muted) !important; margin-right: 0.35rem; }
.woocommerce ul.products li.product .price ins {
  color: var(--fc-coral) !important;
  text-decoration: none !important;
  background: none !important;
}

/* Button area: reserved space prevents overlap */
.woocommerce ul.products li.product .product-action-wrap {
  min-height: 44px;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 0.5rem !important;
  width: 100%;
  text-align: center;
  background: transparent !important;
  color: var(--fc-ink) !important;
  border: 1px solid var(--fc-ink) !important;
  font-size: 10px !important;
  min-height: 40px;
  padding: 0.6rem 0.7rem !important;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--fc-coral-deep) !important;
  border-color: var(--fc-coral-deep) !important;
  color: #fff !important;
}

/* Desktop: button fades in without sliding (no text overlap) */
@media (min-width: 901px) {
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
    opacity: 0;
    transition: opacity 0.35s var(--fc-ease),
      background 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
  }
  .woocommerce ul.products li.product:hover .button,
  .woocommerce ul.products li.product:hover .added_to_cart,
  .woocommerce ul.products li.product .button.loading,
  .woocommerce ul.products li.product .button.added {
    opacity: 1;
  }
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  background: var(--fc-coral) !important;
  color: #fff !important;
  border-radius: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  padding: 0.4rem 0.55rem !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500 !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
}

@media (max-width: 1100px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 700px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.2rem 0.65rem !important;
  }
}

/* ============================================================
   CATALOG LAYOUT — sidebar + products (centered shell)
   ============================================================ */
.fc-catalog {
  display: grid;
  grid-template-columns: var(--fc-sidebar) minmax(0, 1fr);
  gap: 2.5rem;
  max-width: var(--fc-max);
  margin: 0 auto;
  padding: 1.5rem var(--fc-gutter) 4rem;
  width: 100%;
  align-items: start;
}

.fc-catalog-main { min-width: 0; width: 100%; position: relative; }
/* Filtrare: păstrăm conținutul vizibil + overlay ușor (nu „page white”) */
.fc-catalog-main.is-loading,
.fc-catalog-main.fc-filtering {
  pointer-events: none;
}
.fc-catalog-main.is-loading::before,
.fc-catalog-main.fc-filtering::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.55) 40%,
    rgba(255, 255, 255, 0.15) 80%
  );
  background-size: 200% 100%;
  animation: fcShimmer 0.9s linear infinite;
  pointer-events: none;
}
.fc-catalog-main.is-loading::after,
.fc-catalog-main.fc-filtering::after {
  content: "Se filtrează…";
  position: absolute;
  left: 50%;
  top: min(28vh, 160px);
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fc-coral-deep);
  background: rgba(255, 255, 255, 0.96);
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--fc-line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  z-index: 5;
  white-space: nowrap;
}
@keyframes fcShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .fc-catalog-main.is-loading::before,
  .fc-catalog-main.fc-filtering::before {
    animation: none;
    background: rgba(255, 255, 255, 0.4);
  }
}

.fc-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--fc-line);
}
.fc-catalog-count {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--fc-muted);
  text-transform: uppercase;
}
.fc-catalog-sort select {
  border: 1px solid var(--fc-line-2);
  border-radius: 0;
  padding: 0.55rem 2rem 0.55rem 0.75rem;
  font-size: 12px;
  background: #fff;
  color: var(--fc-ink);
  min-height: 40px;
}

/* Hide default WC / Kadence result/order when we render our toolbar */
body.fc-has-catalog .woocommerce-result-count,
body.fc-has-catalog .woocommerce-ordering,
body.fc-has-catalog .fx-chips,
body.fc-has-catalog .kadence-shop-top-row,
body.fc-has-catalog .kadence-woo-results-count,
body.fc-has-catalog .kadence-woo-ordering {
  display: none !important;
}

/* Sidebar filters */
.fc-filters {
  position: sticky;
  top: calc(var(--fc-header-h) + 12px);
  max-height: calc(100vh - var(--fc-header-h) - 24px);
  overflow-y: auto;
  padding-right: 0.25rem;
  scrollbar-width: thin;
}
.fc-filters-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: var(--fc-ink);
  font-weight: 500;
}
.fc-filter-group {
  border-top: 1px solid var(--fc-line);
  padding: 1rem 0;
}
.fc-filter-group:first-of-type { border-top: none; padding-top: 0; }
.fc-filter-group h4 {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--fc-ink);
  font-weight: 500 !important;
}
.fc-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.fc-filter-list a,
.fc-filter-list label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: var(--fc-ink-soft);
  cursor: pointer;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.fc-filter-list a:hover,
.fc-filter-list label:hover { color: var(--fc-coral); }
.fc-filter-list a.is-active,
.fc-filter-list label.is-active {
  color: var(--fc-coral);
  font-weight: 500;
}
.fc-filter-list input[type="checkbox"],
.fc-filter-list input[type="radio"] {
  accent-color: var(--fc-coral);
  width: 15px;
  height: 15px;
}
.fc-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.fc-price-row input {
  width: 100%;
  border: 1px solid var(--fc-line-2);
  border-radius: 0;
  padding: 0.55rem 0.6rem;
  font-size: 13px;
}
.fc-filter-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.15rem;
}
.fc-filter-actions .fc-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.fc-filter-reset {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fc-muted);
  background: none;
  border: none;
  cursor: pointer;
  min-height: auto;
  padding: 0.4rem !important;
}
.fc-filter-reset:hover { color: var(--fc-coral); }

/* Active filter chips */
.fc-active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  animation: fcFadeUp 0.45s var(--fc-ease) both;
}
.fc-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4em 0.75em;
  border: 1px solid var(--fc-coral);
  color: var(--fc-coral);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--fc-coral-soft);
  transition: background 0.25s ease, color 0.25s ease;
}
.fc-active-chip:hover {
  background: var(--fc-coral);
  color: #fff;
}
.fc-active-chip-clear {
  border-style: dashed;
  border-color: var(--fc-muted);
  color: var(--fc-muted);
  background: transparent;
}
.fc-active-chip-clear:hover {
  border-color: var(--fc-ink);
  color: var(--fc-ink);
  background: transparent;
}

/* Quick size strip under toolbar */
.fc-quick-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
}
.fc-quick-size {
  min-width: 52px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7rem;
  border: 1px solid var(--fc-line-2);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s var(--fc-ease);
}
.fc-quick-size:hover {
  border-color: var(--fc-ink);
  transform: translateY(-1px);
}
.fc-quick-size.is-active {
  border-color: var(--fc-coral-deep);
  background: var(--fc-coral-deep);
  color: #fff;
}

.fc-filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 0.35rem;
  background: var(--fc-coral);
  color: #fff;
  font-size: 10px;
  border-radius: 9px;
  letter-spacing: 0;
}

.fc-filter-hint {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--fc-muted);
  font-weight: 400;
  margin-left: 0.35rem;
}

/* Size multi grid in sidebar */
.fc-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.fc-size-opt {
  min-width: 48px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.55rem;
  border: 1px solid var(--fc-line-2);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fc-ink);
  transition: all 0.25s var(--fc-ease);
}
.fc-size-opt:hover { border-color: var(--fc-ink); }
.fc-size-opt.is-active {
  border-color: var(--fc-coral-deep);
  background: var(--fc-coral-deep);
  color: #fff;
}

/* Color swatches */
.fc-color-swatches {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.fc-swatch {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.3rem 0;
  font-size: 13px;
  color: var(--fc-ink-soft);
  transition: color 0.2s ease;
}
.fc-swatch:hover,
.fc-swatch.is-active { color: var(--fc-coral); }
.fc-swatch-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sw, #ccc);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
  transition: transform 0.25s var(--fc-ease), box-shadow 0.25s ease;
}
.fc-swatch.is-active .fc-swatch-dot {
  transform: scale(1.12);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--fc-coral);
}
.fc-swatch-label { font-size: 13px; }

/* Price presets */
.fc-price-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}
.fc-price-preset {
  padding: 0.4em 0.65em;
  border: 1px solid var(--fc-line-2);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--fc-ink-soft);
  transition: all 0.25s ease;
}
.fc-price-preset:hover { border-color: var(--fc-ink); color: var(--fc-ink); }
.fc-price-preset.is-active {
  border-color: var(--fc-coral);
  color: var(--fc-coral);
  background: var(--fc-coral-soft);
}

/* Filter groups animate open feel */
.fc-filter-group {
  animation: fcFadeUp 0.4s var(--fc-ease) both;
}
.fc-filter-group:nth-child(2) { animation-delay: 0.04s; }
.fc-filter-group:nth-child(3) { animation-delay: 0.08s; }
.fc-filter-group:nth-child(4) { animation-delay: 0.12s; }
.fc-filter-group:nth-child(5) { animation-delay: 0.16s; }

/* Empty results */
.woocommerce-info.fc-empty-like,
.woocommerce .woocommerce-info {
  border-top-color: var(--fc-coral) !important;
}

/* Mobile filter trigger + drawer */
.fc-filters-open {
  display: none;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--fc-ink);
  background: #fff;
  color: var(--fc-ink);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.65rem 1rem !important;
  min-height: 40px;
  cursor: pointer;
}
.fc-filters-open:hover {
  border-color: var(--fc-coral);
  color: var(--fc-coral);
}

.fc-filters-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9996;
}
.fc-filters-overlay.is-open { opacity: 1; visibility: visible; }

@media (max-width: 960px) {
  .fc-catalog {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }
  .fc-filters-open { display: inline-flex; }

  .fc-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(360px, 92vw);
    max-height: 100vh;
    background: #fff;
    z-index: 9997;
    padding: 1.35rem 1.25rem 2rem;
    transform: translateX(-105%);
    transition: transform 0.38s var(--fc-ease);
    box-shadow: 4px 0 30px rgba(0,0,0,0.08);
    overflow-y: auto;
  }
  .fc-filters.is-open { transform: translateX(0); }
  .fc-filters-close {
    display: flex !important;
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: var(--fc-muted);
    cursor: pointer;
    min-height: auto;
    padding: 0.25rem !important;
  }
}
.fc-filters-close { display: none; }

html.fc-filters-lock { overflow: hidden; }

/* ============================================================
   PDP
   ============================================================ */
.single-product div.product { margin-bottom: 3rem; }

/* IMPORTANT: nu folosi sticky pe .entry-summary —
   rămâne lipit peste descriere/ghid la scroll (bug raportat).
   Pe mobil avem deja bara sticky ATC jos. */
.single-product div.product .entry-summary {
  position: static !important;
  top: auto !important;
}

.single-product .product_title {
  font-size: clamp(1.3rem, 2.1vw, 1.7rem) !important;
  font-weight: 300 !important;
  margin-bottom: 0.7rem !important;
  line-height: 1.25;
}
.single-product .fc-pdp-brand {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin-bottom: 0.55rem;
}
.single-product p.price {
  font-size: 1.15rem !important;
  color: var(--fc-ink) !important;
  margin-bottom: 1.35rem !important;
}
.single-product p.price ins {
  color: var(--fc-coral) !important;
  text-decoration: none !important;
}

.single-product div.product .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 0 !important;
  background: var(--fc-bg-soft);
}
.single-product div.product .woocommerce-product-gallery__image img {
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s var(--fc-ease);
}
.single-product div.product .woocommerce-product-gallery__image:hover img {
  transform: scale(1.04);
}

.fc-size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.35rem 0 1.15rem;
}
.fc-size-pill {
  min-width: 52px;
  height: 44px;
  padding: 0 0.8rem;
  border: 1px solid var(--fc-line-2);
  background: #fff;
  color: var(--fc-ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  min-height: 44px;
}
.fc-size-pill:hover:not(.is-disabled) { border-color: var(--fc-ink); }
.fc-size-pill.is-active {
  border-color: var(--fc-coral-deep);
  background: var(--fc-coral-deep);
  color: #fff;
}
.fc-size-pill.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}
.fc-size-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin-bottom: 0.45rem;
  display: block;
}
.fc-size-label strong { color: var(--fc-ink); font-weight: 500; }

.variations_form.fc-pills-ready .variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.variations_form.fc-pills-ready .variations .label { display: none; }

.single-product .quantity .qty {
  border: 1px solid var(--fc-line-2);
  border-radius: 0;
  height: 48px;
  width: 72px;
  text-align: center;
}

.fc-trust {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--fc-line);
}
.fc-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 13px;
  color: var(--fc-ink-soft);
  line-height: 1.4;
}
.fc-trust-item svg {
  flex: 0 0 18px;
  margin-top: 1px;
  color: var(--fc-coral);
}
.fc-trust-item strong {
  display: block;
  font-weight: 500;
  color: var(--fc-ink);
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* Size guide */
.fc-size-guide {
  margin-top: 1.5rem;
  border-top: 1px solid var(--fc-line);
  padding-top: 1.25rem;
}
.fc-size-guide summary,
.fc-size-guide-btn {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-ink);
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid var(--fc-ink);
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 1rem;
}
.fc-size-guide summary:hover { color: var(--fc-coral); border-color: var(--fc-coral); }
.fc-size-guide table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.fc-size-guide th,
.fc-size-guide td {
  border: 1px solid var(--fc-line);
  padding: 0.5rem 0.55rem;
  text-align: center;
}
.fc-size-guide th {
  background: var(--fc-bg-soft);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 10px;
}

/* Sticky mobile ATC */
.fc-sticky-atc {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9990;
  background: rgba(255,255,255,0.98);
  border-top: 1px solid var(--fc-line);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.06);
}
.fc-sticky-atc.is-visible { display: flex; }
.fc-sticky-atc-price { flex: 1; font-size: 15px; }
.fc-sticky-atc-price small {
  display: block;
  font-size: 10px;
  color: var(--fc-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fc-sticky-atc button {
  flex: 1.4;
  background: var(--fc-coral-deep) !important;
  color: #fff !important;
  border: none !important;
  min-height: 48px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px !important;
  cursor: pointer;
}
@media (min-width: 992px) {
  .fc-sticky-atc { display: none !important; }
}
body.single-product.fc-has-sticky-atc { padding-bottom: 84px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 0 1.4rem !important;
  border-bottom: 1px solid var(--fc-line) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: transparent !important;
  margin: 0 1.4rem 0 0 !important;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fc-muted) !important;
  padding: 0.8rem 0 !important;
  border-bottom: 2px solid transparent;
  font-weight: 400 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--fc-ink) !important;
  border-bottom-color: var(--fc-coral);
}

/* ============================================================
   CART DRAWER + TOAST
   ============================================================ */
#fixteen-cart-overlay {
  position: fixed; inset: 0;
  background: rgba(26,26,26,0.4);
  opacity: 0; visibility: hidden;
  transition: opacity 0.28s ease;
  z-index: 9998;
}
#fixteen-cart-overlay.is-open { opacity: 1; visibility: visible; }

#fixteen-cart-drawer {
  position: fixed; top: 0; right: 0;
  height: 100vh; width: min(420px, 100vw);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.38s var(--fc-ease);
  z-index: 9999;
  display: flex; flex-direction: column;
  box-shadow: -1px 0 0 var(--fc-line);
}
#fixteen-cart-drawer.is-open { transform: translateX(0); }

.fixteen-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.35rem;
  border-bottom: 1px solid var(--fc-line);
}
.fixteen-drawer-header h3 {
  margin: 0; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 500 !important;
}
.fixteen-drawer-close {
  background: none; border: none; font-size: 1.6rem;
  color: var(--fc-muted); cursor: pointer;
  min-height: auto; padding: 0.25rem 0.4rem !important;
}
.fixteen-drawer-body { flex: 1; overflow-y: auto; padding: 1rem 1.35rem; }
.fixteen-drawer-footer { padding: 1.15rem 1.35rem; border-top: 1px solid var(--fc-line); }
.fixteen-drawer-item {
  display: flex; gap: 0.85rem;
  padding: 0.9rem 0; border-bottom: 1px solid var(--fc-line);
}
.fixteen-drawer-item img {
  width: 64px; height: 86px;
  object-fit: cover; object-position: top center;
}
.fixteen-drawer-item-img {
  flex: 0 0 auto;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.25s ease;
}
.fixteen-drawer-item-img:hover { opacity: 0.8; }
.fixteen-drawer-item-name {
  font-size: 13px;
  margin: 0 0 0.3rem;
  line-height: 1.35;
  display: block;
  color: var(--fc-ink);
  text-decoration: none;
  transition: color 0.2s ease;
}
.fixteen-drawer-item-name:hover { color: var(--fc-coral); }
.fixteen-drawer-item-meta { font-size: 12px; color: var(--fc-muted); }
.fixteen-drawer-empty {
  text-align: center; color: var(--fc-muted);
  padding: 3.5rem 1rem; font-size: 14px;
}
.fixteen-drawer-subtotal {
  display: flex; justify-content: space-between;
  font-size: 14px; margin: 1rem 0 1.15rem;
}
.fixteen-checkout-btn { display: block !important; width: 100%; text-align: center; }
.fixteen-view-cart {
  display: block; text-align: center; margin-top: 0.85rem;
  color: var(--fc-muted); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.fixteen-view-cart:hover { color: var(--fc-coral); }

.fixteen-toast {
  position: fixed;
  bottom: clamp(16px, 4vh, 36px);
  left: 50%;
  transform: translate(-50%, 20px);
  background: rgba(26, 26, 26, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  padding: 0.95rem 1.2rem;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: opacity 0.4s var(--fc-ease), transform 0.4s var(--fc-ease);
  z-index: 10000;
  max-width: min(88vw, 440px);
  text-align: left;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
.fixteen-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.fixteen-toast.is-success {
  border-left: none;
  background: rgba(26, 26, 26, 0.9);
}
.fixteen-toast.is-error {
  background: rgba(220, 45, 45, 0.94);
  box-shadow: 0 12px 40px rgba(220, 45, 45, 0.3);
}
.fixteen-toast .fx-toast-icon {
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1;
}
html.fixteen-drawer-open { overflow: hidden; }
@media (max-width: 480px) {
  #fixteen-cart-drawer { width: 100vw; }
}

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
#fx-search-overlay {
  position: fixed; inset: 0;
  background: rgba(255,255,255,0.98);
  z-index: 10001;
  opacity: 0; visibility: hidden;
  transition: opacity 0.28s ease;
  overflow-y: auto;
}
#fx-search-overlay.is-open { opacity: 1; visibility: visible; }
html.fx-search-lock { overflow: hidden; }

.fx-search-inner {
  max-width: 960px; margin: 0 auto;
  padding: 4.5rem var(--fc-gutter) 3rem;
  position: relative;
}
.fx-search-close {
  position: absolute; top: 1.2rem; right: 1.4rem;
  background: none; border: none; font-size: 2rem;
  color: var(--fc-muted); cursor: pointer;
  min-height: auto; padding: 0.25rem !important;
}
#fx-search-input {
  width: 100%;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 300;
  border: none; border-bottom: 1px solid var(--fc-ink);
  border-radius: 0; background: transparent;
  padding: 0.35em 0; outline: none;
  color: var(--fc-ink); font-family: var(--fc-font);
}
#fx-search-input::placeholder { color: var(--fc-muted-2); }
.fx-search-hint { font-size: 12px; color: var(--fc-muted); margin-top: 0.65rem; }
.fx-search-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem; margin-top: 2rem;
}
.fx-search-card { display: block; }
.fx-search-card img {
  width: 100%; aspect-ratio: 2/3;
  object-fit: cover; object-position: top center;
  margin-bottom: 0.55rem; background: var(--fc-bg-soft);
  transition: transform 0.5s var(--fc-ease);
}
.fx-search-card:hover img { transform: scale(1.03); }
.fx-search-name {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; font-size: 12px; line-height: 1.35; margin-bottom: 0.25rem;
}
.fx-search-price { font-size: 12px; }
.fx-search-all {
  display: inline-block; margin-top: 1.75rem;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid var(--fc-ink); padding-bottom: 2px;
}
.fx-search-all:hover { color: var(--fc-coral); border-bottom-color: var(--fc-coral); }
.fx-search-empty, .fx-search-loading { margin-top: 2rem; color: var(--fc-muted); }
@media (max-width: 700px) {
  .fx-search-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   ENTRY HERO — 2026 cinematic editorial banner
   ============================================================ */
.entry-hero {
  --fc-hero-pad-y: clamp(2.15rem, 4.95vw, 3.8rem);
  --fc-hero-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --fc-hero-ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: none !important;
  background:
    radial-gradient(ellipse 90% 80% at 12% 20%, rgba(248, 95, 88, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 90% at 88% 75%, rgba(233, 79, 71, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(248, 95, 88, 0.08) 0%, transparent 60%),
    linear-gradient(165deg, #fff7f5 0%, #faf6f5 42%, #ffffff 100%) !important;
}
/* ambient floating orbs — GPU, high-refresh smooth */
.entry-hero::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 280px at 18% 40%, rgba(248, 95, 88, 0.18), transparent 70%),
    radial-gradient(circle 220px at 78% 30%, rgba(255, 180, 170, 0.35), transparent 70%),
    radial-gradient(circle 320px at 60% 90%, rgba(248, 95, 88, 0.12), transparent 70%);
  filter: blur(8px);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  animation: fcHeroOrb 10.5s var(--fc-hero-ease-soft) infinite alternate;
  will-change: transform;
}
/* film grain + bottom fade */
.entry-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),
    linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.85) 100%);
  background-size: 180px 180px, 100% 100%;
}
@keyframes fcHeroOrb {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(0.6%, -0.9%, 0) scale(1.015); }
  50%  { transform: translate3d(1.2%, -1.8%, 0) scale(1.03); }
  75%  { transform: translate3d(1.7%, -2.5%, 0) scale(1.045); }
  100% { transform: translate3d(2%, -3%, 0) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .entry-hero::before { animation: none; }
  .fc-hero-kicker,
  .fc-hero-parent,
  .fc-hero-sep,
  .fc-hero-main,
  .fc-hero-meta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.entry-hero-container-inner {
  background: transparent !important;
  position: relative;
  z-index: 2;
}
.entry-hero-container-inner .hero-container,
.entry-hero .hero-container {
  max-width: var(--fc-max);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
/* corner brackets */
.entry-hero .hero-container::before,
.entry-hero .hero-container::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(248, 95, 88, 0.45);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition:
    opacity 0.45s var(--fc-hero-ease),
    transform 0.45s var(--fc-hero-ease);
}
.entry-hero .hero-container::before {
  top: 0.2rem;
  left: var(--fc-gutter);
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(-6px, -6px, 0);
}
.entry-hero .hero-container::after {
  bottom: 0.2rem;
  right: var(--fc-gutter);
  border-left: 0;
  border-top: 0;
  transform: translate3d(6px, 6px, 0);
}
.entry-hero.fc-hero-ready .hero-container::before,
.entry-hero.fc-hero-ready .hero-container::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.entry-hero-container-inner .entry-header,
.entry-hero .entry-header,
.entry-hero.product-archive-hero-section .entry-header,
.entry-hero.product-hero-section .entry-header {
  min-height: 0 !important;
  height: auto !important;
  width: 100%;
  max-width: 820px;
  margin: 0 auto !important;
  padding: var(--fc-hero-pad-y) var(--fc-gutter) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 0;
  box-sizing: border-box;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}
/* kill old pseudo labels */
.entry-hero .entry-header::before {
  content: none !important;
  display: none !important;
}

/* —— structured title (enhanced by JS) —— */
.woocommerce-products-header__title,
.page-title,
.entry-hero .page-title,
.entry-hero .archive-title,
.entry-hero .entry-header .entry-title {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  font-weight: 300 !important;
  letter-spacing: -0.01em;
  text-transform: none;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem) !important;
  line-height: 1.12 !important;
  text-align: center !important;
  color: var(--fc-ink) !important;
  margin: 0 !important;
  max-width: none;
}
.entry-hero .page-title::after,
.entry-hero .archive-title::after,
.entry-hero .entry-header .entry-title::after {
  content: none !important;
  display: none !important;
}

/* kicker */
.fc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--fc-coral);
  margin-bottom: 1rem;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: fcHeroIn 0.525s var(--fc-hero-ease) 0.04s both;
}
.fc-hero-kicker::before,
.fc-hero-kicker::after {
  content: "";
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fc-coral));
}
.fc-hero-kicker::after {
  background: linear-gradient(90deg, var(--fc-coral), transparent);
}

/* parent category (Modă feminină) */
.fc-hero-parent {
  display: block;
  font-size: clamp(0.72rem, 1.15vw, 0.85rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin-bottom: 0.45rem;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: fcHeroIn 0.56s var(--fc-hero-ease) 0.09s both;
}

/* diamond separator */
.fc-hero-sep {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0.1rem auto 0.55rem;
  background: var(--fc-coral);
  transform: rotate(45deg) scale(0.35);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: fcHeroSep 0.49s var(--fc-hero-ease) 0.16s both;
  box-shadow: 0 0 0 4px rgba(248, 95, 88, 0.12);
}

/* main title word */
.fc-hero-main {
  display: block;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--fc-ink);
  background: linear-gradient(
    120deg,
    #1a1a1a 0%,
    #1a1a1a 40%,
    #e94f47 50%,
    #1a1a1a 60%,
    #1a1a1a 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: transform, opacity, background-position;
  backface-visibility: hidden;
  animation:
    fcHeroIn 0.6s var(--fc-hero-ease) 0.21s both,
    fcHeroShimmer 3.375s var(--fc-hero-ease-soft) 0.82s infinite;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.8));
}

/* fallback when JS hasn't split yet — plain h1 text */
.entry-hero:not(.fc-hero-ready) .page-title,
.entry-hero:not(.fc-hero-ready) .archive-title {
  letter-spacing: -0.015em;
  font-weight: 300 !important;
  opacity: 0.92;
}

/* meta pill (count) */
.fc-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
  padding: 0.45rem 1rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fc-ink-soft);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(248, 95, 88, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(248, 95, 88, 0.08);
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: fcHeroIn 0.525s var(--fc-hero-ease) 0.315s both;
}
.fc-hero-meta::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fc-coral);
  box-shadow: 0 0 0 3px rgba(248, 95, 88, 0.18);
  flex-shrink: 0;
}

/* multi-stop keyframes = smoother on 120/144/240Hz */
@keyframes fcHeroIn {
  0%   { opacity: 0; transform: translate3d(0, 14px, 0); }
  40%  { opacity: 0.85; }
  70%  { opacity: 1; transform: translate3d(0, 1px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fcHeroSep {
  0%   { opacity: 0; transform: rotate(45deg) scale(0.35); }
  55%  { opacity: 1; transform: rotate(45deg) scale(1.08); }
  78%  { transform: rotate(45deg) scale(0.96); }
  100% { opacity: 1; transform: rotate(45deg) scale(1); }
}
@keyframes fcHeroShimmer {
  0%   { background-position: 100% 50%; }
  20%  { background-position: 80% 50%; }
  50%  { background-position: 0% 50%; }
  80%  { background-position: 20% 50%; }
  100% { background-position: 100% 50%; }
}

/* description under title */
.entry-hero .entry-meta,
.entry-hero .taxonomy-description,
.entry-hero .archive-description,
.entry-hero .term-description {
  margin: 1rem auto 0 !important;
  max-width: 38ch;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--fc-muted);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* single product hero — quieter */
.entry-hero.product-hero-section {
  --fc-hero-pad-y: clamp(1.35rem, 3.15vw, 2.15rem);
}
.entry-hero.product-hero-section .page-title,
.entry-hero.product-hero-section .entry-title {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem) !important;
  letter-spacing: -0.01em;
  text-transform: none;
  -webkit-text-fill-color: var(--fc-ink);
  background: none;
  animation: none;
  opacity: 1;
  transform: none;
}

/* ============================================================
   FOOTER + MISC
   ============================================================ */
.site-footer, #colophon {
  background: #fff !important;
  border-top: 1px solid var(--fc-line) !important;
  color: var(--fc-muted) !important;
}
.site-footer a { color: var(--fc-ink-soft); }
.site-footer a:hover { color: var(--fc-coral); }

.woocommerce .woocommerce-breadcrumb {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin-bottom: 1.25rem !important;
  max-width: var(--fc-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--fc-gutter);
  padding-right: var(--fc-gutter);
}
.woocommerce .woocommerce-breadcrumb a { color: var(--fc-muted); }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--fc-coral); }

.related.products > h2,
.upsells.products > h2 {
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem !important;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: var(--fc-coral) !important;
  border-radius: 0 !important;
}

/* Pagination centered */
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-top: 2.5rem;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex !important;
  border: none !important;
  gap: 0.35rem;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fc-line-2) !important;
  background: #fff !important;
  color: var(--fc-ink) !important;
  font-size: 12px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--fc-coral) !important;
  color: var(--fc-coral) !important;
}

/* ============================================================
   WEBFLOW-MEDIUM MOTION
   ============================================================ */
.fx-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--fc-ease), transform 0.7s var(--fc-ease);
  will-change: opacity, transform;
}
.fx-reveal.is-visible { opacity: 1; transform: none; }
.fx-d1 { transition-delay: 0.07s; }
.fx-d2 { transition-delay: 0.14s; }
.fx-d3 { transition-delay: 0.21s; }
.fx-d4 { transition-delay: 0.28s; }

/* Stagger product cards on catalog */
.woocommerce ul.products li.product.fx-card-in {
  animation: fcCardIn 0.55s var(--fc-ease) both;
}
@keyframes fcCardIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@keyframes fcFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.fc-hero-copy .fc-eyebrow { animation: fcFadeUp 0.75s 0.05s var(--fc-ease) both; }
.fc-hero-copy h1 { animation: fcFadeUp 0.75s 0.14s var(--fc-ease) both; }
.fc-hero-copy .fc-hero-sub { animation: fcFadeUp 0.75s 0.24s var(--fc-ease) both; }
.fc-hero-copy .fc-hero-actions { animation: fcFadeUp 0.75s 0.34s var(--fc-ease) both; }

/* Soft page content fade */
.fc-catalog-main .products {
  animation: fcFadeUp 0.5s 0.05s var(--fc-ease) both;
}

@media (prefers-reduced-motion: reduce) {
  .fx-reveal { opacity: 1; transform: none; transition: none; }
  .fc-hero-media img,
  .fc-hero-copy .fc-eyebrow,
  .fc-hero-copy h1,
  .fc-hero-copy .fc-hero-sub,
  .fc-hero-copy .fc-hero-actions,
  .woocommerce ul.products li.product.fx-card-in,
  .fc-catalog-main .products {
    animation: none !important;
  }
}

/* Empty catalog */
.fc-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--fc-muted);
}
.fc-empty h3 {
  font-weight: 300 !important;
  font-size: 1.4rem;
  color: var(--fc-ink);
  margin-bottom: 0.75rem;
}

/* Footer note on home */
.fc-footer-note {
  text-align: center;
  padding: 2rem var(--fc-gutter) 0.5rem;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fc-muted);
}

/* ============================================================
   FAVORITES — heart button + drawer
   ============================================================ */
.fc-heart-btn {
  position: absolute;
  top: 8px; right: 8px;
  z-index: 3;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--fc-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s var(--fc-ease);
  min-height: auto;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.fc-heart-btn:hover { color: var(--fc-coral); background: #fff; }
.fc-heart-btn.is-active { color: var(--fc-coral); background: #fff; }
.fc-heart-pop { animation: fcHeartPop 0.4s var(--fc-ease); }
@keyframes fcHeartPop {
  0% { transform: scale(1); }
  30% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* PDP heart button — inline with text */
.fc-heart-pdp {
  position: static !important;
  width: auto !important; height: auto !important;
  border-radius: 6px !important;
  padding: 0.6rem 1rem !important;
  margin: 0.3rem 0 1rem !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fc-muted);
  background: var(--fc-bg-soft);
  border: 1px solid var(--fc-line);
  box-shadow: none;
}
.fc-heart-pdp:hover { color: var(--fc-coral-deep) !important; border-color: var(--fc-coral); background: var(--fc-coral-soft); }
.fc-heart-pdp.is-active { color: var(--fc-coral-deep) !important; border-color: var(--fc-coral); background: var(--fc-coral-soft); }

/* Favorites drawer overlay */
.fc-fav-overlay {
  position: fixed; inset: 0;
  background: rgba(26,26,26,0.45);
  z-index: 10090;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease;
}
.fc-fav-overlay.is-open { opacity: 1; visibility: visible; }
.fc-fav-drawer {
  position: fixed; right: 0; top: 0; bottom: 0;
  width: min(400px, 100vw);
  background: #fff;
  z-index: 10091;
  transform: translateX(100%);
  transition: transform 0.38s var(--fc-ease);
  display: flex; flex-direction: column;
  box-shadow: -4px 0 32px rgba(0,0,0,0.12);
}
.fc-fav-overlay.is-open .fc-fav-drawer { transform: translateX(0); }
.fc-fav-drawer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.35rem; border-bottom: 1px solid var(--fc-line);
}
.fc-fav-drawer-top strong {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
}
.fc-fav-close {
  background: none; border: none; font-size: 1.6rem; color: var(--fc-muted);
  cursor: pointer; min-height: auto; padding: 0.25rem !important;
}
.fc-fav-drawer-body { flex: 1; overflow-y: auto; padding: 1rem 1.35rem; }
.fc-fav-empty { text-align: center; padding: 4rem 1rem; color: var(--fc-muted); }
.fc-fav-empty svg { margin-bottom: 1rem; }
.fc-fav-empty p { font-size: 14px; margin-bottom: 1.5rem; }
.fc-fav-grid { display: grid; gap: 0.65rem; }
.fc-fav-card {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem; border: 1px solid var(--fc-line); border-radius: 8px;
  font-size: 13px;
}
.fc-fav-card-link {
  display: flex; align-items: center; gap: 0.7rem;
  flex: 1; min-width: 0; color: var(--fc-ink); text-decoration: none;
}
.fc-fav-card-link:hover { color: var(--fc-coral-deep); }
.fc-fav-card-link img {
  width: 48px; height: 64px; object-fit: cover; object-position: top center;
  background: var(--fc-bg-soft); flex: 0 0 auto; border-radius: 2px;
}
.fc-fav-card-info { display: flex; flex-direction: column; min-width: 0; }
.fc-fav-card-name {
  font-size: 12px; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.fc-fav-card-price {
  font-size: 12px; color: var(--fc-coral-deep); margin-top: 2px;
}
.fc-fav-loading { font-size: 13px; color: var(--fc-muted); padding: 1rem 0; }
.fc-fav-remove {
  width: 28px; height: 28px; border-radius: 50%;
  border: none; background: var(--fc-bg-soft);
  color: var(--fc-muted); font-size: 16px; cursor: pointer;
  min-height: auto; padding: 0 !important;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.fc-fav-remove:hover { background: var(--fc-coral-soft); color: var(--fc-coral-deep); }
html.fc-fav-lock { overflow: hidden; }

/* Desktop heart: always visible, subtle opacity */
@media (min-width: 901px) {
  .fc-heart-btn { opacity: 0.5; transition: opacity 0.3s ease, color 0.25s ease, background 0.25s ease, transform 0.25s var(--fc-ease); }
  li.product:hover .fc-heart-btn,
  .fc-heart-btn.is-active { opacity: 1; }
}

/* ============================================================
   MY ACCOUNT — premium login / register
   ============================================================ */
.woocommerce-account .entry-content,
.woocommerce-account #primary {
  max-width: 520px !important;
  margin: 0 auto !important;
}
.woocommerce-account .woocommerce {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: 12px;
  padding: clamp(2rem, 5vw, 3rem);
  margin-top: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.woocommerce-account h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem) !important;
  font-weight: 300 !important;
  text-align: center;
  margin-bottom: 1.75rem !important;
  letter-spacing: 0.04em;
}
.woocommerce-account form label {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fc-muted);
  margin-bottom: 0.35rem;
  display: block;
  font-weight: 500;
}
.woocommerce-account form .form-row {
  margin-bottom: 1.15rem;
}
.woocommerce-account form input.input-text {
  width: 100%;
  border: 1px solid var(--fc-line-2);
  border-radius: 6px;
  padding: 0.8rem 1rem !important;
  font-size: 15px !important;
  background: var(--fc-bg-soft);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 48px;
}
.woocommerce-account form input.input-text:focus {
  outline: none;
  border-color: var(--fc-coral);
  box-shadow: 0 0 0 3px var(--fc-coral-soft);
  background: #fff;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 13px; color: var(--fc-muted);
}
.woocommerce-account .woocommerce-form-login__rememberme input {
  accent-color: var(--fc-coral);
}
.woocommerce-account button[type="submit"],
.woocommerce-account .woocommerce-button {
  width: 100%;
  background: var(--fc-coral-deep) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  min-height: 52px;
  font-size: 12px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 0.5rem;
}
.woocommerce-account button[type="submit"]:hover {
  background: var(--fc-coral-hover) !important;
  transform: translateY(-1px);
}
.woocommerce-account .lost_password a {
  font-size: 12px; color: var(--fc-muted);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.woocommerce-account .lost_password a:hover { color: var(--fc-coral); }
.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 700px) {
  .woocommerce-account .u-columns { grid-template-columns: 1fr; gap: 2rem; }
}

/* My Account dashboard — clean layout */
.woocommerce-MyAccount-navigation {
  background: var(--fc-bg-soft);
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fc-ink-soft); border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--fc-coral-soft); color: var(--fc-coral-deep);
}
.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: 8px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

/* ============================================================
   CHECKOUT — simple & clean
   ============================================================ */
.woocommerce-checkout .woocommerce {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 860px) {
  .woocommerce-checkout .woocommerce { grid-template-columns: 1fr; }
}
.woocommerce-checkout h3 {
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--fc-line);
}
.woocommerce-checkout form label {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fc-muted);
  font-weight: 500;
}
.woocommerce-checkout form input.input-text,
.woocommerce-checkout form select,
.woocommerce-checkout form textarea,
.woocommerce .select2-container .select2-selection {
  border: 1px solid var(--fc-line-2) !important;
  border-radius: 6px !important;
  padding: 0.75rem 0.9rem !important;
  font-size: 15px !important;
  min-height: 48px;
  background: var(--fc-bg-soft);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce-checkout form input:focus,
.woocommerce-checkout form select:focus,
.woocommerce-checkout form textarea:focus {
  outline: none;
  border-color: var(--fc-coral) !important;
  box-shadow: 0 0 0 3px var(--fc-coral-soft);
  background: #fff;
}
.woocommerce-checkout #order_review {
  background: var(--fc-bg-soft);
  border: 1px solid var(--fc-line);
  border-radius: 10px;
  padding: 1.5rem;
}
.woocommerce-checkout #order_review .shop_table {
  border: none;
  font-size: 13px;
}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  border-top: 1px solid var(--fc-line);
  padding: 0.65rem 0;
}
.woocommerce-checkout #payment {
  background: transparent !important;
}
.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 52px !important;
  font-size: 12px !important;
  letter-spacing: 0.14em;
}
.woocommerce-checkout .wc_payment_method label {
  font-size: 13px !important;
  cursor: pointer;
}
.woocommerce-checkout .wc_payment_method input[type="radio"] {
  accent-color: var(--fc-coral);
}
/* Checkout notice */
.woocommerce .woocommerce-info {
  background: var(--fc-coral-soft) !important;
  border-left: 3px solid var(--fc-coral) !important;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  font-size: 13px;
}
.woocommerce .woocommerce-info::before { color: var(--fc-coral) !important; }
.woocommerce .woocommerce-info a { color: var(--fc-coral-deep); font-weight: 500; }



/* ============================================================
   FC AUTH — card unic cu taburi (Autentificare / Cont nou)
   Inlocuieste layoutul pe 2 coloane WooCommerce (se stivea).
   ============================================================ */
body.woocommerce-account:not(.logged-in) #primary,
body.woocommerce-account:not(.logged-in) .entry-content {
  max-width: 480px !important;
  margin: 0 auto !important;
}
.woocommerce-account .woocommerce:has(.fc-auth) {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.fc-auth {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: 14px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 2rem;
}

/* --- taburi --- */
.fc-auth-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--fc-line);
  background: var(--fc-bg-soft);
}
.fc-auth-tab {
  appearance: none;
  background: none;
  border: 0;
  padding: 1.15rem 0.75rem;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--fc-muted);
  cursor: pointer;
  transition: color 0.25s ease;
  min-height: 52px;
}
.fc-auth-tab[aria-selected="true"] { color: var(--fc-ink, #1a1a1a); }
.fc-auth-tab:focus-visible { outline: 2px solid var(--fc-coral); outline-offset: -3px; }
.fc-auth-tabs-ink {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 2px;
  background: var(--fc-coral);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-auth[data-active="register"] .fc-auth-tabs-ink { transform: translateX(100%); }

/* --- panouri --- */
.fc-auth-panel { display: none; padding: clamp(1.5rem, 5vw, 2.25rem); }
.fc-auth[data-active="login"] #fc-panel-login,
.fc-auth[data-active="register"] #fc-panel-register,
.fc-auth--single #fc-panel-login { display: block; }

.fc-auth-intro {
  margin: 0 0 1.5rem;
  font-size: 14px;
  color: var(--fc-muted);
  text-align: center;
}
.fc-auth .form-row { margin-bottom: 1.15rem; }

.fc-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.25rem 0 1.35rem;
  flex-wrap: wrap;
}
.fc-auth .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: var(--fc-muted);
  margin: 0;
}
.fc-auth-lost {
  font-size: 13px;
  color: var(--fc-muted);
  text-decoration: underline;
}
.fc-auth-lost:hover { color: var(--fc-coral); }

.fc-auth .fc-auth-submit {
  width: 100%;
  background: var(--fc-coral-deep) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  min-height: 52px;
  font-size: 12px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.fc-auth .fc-auth-submit:hover { background: var(--fc-coral-hover) !important; transform: translateY(-1px); }

.fc-auth-hint {
  display: block;
  margin-top: 0.4rem;
  font-size: 12px;
  color: var(--fc-muted);
}
.fc-auth-switch {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--fc-muted);
}
.fc-auth-link {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--fc-coral);
  text-decoration: underline;
  cursor: pointer;
}

/* GDPR / policy text din WooCommerce, in interiorul cardului */
.fc-auth .woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--fc-muted);
  margin: 0 0 1rem;
}

/* --- mobil: fara zoom la focus (iOS cere >=16px) --- */
@media (max-width: 767px) {
  .fc-auth input.input-text,
  .fc-auth input[type="text"],
  .fc-auth input[type="email"],
  .fc-auth input[type="password"] {
    font-size: 16px !important;
  }
  .fc-auth { margin-top: 1.25rem; border-radius: 12px; }
  .fc-auth-row { gap: 0.5rem; }
}

/* FC AUTH — corectii latime (padding-uri imbricate Kadence + inputuri) */
body.woocommerce-account:not(.logged-in) #primary,
body.woocommerce-account:not(.logged-in) .content-area {
  max-width: none !important;
}
body.woocommerce-account:not(.logged-in) .entry-content {
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fc-auth input.input-text,
.fc-auth input[type="text"],
.fc-auth input[type="email"],
.fc-auth input[type="password"] {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box;
}

/* FC AUTH — mobil: 16px pe inputuri, altfel iOS face zoom la focus.
   Selector mai specific decat regula temei (.woocommerce-account form input.input-text). */
@media (max-width: 767px) {
  body.woocommerce-account .fc-auth form input.input-text,
  body.woocommerce-account .fc-auth form input[type="text"],
  body.woocommerce-account .fc-auth form input[type="email"],
  body.woocommerce-account .fc-auth form input[type="password"] {
    font-size: 16px !important;
  }
}


/* ============================================================
   FC — panou cont (client logat)
   Kadence foloseste float (nav 300px la dreapta); combinat cu
   plafonul vechi de 520px iesea text pe verticala. Trecem pe
   grid: meniu lateral + continut, stivuite pe mobil.
   ============================================================ */
body.woocommerce-account.logged-in #primary,
body.woocommerce-account.logged-in .content-area {
  max-width: none !important;
}
body.woocommerce-account.logged-in .entry-content {
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.woocommerce-account.logged-in .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 2rem;
}
body.woocommerce-account.logged-in .account-navigation-wrap {
  float: none !important;
  flex: 0 0 260px;
  max-width: 260px;
  width: auto !important;
  margin: 0 !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  flex: 1 1 320px;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

/* meniu lateral vertical */
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  margin-bottom: 0;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.15rem;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
body.woocommerce-account.logged-in .kadence-account-avatar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 13px;
}
body.woocommerce-account.logged-in .kadence-account-avatar img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

/* mobil: totul pe o coloana, meniul ca pastile orizontale */
@media (max-width: 860px) {
  body.woocommerce-account.logged-in .woocommerce {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  body.woocommerce-account.logged-in .account-navigation-wrap {
    flex: 1 1 100%;
    max-width: none;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    flex: 1 1 100%;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
}
