:root {
  --brand-primary: #A61C4F;
  --brand-dark: #8A1640;
  --brand-accent: #BF567D;
  --brand-soft: #D991AB;
  --brand-light: #F2F2F2;
  --ink: #8A1640;
  --ink-soft: #A61C4F;
  --muted: #BF567D;
  --rose: #BF567D;
  --rose-strong: #A61C4F;
  --rose-soft: #F2F2F2;
  --guinda: #A61C4F;
  --guinda-deep: #8A1640;
  --blush: #F2F2F2;
  --cream: #F2F2F2;
  --leaf: #BF567D;
  --mint: #F2F2F2;
  --gold: #D991AB;
  --line: #D991AB;
  --paper: #ffffff;
  --shadow: 0 18px 48px rgba(138, 22, 64, .16);
  --shadow-soft: 0 10px 30px rgba(138, 22, 64, .1);
}

body {
  background: var(--brand-light) !important;
  color: var(--theme-secondary-text) !important;
}

a,
.price,
.product-final-price strong,
.eyebrow,
.admin-body .eyebrow,
.admin-body .section-head .eyebrow,
.admin-body .orders-tabs a.active,
.admin-body .orders-tabs a:hover {
  color: var(--theme-primary-text) !important;
}

.button.primary,
button.primary,
.btn-primary,
.product-add-button,
.ck2-next-button,
.ck2-pay-button,
.admin-body .button.primary,
.admin-body .admin-filter-button,
.admin-body .admin-modal-form button[type="submit"],
.admin-body .manual-order-card button[type="submit"],
.admin-body .orders-header .button,
.drawer-panel footer .button,
.checkout-modal-card .button.primary,
.site-header .cart-button strong,
.cart-count,
[data-cart-count] {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
}

.button.primary:hover,
button.primary:hover,
.btn-primary:hover,
.product-add-button:hover,
.ck2-next-button:hover,
.ck2-pay-button:hover,
.admin-body .button.primary:hover,
.drawer-panel footer .button:hover {
  background: var(--brand-dark) !important;
  border-color: var(--brand-dark) !important;
}

.button.secondary,
button.secondary,
.btn-secondary,
.product-continue-button,
.admin-body .button.secondary,
.checkout-modal-card .button.secondary,
.cart-remove-button,
.checkout-remove-button,
.gallery-nav,
.product-related-arrow,
.google-review-arrow {
  border-color: var(--brand-soft) !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
}

.button.secondary:hover,
button.secondary:hover,
.btn-secondary:hover,
.product-continue-button:hover,
.cart-remove-button:hover,
.checkout-remove-button:hover,
.gallery-nav:hover,
.product-related-arrow:hover,
.google-review-arrow:hover {
  border-color: var(--brand-primary) !important;
  background: var(--brand-light) !important;
  color: var(--theme-secondary-text) !important;
}

.top-strip,
.home-site-header,
.admin-body .admin-navbar,
.admin-body .admin-sidebar,
.admin-body .manual-steps button.active,
.admin-body .segmented button.active,
.admin-body .status-badge.active,
.campaign-menu,
.home-campaign-nav {
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
}

.admin-body .admin-navbar a,
.admin-body .admin-navbar button,
.admin-body .admin-navbar summary,
.admin-body .admin-sidebar a,
.home-site-header a,
.home-site-header button,
.campaign-menu a,
.campaign-menu button,
.campaign-menu summary {
  color: #fff !important;
}

.admin-body .admin-navbar a.active,
.admin-body .admin-navbar a:hover,
.admin-body .admin-navbar button:hover,
.admin-body .admin-navbar details[open] summary,
.admin-body .admin-sidebar a.active,
.admin-body .admin-sidebar a:hover,
.home-site-header a:hover,
.home-site-header button:hover,
.campaign-menu a:hover,
.campaign-menu details[open] summary {
  background: #fff !important;
  color: var(--theme-primary-text) !important;
}

.card,
.product-card,
.related-product-card,
.google-review-card,
.checkout-form,
.checkout-modal-card,
.drawer-panel,
.ck2-card,
.product-buy-box,
.product-quantity-panel,
.product-delivery-picker,
.admin-body .admin-panel,
.admin-body .admin-card,
.admin-body .product-form,
.admin-body .manual-order-card,
.admin-body .table-card,
.admin-body .orders-card,
.admin-body .production-card,
.admin-body .delivery-board-row,
.admin-body .client-card,
.admin-body .stock-summary-card {
  border-color: var(--brand-soft) !important;
  background: #fff !important;
  color: var(--theme-secondary-text) !important;
}

input,
select,
textarea,
.qty-control,
.cart-qty-control,
.admin-body input,
.admin-body select,
.admin-body textarea {
  border-color: var(--brand-soft) !important;
  background: #fff !important;
  color: var(--theme-secondary-text) !important;
}

input:focus,
select:focus,
textarea:focus,
.admin-body input:focus,
.admin-body select:focus,
.admin-body textarea:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0.16) !important;
  outline: none !important;
}

::placeholder {
  color: rgba(var(--theme-secondary-text-rgb), 0.55) !important;
}

.badge,
.pill,
.chip,
.status-pill,
.stock-badge,
.delivery-status,
.admin-body .badge,
.admin-body .pill,
.admin-body .chip,
.admin-body .status-pill,
.admin-body .stock-badge,
.admin-body .delivery-status,
.ck2-progress span.active,
.ck2-data-summary,
.ck2-zone-ok,
.cart-price-summary .cart-price-total,
.product-complement-card button.selected,
.product-delivery-dates button.active,
.product-delivery-times button.active {
  border-color: var(--brand-soft) !important;
  background: var(--brand-light) !important;
  color: var(--theme-primary-text) !important;
}

.admin-body table th,
.admin-body .table-head,
.admin-body .delivery-board-head,
.admin-body .orders-table-head,
.admin-body .history-row,
.admin-body .delivery-board-row,
.admin-body .production-card,
.cart-line,
.premium-cart-line,
.ck2-products .cart-line.checkout {
  border-color: var(--brand-soft) !important;
}

.admin-body table th,
.admin-body .table-head,
.admin-body .delivery-board-head,
.admin-body .orders-table-head {
  background: var(--brand-light) !important;
  color: var(--theme-secondary-text) !important;
}

.admin-body h1,
.admin-body h2,
.admin-body h3,
.site-footer strong,
.detail-copy h1,
.product-wow h2,
.ck2-card h2,
.drawer-panel h2 {
  color: var(--theme-secondary-text) !important;
}

.cart-qty-control button,
.cart-qty-control span,
.qty-control button,
.qty-control input,
.premium-cart-line > strong,
.ck2-products .cart-line.checkout > div:nth-of-type(2),
.cart-price-summary strong,
.ck2-totals strong {
  color: var(--theme-primary-text) !important;
}

.admin-body .visible-pill,
.admin-body .status-visible,
.admin-body .status-new,
.admin-body .status-route,
.admin-body .status-delivered,
.admin-body .status-badge,
.admin-body .order-status,
.admin-body .delivery-row-status {
  border-color: var(--brand-soft) !important;
  background: var(--brand-light) !important;
  color: var(--theme-primary-text) !important;
}

.admin-body .danger,
.admin-body .button.danger,
.admin-body [data-delete],
.admin-body .delete-button {
  border-color: var(--brand-soft) !important;
  background: #fff !important;
  color: var(--brand-primary) !important;
}

hr,
.detail-divider,
.site-footer,
.cart-price-summary,
.ck2-totals,
.admin-body .section-head,
.admin-body .admin-top {
  border-color: var(--brand-soft) !important;
}

::-webkit-scrollbar-thumb {
  background: var(--brand-accent) !important;
}

::-webkit-scrollbar-track {
  background: var(--brand-light) !important;
}

/* Public navbar redesign */
body:not(.admin-body) .site-header,
body:not(.admin-body) .campaign-search-row {
  font-family: var(--font-body, "Poppins", Arial, Helvetica, sans-serif) !important;
}

@media (min-width: 761px) {
  body:not(.admin-body) .site-header,
  body:not(.admin-body) .home-campaign-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--theme-tint) 100%) !important;
  }

  body:not(.admin-body) .site-header {
    grid-template-columns: minmax(220px, 320px) 1fr minmax(170px, 280px) !important;
    min-height: 118px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), 0.55) !important;
    box-shadow: 0 12px 28px rgba(var(--theme-secondary-rgb), 0.08) !important;
  }

  body:not(.admin-body) .campaign-search-row {
    grid-template-columns: minmax(220px, 320px) 1fr minmax(170px, 280px) !important;
    max-width: 1280px !important;
    padding: 12px clamp(18px, 3vw, 34px) 10px !important;
    background: linear-gradient(180deg, #ffffff 0%, var(--theme-tint) 100%) !important;
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), 0.5) !important;
  }

  body:not(.admin-body) .desktop-nav-search {
    height: 42px !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.82) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(var(--theme-secondary-rgb), 0.08) !important;
  }

  body:not(.admin-body) .desktop-nav-search input {
    color: var(--theme-secondary-text) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  body:not(.admin-body) .desktop-nav-search button {
    width: 48px !important;
    flex-basis: 48px !important;
    height: 42px !important;
    border-left: 1px solid rgba(var(--theme-accent-rgb), 0.5) !important;
    background: var(--brand-primary) !important;
    color: var(--theme-on-primary) !important;
  }

  body:not(.admin-body) .site-header .logo-brand,
  body:not(.admin-body) .campaign-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body:not(.admin-body) .site-header .brand-logo,
  body:not(.admin-body) .campaign-logo img {
    width: clamp(122px, 11vw, 166px) !important;
    max-height: 62px !important;
    filter: none !important;
  }

  body:not(.admin-body) .site-header .header-actions,
  body:not(.admin-body) .campaign-actions {
    gap: 12px !important;
  }

  body:not(.admin-body) .header-icon-link,
  body:not(.admin-body) .header-cart-icon,
  body:not(.admin-body) .campaign-icon-link,
  body:not(.admin-body) .campaign-cart-icon {
    position: relative !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.75) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--theme-secondary-text) !important;
    box-shadow: 0 10px 24px rgba(var(--theme-secondary-rgb), 0.08) !important;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease !important;
  }

  body:not(.admin-body) .header-icon-link:hover,
  body:not(.admin-body) .header-cart-icon:hover,
  body:not(.admin-body) .campaign-icon-link:hover,
  body:not(.admin-body) .campaign-cart-icon:hover {
    transform: translateY(-1px) !important;
    border-color: var(--brand-primary) !important;
    background: var(--brand-primary) !important;
    color: var(--theme-on-primary) !important;
  }

  body:not(.admin-body) .header-icon-link svg,
  body:not(.admin-body) .header-cart-icon svg,
  body:not(.admin-body) .campaign-icon-link svg,
  body:not(.admin-body) .campaign-cart-icon svg {
    width: 21px !important;
    height: 21px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.85 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  body:not(.admin-body) .header-cart-icon strong,
  body:not(.admin-body) .campaign-cart-icon strong {
    position: absolute !important;
    top: -7px !important;
    right: -5px !important;
    display: grid !important;
    place-items: center !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 5px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    background: var(--brand-primary) !important;
    color: var(--theme-on-primary) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body:not(.admin-body) .site-header .main-nav,
  body:not(.admin-body) .campaign-menu {
    width: min(100%, 1280px) !important;
    min-height: 44px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
    gap: clamp(8px, 1.2vw, 16px) !important;
    border: 1px solid rgba(var(--theme-primary-rgb), 0.18) !important;
    border-radius: 0 0 18px 18px !important;
    background: var(--brand-dark) !important;
    box-shadow: 0 14px 30px rgba(var(--theme-secondary-rgb), 0.18) !important;
  }

  body:not(.admin-body) .campaign-menu {
    max-width: 1280px !important;
  }

  body:not(.admin-body) .site-header .main-nav > a,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a,
  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu > a,
  body:not(.admin-body) .campaign-menu > .nav-category > a,
  body:not(.admin-body) .campaign-menu summary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: var(--font-body, "Poppins", Arial, Helvetica, sans-serif) !important;
    font-size: clamp(12px, .78vw, 14px) !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured::before {
    content: "" !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--brand-soft) !important;
    box-shadow: 0 0 0 3px rgba(var(--theme-accent-rgb), 0.22) !important;
  }

  body:not(.admin-body) .site-header .main-nav > a::after,
  body:not(.admin-body) .campaign-menu > a::after {
    display: none !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:hover,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a:hover,
  body:not(.admin-body) .site-header .main-nav summary:hover,
  body:not(.admin-body) .site-header .main-nav details[open] summary,
  body:not(.admin-body) .campaign-menu > a:hover,
  body:not(.admin-body) .campaign-menu > .nav-category > a:hover,
  body:not(.admin-body) .campaign-menu summary:hover,
  body:not(.admin-body) .campaign-menu details[open] summary {
    transform: translateY(-1px) !important;
    background: #fff !important;
    color: var(--theme-primary-text) !important;
  }

  body:not(.admin-body) .site-header .main-nav summary i,
  body:not(.admin-body) .campaign-menu summary i {
    font-size: 12px !important;
    line-height: 1 !important;
    color: currentColor !important;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body) .site-header,
  body:not(.admin-body) .campaign-search-row {
    min-height: 66px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), 0.6) !important;
    box-shadow: 0 10px 24px rgba(var(--theme-secondary-rgb), 0.1) !important;
  }

  body:not(.admin-body) .site-header .brand-logo,
  body:not(.admin-body) .campaign-logo img {
    filter: none !important;
    width: clamp(96px, 30vw, 132px) !important;
    max-height: 50px !important;
  }

  body:not(.admin-body) .site-header .menu-toggle,
  body:not(.admin-body) .campaign-menu-toggle {
    min-width: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.75) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--theme-primary-text) !important;
    box-shadow: 0 8px 20px rgba(var(--theme-secondary-rgb), 0.1) !important;
  }

  body:not(.admin-body) .site-header .menu-toggle span,
  body:not(.admin-body) .campaign-menu-toggle span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }

  body:not(.admin-body) .header-icon-link,
  body:not(.admin-body) .header-cart-icon,
  body:not(.admin-body) .campaign-icon-link,
  body:not(.admin-body) .campaign-cart-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.75) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--theme-primary-text) !important;
    box-shadow: 0 8px 20px rgba(var(--theme-secondary-rgb), 0.1) !important;
  }

  body:not(.admin-body) .header-icon-link svg,
  body:not(.admin-body) .header-cart-icon svg,
  body:not(.admin-body) .campaign-icon-link svg,
  body:not(.admin-body) .campaign-cart-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  body:not(.admin-body) .header-cart-icon strong,
  body:not(.admin-body) .campaign-cart-icon strong {
    top: -7px !important;
    right: -5px !important;
    min-width: 18px !important;
    height: 18px !important;
    border: 2px solid #fff !important;
    background: var(--brand-primary) !important;
    color: var(--theme-on-primary) !important;
    font-size: 10px !important;
  }

  body:not(.admin-body) .site-header .main-nav,
  body:not(.admin-body) .campaign-menu {
    border-top: 1px solid rgba(var(--theme-accent-rgb), 0.6) !important;
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), 0.6) !important;
    background: #fff !important;
  }

  body:not(.admin-body) .site-header .main-nav > a,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a,
  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu > a,
  body:not(.admin-body) .campaign-menu > .nav-category > a,
  body:not(.admin-body) .campaign-menu summary {
    min-height: 44px !important;
    color: var(--theme-secondary-text) !important;
    font-family: var(--font-body, "Poppins", Arial, Helvetica, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] > summary,
  body:not(.admin-body) .campaign-menu details[open] > summary {
    background: var(--brand-light) !important;
    color: var(--theme-primary-text) !important;
  }
}

/* Refined mobile dropdown menu */
@media (max-width: 760px) {
  body:not(.admin-body) .site-header .main-nav,
  body:not(.admin-body) .campaign-menu {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-height: calc(100dvh - 86px) !important;
    padding: 14px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.62) !important;
    border-radius: 0 0 22px 22px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(var(--theme-tint-rgb), 0.98)),
      radial-gradient(circle at 18% 0%, rgba(var(--theme-accent-rgb), 0.24), transparent 34%) !important;
    box-shadow: 0 24px 44px rgba(var(--theme-secondary-rgb), 0.18) !important;
    scrollbar-width: none !important;
  }

  body:not(.admin-body) .site-header .main-nav::-webkit-scrollbar,
  body:not(.admin-body) .campaign-menu::-webkit-scrollbar {
    display: none !important;
  }

  body:not(.admin-body) .site-header .main-nav.open,
  body:not(.admin-body) .campaign-menu.open {
    display: grid !important;
    align-content: start !important;
    gap: 10px !important;
  }

  body:not(.admin-body) .site-header .main-nav::before,
  body:not(.admin-body) .campaign-menu::before {
    content: "Explora Encantos" !important;
    display: block !important;
    margin: 2px 4px 4px !important;
    color: var(--theme-secondary-text) !important;
    font-family: var(--font-title, Georgia, serif) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 1.1 !important;
  }

  body:not(.admin-body) .site-header .main-nav::after,
  body:not(.admin-body) .campaign-menu::after {
    content: "Flores, regalos y detalles para hoy" !important;
    order: -1 !important;
    display: block !important;
    margin: 25px 4px -2px !important;
    color: var(--theme-accent-text) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  body:not(.admin-body) .site-header .main-nav .mobile-nav-close,
  body:not(.admin-body) .campaign-menu .mobile-nav-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    display: grid !important;
    place-items: center !important;
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.7) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--theme-primary-text) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 20px rgba(var(--theme-secondary-rgb), 0.1) !important;
  }

  body:not(.admin-body) .mobile-nav-search {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 6px 0 4px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.68) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(var(--theme-secondary-rgb), 0.08) !important;
  }

  body:not(.admin-body) .mobile-nav-search svg {
    width: 19px !important;
    height: 19px !important;
    fill: none !important;
    stroke: var(--brand-primary) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  body:not(.admin-body) .mobile-nav-search input {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--theme-secondary-text) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .site-header .main-nav > a,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a,
  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu > a,
  body:not(.admin-body) .campaign-menu > .nav-category > a,
  body:not(.admin-body) .campaign-menu summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.42) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--theme-secondary-text) !important;
    box-shadow: 0 8px 18px rgba(var(--theme-secondary-rgb), 0.055) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  body:not(.admin-body) .site-header .main-nav > a::before,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a::before,
  body:not(.admin-body) .site-header .main-nav summary::before,
  body:not(.admin-body) .campaign-menu > a::before,
  body:not(.admin-body) .campaign-menu > .nav-category > a::before,
  body:not(.admin-body) .campaign-menu summary::before {
    content: "" !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin-right: 9px !important;
    border-radius: 50% !important;
    background: var(--brand-soft) !important;
    box-shadow: 0 0 0 4px rgba(var(--theme-accent-rgb), 0.16) !important;
  }

  body:not(.admin-body) .site-header .main-nav > a,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a,
  body:not(.admin-body) .campaign-menu > a,
  body:not(.admin-body) .campaign-menu > .nav-category > a {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  body:not(.admin-body) .site-header .main-nav > a::after,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a::after,
  body:not(.admin-body) .campaign-menu > a::after,
  body:not(.admin-body) .campaign-menu > .nav-category > a::after {
    content: "›" !important;
    display: grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: var(--brand-light) !important;
    color: var(--theme-primary-text) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:first-of-type,
  body:not(.admin-body) .campaign-menu > a:first-of-type,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured {
    min-height: 50px !important;
    border-color: rgba(var(--theme-primary-rgb), 0.24) !important;
    background: linear-gradient(135deg, #fff, rgba(var(--theme-accent-rgb), 0.16)) !important;
    color: var(--theme-primary-text) !important;
    box-shadow: 0 16px 30px rgba(var(--theme-primary-rgb), 0.12) !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured::before {
    background: var(--brand-primary) !important;
    box-shadow: 0 0 0 5px rgba(var(--theme-accent-rgb), 0.2) !important;
  }

  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu summary {
    grid-template-columns: auto minmax(0, 1fr) 28px !important;
  }

  body:not(.admin-body) .site-header .main-nav summary span,
  body:not(.admin-body) .campaign-menu summary span {
    min-width: 0 !important;
  }

  body:not(.admin-body) .site-header .main-nav summary i,
  body:not(.admin-body) .campaign-menu summary i {
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background: var(--brand-light) !important;
    color: var(--theme-primary-text) !important;
    font-size: 13px !important;
    transition: transform .18s ease !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] > summary,
  body:not(.admin-body) .campaign-menu details[open] > summary {
    border-color: rgba(var(--theme-primary-rgb), 0.24) !important;
    background: var(--brand-dark) !important;
    color: var(--theme-on-secondary) !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] > summary i,
  body:not(.admin-body) .campaign-menu details[open] > summary i {
    transform: rotate(180deg) !important;
    background: rgba(255, 255, 255, .16) !important;
    color: #fff !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu,
  body:not(.admin-body) .campaign-menu .nav-submenu {
    display: none !important;
    gap: 6px !important;
    margin: -2px 0 2px !important;
    padding: 8px 0 0 18px !important;
    border-left: 2px solid rgba(var(--theme-accent-rgb), 0.58) !important;
    background: transparent !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] .nav-submenu,
  body:not(.admin-body) .campaign-menu details[open] .nav-submenu {
    display: grid !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a:visited,
  body:not(.admin-body) .campaign-menu .nav-submenu a,
  body:not(.admin-body) .campaign-menu .nav-submenu a:visited {
    min-height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.32) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .82) !important;
    color: var(--theme-secondary-text) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a:hover,
  body:not(.admin-body) .campaign-menu .nav-submenu a:hover {
    background: var(--brand-light) !important;
    color: var(--theme-primary-text) !important;
  }
}

/* Mobile menu subcategory polish */
@media (max-width: 760px) {
  body:not(.admin-body) .site-header .main-nav > a:first-of-type,
  body:not(.admin-body) .campaign-menu > a:first-of-type,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 13px !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a:first-of-type::before,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured::before {
    flex: 0 0 10px !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    background: #22b99e !important;
    box-shadow: 0 0 0 5px rgba(34, 185, 158, .16) !important;
  }

  body:not(.admin-body) .site-header .main-nav > a:first-of-type::after,
  body:not(.admin-body) .campaign-menu > a:first-of-type::after,
  body:not(.admin-body) .campaign-menu > a.campaign-menu-featured::after {
    margin-left: auto !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu,
  body:not(.admin-body) .campaign-menu .nav-submenu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 10px 6px 12px 14px !important;
    border-left: 2px solid rgba(var(--theme-accent-rgb), 0.5) !important;
    border-radius: 0 0 16px 16px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .36), rgba(var(--theme-tint-rgb), 0.78)) !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] .nav-submenu,
  body:not(.admin-body) .campaign-menu details[open] .nav-submenu {
    display: grid !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a:visited,
  body:not(.admin-body) .campaign-menu .nav-submenu a,
  body:not(.admin-body) .campaign-menu .nav-submenu a:visited {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 8px 11px !important;
    overflow: hidden !important;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.52) !important;
    border-radius: 13px !important;
    background: linear-gradient(180deg, #fff 0%, rgba(var(--theme-tint-rgb), 0.85) 100%) !important;
    color: var(--theme-primary-text) !important;
    box-shadow: 0 8px 16px rgba(var(--theme-secondary-rgb), 0.06) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a::before,
  body:not(.admin-body) .campaign-menu .nav-submenu a::before {
    content: "" !important;
    flex: 0 0 6px !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: var(--brand-soft) !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a::after,
  body:not(.admin-body) .campaign-menu .nav-submenu a::after {
    content: "›" !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 999px !important;
    background: rgba(var(--theme-accent-rgb), 0.18) !important;
    color: var(--theme-primary-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a:first-child,
  body:not(.admin-body) .campaign-menu .nav-submenu a:first-child {
    grid-column: 1 / -1 !important;
    min-height: 40px !important;
    border-color: rgba(var(--theme-primary-rgb), 0.28) !important;
    background: rgba(var(--theme-primary-rgb), 0.08) !important;
    color: var(--theme-secondary-text) !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a:hover,
  body:not(.admin-body) .campaign-menu .nav-submenu a:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.38) !important;
    background: #fff !important;
    color: var(--theme-secondary-text) !important;
  }
}

@media (max-width: 380px) {
  body:not(.admin-body) .site-header .main-nav .nav-submenu,
  body:not(.admin-body) .campaign-menu .nav-submenu {
    grid-template-columns: 1fr !important;
  }
}

/* Final checkout/cart polish */
body:not(.admin-body) .drawer-panel footer .button[data-go-checkout] {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .drawer-panel footer .button[data-go-checkout]::before,
body:not(.admin-body) .drawer-panel footer .button[data-go-checkout]::after {
  content: none !important;
  display: none !important;
}

body:not(.admin-body) .ck2-coupon-toggle {
  display: none !important;
}

body:not(.admin-body) .ck2-delivery-summary-card {
  display: grid !important;
  gap: 6px !important;
  margin: -6px 0 20px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.65) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--theme-surface), #fff) !important;
  box-shadow: 0 12px 30px rgba(var(--theme-secondary-rgb), 0.08) !important;
}

body:not(.admin-body) .ck2-delivery-summary-card span {
  color: var(--theme-primary-text) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .ck2-delivery-summary-card strong {
  color: var(--theme-muted) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body:not(.admin-body) .ck2-products .cart-line.checkout.checkout-summary-line {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 34px !important;
  grid-template-areas: "image info remove" !important;
  align-items: center !important;
  gap: 0 16px !important;
  min-height: 72px !important;
  padding: 0 0 16px !important;
  margin: 0 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--theme-tint) !important;
  background: transparent !important;
}

body:not(.admin-body) .ck2-products .cart-line.checkout.checkout-summary-line img {
  grid-area: image !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
}

body:not(.admin-body) .checkout-summary-info {
  grid-area: info !important;
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body:not(.admin-body) .checkout-summary-info strong {
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #080716 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body:not(.admin-body) .checkout-summary-info .checkout-summary-price {
  display: block !important;
  color: var(--theme-primary-text) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .checkout-summary-info small {
  color: #66708a !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .checkout-summary-info em {
  display: block !important;
  color: var(--theme-primary-text) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body:not(.admin-body) .checkout-summary-info em b {
  color: var(--theme-primary-text) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body:not(.admin-body) .ck2-products .cart-line.checkout.checkout-summary-line .checkout-remove-button {
  grid-area: remove !important;
  justify-self: center !important;
  align-self: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-primary-text) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body:not(.admin-body) .ck2-checkout,
body:not(.admin-body) .ck2-checkout * {
  font-weight: 400 !important;
}

body:not(.admin-body) .ck2-checkout h2,
body:not(.admin-body) .ck2-checkout h3,
body:not(.admin-body) .ck2-checkout header h2,
body:not(.admin-body) .ck2-summary h2,
body:not(.admin-body) .ck2-totals p:last-child span,
body:not(.admin-body) .ck2-totals p:last-child strong {
  font-weight: 600 !important;
}

body:not(.admin-body) .ck2-payment-name,
body:not(.admin-body) .ck2-next-button,
body:not(.admin-body) .ck2-pay-button,
body:not(.admin-body) .checkout-summary-info strong {
  font-weight: 500 !important;
}

body:not(.admin-body) .ck2-totals p {
  grid-template-columns: 1fr auto !important;
}

body:not(.admin-body) .ck2-totals p:nth-child(2) strong {
  color: var(--theme-primary-text) !important;
}

body:not(.admin-body) .ck2-totals p:nth-child(3) strong {
  color: #149447 !important;
}

body:not(.admin-body) .checkout-summary-subtotal {
  display: none !important;
}

@media (max-width: 640px) {
  body:not(.admin-body) .ck2-products .cart-line.checkout.checkout-summary-line {
    grid-template-columns: 54px minmax(0, 1fr) 28px !important;
    gap: 0 10px !important;
    min-height: 76px !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
  }

  body:not(.admin-body) .ck2-products .cart-line.checkout.checkout-summary-line img {
    width: 54px !important;
    height: 68px !important;
  }

  body:not(.admin-body) .checkout-summary-info {
    gap: 5px !important;
  }

  body:not(.admin-body) .checkout-summary-info strong,
  body:not(.admin-body) .checkout-summary-info .checkout-summary-price {
    font-size: 13px !important;
  }

  body:not(.admin-body) .checkout-summary-info small,
  body:not(.admin-body) .checkout-summary-info em {
    font-size: 11px !important;
  }

  body:not(.admin-body) .ck2-delivery-summary-card {
    margin-bottom: 16px !important;
    padding: 12px 14px !important;
  }

  body:not(.admin-body) .ck2-delivery-summary-card strong {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}

/* Simpler centered mobile menu requested */
@media (max-width: 760px) {
  body:not(.admin-body) .site-header .main-nav > a,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a,
  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu > a,
  body:not(.admin-body) .campaign-menu > .nav-category > a,
  body:not(.admin-body) .campaign-menu summary,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a,
  body:not(.admin-body) .campaign-menu .nav-submenu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body:not(.admin-body) .site-header .main-nav > a::before,
  body:not(.admin-body) .site-header .main-nav > a::after,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a::before,
  body:not(.admin-body) .site-header .main-nav > .nav-category > a::after,
  body:not(.admin-body) .site-header .main-nav summary::before,
  body:not(.admin-body) .campaign-menu > a::before,
  body:not(.admin-body) .campaign-menu > a::after,
  body:not(.admin-body) .campaign-menu > .nav-category > a::before,
  body:not(.admin-body) .campaign-menu > .nav-category > a::after,
  body:not(.admin-body) .campaign-menu summary::before,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a::before,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a::after,
  body:not(.admin-body) .campaign-menu .nav-submenu a::before,
  body:not(.admin-body) .campaign-menu .nav-submenu a::after {
    content: none !important;
    display: none !important;
  }

  body:not(.admin-body) .site-header .main-nav summary,
  body:not(.admin-body) .campaign-menu summary {
    position: relative !important;
    padding-inline: 42px !important;
  }

  body:not(.admin-body) .site-header .main-nav summary i,
  body:not(.admin-body) .campaign-menu summary i {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  body:not(.admin-body) .site-header .main-nav details[open] > summary i,
  body:not(.admin-body) .campaign-menu details[open] > summary i {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu,
  body:not(.admin-body) .campaign-menu .nav-submenu {
    grid-template-columns: 1fr !important;
    padding: 8px 0 12px !important;
    border-left: 0 !important;
    background: transparent !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a,
  body:not(.admin-body) .site-header .main-nav .nav-submenu a:visited,
  body:not(.admin-body) .campaign-menu .nav-submenu a,
  body:not(.admin-body) .campaign-menu .nav-submenu a:visited {
    min-height: 40px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  body:not(.admin-body) .site-header .main-nav .nav-submenu a:first-child,
  body:not(.admin-body) .campaign-menu .nav-submenu a:first-child {
    grid-column: auto !important;
  }
}

/* Catalog filters: parent categories with children open first on mobile */
.catalog-category-list .catalog-category-group summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.45) !important;
  border-radius: 12px !important;
  background: rgba(var(--theme-tint-rgb), 0.75) !important;
  color: var(--theme-primary-text) !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.catalog-category-list .catalog-category-group summary.active,
.catalog-category-list .catalog-category-group[open] summary {
  border-color: rgba(var(--theme-primary-rgb), 0.35) !important;
  background: rgba(var(--theme-primary-rgb), 0.08) !important;
  color: var(--theme-secondary-text) !important;
}

.catalog-category-list .catalog-category-group summary b {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--brand-soft) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.catalog-category-list .catalog-subcategory-list {
  display: grid !important;
  gap: 8px !important;
  padding: 8px 0 0 10px !important;
}

.catalog-category-list .catalog-subcategory-list a {
  margin-left: 0 !important;
}

@media (max-width: 760px) {
  .catalog-category-list .catalog-category-group {
    gap: 10px !important;
  }

  .catalog-category-list .catalog-category-group summary {
    min-height: 54px !important;
    padding: 13px 15px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .catalog-category-list .catalog-subcategory-list {
    gap: 12px !important;
    padding: 10px 0 2px 0 !important;
  }

  .catalog-category-list .catalog-subcategory-list a {
    min-height: 46px !important;
    padding: 12px 16px !important;
    border-radius: 13px !important;
    background: #fff !important;
    font-size: 13px !important;
  }
}

/* Price filter slider polished for desktop and every mobile size */
body:not(.admin-body) .catalog-modern-filters .catalog-price-filter {
  gap: 16px !important;
  padding: 20px !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.2) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 36px rgba(var(--theme-primary-rgb), 0.08) !important;
}

body:not(.admin-body) .catalog-modern-filters .catalog-price-filter > span {
  color: #302937 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body:not(.admin-body) .catalog-range-control {
  position: relative !important;
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: visible !important;
}

body:not(.admin-body) .catalog-range-control > span,
body:not(.admin-body) .catalog-range-control > span i {
  position: absolute !important;
  top: 18px !important;
  height: 5px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
}

body:not(.admin-body) .catalog-range-control > span {
  left: 10px !important;
  right: 10px !important;
  background: rgba(var(--theme-accent-rgb), 0.34) !important;
  z-index: 1 !important;
}

body:not(.admin-body) .catalog-range-control > span i {
  top: 0 !important;
  left: 0;
  right: 0;
  background: var(--brand-primary) !important;
}

body:not(.admin-body) .catalog-range-control input[type="range"] {
  position: absolute !important;
  inset: 0 10px auto 10px !important;
  width: calc(100% - 20px) !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

body:not(.admin-body) .catalog-range-control input[type="range"]::-webkit-slider-runnable-track {
  width: 100% !important;
  height: 5px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

body:not(.admin-body) .catalog-range-control input[type="range"]::-moz-range-track {
  width: 100% !important;
  height: 5px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

body:not(.admin-body) .catalog-range-control input[type="range"]::-webkit-slider-thumb {
  width: 22px !important;
  height: 22px !important;
  margin-top: -8.5px !important;
  border: 3px solid var(--brand-primary) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(var(--theme-primary-rgb), 0.18) !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  pointer-events: auto !important;
}

body:not(.admin-body) .catalog-range-control input[type="range"]::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid var(--brand-primary) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(var(--theme-primary-rgb), 0.18) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media (max-width: 760px) {
  body:not(.admin-body) .catalog-modern-filters .catalog-price-filter {
    gap: 18px !important;
    padding: 24px 20px 18px !important;
    border-radius: 22px !important;
  }

  body:not(.admin-body) .catalog-modern-filters .catalog-price-filter > span {
    font-size: 18px !important;
  }

  body:not(.admin-body) .catalog-range-control {
    height: 46px !important;
    padding-inline: 8px !important;
  }

  body:not(.admin-body) .catalog-range-control > span {
    left: 8px !important;
    right: 8px !important;
  }

  body:not(.admin-body) .catalog-range-control input[type="range"] {
    inset-inline: 8px !important;
    width: calc(100% - 16px) !important;
    height: 46px !important;
  }
}

@media (max-width: 380px) {
  body:not(.admin-body) .catalog-modern-filters .catalog-price-filter {
    padding: 22px 16px 16px !important;
  }
}

/* Celebration "Ver mas" button aligned to the template palette */
body:not(.admin-body) .celebration-more,
body:not(.admin-body) .celebration-more:visited {
  border: 1px solid var(--brand-primary) !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), 0.18) !important;
}

body:not(.admin-body) .celebration-more:hover,
body:not(.admin-body) .celebration-more:focus-visible {
  border-color: var(--brand-dark) !important;
  background: var(--brand-dark) !important;
  color: var(--theme-on-secondary) !important;
}

body:not(.admin-body) .celebration-more span {
  color: inherit !important;
}

/* Global floral preloader */
.site-preloader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--theme-accent-rgb), 0.24), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(var(--theme-primary-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(var(--theme-primary-rgb), 0.1), transparent 30%),
    var(--theme-tint) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .36s ease, visibility .36s ease !important;
}

.site-preloader.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.site-preloader-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 18px !important;
  width: min(320px, 78vw) !important;
  min-height: 220px !important;
  padding: 34px 28px 28px !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.48) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 24px 68px rgba(var(--theme-secondary-rgb), 0.16) !important;
  overflow: hidden !important;
}

.site-preloader-card::before,
.site-preloader-card::after {
  content: "" !important;
  position: absolute !important;
  width: 92px !important;
  height: 92px !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.38) !important;
  border-radius: 999px !important;
  opacity: .55 !important;
}

.site-preloader-card::before {
  top: -34px !important;
  left: -30px !important;
}

.site-preloader-card::after {
  right: -28px !important;
  bottom: -36px !important;
}

.site-preloader-flower {
  position: relative !important;
  width: clamp(92px, 28vw, 130px) !important;
  height: clamp(92px, 28vw, 130px) !important;
  animation: floralPreloaderSpin 2.2s linear infinite !important;
}

.site-preloader-flower i {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 34% !important;
  height: 48% !important;
  margin-left: -17% !important;
  margin-top: -45% !important;
  border-radius: 999px 999px 70% 70% !important;
  background: linear-gradient(180deg, var(--brand-accent) 0%, var(--brand-primary) 58%, var(--brand-primary) 100%) !important;
  box-shadow: inset 0 8px 12px rgba(255, 255, 255, .28), 0 8px 16px rgba(var(--theme-primary-rgb), 0.16) !important;
  transform-origin: 50% 92% !important;
}

.site-preloader-flower i:nth-child(1) { transform: rotate(0deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(2) { transform: rotate(45deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(3) { transform: rotate(90deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(4) { transform: rotate(135deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(5) { transform: rotate(180deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(6) { transform: rotate(225deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(7) { transform: rotate(270deg) translateY(-6px) !important; }
.site-preloader-flower i:nth-child(8) { transform: rotate(315deg) translateY(-6px) !important; }

.site-preloader-flower b {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 34% !important;
  height: 34% !important;
  border: 5px solid rgba(255, 255, 255, .86) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, var(--theme-tint) 0 28%, var(--brand-accent) 30% 52%, var(--brand-dark) 54% 100%) !important;
  box-shadow: 0 8px 20px rgba(var(--theme-secondary-rgb), 0.22) !important;
  transform: translate(-50%, -50%) !important;
}

.site-preloader-leaves {
  position: relative !important;
  width: clamp(72px, 22vw, 102px) !important;
  height: 28px !important;
  margin-top: -10px !important;
}

.site-preloader-leaves::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: -8px !important;
  width: 3px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: var(--brand-dark) !important;
  transform: translateX(-50%) !important;
  opacity: .55 !important;
}

.site-preloader-leaves i {
  position: absolute !important;
  top: 6px !important;
  width: 42px !important;
  height: 20px !important;
  border-radius: 999px 0 999px 0 !important;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary)) !important;
  opacity: .82 !important;
}

.site-preloader-leaves i:first-child {
  left: 10px !important;
  transform: rotate(-20deg) !important;
}

.site-preloader-leaves i:last-child {
  right: 10px !important;
  transform: scaleX(-1) rotate(-20deg) !important;
}

.site-preloader span {
  color: var(--theme-secondary-text) !important;
  font-family: "Cinzel", serif !important;
  font-size: clamp(18px, 5vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

@keyframes floralPreloaderSpin {
  0% { transform: rotate(0deg) scale(.96); }
  50% { transform: rotate(180deg) scale(1.03); }
  100% { transform: rotate(360deg) scale(.96); }
}

@media (max-width: 480px) {
  .site-preloader {
    padding: 18px !important;
  }

  .site-preloader-card {
    width: min(280px, 78vw) !important;
    min-height: 196px !important;
    gap: 14px !important;
    padding: 28px 22px 24px !important;
    border-radius: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-preloader-flower {
    animation: none !important;
  }
}

/* Final cart drawer layout for desktop and mobile */
body:not(.admin-body) .premium-cart-items {
  display: grid !important;
  gap: 12px !important;
  padding: 8px 12px 16px !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 28px !important;
  grid-template-areas:
    "image info remove"
    "image controls total" !important;
  align-items: center !important;
  gap: 10px 12px !important;
  width: 100% !important;
  min-height: 104px !important;
  padding: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(var(--theme-accent-rgb), 0.55) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #fff, var(--theme-surface)) !important;
  box-shadow: 0 12px 28px rgba(var(--theme-secondary-rgb), 0.08) !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card img {
  grid-area: image !important;
  width: 64px !important;
  height: 76px !important;
  min-width: 64px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
}

body:not(.admin-body) .premium-cart-info {
  grid-area: info !important;
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

body:not(.admin-body) .premium-cart-info strong {
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #080716 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body:not(.admin-body) .premium-cart-info small {
  color: var(--theme-primary-text) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .premium-cart-qty-label {
  color: #6f6270 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card > .cart-remove-button {
  grid-area: remove !important;
  align-self: start !important;
  justify-self: end !important;
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control {
  grid-area: controls !important;
  display: grid !important;
  grid-template-columns: 34px 36px 34px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control button,
body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control span {
  display: grid !important;
  place-items: center !important;
  grid-column: auto !important;
  grid-row: auto !important;
  height: 34px !important;
  min-height: 34px !important;
  width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--theme-primary-text) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control button:first-child {
  grid-column: 1 !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control span {
  grid-column: 2 !important;
}

body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control button:last-child {
  grid-column: 3 !important;
}

body:not(.admin-body) .ck2-progress [data-step-dot="data"].is-complete,
body:not(.admin-body) .ck2-progress [data-step-dot="delivery"].is-complete {
  border-color: rgba(39, 205, 112, .2) !important;
  background: transparent !important;
  color: #009b57 !important;
  font-weight: 800 !important;
}

body:not(.admin-body) .ck2-progress [data-step-dot="data"].is-complete i,
body:not(.admin-body) .ck2-progress [data-step-dot="delivery"].is-complete i {
  border: 0 !important;
  background: #18b968 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(24, 185, 104, .22) !important;
}

body:not(.admin-body) .ck2-progress [data-step-line].is-complete {
  background: #52df96 !important;
  box-shadow: 0 0 0 1px rgba(82, 223, 150, .08) !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] {
  border-color: #52df96 !important;
  background: #f4fff8 !important;
  box-shadow: 0 18px 40px rgba(25, 160, 91, .12) !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] {
  border-color: #52df96 !important;
  background: #f4fff8 !important;
  box-shadow: 0 18px 40px rgba(25, 160, 91, .12) !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] header {
  border-bottom: 0 !important;
  padding-bottom: 8px !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] header {
  border-bottom: 0 !important;
  padding-bottom: 8px !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] header span {
  background: #18b968 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(24, 185, 104, .18) !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] header span {
  background: #18b968 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(24, 185, 104, .18) !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] header h2 {
  color: #007c47 !important;
  font-weight: 800 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] header h2 {
  color: #007c47 !important;
  font-weight: 800 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] header button {
  color: #008f50 !important;
}

body:not(.admin-body) .ck2-step-card header button {
  margin-right: 12px !important;
  padding-right: 4px !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] header button {
  color: #008f50 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] .ck2-data-summary {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #006d3d !important;
  padding: 6px 0 0 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] .ck2-delivery-summary {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #006d3d !important;
  padding: 6px 0 0 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] .ck2-data-summary dl {
  gap: 14px !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] .ck2-delivery-summary dl {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] .ck2-data-summary dt {
  color: #79a48e !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] .ck2-delivery-summary dt {
  color: #79a48e !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="data"] .ck2-data-summary dd {
  margin: -8px 0 0 !important;
  color: #006b3b !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body:not(.admin-body) .ck2-step-card.is-complete[data-step-card="delivery"] .ck2-delivery-summary dd {
  margin: -8px 0 0 !important;
  color: #006b3b !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.admin-body .district-form textarea[name="zones_text"] {
  min-height: 170px !important;
  resize: vertical !important;
  line-height: 1.45 !important;
}

body.admin-body .district-form .field-help {
  display: block !important;
  margin-top: -8px !important;
  color: var(--theme-muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.admin-body .district-table-row {
  font-weight: 500 !important;
}

body.admin-body .district-table-row > div > strong,
body.admin-body .district-table-row b {
  font-weight: 600 !important;
}

body.admin-body .district-zone-preview {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
}

body.admin-body .district-zone-preview span {
  color: var(--theme-secondary-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.admin-body .district-zone-preview small {
  overflow: hidden !important;
  color: var(--theme-muted) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body:not(.admin-body) .ck2-zone-ok,
body:not(.admin-body) .ck2-zone-ok strong,
body:not(.admin-body) .ck2-zone-ok span {
  font-weight: 500 !important;
}

body:not(.admin-body) .ck2-payment-options {
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body:not(.admin-body) .ck2-payment-option {
  grid-template-columns: 18px minmax(0, 1fr) auto !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--theme-tint) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body:not(.admin-body) .ck2-payment-option:last-child {
  border-bottom: 0 !important;
}

body:not(.admin-body) .ck2-payment-option:has(input:checked) {
  background: var(--theme-surface) !important;
}

body:not(.admin-body) .ck2-payment-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #101226 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .ck2-payment-name img {
  display: block !important;
  width: auto !important;
  height: 24px !important;
  object-fit: contain !important;
}

body:not(.admin-body) .ck2-payment-option-yape .ck2-payment-name img {
  height: 28px !important;
}

body:not(.admin-body) .ck2-payment-option-plin .ck2-payment-name img {
  height: 22px !important;
}

body:not(.admin-body) .ck2-payment-option-yape .ck2-payment-name,
body:not(.admin-body) .ck2-payment-option-plin .ck2-payment-name {
  min-height: 30px !important;
  justify-content: flex-start !important;
}

body:not(.admin-body) .ck2-culqi-brand {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  height: 22px !important;
  justify-self: start !important;
  object-fit: contain !important;
}

body:not(.admin-body) .ck2-payment-option-culqi .ck2-payment-name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

body:not(.admin-body) .ck2-card-brands {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-self: end !important;
  font-style: normal !important;
  white-space: nowrap !important;
}

body:not(.admin-body) .ck2-card-brands img {
  display: block !important;
  width: auto !important;
  max-width: 28px !important;
  height: 16px !important;
  object-fit: contain !important;
}

body:not(.admin-body) .ck2-payment-detail-dev {
  border-left-color: var(--brand-dark) !important;
  background: linear-gradient(135deg, var(--theme-surface), #fff) !important;
}

body:not(.admin-body) .ck2-dev-payment-box {
  display: grid !important;
  gap: 6px !important;
  padding: 16px !important;
  border: 1px dashed var(--brand-accent) !important;
  border-radius: 12px !important;
  background: var(--theme-surface) !important;
}

body:not(.admin-body) .ck2-dev-payment-box span {
  color: var(--theme-primary-text) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .ck2-dev-payment-box strong {
  color: #080716 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body:not(.admin-body) .ck2-dev-payment-box small {
  color: #66708a !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body:not(.admin-body) .ck2-terms {
  display: none !important;
}

body:not(.admin-body) .ck2-order-review[hidden] {
  display: none !important;
}

body:not(.admin-body) .ck2-order-review {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: calc(100vh - 120px) !important;
  padding: 28px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body:not(.admin-body).order-review-open {
  overflow: auto !important;
}

body:not(.admin-body) .ck2-checkout.is-reviewing .ck2-progress,
body:not(.admin-body) .ck2-checkout.is-reviewing .ck2-layout {
  display: none !important;
}

body:not(.admin-body) .ck2-order-review-backdrop {
  display: none !important;
}

body:not(.admin-body) .ck2-order-review-dialog {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 0 !important;
  width: min(820px, 100%) !important;
  max-height: none !important;
  overflow: visible !important;
  border: 1px solid var(--theme-tint) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 22px 70px rgba(83, 96, 125, .16) !important;
}

body:not(.admin-body) .ck2-order-review-dialog > header,
body:not(.admin-body) .ck2-review-block {
  padding: 26px 28px !important;
  border-bottom: 1px solid var(--theme-tint) !important;
}

body:not(.admin-body) .ck2-order-review-dialog > header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body:not(.admin-body) .ck2-order-review-dialog > header span,
body:not(.admin-body) .ck2-review-block h3 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: var(--theme-primary-text) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .ck2-review-title-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 999px !important;
  background: rgba(var(--theme-primary-rgb), 0.12) !important;
  color: var(--theme-primary-text) !important;
  flex: 0 0 auto !important;
}

body:not(.admin-body) .ck2-review-title-icon svg {
  width: 12px !important;
  height: 12px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body:not(.admin-body) .ck2-order-review-dialog > header button {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-primary-text) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .ck2-review-products {
  display: grid !important;
  gap: 12px !important;
  padding: 0 28px 24px !important;
  border-bottom: 1px solid var(--theme-tint) !important;
}

body:not(.admin-body) .ck2-review-products article {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  background: var(--theme-surface) !important;
}

body:not(.admin-body) .ck2-review-products img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 11px !important;
  object-fit: cover !important;
}

body:not(.admin-body) .ck2-review-products strong {
  display: block !important;
  color: #232033 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body:not(.admin-body) .ck2-review-products span {
  display: block !important;
  margin-top: 5px !important;
  color: #747084 !important;
  font-size: 14px !important;
}

body:not(.admin-body) .ck2-review-block {
  display: grid !important;
  gap: 16px !important;
}

body:not(.admin-body) .ck2-review-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body:not(.admin-body) .ck2-review-two article,
body:not(.admin-body) .ck2-review-message {
  display: grid !important;
  gap: 7px !important;
  min-height: 92px !important;
  padding: 18px !important;
  border-radius: 14px !important;
  background: var(--theme-surface) !important;
}

body:not(.admin-body) .ck2-review-two span,
body:not(.admin-body) .ck2-review-recipient > span,
body:not(.admin-body) .ck2-review-message span {
  color: #a5a4b4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .ck2-review-two strong,
body:not(.admin-body) .ck2-review-recipient strong {
  color: #232033 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body:not(.admin-body) .ck2-review-two small,
body:not(.admin-body) .ck2-review-recipient small {
  color: #6f7082 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body:not(.admin-body) .ck2-review-recipient {
  display: grid !important;
  gap: 10px !important;
  padding: 18px 20px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body:not(.admin-body) .ck2-review-recipient p {
  margin: 4px 0 0 !important;
  padding-top: 12px !important;
  border-top: 1px dashed var(--theme-border) !important;
  color: var(--theme-primary-text) !important;
  font-size: 14px !important;
}

body:not(.admin-body) .ck2-review-message p {
  margin: 0 !important;
  color: #303044 !important;
  font-size: 16px !important;
  font-style: italic !important;
  line-height: 1.45 !important;
  white-space: pre-line !important;
}

body:not(.admin-body) .ck2-review-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  padding: 22px 28px 28px !important;
}

body:not(.admin-body) .ck2-review-actions .button,
body:not(.admin-body) .ck2-review-actions .ck2-pay-button {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  min-width: 170px !important;
  margin: 0 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

body:not(.admin-body) .ck2-review-actions .ck2-pay-button:disabled {
  cursor: progress !important;
  pointer-events: none !important;
  opacity: .78 !important;
}

body:not(.admin-body) .purchase-thanks {
  width: min(820px, calc(100% - 32px)) !important;
  min-height: auto !important;
  margin: 42px auto !important;
  padding: 58px 34px !important;
  border: 1px solid var(--theme-tint) !important;
  border-radius: 26px !important;
  background: radial-gradient(circle at 22% 16%, rgba(var(--theme-primary-rgb), 0.1), transparent 230px), #fff !important;
  box-shadow: 0 22px 70px rgba(83, 96, 125, .18) !important;
}

body:not(.admin-body) .thanks-check {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 92px !important;
  height: 92px !important;
  margin: 0 auto 12px !important;
  border-radius: 999px !important;
  background: rgba(35, 190, 93, .12) !important;
}

body:not(.admin-body) .thanks-check::after {
  content: "" !important;
  position: absolute !important;
  right: -38px !important;
  bottom: -30px !important;
  width: 126px !important;
  height: 126px !important;
  border-radius: 999px !important;
  background: rgba(35, 190, 93, .08) !important;
}

body:not(.admin-body) .thanks-check span {
  position: relative !important;
  z-index: 1 !important;
  color: #31b95c !important;
  font-size: 56px !important;
  font-weight: 900 !important;
}

body:not(.admin-body) .purchase-thanks h1 {
  color: var(--theme-primary-text) !important;
  font-size: clamp(34px, 6vw, 56px) !important;
}

body:not(.admin-body) .thanks-order {
  min-height: 66px !important;
  margin: 22px 0 28px !important;
  padding: 0 32px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
  box-shadow: 0 14px 34px rgba(var(--theme-primary-rgb), 0.28) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  gap: 10px !important;
}

body:not(.admin-body) .thanks-order span {
  font-size: 16px !important;
}

body:not(.admin-body) .thanks-steps {
  display: grid !important;
  grid-template-columns: 58px 40px 58px 40px 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: min(100%, 740px) !important;
  margin: 6px auto 22px !important;
  padding-top: 28px !important;
  border-top: 1px solid var(--theme-tint) !important;
}

body:not(.admin-body) .thanks-steps i {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 900 !important;
}

body:not(.admin-body) .thanks-steps i:first-child {
  background: var(--theme-border) !important;
}

body:not(.admin-body) .thanks-steps b {
  height: 2px !important;
  background: var(--theme-border) !important;
}

body:not(.admin-body) .thanks-note {
  max-width: 520px !important;
  color: #1d2840 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}

@media (max-width: 640px) {
  body:not(.admin-body) .ck2-order-review {
    padding: 10px !important;
  }

  body:not(.admin-body) .ck2-order-review-dialog {
    border-radius: 16px !important;
  }

  body:not(.admin-body) .ck2-order-review-dialog > header,
  body:not(.admin-body) .ck2-review-block,
  body:not(.admin-body) .ck2-review-products,
  body:not(.admin-body) .ck2-review-actions {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body:not(.admin-body) .ck2-review-two {
    grid-template-columns: 1fr !important;
  }

  body:not(.admin-body) .ck2-review-actions {
    display: grid !important;
  }

  body:not(.admin-body) .ck2-review-actions .button,
  body:not(.admin-body) .ck2-review-actions .ck2-pay-button {
    width: 100% !important;
  }

  body:not(.admin-body) .thanks-steps {
    grid-template-columns: 46px 26px 46px 26px 46px !important;
  }

  body:not(.admin-body) .thanks-steps i {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 420px) {
  body:not(.admin-body) .ck2-payment-option {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    row-gap: 8px !important;
  }

  body:not(.admin-body) .ck2-card-brands {
    grid-column: 2 / 3 !important;
    justify-self: start !important;
    margin-top: 0 !important;
  }
}

body:not(.admin-body) .premium-cart-line-total {
  grid-area: total !important;
  justify-self: end !important;
  align-self: center !important;
  min-width: max-content !important;
  color: var(--theme-secondary-text) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 520px) {
  body:not(.admin-body) .premium-cart-items {
    gap: 10px !important;
    padding-inline: 8px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card {
    grid-template-columns: 54px minmax(0, 1fr) 22px !important;
    grid-template-areas:
      "image info remove"
      "image controls total" !important;
    gap: 8px 9px !important;
    min-height: 94px !important;
    padding: 10px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card img {
    width: 54px !important;
    height: 66px !important;
    min-width: 54px !important;
  }

  body:not(.admin-body) .premium-cart-info strong {
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  body:not(.admin-body) .premium-cart-info small,
  body:not(.admin-body) .premium-cart-qty-label {
    font-size: 10px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card > .cart-remove-button {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    font-size: 15px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control {
    grid-template-columns: 30px 32px 30px !important;
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
    height: 31px !important;
    min-height: 31px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control button,
  body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control span {
    height: 29px !important;
    min-height: 29px !important;
    font-size: 12px !important;
  }

  body:not(.admin-body) .premium-cart-line-total {
    font-size: 12px !important;
  }
}

@media (max-width: 380px) {
  body:not(.admin-body) .premium-cart-line.premium-cart-card {
    grid-template-columns: 48px minmax(0, 1fr) 20px !important;
    gap: 7px !important;
    padding: 8px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card img {
    width: 48px !important;
    height: 60px !important;
    min-width: 48px !important;
  }

  body:not(.admin-body) .premium-cart-line.premium-cart-card .cart-qty-control {
    grid-template-columns: 28px 30px 28px !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }
}

/* Final checkout weight and summary polish */
body:not(.admin-body) .ck2-checkout,
body:not(.admin-body) .ck2-checkout * {
  font-weight: 400 !important;
}

body:not(.admin-body) .ck2-checkout h2,
body:not(.admin-body) .ck2-checkout h3,
body:not(.admin-body) .ck2-summary h2,
body:not(.admin-body) .ck2-totals p:last-child span,
body:not(.admin-body) .ck2-totals p:last-child strong {
  font-weight: 600 !important;
}

body:not(.admin-body) .ck2-payment-name,
body:not(.admin-body) .checkout-summary-info strong,
body:not(.admin-body) .checkout-summary-info .checkout-summary-price,
body:not(.admin-body) .ck2-pay-button,
body:not(.admin-body) .ck2-next-button {
  font-weight: 500 !important;
}

body:not(.admin-body) .checkout-summary-info em,
body:not(.admin-body) .checkout-summary-info em b {
  display: none !important;
}

body:not(.admin-body).qr-modal-open {
  overflow: hidden !important;
}

body:not(.admin-body) .ck2-qr-button {
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  width: min(220px, 100%) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  cursor: zoom-in !important;
}

body:not(.admin-body) .ck2-payment-detail .ck2-qr-button > img {
  width: 100% !important;
  max-width: 220px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 12px !important;
  background: var(--theme-surface) !important;
  padding: 10px !important;
}

body:not(.admin-body) .ck2-payment-detail > img {
  display: none !important;
}

body:not(.admin-body) .ck2-qr-modal[hidden] {
  display: none !important;
}

body:not(.admin-body) .ck2-qr-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

body:not(.admin-body) .ck2-qr-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(11, 8, 18, .62) !important;
  backdrop-filter: blur(5px) !important;
}

body:not(.admin-body) .ck2-qr-dialog {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 14px !important;
  width: min(520px, 100%) !important;
  max-height: calc(100vh - 36px) !important;
  overflow: auto !important;
  padding: 18px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28) !important;
}

body:not(.admin-body) .ck2-qr-dialog header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid var(--theme-tint) !important;
}

body:not(.admin-body) .ck2-qr-dialog header strong {
  color: var(--theme-secondary-text) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

body:not(.admin-body) .ck2-qr-dialog header button {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-primary-text) !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body:not(.admin-body) .ck2-qr-dialog > img {
  justify-self: center !important;
  width: min(430px, 100%) !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 16px !important;
  background: var(--theme-surface) !important;
  padding: 12px !important;
}

body:not(.admin-body) .ck2-qr-dialog p {
  margin: 0 !important;
  color: #66708a !important;
  font-size: 13px !important;
  text-align: center !important;
}

@media (max-width: 420px) {
  body:not(.admin-body) .ck2-qr-modal {
    padding: 10px !important;
  }

  body:not(.admin-body) .ck2-qr-dialog {
    width: 100% !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  body:not(.admin-body) .ck2-qr-dialog > img {
    width: min(100%, 340px) !important;
  }
}

/* Product delivery calendar availability and polish */
body:not(.admin-body) .product-calendar-toggle {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 8px 8px 8px 18px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
  text-align: left !important;
  cursor: pointer !important;
}

body:not(.admin-body) .product-calendar-toggle b,
body:not(.admin-body) .product-custom-calendar header button {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-primary-text) !important;
}

body:not(.admin-body) .product-calendar-toggle svg,
body:not(.admin-body) .product-custom-calendar header button svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body:not(.admin-body) .product-calendar-toggle.open b {
  transform: rotate(180deg) !important;
}

body:not(.admin-body) .product-custom-calendar {
  margin-top: 12px !important;
  padding: 16px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(var(--theme-primary-rgb), 0.12) !important;
}

body:not(.admin-body) .product-custom-calendar header {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 38px !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

body:not(.admin-body) .product-custom-calendar header strong {
  color: #232033 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: capitalize !important;
}

body:not(.admin-body) .product-calendar-weekdays,
body:not(.admin-body) .product-calendar-days {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

body:not(.admin-body) .product-calendar-weekdays {
  margin-bottom: 8px !important;
}

body:not(.admin-body) .product-calendar-weekdays span {
  color: #a19aab !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .product-calendar-days button {
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 1 !important;
  min-width: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: var(--theme-surface) !important;
  color: #302638 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

body:not(.admin-body) .product-calendar-days button:hover:not(:disabled),
body:not(.admin-body) .product-calendar-days button.active {
  border-color: var(--brand-primary) !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
}

body:not(.admin-body) .product-calendar-days button.is-muted {
  opacity: .55 !important;
}

body:not(.admin-body) .product-calendar-days button:disabled {
  border-color: var(--theme-tint) !important;
  background: var(--theme-tint) !important;
  color: #b9b3bd !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}

body:not(.admin-body) .product-custom-calendar footer {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

body:not(.admin-body) .product-custom-calendar footer button {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

body:not(.admin-body) .product-delivery-times {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)) !important;
  gap: 10px !important;
}

body:not(.admin-body) .product-delivery-times button {
  min-height: 42px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

body:not(.admin-body) .product-delivery-times button:hover,
body:not(.admin-body) .product-delivery-times button.active {
  border-color: var(--brand-primary) !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
}

body:not(.admin-body) .product-delivery-empty {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 14px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-secondary-text) !important;
  font-size: 13px !important;
}

@media (max-width: 420px) {
  body:not(.admin-body) .product-custom-calendar {
    padding: 12px !important;
  }

  body:not(.admin-body) .product-calendar-days,
  body:not(.admin-body) .product-calendar-weekdays {
    gap: 4px !important;
  }

  body:not(.admin-body) .product-calendar-days button {
    border-radius: 10px !important;
    font-size: 12px !important;
  }
}

/* Global public typography: elegant Cinzel everywhere except Google reviews. */
body:not(.admin-body),
body:not(.admin-body) :where(
  a,
  button,
  input,
  select,
  textarea,
  label,
  span,
  strong,
  small,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  dt,
  dd,
  figcaption,
  summary,
  option
) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
}

body:not(.admin-body) .google-reviews-section,
body:not(.admin-body) .google-reviews-section *,
body:not(.admin-body) .product-google-reviews-section,
body:not(.admin-body) .product-google-reviews-section * {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

/* EOF admin compact: esta capa debe cargar despues de los ajustes publicos. */
body.admin-body,
body.admin-body * {
  font-weight: 400 !important;
}

body.admin-body {
  font-size: 12px !important;
}

body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
  font-size: 11.5px !important;
  line-height: 1.26 !important;
}

body.admin-body :where(h1, h2, h3, .admin-top h1, .orders-header h1, .history-orders-headline h2, .client-ledger-title h2) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.admin-body :where(h1, .admin-top h1, .orders-header h1) {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.05 !important;
}

body.admin-body :where(h2, .admin-panel h2, .history-orders-headline h2) {
  font-size: clamp(20px, 2.35vw, 28px) !important;
  line-height: 1.08 !important;
}

body.admin-body :where(strong, b, th, .button, .status, .stock-badge, .district-status, .route-status) {
  font-weight: 500 !important;
}

body.admin-body :where(.eyebrow, table th, .admin-panel th, .client-ledger-head strong, .history-orders-head strong) {
  font-size: 8.5px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
}

body.admin-body .admin-panel td,
body.admin-body .admin-panel td *,
body.admin-body .stock-table-panel td,
body.admin-body .stock-table-panel td *,
body.admin-body .product-admin-grid td,
body.admin-body .product-admin-grid td * {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
}

body.admin-body .admin-panel td[data-label="Producto"],
body.admin-body .stock-table-panel td[data-label="Producto"],
body.admin-body .product-admin-grid td[data-label="Producto"] {
  color: #160c20 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
}

body.admin-body .admin-panel td[data-label="Producto"] .thumb,
body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

body.admin-body .stock-inline-form input {
  width: 42px !important;
  min-height: 42px !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
}

body.admin-body .stock-inline-form button,
body.admin-body .table-actions .action-icon,
body.admin-body .action-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

body.admin-body :where(.stock-badge, .status, .discount-admin-badge, .discount-admin-empty) {
  font-size: 9px !important;
  font-weight: 400 !important;
}

@media (max-width: 760px) {
  body.admin-body {
    font-size: 11px !important;
  }

  body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  body.admin-body .admin-panel td,
  body.admin-body .admin-panel td *,
  body.admin-body .stock-table-panel td,
  body.admin-body .stock-table-panel td *,
  body.admin-body .product-admin-grid td,
  body.admin-body .product-admin-grid td * {
    font-size: 9.5px !important;
    line-height: 1.12 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"],
  body.admin-body .stock-table-panel td[data-label="Producto"],
  body.admin-body .product-admin-grid td[data-label="Producto"] {
    font-size: 9.5px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"] .thumb,
  body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
  body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
}

/* Cierre definitivo admin: tipografia compacta y productos sin bold. */
body.admin-body,
body.admin-body * {
  font-weight: 400 !important;
}

body.admin-body {
  font-size: 12px !important;
}

body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
  font-size: 11.5px !important;
  line-height: 1.26 !important;
}

body.admin-body :where(h1, h2, h3, .admin-top h1, .orders-header h1, .history-orders-headline h2, .client-ledger-title h2) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.admin-body :where(h1, .admin-top h1, .orders-header h1) {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.05 !important;
}

body.admin-body :where(h2, .admin-panel h2, .history-orders-headline h2) {
  font-size: clamp(20px, 2.35vw, 28px) !important;
  line-height: 1.08 !important;
}

body.admin-body :where(strong, b, th, .button, .status, .stock-badge, .district-status, .route-status) {
  font-weight: 500 !important;
}

body.admin-body :where(.eyebrow, table th, .admin-panel th, .client-ledger-head strong, .history-orders-head strong) {
  font-size: 8.5px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
}

body.admin-body .admin-panel td,
body.admin-body .admin-panel td *,
body.admin-body .stock-table-panel td,
body.admin-body .stock-table-panel td *,
body.admin-body .product-admin-grid td,
body.admin-body .product-admin-grid td * {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
}

body.admin-body .admin-panel td[data-label="Producto"],
body.admin-body .stock-table-panel td[data-label="Producto"],
body.admin-body .product-admin-grid td[data-label="Producto"] {
  color: #160c20 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
}

body.admin-body .admin-panel td[data-label="Producto"] .thumb,
body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

body.admin-body .stock-inline-form input {
  width: 42px !important;
  min-height: 42px !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
}

body.admin-body .stock-inline-form button,
body.admin-body .table-actions .action-icon,
body.admin-body .action-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

body.admin-body :where(.stock-badge, .status, .discount-admin-badge, .discount-admin-empty) {
  font-size: 9px !important;
  font-weight: 400 !important;
}

@media (max-width: 760px) {
  body.admin-body {
    font-size: 11px !important;
  }

  body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  body.admin-body .admin-panel td,
  body.admin-body .admin-panel td *,
  body.admin-body .stock-table-panel td,
  body.admin-body .stock-table-panel td *,
  body.admin-body .product-admin-grid td,
  body.admin-body .product-admin-grid td * {
    font-size: 9.5px !important;
    line-height: 1.12 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"],
  body.admin-body .stock-table-panel td[data-label="Producto"],
  body.admin-body .product-admin-grid td[data-label="Producto"] {
    font-size: 9.5px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"] .thumb,
  body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
  body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
}

/* Ajuste final admin: texto mas fino y compacto en todo el panel. */
body.admin-body,
body.admin-body * {
  font-weight: 400 !important;
}

body.admin-body {
  font-size: 12px !important;
}

body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
  font-size: 11.5px !important;
  line-height: 1.28 !important;
}

body.admin-body :where(.eyebrow, table th, .admin-panel th, .client-ledger-head strong, .history-orders-head strong) {
  font-size: 8.5px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
}

body.admin-body :where(h1, h2, h3, .admin-top h1, .orders-header h1, .history-orders-headline h2, .client-ledger-title h2) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.admin-body :where(h1, .admin-top h1, .orders-header h1) {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.05 !important;
}

body.admin-body :where(h2, .admin-panel h2, .history-orders-headline h2) {
  font-size: clamp(20px, 2.35vw, 28px) !important;
  line-height: 1.08 !important;
}

body.admin-body :where(strong, b, th, .button, .status, .stock-badge, .district-status, .route-status) {
  font-weight: 500 !important;
}

body.admin-body .admin-panel table {
  font-size: 10.5px !important;
}

body.admin-body .admin-panel td,
body.admin-body .admin-panel td *,
body.admin-body .stock-table-panel td,
body.admin-body .stock-table-panel td *,
body.admin-body .product-admin-grid td,
body.admin-body .product-admin-grid td * {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
}

body.admin-body .admin-panel td[data-label="Producto"],
body.admin-body .stock-table-panel td[data-label="Producto"],
body.admin-body .product-admin-grid td[data-label="Producto"] {
  color: #160c20 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
}

body.admin-body .admin-panel td[data-label="Producto"] .thumb,
body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

body.admin-body .stock-inline-form input {
  width: 42px !important;
  min-height: 42px !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
}

body.admin-body .stock-inline-form button,
body.admin-body .table-actions .action-icon,
body.admin-body .action-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

body.admin-body .stock-badge,
body.admin-body .status,
body.admin-body .discount-admin-badge,
body.admin-body .discount-admin-empty {
  font-size: 9px !important;
  font-weight: 400 !important;
}

body.admin-body .button,
body.admin-body button,
body.admin-body input,
body.admin-body select,
body.admin-body textarea {
  font-size: 11px !important;
}

@media (max-width: 760px) {
  body.admin-body {
    font-size: 11px !important;
  }

  body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  body.admin-body .admin-panel td,
  body.admin-body .admin-panel td *,
  body.admin-body .stock-table-panel td,
  body.admin-body .stock-table-panel td *,
  body.admin-body .product-admin-grid td,
  body.admin-body .product-admin-grid td * {
    font-size: 9.5px !important;
    line-height: 1.12 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"],
  body.admin-body .stock-table-panel td[data-label="Producto"],
  body.admin-body .product-admin-grid td[data-label="Producto"] {
    font-size: 9.5px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"] .thumb,
  body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
  body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
}

.ck2-checkout-notice {
  width: min(100%, 980px) !important;
  margin: 0 auto 16px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 16px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-secondary-text) !important;
  box-shadow: 0 14px 36px rgba(var(--theme-primary-rgb), 0.12) !important;
}

.ck2-payment-option.is-disabled {
  opacity: .52 !important;
  cursor: not-allowed !important;
}

.ck2-payment-option.is-disabled input {
  cursor: not-allowed !important;
}

.ck2-payment-detail-culqi .ck2-dev-payment-box {
  border-style: solid !important;
  background: linear-gradient(135deg, var(--theme-surface), #ffffff) !important;
}

body:not(.admin-body) .ck2-data-summary dt,
body:not(.admin-body) .ck2-data-summary dd {
  font-weight: 500 !important;
}

body:not(.admin-body) .ck2-card-message-field {
  display: grid !important;
  gap: 8px !important;
}

body:not(.admin-body) .ck2-card-message-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body:not(.admin-body) .ck2-card-message-head span {
  color: #080716 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

body:not(.admin-body) .ck2-card-message-head small {
  display: block !important;
  margin-top: 3px !important;
  color: #5b5265 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

body:not(.admin-body) .ck2-card-message-head button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 38px !important;
  padding: 0 13px !important;
  border: 1px solid #ffd36a !important;
  border-radius: 999px !important;
  background: #fff8df !important;
  color: #8a5a00 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(255, 193, 7, .18) !important;
}

body:not(.admin-body) .ck2-card-message-head button i {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #ffd84d !important;
  color: #7d4f00 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body:not(.admin-body) .ck2-card-message-field textarea {
  width: 100% !important;
  min-height: 120px !important;
  font-weight: 400 !important;
}

.ck2-dedication-modal[hidden] {
  display: none !important;
}

.ck2-dedication-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 260 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

.ck2-dedication-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(20, 13, 24, .58) !important;
  backdrop-filter: blur(6px) !important;
}

.ck2-dedication-dialog {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  width: min(720px, 100%) !important;
  max-height: min(82vh, 720px) !important;
  overflow: hidden !important;
  border: 1px solid var(--theme-tint) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 26px 70px rgba(var(--theme-secondary-rgb), 0.25) !important;
}

.ck2-dedication-dialog header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 20px 22px !important;
  border-bottom: 1px solid var(--theme-tint) !important;
  background: var(--theme-surface) !important;
}

.ck2-dedication-dialog header span {
  display: block !important;
  color: var(--theme-primary-text) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.ck2-dedication-dialog header strong {
  display: block !important;
  margin-top: 4px !important;
  color: #251426 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.ck2-dedication-dialog header button {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--theme-primary-text) !important;
  font-size: 22px !important;
  cursor: pointer !important;
}

.ck2-dedication-list {
  display: grid !important;
  gap: 18px !important;
  padding: 20px 22px 24px !important;
  overflow: auto !important;
}

.ck2-dedication-group {
  display: grid !important;
  gap: 10px !important;
}

.ck2-dedication-group h3 {
  margin: 0 !important;
  color: var(--theme-primary-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.ck2-dedication-group button {
  width: 100% !important;
  padding: 14px 15px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 14px !important;
  background: var(--theme-surface) !important;
  color: #332638 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.ck2-dedication-group button:hover {
  border-color: var(--brand-primary) !important;
  background: var(--theme-surface) !important;
}

.ck2-dedication-empty {
  margin: 0 !important;
  color: #6e6475 !important;
  font-weight: 400 !important;
}

body.dedication-modal-open {
  overflow: hidden !important;
}

@media (max-width: 520px) {
  body:not(.admin-body) .ck2-card-message-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body:not(.admin-body) .ck2-card-message-head button {
    width: 100% !important;
  }

  .ck2-dedication-modal {
    align-items: end !important;
    padding: 10px !important;
  }

  .ck2-dedication-dialog {
    width: 100% !important;
    max-height: 86vh !important;
    border-radius: 20px !important;
  }
}

/* Branded alert modal used by every window.alert call. */
body.pretty-alert-open {
  overflow: hidden !important;
}

.pretty-alert {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .18s ease !important;
}

.pretty-alert.open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.pretty-alert-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(27, 16, 38, .58) !important;
  backdrop-filter: blur(6px) !important;
}

.pretty-alert-card {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 14px !important;
  width: min(430px, 100%) !important;
  padding: 22px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--theme-primary-rgb), 0.14), transparent 150px),
    #fff !important;
  color: #24172a !important;
  box-shadow: 0 28px 80px rgba(27, 16, 38, .26) !important;
  outline: none !important;
  transform: translateY(8px) scale(.98) !important;
  transition: transform .18s ease !important;
}

.pretty-alert.open .pretty-alert-card {
  transform: translateY(0) scale(1) !important;
}

.pretty-alert-icon {
  display: grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 18px !important;
  background: var(--theme-surface) !important;
  color: var(--theme-primary-text) !important;
}

.pretty-alert-icon svg {
  width: 28px !important;
  height: 28px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.pretty-alert-card strong {
  display: block !important;
  margin: 2px 0 8px !important;
  color: var(--theme-secondary-text) !important;
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.pretty-alert-card p {
  margin: 0 !important;
  color: #5b5265 !important;
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.pretty-alert-card button {
  grid-column: 2 !important;
  justify-self: end !important;
  min-width: 128px !important;
  min-height: 44px !important;
  margin-top: 4px !important;
  border: 1px solid var(--brand-primary) !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  color: var(--theme-on-primary) !important;
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(var(--theme-primary-rgb), 0.24) !important;
}

.pretty-alert-card button:hover {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

@media (max-width: 420px) {
  .pretty-alert {
    padding: 12px !important;
  }

  .pretty-alert-card {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .pretty-alert-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
  }

  .pretty-alert-card button {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
  }
}

/* Final public typography: Cinzel for titles, Poppins for content. */
:root {
  --font-title: "Cinzel", Georgia, "Times New Roman", serif !important;
  --font-body: "Poppins", Arial, Helvetica, sans-serif !important;
  --font-serif: "Cinzel", Georgia, "Times New Roman", serif !important;
}

body:not(.admin-body),
body:not(.admin-body) * {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

body:not(.admin-body) :where(
  h1,
  h2,
  .hero-title,
  .catalog-hero h1,
  .campaign-title,
  .section-title,
  .detail-copy h1,
  .detail-copy h2,
  .purchase-thanks h1,
  .ck2-summary h2,
  .ck2-step-card > header h2,
  .drawer-panel h2,
  .product-wow h2,
  .thanks h1
) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
}

body:not(.admin-body) .google-reviews-section,
body:not(.admin-body) .google-reviews-section *,
body:not(.admin-body) .product-google-reviews-section,
body:not(.admin-body) .product-google-reviews-section * {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

/* EOF admin compact: esta capa debe cargar despues de los ajustes publicos. */
body.admin-body,
body.admin-body * {
  font-weight: 400 !important;
}

body.admin-body {
  font-size: 12px !important;
}

body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
  font-size: 11.5px !important;
  line-height: 1.26 !important;
}

body.admin-body :where(h1, h2, h3, .admin-top h1, .orders-header h1, .history-orders-headline h2, .client-ledger-title h2) {
  font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.admin-body :where(h1, .admin-top h1, .orders-header h1) {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.05 !important;
}

body.admin-body :where(h2, .admin-panel h2, .history-orders-headline h2) {
  font-size: clamp(20px, 2.35vw, 28px) !important;
  line-height: 1.08 !important;
}

body.admin-body :where(strong, b, th, .button, .status, .stock-badge, .district-status, .route-status) {
  font-weight: 500 !important;
}

body.admin-body :where(.eyebrow, table th, .admin-panel th, .client-ledger-head strong, .history-orders-head strong) {
  font-size: 8.5px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
}

body.admin-body .admin-panel td,
body.admin-body .admin-panel td *,
body.admin-body .stock-table-panel td,
body.admin-body .stock-table-panel td *,
body.admin-body .product-admin-grid td,
body.admin-body .product-admin-grid td * {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
}

body.admin-body .admin-panel td[data-label="Producto"],
body.admin-body .stock-table-panel td[data-label="Producto"],
body.admin-body .product-admin-grid td[data-label="Producto"] {
  color: #160c20 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
}

body.admin-body .admin-panel td[data-label="Producto"] .thumb,
body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

body.admin-body .stock-inline-form input {
  width: 42px !important;
  min-height: 42px !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
}

body.admin-body .stock-inline-form button,
body.admin-body .table-actions .action-icon,
body.admin-body .action-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

body.admin-body :where(.stock-badge, .status, .discount-admin-badge, .discount-admin-empty) {
  font-size: 9px !important;
  font-weight: 400 !important;
}

@media (max-width: 760px) {
  body.admin-body {
    font-size: 11px !important;
  }

  body.admin-body :where(p, span, small, label, input, select, textarea, button, a, td, th, div) {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  body.admin-body .admin-panel td,
  body.admin-body .admin-panel td *,
  body.admin-body .stock-table-panel td,
  body.admin-body .stock-table-panel td *,
  body.admin-body .product-admin-grid td,
  body.admin-body .product-admin-grid td * {
    font-size: 9.5px !important;
    line-height: 1.12 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"],
  body.admin-body .stock-table-panel td[data-label="Producto"],
  body.admin-body .product-admin-grid td[data-label="Producto"] {
    font-size: 9.5px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
  }

  body.admin-body .admin-panel td[data-label="Producto"] .thumb,
  body.admin-body .stock-table-panel td[data-label="Producto"] .thumb,
  body.admin-body .product-admin-grid td[data-label="Producto"] .thumb {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
}
