/* ============================================================
 * Uniclima Child Theme — Shop Redesign + Cards v3 + Hide Extras (WC archives only)
 * ------------------------------------------------------------
 * Origen: Astra Custom Layouts hook 461024
 *         "UCN Cleanup — hide Astra Footer duplicate"
 *         (action: wp_head, location: basic-global)
 * Fecha migracion: 2026-04-29 (agent E3)
 *
 * Bloques mergeados:
 *   - ucn-shop-redesign.css (31525 bytes)
 *   - ucn-shop-cards-v3.css (8600 bytes)
 *   - ucn-shop-hide-extras.css (308 bytes)
 * Total bytes: 40435
 * ============================================================ */

/* UCN-SHOP-REDESIGN-V2 */
/* =========================================================
   Layout: sidebar 280px + content
   ========================================================= */
body.woocommerce-shop .site-content > .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 28px !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 24px 20px !important;
  align-items: start !important;
}
body.woocommerce-shop #primary.content-area,
body.post-type-archive-product #primary.content-area,
body.tax-product_cat #primary.content-area {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  order: 2 !important;
  flex: unset !important;
}
body.woocommerce-shop #secondary.widget-area,
body.post-type-archive-product #secondary.widget-area,
body.tax-product_cat #secondary.widget-area {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  order: 1 !important;
  position: sticky !important;
  top: 100px !important;
  flex: unset !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
  padding-right: 4px !important;
}
body.woocommerce-shop #secondary.widget-area::-webkit-scrollbar,
body.post-type-archive-product #secondary.widget-area::-webkit-scrollbar,
body.tax-product_cat #secondary.widget-area::-webkit-scrollbar { width: 4px; }
body.woocommerce-shop #secondary.widget-area::-webkit-scrollbar-thumb,
body.post-type-archive-product #secondary.widget-area::-webkit-scrollbar-thumb,
body.tax-product_cat #secondary.widget-area::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 2px; }

body.woocommerce-shop #main.site-main,
body.post-type-archive-product #main.site-main,
body.tax-product_cat #main.site-main { padding: 0 !important; margin: 0 !important; }
body.woocommerce-shop .ast-woocommerce-container,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }

/* =========================================================
   Hide default toolbar/notices/count  — replaced by sidebar UI
   ========================================================= */
body.woocommerce-shop .ucnv2-toolbar,
body.post-type-archive-product .ucnv2-toolbar,
body.tax-product_cat .ucnv2-toolbar,
body.woocommerce-shop .ucnv2-active,
body.post-type-archive-product .ucnv2-active,
body.tax-product_cat .ucnv2-active {
  display: none !important;
}
body.woocommerce-shop > .woocommerce-result-count,
body.post-type-archive-product > .woocommerce-result-count,
body.tax-product_cat > .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering:not(.ucn-side-order),
body.post-type-archive-product .woocommerce-ordering:not(.ucn-side-order),
body.tax-product_cat .woocommerce-ordering:not(.ucn-side-order) {
  display: none !important;
}
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  display: none !important;
}
/* Hide header page-title on shop (we use sidebar) */
body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
  margin: 0 0 8px !important;
  padding: 0 !important;
}
body.woocommerce-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
  font-size: 12.5px !important;
  color: #64748b !important;
  padding: 0 0 10px !important;
  margin: 0 !important;
}

/* =========================================================
   Sidebar widget cards
   ========================================================= */
body.woocommerce-shop #secondary .ucn-sidebar-card,
body.post-type-archive-product #secondary .ucn-sidebar-card,
body.tax-product_cat #secondary .ucn-sidebar-card,
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 12px !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.04) !important;
  overflow: hidden !important;
}

/* Kill default widget titles (we rebuild as accordion headers) */
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget > .widget-title,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget > .widget-title,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget > .widget-title {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #0f172a !important;
  margin: 0 !important;
  padding: 14px 14px 10px !important;
  border: 0 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  position: relative !important;
  user-select: none !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget > .widget-title::after,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget > .widget-title::after,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget > .widget-title::after {
  content: "" !important;
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #64748b !important;
  border-bottom: 2px solid #64748b !important;
  transform: translateY(-70%) rotate(45deg) !important;
  transition: transform .2s ease !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > .widget-title::after,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > .widget-title::after,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > .widget-title::after {
  transform: translateY(-30%) rotate(-135deg) !important;
}
/* Collapsed body */
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > :not(.widget-title),
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > :not(.widget-title),
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget.ucn-collapsed > :not(.widget-title) {
  display: none !important;
}
/* Inner content padding */
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul {
  max-height: 260px !important;
  overflow-y: auto !important;
  padding: 0 10px 12px !important;
  margin: 0 !important;
  list-style: none !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul > li,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul > li,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul > li {
  padding: 6px 8px !important;
  margin: 1px 0 !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1.3 !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul > li > a,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul > li > a,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul > li > a {
  flex: 1 1 auto !important;
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0 !important;
  display: block !important;
  min-width: 0 !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul > li .count,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul > li .count,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul > li .count {
  padding: 2px 7px !important;
  background: #f1f5f9 !important;
  border-radius: 999px !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  flex-shrink: 0 !important;
  margin-left: 6px !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul > li:hover,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul > li:hover,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul > li:hover {
  background: #fef1f2 !important;
}
body.woocommerce-shop #secondary .ast-woo-sidebar-widget.widget ul > li:hover > a,
body.post-type-archive-product #secondary .ast-woo-sidebar-widget.widget ul > li:hover > a,
body.tax-product_cat #secondary .ast-woo-sidebar-widget.widget ul > li:hover > a {
  color: #C8102E !important;
}
/* Active chosen item */
body.woocommerce-shop #secondary ul > li.current-cat,
body.woocommerce-shop #secondary ul > li.chosen,
body.woocommerce-shop #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen,
body.post-type-archive-product #secondary ul > li.current-cat,
body.post-type-archive-product #secondary ul > li.chosen,
body.post-type-archive-product #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen,
body.tax-product_cat #secondary ul > li.current-cat,
body.tax-product_cat #secondary ul > li.chosen,
body.tax-product_cat #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen {
  background: #C8102E !important;
}
body.woocommerce-shop #secondary ul > li.current-cat > a,
body.woocommerce-shop #secondary ul > li.chosen > a,
body.woocommerce-shop #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen > a,
body.post-type-archive-product #secondary ul > li.current-cat > a,
body.post-type-archive-product #secondary ul > li.chosen > a,
body.post-type-archive-product #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen > a,
body.tax-product_cat #secondary ul > li.current-cat > a,
body.tax-product_cat #secondary ul > li.chosen > a,
body.tax-product_cat #secondary ul > li.woocommerce-widget-layered-nav-list__item--chosen > a {
  color: #fff !important;
}
body.woocommerce-shop #secondary ul > li.current-cat .count,
body.woocommerce-shop #secondary ul > li.chosen .count,
body.post-type-archive-product #secondary ul > li.chosen .count,
body.tax-product_cat #secondary ul > li.chosen .count {
  background: rgba(255,255,255,.2) !important;
  color: #fff !important;
}

/* In-widget live search (ucnv2-search already injected by v2 hook) */
body.woocommerce-shop #secondary .ucnv2-search,
body.post-type-archive-product #secondary .ucnv2-search,
body.tax-product_cat #secondary .ucnv2-search {
  margin: 0 10px 8px !important;
  position: relative !important;
}
body.woocommerce-shop #secondary .ucnv2-search input,
body.post-type-archive-product #secondary .ucnv2-search input,
body.tax-product_cat #secondary .ucnv2-search input {
  width: 100% !important;
  padding: 8px 30px 8px 28px !important;
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
}
body.woocommerce-shop #secondary .ucnv2-search input:focus,
body.post-type-archive-product #secondary .ucnv2-search input:focus,
body.tax-product_cat #secondary .ucnv2-search input:focus {
  outline: none !important;
  border-color: #C8102E !important;
  background: #fff !important;
}

/* Price filter */
body.woocommerce-shop #secondary .price_slider_amount,
body.post-type-archive-product #secondary .price_slider_amount,
body.tax-product_cat #secondary .price_slider_amount {
  padding: 0 12px 12px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
}
body.woocommerce-shop #secondary .price_slider_amount input[type="text"],
body.post-type-archive-product #secondary .price_slider_amount input[type="text"],
body.tax-product_cat #secondary .price_slider_amount input[type="text"] {
  width: calc(50% - 4px) !important;
  padding: 7px 10px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 7px !important;
  font-size: 12.5px !important;
  font-family: inherit !important;
  background: #f8fafc !important;
}
body.woocommerce-shop #secondary .price_slider_amount button.button,
body.post-type-archive-product #secondary .price_slider_amount button.button,
body.tax-product_cat #secondary .price_slider_amount button.button {
  width: 100% !important;
  padding: 8px 10px !important;
  background: #0f172a !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  cursor: pointer !important;
}
body.woocommerce-shop #secondary .price_slider_amount button.button:hover,
body.post-type-archive-product #secondary .price_slider_amount button.button:hover,
body.tax-product_cat #secondary .price_slider_amount button.button:hover {
  background: #C8102E !important;
}

/* =========================================================
   UCN Shop Header — REMOVED (user request: no top menu)
   ========================================================= */
.ucn-shop-header { display: none !important; }

/* Sidebar primary search — big, at top of sidebar */
.ucn-side-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 4px 4px 12px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  margin: 0 0 10px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ucn-side-search:focus-within {
  border-color: #C8102E;
  box-shadow: 0 0 0 3px rgba(200,16,46,.08);
}
.ucn-side-search svg { color: #64748b; flex-shrink: 0; }
.ucn-side-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
  padding: 8px 2px;
  color: #0f172a;
  font-family: inherit;
}
.ucn-side-search input::placeholder { color: #94a3b8; }
.ucn-side-search button {
  padding: 8px 12px;
  background: #C8102E;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-family: inherit;
}
.ucn-side-search button:hover { background: #a00d25; }

/* Sort + count row, small & subtle, ABOVE products */
.ucn-shop-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-wrap: wrap;
}
.ucn-shop-meta__count { font-size: 12.5px; color: #64748b; flex: 1 1 auto; min-width: 160px; }
.ucn-shop-meta__count strong { color: #0f172a; font-weight: 700; }
.ucn-shop-meta__order select {
  padding: 7px 26px 7px 10px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 7px !important;
  background: #fff !important;
  font-size: 12.5px !important;
  color: #0f172a !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  cursor: pointer;
  margin: 0 !important;
}
.ucn-shop-meta__order select:focus { outline: none; border-color: #C8102E; }

.ucn-shop-header__search svg {
  color: #64748b;
  flex-shrink: 0;
}
.ucn-shop-header__search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  padding: 9px 6px;
  color: #0f172a;
  font-family: inherit;
}
.ucn-shop-header__search input::placeholder { color: #94a3b8; }
.ucn-shop-header__search button {
  padding: 9px 20px;
  background: #C8102E;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease;
  font-family: inherit;
}
.ucn-shop-header__search button:hover { background: #a00d25; }

.ucn-shop-header__order {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ucn-shop-header__order select {
  padding: 10px 32px 10px 12px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-size: 13px !important;
  color: #0f172a !important;
  font-family: inherit !important;
  cursor: pointer;
  font-weight: 500;
}
.ucn-shop-header__order select:focus {
  outline: none;
  border-color: #C8102E;
}
.ucn-shop-header__count {
  font-size: 12.5px;
  color: #64748b;
  margin-left: auto;
  flex-shrink: 0;
}
.ucn-shop-header__count strong { color: #0f172a; font-weight: 700; }

/* Active filter chips */
.ucn-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}
.ucn-shop-chips:empty { display: none; }
.ucn-shop-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 12px;
  background: #fef1f2;
  color: #C8102E;
  border: 1px solid #fbd5d7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease;
}
.ucn-shop-chip:hover { background: #C8102E; color: #fff; border-color: #C8102E; }
.ucn-shop-chip::after { content: "×"; font-size: 14px; font-weight: 700; }
.ucn-shop-chips__clear {
  padding: 5px 10px;
  font-size: 12px;
  color: #64748b;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}
.ucn-shop-chips__clear:hover { color: #C8102E; }

/* =========================================================
   Product grid — 4 columns, compact cards
   ========================================================= */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
}
body.woocommerce-shop ul.products > li.product,
body.post-type-archive-product ul.products > li.product,
body.tax-product_cat ul.products > li.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.04) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
  float: none !important;
  clear: none !important;
}
body.woocommerce-shop ul.products > li.product:hover,
body.post-type-archive-product ul.products > li.product:hover,
body.tax-product_cat ul.products > li.product:hover {
  border-color: #C8102E !important;
  box-shadow: 0 12px 28px -14px rgba(15,23,42,.18) !important;
  transform: translateY(-2px) !important;
}

/* Thumbnail */
body.woocommerce-shop ul.products .astra-shop-thumbnail-wrap,
body.post-type-archive-product ul.products .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products .astra-shop-thumbnail-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  margin: 0 0 10px !important;
  display: block !important;
}
body.woocommerce-shop ul.products .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
body.woocommerce-shop ul.products .astra-shop-thumbnail-wrap img,
body.post-type-archive-product ul.products .astra-shop-thumbnail-wrap img,
body.tax-product_cat ul.products .astra-shop-thumbnail-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 6px !important;
  transition: transform .25s ease !important;
  box-sizing: border-box !important;
}
body.woocommerce-shop ul.products > li.product:hover .astra-shop-thumbnail-wrap img,
body.post-type-archive-product ul.products > li.product:hover .astra-shop-thumbnail-wrap img,
body.tax-product_cat ul.products > li.product:hover .astra-shop-thumbnail-wrap img {
  transform: scale(1.04) !important;
}

/* Card corner cart icon */
body.woocommerce-shop ul.products li.product a.ast-on-card-button,
body.post-type-archive-product ul.products li.product a.ast-on-card-button,
body.tax-product_cat ul.products li.product a.ast-on-card-button {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  background: rgba(255,255,255,.95) !important;
  border-radius: 8px !important;
  border: 1px solid #ececec !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: opacity .18s ease, background .18s ease !important;
  box-shadow: 0 4px 12px rgba(15,23,42,.1) !important;
}
body.woocommerce-shop ul.products > li.product:hover .ast-on-card-button,
body.post-type-archive-product ul.products > li.product:hover .ast-on-card-button,
body.tax-product_cat ul.products > li.product:hover .ast-on-card-button {
  opacity: 1 !important;
}
body.woocommerce-shop ul.products .ast-on-card-button:hover,
body.post-type-archive-product ul.products .ast-on-card-button:hover,
body.tax-product_cat ul.products .ast-on-card-button:hover {
  background: #C8102E !important;
}
body.woocommerce-shop ul.products .ast-on-card-button svg,
body.post-type-archive-product ul.products .ast-on-card-button svg,
body.tax-product_cat ul.products .ast-on-card-button svg {
  width: 16px !important;
  height: 16px !important;
  fill: #0f172a !important;
  transition: fill .18s ease !important;
}
body.woocommerce-shop ul.products .ast-on-card-button:hover svg,
body.post-type-archive-product ul.products .ast-on-card-button:hover svg,
body.tax-product_cat ul.products .ast-on-card-button:hover svg {
  fill: #fff !important;
}
body.woocommerce-shop ul.products .ast-card-action-tooltip,
body.post-type-archive-product ul.products .ast-card-action-tooltip,
body.tax-product_cat ul.products .ast-card-action-tooltip {
  display: none !important;
}

/* Summary */
body.woocommerce-shop ul.products .astra-shop-summary-wrap,
body.post-type-archive-product ul.products .astra-shop-summary-wrap,
body.tax-product_cat ul.products .astra-shop-summary-wrap {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
  font-family: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  min-height: 2.6em !important;
  max-height: 2.6em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}
body.woocommerce-shop ul.products .ast-loop-product__link,
body.post-type-archive-product ul.products .ast-loop-product__link,
body.tax-product_cat ul.products .ast-loop-product__link {
  text-decoration: none !important;
  color: inherit !important;
}
body.woocommerce-shop ul.products .ast-loop-product__link:hover h2,
body.post-type-archive-product ul.products .ast-loop-product__link:hover h2,
body.tax-product_cat ul.products .ast-loop-product__link:hover h2 {
  color: #C8102E !important;
}
body.woocommerce-shop ul.products .price,
body.post-type-archive-product ul.products .price,
body.tax-product_cat ul.products .price {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #C8102E !important;
  margin: 0 0 10px !important;
  display: block !important;
  line-height: 1.2 !important;
}
body.woocommerce-shop ul.products .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products .price .woocommerce-Price-amount,
body.tax-product_cat ul.products .price .woocommerce-Price-amount {
  color: #C8102E !important;
  font-size: inherit !important;
}
body.woocommerce-shop ul.products .price small.woocommerce-price-suffix,
body.post-type-archive-product ul.products .price small.woocommerce-price-suffix,
body.tax-product_cat ul.products .price small.woocommerce-price-suffix {
  font-size: 10px !important;
  color: #64748b !important;
  font-weight: 500 !important;
  margin-left: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

/* Add to cart main button */
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  background: #0f172a !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  transition: background .18s ease, transform .18s ease !important;
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button:hover,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button:hover,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button:hover {
  background: #C8102E !important;
  transform: translateY(-1px) !important;
}

/* Out of stock badge */
body.woocommerce-shop ul.products .ucn-badge--out,
body.post-type-archive-product ul.products .ucn-badge--out,
body.tax-product_cat ul.products .ucn-badge--out,
body.woocommerce-shop ul.products .onsale,
body.post-type-archive-product ul.products .onsale,
body.tax-product_cat ul.products .onsale {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  background: #C8102E !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: 1.4 !important;
  z-index: 3 !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

/* =========================================================
   Mobile — filter button and drawer
   ========================================================= */
.ucn-shop-filter-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #0f172a;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}
.ucn-shop-filter-mobile:hover { background: #C8102E; }
.ucn-shop-filter-mobile svg { width: 16px; height: 16px; }

@media (max-width: 1200px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-shop .site-content > .ast-container,
  body.post-type-archive-product .site-content > .ast-container,
  body.tax-product_cat .site-content > .ast-container {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-shop #secondary.widget-area,
  body.post-type-archive-product #secondary.widget-area,
  body.tax-product_cat #secondary.widget-area {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.5) !important;
    z-index: 9999 !important;
    top: 0 !important;
    max-height: none !important;
    padding: 0 !important;
  }
  body.woocommerce-shop #secondary.widget-area.is-open,
  body.post-type-archive-product #secondary.widget-area.is-open,
  body.tax-product_cat #secondary.widget-area.is-open {
    display: block !important;
  }
  body.woocommerce-shop #secondary.widget-area.is-open > .sidebar-main,
  body.post-type-archive-product #secondary.widget-area.is-open > .sidebar-main,
  body.tax-product_cat #secondary.widget-area.is-open > .sidebar-main {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: min(380px, 92vw) !important;
    background: #f8fafc !important;
    padding: 16px !important;
    overflow-y: auto !important;
    box-shadow: -10px 0 40px rgba(0,0,0,.25) !important;
  }
  .ucn-shop-filter-mobile {
    display: inline-flex !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  body.woocommerce-shop ul.products > li.product,
  body.post-type-archive-product ul.products > li.product,
  body.tax-product_cat ul.products > li.product {
    padding: 10px !important;
  }
  body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
  body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
  body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
    font-size: 12.5px !important;
  }
  body.woocommerce-shop ul.products .price,
  body.post-type-archive-product ul.products .price,
  body.tax-product_cat ul.products .price {
    font-size: 14px !important;
  }
  .ucn-shop-header__search { flex: 1 1 100%; }
  .ucn-shop-header__count { flex: 1 1 100%; order: 10; }
}
@media (max-width: 480px) {
  body.woocommerce-shop ul.products .ast-on-card-button,
  body.post-type-archive-product ul.products .ast-on-card-button,
  body.tax-product_cat ul.products .ast-on-card-button {
    opacity: 1 !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
  }
  body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button,
  body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button,
  body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button {
    font-size: 11.5px !important;
    padding: 8px !important;
  }
}

/* UCN-SHOP-CARDS-V3 */
/* ===== Card base (already set) — reinforce ===== */
body.woocommerce-shop ul.products > li.product,
body.post-type-archive-product ul.products > li.product,
body.tax-product_cat ul.products > li.product {
  position: relative !important;
  padding: 12px !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  background: #fff !important;
}

/* Hide legacy .uc-* injections (replaced by .ucn-card-*) */
body.woocommerce-shop ul.products .uc-category,
body.post-type-archive-product ul.products .uc-category,
body.tax-product_cat ul.products .uc-category,
body.woocommerce-shop ul.products .uc-desc,
body.post-type-archive-product ul.products .uc-desc,
body.tax-product_cat ul.products .uc-desc,
body.woocommerce-shop ul.products .uc-stock,
body.post-type-archive-product ul.products .uc-stock,
body.tax-product_cat ul.products .uc-stock,
body.woocommerce-shop ul.products .uc-badges,
body.post-type-archive-product ul.products .uc-badges,
body.tax-product_cat ul.products .uc-badges,
body.woocommerce-shop ul.products .uc-badge,
body.post-type-archive-product ul.products .uc-badge,
body.tax-product_cat ul.products .uc-badge {
  display: none !important;
}

/* ===== Badges (Agotado / Reacondicionado) stacked top-left ===== */
.ucn-card-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
  pointer-events: none;
}
.ucn-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
.ucn-card-badge--out { background: #0f172a; }
.ucn-card-badge--reacond { background: #f59e0b; }

/* Hide legacy badges */
body.woocommerce-shop ul.products .ucn-badge--out,
body.post-type-archive-product ul.products .ucn-badge--out,
body.tax-product_cat ul.products .ucn-badge--out,
body.woocommerce-shop ul.products .onsale,
body.post-type-archive-product ul.products .onsale,
body.tax-product_cat ul.products .onsale {
  display: none !important;
}

/* ===== Thumbnail wrap no longer needs the cart corner icon (we use main button) ===== */
body.woocommerce-shop ul.products li.product a.ast-on-card-button,
body.post-type-archive-product ul.products li.product a.ast-on-card-button,
body.tax-product_cat ul.products li.product a.ast-on-card-button {
  display: none !important;
}

/* ===== Summary content ===== */
body.woocommerce-shop ul.products .astra-shop-summary-wrap,
body.post-type-archive-product ul.products .astra-shop-summary-wrap,
body.tax-product_cat ul.products .astra-shop-summary-wrap {
  padding: 2px 2px 0 !important;
  gap: 0 !important;
}

/* Category tag (hyperlinked) — uppercase red above title */
.ucn-card-cat {
  display: inline-block;
  margin: 0 0 6px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8102E !important;
  text-decoration: none;
  line-height: 1.3;
  transition: color .18s ease;
}
.ucn-card-cat:hover {
  color: #a00d25 !important;
  text-decoration: underline;
}

/* Title — slightly larger, black */
body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
  font-family: inherit !important;
  font-size: 14.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  min-height: 0 !important;
  max-height: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

/* Description — small gray text with Marca / Categoria */
.ucn-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

/* Stock pill */
.ucn-card-stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
  width: fit-content;
}
.ucn-card-stock--in { background: #ecfdf5; color: #047857; }
.ucn-card-stock--out { background: #f3f4f6; color: #6b7280; }
.ucn-card-stock__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ucn-card-stock--in .ucn-card-stock__dot { background: #10b981; }
.ucn-card-stock--out .ucn-card-stock__dot { background: #9ca3af; }
.ucn-card-stock__dot svg { width: 8px; height: 8px; color: #fff; fill: none; stroke: currentColor; stroke-width: 3; }

/* Price — bigger, bold, black */
body.woocommerce-shop ul.products .price,
body.post-type-archive-product ul.products .price,
body.tax-product_cat ul.products .price {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 12px !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
}
body.woocommerce-shop ul.products .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products .price .woocommerce-Price-amount,
body.tax-product_cat ul.products .price .woocommerce-Price-amount,
body.woocommerce-shop ul.products .price bdi,
body.post-type-archive-product ul.products .price bdi,
body.tax-product_cat ul.products .price bdi,
body.woocommerce-shop ul.products .price .woocommerce-Price-currencySymbol,
body.post-type-archive-product ul.products .price .woocommerce-Price-currencySymbol,
body.tax-product_cat ul.products .price .woocommerce-Price-currencySymbol {
  color: #0f172a !important;
  font-size: inherit !important;
  font-weight: 800 !important;
}
body.woocommerce-shop ul.products .price small.woocommerce-price-suffix,
body.post-type-archive-product ul.products .price small.woocommerce-price-suffix,
body.tax-product_cat ul.products .price small.woocommerce-price-suffix {
  display: none !important;
}

/* Actions row: main button + share */
.ucn-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.ucn-card-actions > a.button,
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button {
  flex: 1 1 auto !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  background: #C8102E !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: background .18s ease, transform .18s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
  margin: 0 !important;
  cursor: pointer !important;
}
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button:hover,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button:hover,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button:hover {
  background: #a00d25 !important;
}
/* Out-of-stock button: gray disabled look */
li.product.outofstock .astra-shop-summary-wrap > a.button,
li.product.outofstock .ucn-card-actions > a.button {
  background: #f3f4f6 !important;
  color: #6b7280 !important;
  pointer-events: none !important;
}

/* Share icon */
.ucn-card-share {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.ucn-card-share:hover {
  background: #fef1f2;
  color: #C8102E;
  border-color: #C8102E;
}
.ucn-card-share svg { width: 16px; height: 16px; }

/* Responsive button text */
@media (max-width: 768px) {
  body.woocommerce-shop ul.products .price,
  body.post-type-archive-product ul.products .price,
  body.tax-product_cat ul.products .price { font-size: 18px !important; }
  .ucn-card-share { width: 36px; height: 36px; }
}

/* UCN-SHOP-HIDE-EXTRAS */
body.woocommerce-shop .ucn-shop-meta,
body.post-type-archive-product .ucn-shop-meta,
body.tax-product_cat .ucn-shop-meta,
body.woocommerce-shop .ucn-side-search,
body.post-type-archive-product .ucn-side-search,
body.tax-product_cat .ucn-side-search {
  display: none !important;
}


/* =========================================================
   === fase-fix-20 (2026-04-30) shop card refinement ===
   Goals:
   1) Force 4 cols >=1024px / 3 cols 768-1023px / 2 cols <=767px
   2) Hide duplicate standalone .price (keep .uc-btn__price in button)
   3) Refine typography (title/cat/stock/desc/btn)
   4) Refine layout (image breathing, body padding, agotado badge)
   ========================================================= */

/* --- Tarea 1 - Grid 4 cols >=1024px (override legacy 1200px breakpoint) --- */
@media (min-width: 1024px) {
  body.woocommerce-shop ul.products.columns-4,
  body.post-type-archive-product ul.products.columns-4,
  body.tax-product_cat ul.products.columns-4,
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* --- Tarea 2 - Hide duplicate standalone price (keep .uc-btn__price in button) --- */
body.woocommerce-shop ul.products li.product .astra-shop-summary-wrap > span.price,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > span.price,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > span.price,
body.woocommerce-shop ul.products li.product > .astra-shop-summary-wrap > span.price,
body.post-type-archive-product ul.products li.product > .astra-shop-summary-wrap > span.price,
body.tax-product_cat ul.products li.product > .astra-shop-summary-wrap > span.price {
  display: none !important;
}
body.woocommerce-shop ul.products li.product > span.price,
body.post-type-archive-product ul.products li.product > span.price,
body.tax-product_cat ul.products li.product > span.price {
  display: none !important;
}

/* --- Tarea 3 - Typography refinement --- */
/* Title */
body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  min-height: 2.7em !important;
  max-height: 2.7em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 8px !important;
}
@media (max-width: 767.98px) {
  body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
  body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
  body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
    font-size: 13px !important;
    min-height: 2.7em !important;
    max-height: 2.7em !important;
  }
}

/* Category tag */
.ucn-card-cat,
body.woocommerce-shop ul.products .ucn-card-cat,
body.post-type-archive-product ul.products .ucn-card-cat,
body.tax-product_cat ul.products .ucn-card-cat {
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
  font-weight: 600 !important;
}

/* Stock indicator */
.ucn-card-stock,
body.woocommerce-shop ul.products .ucn-card-stock,
body.post-type-archive-product ul.products .ucn-card-stock,
body.tax-product_cat ul.products .ucn-card-stock {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.ucn-card-stock--in {
  background: #ecfdf5 !important;
  color: #047857 !important;
}
.ucn-card-stock--out {
  background: #f3f4f6 !important;
  color: #6b7280 !important;
}

/* === fase-fix-27 (2026-04-29) stock count real + title overflow polish === */
/* Low-stock variant (1-5 units) → amber pill */
.ucn-card-stock--low,
body.woocommerce-shop ul.products .ucn-card-stock--low,
body.post-type-archive-product ul.products .ucn-card-stock--low,
body.tax-product_cat ul.products .ucn-card-stock--low {
  background: #fffbeb !important;
  color: #b45309 !important;
}
.ucn-card-stock--low .ucn-card-stock__dot svg {
  stroke: #b45309 !important;
}

/* Numeric pill: tiny letter-spacing + tabular numerals so "12 en stock" aligns nicely */
body.woocommerce-shop ul.products .ucn-card-stock,
body.post-type-archive-product ul.products .ucn-card-stock,
body.tax-product_cat ul.products .ucn-card-stock {
  font-variant-numeric: tabular-nums !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

/* Title overflow refinement: word-break + ellipsis + mobile line-clamp 3
   (long SKU strings like "ZWN24-7" no longer push layout on narrow viewports). */
body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
  text-overflow: ellipsis !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}
@media (max-width: 480px) {
  body.woocommerce-shop ul.products h2.woocommerce-loop-product__title,
  body.post-type-archive-product ul.products h2.woocommerce-loop-product__title,
  body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
    -webkit-line-clamp: 3 !important;
    min-height: 3.9em !important;
    max-height: 3.9em !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
}
/* === /fase-fix-27 === */

/* Description - hide (redundant with title) */
body.woocommerce-shop ul.products .ucn-card-desc,
body.post-type-archive-product ul.products .ucn-card-desc,
body.tax-product_cat ul.products .ucn-card-desc {
  display: none !important;
}

/* Main button */
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button,
body.woocommerce-shop ul.products .ucn-card-actions > a.button,
body.post-type-archive-product ul.products .ucn-card-actions > a.button,
body.tax-product_cat ul.products .ucn-card-actions > a.button,
body.woocommerce-shop ul.products .uc-btn--primary,
body.post-type-archive-product ul.products .uc-btn--primary,
body.tax-product_cat ul.products .uc-btn--primary {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 14px !important;
  letter-spacing: 0.01em !important;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}
body.woocommerce-shop ul.products .astra-shop-summary-wrap > a.button:hover,
body.post-type-archive-product ul.products .astra-shop-summary-wrap > a.button:hover,
body.tax-product_cat ul.products .astra-shop-summary-wrap > a.button:hover,
body.woocommerce-shop ul.products .ucn-card-actions > a.button:hover,
body.post-type-archive-product ul.products .ucn-card-actions > a.button:hover,
body.tax-product_cat ul.products .ucn-card-actions > a.button:hover,
body.woocommerce-shop ul.products .uc-btn--primary:hover,
body.post-type-archive-product ul.products .uc-btn--primary:hover,
body.tax-product_cat ul.products .uc-btn--primary:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(200,16,46,0.25) !important;
}

/* --- Tarea 4 - Layout refinement --- */
/* Image container - light gray bg, padding for breathing room */
body.woocommerce-shop ul.products .astra-shop-thumbnail-wrap,
body.post-type-archive-product ul.products .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products .astra-shop-thumbnail-wrap {
  aspect-ratio: 1 / 1 !important;
  background: #f8fafc !important;
  border-radius: 10px !important;
  margin: 0 0 12px !important;
}
body.woocommerce-shop ul.products .astra-shop-thumbnail-wrap img,
body.post-type-archive-product ul.products .astra-shop-thumbnail-wrap img,
body.tax-product_cat ul.products .astra-shop-thumbnail-wrap img {
  object-fit: contain !important;
  padding: 8% !important;
}

/* Card body */
body.woocommerce-shop ul.products > li.product,
body.post-type-archive-product ul.products > li.product,
body.tax-product_cat ul.products > li.product {
  padding: 12px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
}
body.woocommerce-shop ul.products > li.product:hover,
body.post-type-archive-product ul.products > li.product:hover,
body.tax-product_cat ul.products > li.product:hover {
  border-color: rgba(200,16,46,0.2) !important;
  box-shadow: 0 8px 20px -10px rgba(15,23,42,0.15) !important;
}

/* Vertical alignment - title-area grows so button sits at bottom */
body.woocommerce-shop ul.products .astra-shop-summary-wrap,
body.post-type-archive-product ul.products .astra-shop-summary-wrap,
body.tax-product_cat ul.products .astra-shop-summary-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}
body.woocommerce-shop ul.products .ucn-card-actions,
body.post-type-archive-product ul.products .ucn-card-actions,
body.tax-product_cat ul.products .ucn-card-actions {
  margin-top: auto !important;
}

/* Agotado badge - top-right corner. Higher specificity to beat inline rule */
body.woocommerce-shop ul.products li.product .ucn-card-badge.ucn-card-badge--out,
body.post-type-archive-product ul.products li.product .ucn-card-badge.ucn-card-badge--out,
body.tax-product_cat ul.products li.product .ucn-card-badge.ucn-card-badge--out {
  background: #ef4444 !important;
  background-color: #ef4444 !important;
  color: #fff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}
body.woocommerce-shop ul.products li.product .ucn-card-badges,
body.post-type-archive-product ul.products li.product .ucn-card-badges,
body.tax-product_cat ul.products li.product .ucn-card-badges {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  align-items: flex-end !important;
}


/* === fase-fix-21 (2026-04-30) — hover image cycling cross-fade ===
   Stacked images cross-fade smoothly when JS toggles .is-active.
   Paired with product-cards.js (search "fase-fix-21").
   Scoped to shop archive / category surfaces only. */
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap {
  position: relative !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 2 !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity 200ms ease-in-out !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img.is-active,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img.is-active,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img.is-active,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack img.is-active {
  opacity: 1 !important;
}
/* === end fase-fix-21 === */


/* === fase-fix-22 (2026-04-30) card UI: hide cart icon + outofstock align + mobile btns ===
   NOTE: high-specificity (html body + a.) needed to win over inline <style> blocks
   emitted by functions-additions.php (see ucn-shop-cards-v3 inline). */

/* Fix 1: Hide Astra default cart icon. Inline rule uses `a.ast-on-card-button`
   (tag+class) so we match selector specificity exactly + add html prefix. */
html body.post-type-archive-product ul.products li.product a.ast-on-card-button,
html body.woocommerce-shop ul.products li.product a.ast-on-card-button,
html body.tax-product_cat ul.products li.product a.ast-on-card-button,
html body.post-type-archive-product ul.products li.product .ast-on-card-button,
html body.woocommerce-shop ul.products li.product .ast-on-card-button,
html body.tax-product_cat ul.products li.product .ast-on-card-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Fix 2: Out-of-stock card alignment. Inline rule uses
   `body... .uc-actions .uc-btn.uc-btn--disabled` (3 classes) — we match + add html. */
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn.uc-btn--disabled,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn.uc-btn--disabled,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn.uc-btn--disabled,
html body.post-type-archive-product ul.products li.product .uc-btn--disabled,
html body.woocommerce-shop ul.products li.product .uc-btn--disabled,
html body.tax-product_cat ul.products li.product .uc-btn--disabled,
html body.post-type-archive-product ul.products li.product .uc-actions button[disabled],
html body.woocommerce-shop ul.products li.product .uc-actions button[disabled],
html body.tax-product_cat ul.products li.product .uc-actions button[disabled] {
  padding: 10px 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  background: #e2e8f0 !important;
  background-color: #e2e8f0 !important;
  color: #64748b !important;
  border: none !important;
  width: 100% !important;
  text-align: center !important;
  cursor: not-allowed !important;
  transform: none !important;
  height: auto !important;
  min-height: 42px !important;
}

/* Fix 3: Mobile responsive primary button (<=480px).
   Match inline rule specificity: `body... .uc-actions a.uc-btn` etc. */
@media (max-width: 480px) {
  html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn,
  html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.post-type-archive-product ul.products li.product .uc-actions button.uc-btn,
  html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn,
  html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.woocommerce-shop ul.products li.product .uc-actions button.uc-btn,
  html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn,
  html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.tax-product_cat ul.products li.product .uc-actions button.uc-btn {
    padding: 12px 10px !important;
    font-size: 14px !important;
    gap: 4px !important;
    min-height: 44px !important;
    height: auto !important;
    line-height: 1.2 !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: visible !important;
  }
  html body.post-type-archive-product ul.products li.product .uc-btn__icon,
  html body.woocommerce-shop ul.products li.product .uc-btn__icon,
  html body.tax-product_cat ul.products li.product .uc-btn__icon {
    width: 16px !important;
    height: 16px !important;
  }
  html body.post-type-archive-product ul.products li.product .uc-btn__sep,
  html body.woocommerce-shop ul.products li.product .uc-btn__sep,
  html body.tax-product_cat ul.products li.product .uc-btn__sep {
    margin: 0 4px !important;
  }
  html body.post-type-archive-product ul.products li.product .uc-btn__price,
  html body.woocommerce-shop ul.products li.product .uc-btn__price,
  html body.tax-product_cat ul.products li.product .uc-btn__price {
    font-weight: 700 !important;
  }
}
/* === end fase-fix-22 === */

/* === fase-fix-23 (2026-04-30) — hide original Woo <img> when uc-imgstack is present ===
   Without this, the server-rendered <img> inside the thumbnail wrap (sized ~291x291 by
   Woo intrinsic sizing) renders alongside the absolutely-positioned .uc-imgstack overlay,
   defeating the cross-fade cycling: the user sees image #1 (original) statically AND the
   cycling stack on top, perceived as "hover not switching images".
   The .uc-has-stack class is added by product-cards.js once the stack has been built. */
html body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > a > img,
html body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > img,
html body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > a > img,
html body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > img,
html body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > a > img,
html body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap.uc-has-stack > img {
  visibility: hidden !important;
}
/* === end fase-fix-23 === */


/* === fase-fix-29c (2026-04-30) — price inside btn (desktop), icon+price only (mobile, both states) ===
   Desktop: default state correct (standalone .price hidden by fase-fix-20 Tarea 2;
   .uc-btn__sep + .uc-btn__price visible by default). No rules needed here for desktop.
   Mobile (<=480px): hide .uc-btn__label on both .uc-btn--primary and .uc-btn--disabled,
   keep .uc-btn__sep + .uc-btn__price visible (override fix-22 mobile flex-wrap),
   hide standalone .price. Single-line nowrap. */
@media (max-width: 480px) {
  /* Hide the "Añadir" / "Agotado" label inside the action button (both states) */
  html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__label,
  html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__label,
  html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__label {
    display: none !important;
  }
  /* Keep separator + price visible on both primary + disabled (override fix-22 if needed) */
  html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__sep,
  html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__price,
  html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__sep,
  html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__price,
  html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__sep,
  html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__price {
    display: inline-block !important;
  }
  /* Hide standalone .price above the button (price lives inside btn) */
  html body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap > span.price,
  html body.woocommerce-shop ul.products li.product .astra-shop-summary-wrap > span.price,
  html body.tax-product_cat ul.products li.product .astra-shop-summary-wrap > span.price,
  html body.post-type-archive-product ul.products li.product > .astra-shop-summary-wrap > span.price,
  html body.woocommerce-shop ul.products li.product > .astra-shop-summary-wrap > span.price,
  html body.tax-product_cat ul.products li.product > .astra-shop-summary-wrap > span.price {
    display: none !important;
  }
  /* Force single-line on both anchor (primary) and button (disabled) — overrides fix-22 wrap */
  html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn,
  html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.post-type-archive-product ul.products li.product .uc-actions button.uc-btn,
  html body.post-type-archive-product ul.products li.product .uc-actions button.uc-btn.uc-btn--disabled,
  html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn,
  html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.woocommerce-shop ul.products li.product .uc-actions button.uc-btn,
  html body.woocommerce-shop ul.products li.product .uc-actions button.uc-btn.uc-btn--disabled,
  html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn,
  html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
  html body.tax-product_cat ul.products li.product .uc-actions button.uc-btn,
  html body.tax-product_cat ul.products li.product .uc-actions button.uc-btn.uc-btn--disabled {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
}
/* === end fase-fix-29c === */

/* === fase-fix-26 (updated by 29) — slider: dots + swipe + drag (no arrows) ===
   Replaces fase-fix-21 hover-cycling. Manual user navigation only.
   Dots are always visible (count indicator). Desktop also supports click+drag.
   Scoped to shop archive surfaces. */

/* Desktop drag affordance */
.uc-imgstack { cursor: grab; }
.uc-imgstack:active { cursor: grabbing; }

/* Dots container: always visible, bottom-centered */
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dots,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dots,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dots {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 8px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  z-index: 4 !important;
  pointer-events: auto !important;
}

/* Dot button: 6px round desktop, brand-red active */
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dot,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dot,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dot {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #cbd5e1 !important;
  border: none !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: background-color 160ms ease, transform 160ms ease !important;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:hover,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:hover,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:hover {
  background: #94a3b8 !important;
  transform: scale(1.15) !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dot.is-active,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dot.is-active,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dot.is-active {
  background: #C8102E !important;
  transform: scale(1.2) !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:focus-visible,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:focus-visible,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dot:focus-visible {
  outline: 2px solid #C8102E !important;
  outline-offset: 2px !important;
}

/* Touch / mobile: enlarge dots for fat fingers */
@media (hover: none), (max-width: 768px) {
  body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dot,
  body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dot,
  body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
  }
  body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-dots,
  body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-dots,
  body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-dots {
    gap: 8px !important;
    bottom: 10px !important;
  }
}

/* Cards with single image: hide dots (no slider needed) */
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack[data-count="1"] ~ .uc-dots,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack[data-count="1"] ~ .uc-dots,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap .uc-imgstack[data-count="1"] ~ .uc-dots {
  display: none !important;
}

/* thumbWrap focus outline kept subtle (visible only via keyboard) */
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap:focus,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap:focus,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap:focus {
  outline: none !important;
}
body.woocommerce-shop ul.products li.product .astra-shop-thumbnail-wrap:focus-visible,
body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap:focus-visible,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap:focus-visible {
  outline: 2px solid #C8102E !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
/* === end fase-fix-26 === */

/* === fase-fix-29 (2026-04-30) — Añadir button matches Agotado shape (desktop) ===
   Goal: identical shape between .uc-btn--primary (Añadir) and .uc-btn--disabled
   (Agotado). Same padding, min-height, border-radius, font-size/weight, line-height
   and gap. Only color + extra inner price segment differ.
   Specificity: html body... .uc-actions ... matches inline rule cascade. */
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn,
html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn.uc-btn--primary {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 10px 14px !important;
  min-height: 42px !important;
  height: auto !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  width: 100% !important;
  text-align: center !important;
}

/* Harmonize cart icon size across both buttons */
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__icon,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__icon,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

/* Inner price segment stays compact and visible on desktop (covers primary + disabled) */
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__sep,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__sep,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__sep {
  margin: 0 2px;
  opacity: 0.7;
}
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn .uc-btn__price,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn .uc-btn__price,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn .uc-btn__price {
  font-weight: 700;
}
/* fase-fix-29b: flex-grow + zero margin on both buttons so width is identical
   regardless of content. WooCommerce's a.add_to_cart_button injects
   margin: 4px 14px 14px which steals 28px of row width on the primary button,
   making it narrower than the disabled (which has no inherited margin). */
html body.post-type-archive-product ul.products li.product .uc-actions .uc-btn,
html body.woocommerce-shop ul.products li.product .uc-actions .uc-btn,
html body.tax-product_cat ul.products li.product .uc-actions .uc-btn,
html body.post-type-archive-product ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
html body.woocommerce-shop ul.products li.product .uc-actions a.uc-btn.uc-btn--primary,
html body.tax-product_cat ul.products li.product .uc-actions a.uc-btn.uc-btn--primary {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
}
/* === end fase-fix-29 button === */
