/* 55printing live price list — full-width, cute, interactive */

.page-content .ff-price-list,
.product-page-content .ff-price-list,
.ff-price-list {
  --ff-pl-ink: #0f172a;
  --ff-pl-muted: #64748b;
  --ff-pl-line: rgba(85, 139, 202, 0.24);
  --ff-pl-brand: #558bca;
  --ff-pl-brand-deep: #3d6fa8;
  --ff-pl-mint: #ecfeff;
  --ff-pl-sky: #eff6ff;
  --ff-pl-wash: #f4f8fc;
  --ff-pl-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  --ff-pl-radius: 22px;

  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 1.75rem 0 2.25rem;
  padding: 1.55rem 1.45rem 1.35rem;
  border: 1px solid var(--ff-pl-line);
  border-radius: var(--ff-pl-radius);
  background:
    radial-gradient(ellipse 75% 50% at 0% 0%, rgba(85, 139, 202, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 0%, rgba(6, 182, 212, 0.1), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, var(--ff-pl-wash) 100%);
  box-shadow: var(--ff-pl-shadow);
  overflow: hidden;
  isolation: isolate;
  font-family: Poppins, "Segoe UI", system-ui, sans-serif;
  color: var(--ff-pl-ink);
  animation: ff-pl-enter 0.55s cubic-bezier(0.2, 0.9, 0.25, 1) both;
}

.ff-price-list *,
.ff-price-list *::before,
.ff-price-list *::after {
  box-sizing: border-box;
}

.ff-price-list__glow {
  position: absolute;
  top: -40%;
  right: -15%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 139, 202, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
  animation: ff-pl-glow 7s ease-in-out infinite alternate;
}

.ff-price-list__head,
.ff-price-list__filters,
.ff-price-list__status,
.ff-price-list__table-wrap,
.ff-price-list__compare,
.ff-price-list__note {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ff-price-list__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--ff-pl-mint);
  color: #0e7490;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-price-list__title {
  margin: 0.65rem 0 0.45rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ff-pl-ink);
}

.ff-price-list__summary {
  margin: 0 0 0.85rem;
  color: var(--ff-pl-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: none;
}

.ff-price-list__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ff-price-list__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ff-pl-brand), var(--ff-pl-brand-deep));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(85, 139, 202, 0.28);
}

.ff-price-list__badge--soft {
  background: #fff;
  color: var(--ff-pl-brand-deep);
  border: 1px solid var(--ff-pl-line);
  box-shadow: none;
  font-weight: 600;
}

.ff-price-list__filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
  margin: 0 0 1.1rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.ff-price-list__control {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0;
  min-width: 0;
}

.ff-price-list__control-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
}

.ff-price-list__select {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 12px;
  background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23558BCA' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 0.85rem center / 10px;
  padding: 0.72rem 2rem 0.72rem 0.9rem;
  font: inherit;
  font-size: 0.92rem;
  color: var(--ff-pl-ink);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ff-price-list__select:hover {
  border-color: var(--ff-pl-brand);
  background-color: #fff;
}

.ff-price-list__select:focus {
  outline: none;
  border-color: var(--ff-pl-brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(85, 139, 202, 0.22);
  transform: translateY(-1px);
}

.ff-price-list__status {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  background: var(--ff-pl-sky);
  color: var(--ff-pl-brand-deep);
  font-size: 0.86rem;
  font-weight: 600;
}

.ff-price-list__status[hidden] {
  display: none !important;
}

.ff-price-list__status.is-loading {
  background: linear-gradient(90deg, #eff6ff, #ecfeff, #eff6ff);
  background-size: 200% 100%;
  animation: ff-pl-shimmer 1.1s linear infinite;
}

.ff-price-list__table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ff-price-list__table-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
}

.ff-price-list__table-bar span {
  color: var(--ff-pl-brand);
  font-weight: 800;
}

/* Beat theme .page-content table { display:block } which collapses width */
.page-content .ff-price-list table.ff-price-list__table,
.product-page-content .ff-price-list table.ff-price-list__table,
.ff-price-list table.ff-price-list__table,
.ff-price-list__table {
  display: table !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.ff-price-list__caption {
  caption-side: top;
  padding: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-content .ff-price-list__table thead th,
.ff-price-list__table thead th {
  padding: 0.9rem 1.15rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #1e293b 0%, #334155 55%, #3d6fa8 100%);
  border-bottom: 0;
  width: 33.333%;
}

.page-content .ff-price-list__table thead th:nth-child(2),
.page-content .ff-price-list__table thead th:nth-child(3),
.ff-price-list__table thead th:nth-child(2),
.ff-price-list__table thead th:nth-child(3) {
  text-align: right;
}

.page-content .ff-price-list__table tbody th,
.page-content .ff-price-list__table tbody td,
.ff-price-list__table tbody th,
.ff-price-list__table tbody td {
  padding: 0.92rem 1.15rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  font-size: 1rem;
  vertical-align: middle;
  width: 33.333%;
}

.ff-price-list__table tbody th {
  font-weight: 700;
  color: var(--ff-pl-ink);
  text-align: left;
}

.ff-price-list__table tbody td {
  text-align: right;
}

.ff-price-list__table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.ff-price-list__table tbody tr:last-child th,
.ff-price-list__table tbody tr:last-child td {
  border-bottom: 0;
}

.ff-price-list__row {
  animation: ff-pl-row-in 0.45s cubic-bezier(0.2, 0.9, 0.25, 1) both;
  animation-delay: var(--ff-pl-delay, 0ms);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ff-price-list__row:hover {
  background: rgba(85, 139, 202, 0.1) !important;
}

.ff-price-list__unit {
  color: var(--ff-pl-brand);
  font-weight: 700;
}

.ff-price-list__total {
  color: #15803d;
  font-weight: 800;
  font-size: 1.05rem;
  display: inline-block;
  transform-origin: right center;
}

.ff-price-list.is-updating .ff-price-list__total,
.ff-price-list.is-updating .ff-price-list__unit,
.ff-price-list.is-updating [data-ff-pl-from] {
  animation: ff-pl-pop 0.55s cubic-bezier(0.2, 1.15, 0.3, 1) both;
}

.ff-price-list__compare {
  margin-top: 1.15rem;
  width: 100%;
}

.ff-price-list__compare-head {
  margin-bottom: 0.65rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #475569;
}

.ff-price-list__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}

.ff-price-list__chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  animation: ff-pl-row-in 0.45s cubic-bezier(0.2, 0.9, 0.25, 1) both;
  animation-delay: var(--ff-pl-delay, 0ms);
}

.ff-price-list__chip:hover,
.ff-price-list__chip:focus-visible {
  outline: none;
  transform: translateY(-3px);
  border-color: var(--ff-pl-brand);
  box-shadow: 0 12px 24px rgba(85, 139, 202, 0.18);
}

.ff-price-list__chip.is-active {
  border-color: var(--ff-pl-brand);
  background: linear-gradient(180deg, #ffffff, var(--ff-pl-sky));
  box-shadow: 0 0 0 3px rgba(85, 139, 202, 0.18);
}

.ff-price-list__chip-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.3;
}

.ff-price-list__chip-price {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--ff-pl-brand-deep);
}

.ff-price-list__chip-meta {
  font-size: 0.72rem;
  color: #94a3b8;
}

.ff-price-list__note {
  margin: 0.95rem 0 0;
  font-size: 0.84rem;
  color: var(--ff-pl-muted);
  line-height: 1.45;
  text-align: center;
}

@keyframes ff-pl-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ff-pl-glow {
  from {
    transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  to {
    transform: translate(-18px, 12px) scale(1.08);
    opacity: 1;
  }
}

@keyframes ff-pl-row-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ff-pl-pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ff-pl-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (max-width: 900px) {
  .ff-price-list__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-price-list__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ff-price-list {
    padding: 1.2rem 1rem 1.1rem;
    margin: 1.25rem 0 1.75rem;
  }

  .ff-price-list__filters {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .ff-price-list__chips {
    grid-template-columns: 1fr 1fr;
  }

  .ff-price-list__table thead th,
  .ff-price-list__table tbody th,
  .ff-price-list__table tbody td {
    padding: 0.75rem 0.85rem;
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-price-list,
  .ff-price-list__glow,
  .ff-price-list__row,
  .ff-price-list__chip,
  .ff-price-list.is-updating .ff-price-list__total,
  .ff-price-list.is-updating .ff-price-list__unit,
  .ff-price-list.is-updating [data-ff-pl-from],
  .ff-price-list__status.is-loading {
    animation: none !important;
  }

  .ff-price-list__chip:hover,
  .ff-price-list__chip:focus-visible,
  .ff-price-list__select:focus {
    transform: none;
  }
}
