/* PSDFA Market — shared product card component.
   Used by homepage, shop/category archives and product search results. */

.woocommerce ul.products li.product.psdfa-product-card,
.woocommerce-page ul.products li.product.psdfa-product-card,
ul.products li.product.psdfa-product-card {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

.psdfa-product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--psdfa-border);
  border-radius: 14px;
  background: var(--psdfa-surface);
  box-shadow: none;
  transform: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.psdfa-product-card-inner:hover {
  border-color: #d2d6d9;
  box-shadow: 0 13px 30px rgba(18,21,26,.07);
  transform: translateY(-2px);
}

.psdfa-product-thumb {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: color-mix(in srgb, var(--psdfa-bg) 72%, var(--psdfa-surface));
}

.psdfa-product-thumb > img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .3s ease;
}

.psdfa-product-card-inner:hover .psdfa-product-thumb > img {
  transform: scale(1.02);
}

.psdfa-product-badges {
  position: absolute;
  top: 9px;
  right: 9px;
  left: 9px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.psdfa-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 1px 7px;
  border-radius: 7px;
  background: #111318;
  color: #fff;
  font-size: 8.3px;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.psdfa-badge-sale { background: #e63838; }
.psdfa-badge-featured { background: var(--psdfa-primary); color: #111318; }
.psdfa-badge-new { background: #eef8ee; color: #3d7140; }
.psdfa-badge-version {
  margin-right: auto;
  border: 1px solid rgba(0,0,0,.06);
  background: color-mix(in srgb, var(--psdfa-surface) 94%, transparent);
  color: var(--psdfa-text-secondary);
}

.psdfa-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 11px 12px 12px;
}

.psdfa-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 3px;
}

.psdfa-product-cat {
  overflow: hidden;
  color: #8d9298;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.psdfa-product-updated {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: #8a8f94;
  font-size: 8.4px;
  white-space: nowrap;
}

.psdfa-product-updated svg {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 999px;
  background: var(--psdfa-primary-soft);
  color: color-mix(in srgb, var(--psdfa-primary) 58%, #5b4900);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.psdfa-product-card h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: var(--psdfa-card-title-height, 3.36em);
  max-height: var(--psdfa-card-title-height, 3.36em);
  margin: 0 0 7px;
  padding: 0;
  overflow: hidden;
  color: var(--psdfa-ink);
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.68;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--psdfa-card-title-lines, 2);
  line-clamp: var(--psdfa-card-title-lines, 2);
}

.psdfa-product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.psdfa-product-card h2 a:hover { color: color-mix(in srgb, var(--psdfa-primary) 58%, #5b4900); }

.psdfa-product-excerpt {
  min-height: 0;
  margin: -3px 0 9px;
  color: #777d83;
  font-size: 9.8px;
  line-height: 1.9;
}

.psdfa-product-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0 0 8px;
  overflow: hidden;
  border: 1px solid #edf0f1;
  border-radius: 10px;
  background: color-mix(in srgb, var(--psdfa-bg) 56%, var(--psdfa-surface));
}

.psdfa-product-stats span {
  display: grid;
  gap: 1px;
  padding: 7px 6px;
  text-align: center;
}

.psdfa-product-stats span + span { border-right: 1px solid #e9ebed; }

.psdfa-product-stats b {
  color: #33383d;
  font-size: 10.5px;
  font-weight: 900;
}

.psdfa-product-stats small {
  color: #9a9fa5;
  font-size: 7.8px;
}

.psdfa-product-commerce {
  display: grid;
  gap: 5px;
  margin-top: auto;
}

.psdfa-product-price {
  min-height: 27px;
  margin: 0;
  color: var(--psdfa-ink);
  font-size: 14px;
  font-weight: 950;
  text-align: right;
  line-height: 1.55;
}

.psdfa-product-price .price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.psdfa-product-price del {
  display: inline;
  margin-left: 5px;
  color: #999;
  font-size: 9px;
  font-weight: 600;
  opacity: 1;
}

.psdfa-product-price ins { text-decoration: none; }

.psdfa-product-actions {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 6px;
  margin: 0;
}

.psdfa-product-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 0 12px;
  border-radius: 9px;
  background: #111318;
  color: #fff;
  font-size: 9.5px;
  font-weight: 850;
  text-decoration: none;
}

.psdfa-product-buy:hover { background: var(--psdfa-primary); color: #111318; }

.psdfa-product-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  min-height: 37px;
  padding: 0;
  border: 1px solid #dfe1e4;
  border-radius: 9px;
  background: var(--psdfa-surface);
  color: var(--psdfa-text-secondary);
  text-decoration: none;
}

.psdfa-product-demo:hover { border-color: color-mix(in srgb, var(--psdfa-primary) 72%, #c8a000); background: var(--psdfa-primary-soft); color: #6c5600; }

.psdfa-product-demo svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
}

.psdfa-product-demo span { display: none; }

@media (max-width:760px) {
  .psdfa-product-body { padding: 12px; }

  .psdfa-product-card h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: var(--psdfa-card-title-height, 3.36em);
    max-height: var(--psdfa-card-title-height, 3.36em);
    font-size: 13px;
    line-height: 1.68;
  }

  .psdfa-product-excerpt { display: none; }
  .psdfa-product-stats { margin-bottom: 9px; }
  .psdfa-product-price { min-height: 25px; }
  .psdfa-product-actions { grid-template-columns: 1fr auto; }
}

@media (max-width:520px) {
  .psdfa-product-card h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .psdfa-product-stats b { font-size: 10.5px; }
  .psdfa-product-stats small { font-size: 8px; }
  .psdfa-product-buy { min-height: 39px; font-size: 10px; }
  .psdfa-product-demo { width: 39px; min-height: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .psdfa-product-card-inner,
  .psdfa-product-thumb > img { transition: none; }
}

/* PSDFA 0.7.17 — audio cards reuse the exact single-product audio Hero component. */
.psdfa-product-thumb--audio-showcase{aspect-ratio:3 / 2;overflow:hidden;background:#101113}
.psdfa-product-thumb--audio-showcase .psdfa-audio-showcase{width:100%;height:100%;min-height:100%}
.psdfa-audio-showcase{--psdfa-audio-hero-height:380px;--psdfa-audio-hero-mobile-height:300px;--psdfa-audio-overlay:.46;--psdfa-audio-bg-image:none;position:relative;isolation:isolate;overflow:hidden;min-height:var(--psdfa-audio-hero-height);padding:26px;background:#101113;color:#fff}
.psdfa-audio-showcase.is-minimal{min-height:0;background:linear-gradient(135deg,#17191d,#262116)}
.psdfa-audio-showcase__background,.psdfa-audio-showcase__shade{position:absolute;inset:0;pointer-events:none}
.psdfa-audio-showcase__background{z-index:-3;background-image:var(--psdfa-audio-bg-image);background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.025)}
.psdfa-audio-showcase__shade{z-index:-2;background:radial-gradient(circle at 18% 20%,rgba(255,204,0,.16),transparent 26%),radial-gradient(circle at 82% 70%,rgba(255,204,0,.10),transparent 30%),linear-gradient(180deg,rgba(7,9,12,.28) 0%,rgba(7,9,12,var(--psdfa-audio-overlay)) 52%,rgba(7,9,12,.82) 100%)}
.psdfa-audio-showcase__content{display:flex;min-height:calc(var(--psdfa-audio-hero-height) - 52px);flex-direction:column;justify-content:space-between;gap:20px}
.psdfa-audio-showcase.is-minimal .psdfa-audio-showcase__content{min-height:0}
.psdfa-audio-showcase__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.psdfa-audio-showcase__badge,.psdfa-audio-showcase__format{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(8,10,13,.45);color:rgba(255,255,255,.9);font-size:11.5px;font-weight:850;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.psdfa-audio-showcase__live-dot{width:7px;height:7px;margin-inline-end:7px;border-radius:50%;background:var(--psdfa-primary);box-shadow:0 0 0 5px rgba(255,204,0,.11)}
.psdfa-audio-showcase__center{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(150px,auto);align-items:center;gap:18px;margin-block:auto}
.psdfa-audio-showcase__disc{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:radial-gradient(circle at 42% 38%,#ffe675 0 8%,#ffce00 9% 22%,#17191d 23% 31%,#2c2d30 32% 53%,#0b0c0e 54% 100%);color:#111318;font-family:Arial,sans-serif;font-size:30px;font-weight:900;box-shadow:0 18px 48px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.08)}
.psdfa-audio-showcase__copy{display:grid;gap:3px;min-width:0}.psdfa-audio-showcase__copy small{color:#ffdc35;font-size:11px;font-weight:850}.psdfa-audio-showcase__copy strong{overflow:hidden;color:#fff;font-size:clamp(18px,2.15vw,27px);font-weight:950;line-height:1.65;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 14px rgba(0,0,0,.2)}.psdfa-audio-showcase__copy span{color:rgba(255,255,255,.66);font-size:12px;line-height:1.8}
.psdfa-audio-showcase__wave{display:flex;align-items:center;justify-content:flex-end;gap:4px;height:58px;opacity:.82}.psdfa-audio-showcase__wave i{display:block;width:3px;height:18px;border-radius:99px;background:linear-gradient(180deg,#fff4ae,var(--psdfa-primary));transform-origin:center;animation:psdfa-audio-wave 1.05s ease-in-out infinite alternate;animation-play-state:paused}.psdfa-audio-showcase__wave i:nth-child(3n+1){height:42px;animation-delay:-.35s}.psdfa-audio-showcase__wave i:nth-child(3n+2){height:27px;animation-delay:-.7s}.psdfa-audio-showcase__wave i:nth-child(4n){height:52px;animation-delay:-.2s}.psdfa-audio-showcase.is-playing .psdfa-audio-showcase__wave i{animation-play-state:running}@keyframes psdfa-audio-wave{from{transform:scaleY(.46);opacity:.5}to{transform:scaleY(1);opacity:1}}
.psdfa-audio-player{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;width:100%;min-height:84px;padding:13px 15px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(8,10,13,.68);box-shadow:0 18px 46px rgba(0,0,0,.24);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}
.psdfa-audio-player [data-psdfa-audio-element]{display:none!important}.psdfa-audio-player button{font:inherit}.psdfa-audio-player__play,.psdfa-audio-player__mute{display:grid;place-items:center;border:0;cursor:pointer}.psdfa-audio-player__play{width:52px;height:52px;border-radius:50%;background:var(--psdfa-primary);color:#111318;box-shadow:0 10px 25px rgba(255,204,0,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.psdfa-audio-player__play:hover{transform:translateY(-1px) scale(1.025);box-shadow:0 13px 30px rgba(255,204,0,.26)}.psdfa-audio-player__play:focus-visible,.psdfa-audio-player__mute:focus-visible,.psdfa-audio-player input[type=range]:focus-visible{outline:2px solid #fff;outline-offset:3px}.psdfa-audio-player__play svg{width:22px;height:22px;stroke-width:2.2}.psdfa-audio-player__timeline{display:grid;gap:8px;min-width:0;direction:ltr}.psdfa-audio-player__time{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.66);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:750}
.psdfa-audio-player input[type=range]{--psdfa-audio-progress:0%;width:100%;height:18px;margin:0;padding:0;border:0;background:transparent;direction:ltr;appearance:none;-webkit-appearance:none;cursor:pointer}.psdfa-audio-player input[type=range]::-webkit-slider-runnable-track{height:5px;border-radius:99px;background:linear-gradient(90deg,var(--psdfa-primary) 0 var(--psdfa-audio-progress),rgba(255,255,255,.18) var(--psdfa-audio-progress) 100%)}.psdfa-audio-player input[type=range]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4.5px;border:2px solid #17191c;border-radius:50%;background:var(--psdfa-primary);box-shadow:0 0 0 2px rgba(255,255,255,.82);appearance:none;-webkit-appearance:none}.psdfa-audio-player input[type=range]::-moz-range-track{height:5px;border:0;border-radius:99px;background:rgba(255,255,255,.18)}.psdfa-audio-player input[type=range]::-moz-range-progress{height:5px;border-radius:99px;background:var(--psdfa-primary)}.psdfa-audio-player input[type=range]::-moz-range-thumb{width:12px;height:12px;border:2px solid #17191c;border-radius:50%;background:var(--psdfa-primary);box-shadow:0 0 0 2px rgba(255,255,255,.82)}
.psdfa-audio-player__volume{display:flex;align-items:center;gap:7px;width:118px;direction:ltr}.psdfa-audio-player__volume input{--psdfa-audio-progress:100%;width:74px}.psdfa-audio-player__mute{width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82)}.psdfa-audio-player__mute:hover{background:rgba(255,255,255,.14);color:#fff}.psdfa-audio-player__mute svg{width:18px;height:18px}.psdfa-audio-showcase__note{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.64);font-size:10.5px;line-height:1.8}.psdfa-audio-showcase__note>span{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:rgba(255,204,0,.14);color:var(--psdfa-primary);font-weight:950}.psdfa-audio-showcase.is-error .psdfa-audio-player__play{opacity:.48;cursor:not-allowed}
/* Card mode changes only scale/spacing; component structure and controls are identical. */
.psdfa-audio-showcase.is-card{height:100%;min-height:100%;padding:14px;border-radius:0}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__content{min-height:calc(100% - 28px);gap:10px}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__badge,.psdfa-audio-showcase.is-card .psdfa-audio-showcase__format{min-height:25px;padding:0 8px;font-size:8px}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__live-dot{width:5px;height:5px;margin-inline-end:5px;box-shadow:0 0 0 3px rgba(255,204,0,.11)}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__center{grid-template-columns:42px minmax(0,1fr) auto;gap:9px;margin-block:0}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__disc{width:42px;height:42px;font-size:18px}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__copy small{font-size:8px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__copy strong{font-size:11px;line-height:1.55}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__copy span{font-size:8.5px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.psdfa-audio-showcase.is-card .psdfa-audio-showcase__wave{height:35px;gap:2px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__wave i{width:2px;transform:scaleY(.7)}
.psdfa-audio-showcase.is-card .psdfa-audio-player{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:48px;padding:7px 8px;border-radius:11px}
.psdfa-audio-showcase.is-card .psdfa-audio-player__play{width:34px;height:34px}.psdfa-audio-showcase.is-card .psdfa-audio-player__play svg{width:15px;height:15px}.psdfa-audio-showcase.is-card .psdfa-audio-player__timeline{gap:4px}.psdfa-audio-showcase.is-card .psdfa-audio-player__time{font-size:8px}.psdfa-audio-showcase.is-card .psdfa-audio-player__volume{width:74px;gap:4px}.psdfa-audio-showcase.is-card .psdfa-audio-player__volume input{width:42px}.psdfa-audio-showcase.is-card .psdfa-audio-player__mute{width:27px;height:27px;flex-basis:27px}.psdfa-audio-showcase.is-card .psdfa-audio-player__mute svg{width:14px;height:14px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__note{font-size:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__note>span{width:14px;height:14px;flex-basis:14px}
.psdfa-product-placeholder{position:absolute;inset:0;display:grid;place-content:center;gap:3px;text-align:center;background:linear-gradient(145deg,#f3f4f4,#e8e9ea);color:#72777d}.psdfa-product-placeholder b{color:#202428;font-size:17px;letter-spacing:.08em}.psdfa-product-placeholder small{font-size:9px}
.psdfa-product-buy{position:relative;border:0;cursor:pointer;font-family:inherit;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.psdfa-product-buy__icon{display:inline-grid;place-items:center;margin-left:6px;color:var(--psdfa-primary)}.psdfa-product-buy:hover .psdfa-product-buy__icon{color:#111318}.psdfa-product-buy__icon svg{width:15px;height:15px;margin:0}.psdfa-product-buy__label{min-width:0;white-space:nowrap}.psdfa-product-buy__loader{display:none;width:15px;height:15px;margin-left:7px;border:2px solid rgba(255,255,255,.34);border-top-color:var(--psdfa-primary);border-radius:50%;animation:psdfa-card-buy-spin .72s linear infinite}.psdfa-product-buy.is-loading{background:#111318!important;color:#fff!important;opacity:.86;cursor:wait;pointer-events:none}.psdfa-product-buy.is-loading .psdfa-product-buy__icon{display:none}.psdfa-product-buy.is-loading .psdfa-product-buy__loader{display:inline-block}.psdfa-product-buy.is-added{background:var(--psdfa-primary);color:#111318}.psdfa-product-buy--download{background:#111318}.psdfa-product-buy--download:hover{background:var(--psdfa-primary);color:#111318}@keyframes psdfa-card-buy-spin{to{transform:rotate(360deg)}}
.psdfa-rating-stars{position:relative;display:inline-block;direction:ltr;color:#d8dadd;font-size:13px;line-height:1;letter-spacing:1px}.psdfa-rating-stars>i{position:absolute;top:0;left:0;overflow:hidden;color:#f3b700;font-style:normal;white-space:nowrap}
@media(max-width:720px){.psdfa-audio-showcase{min-height:var(--psdfa-audio-hero-mobile-height);padding:16px}.psdfa-audio-showcase__content{min-height:calc(var(--psdfa-audio-hero-mobile-height) - 32px);gap:14px}.psdfa-audio-showcase__head{gap:8px}.psdfa-audio-showcase__badge,.psdfa-audio-showcase__format{min-height:30px;padding-inline:9px;font-size:10px}.psdfa-audio-showcase__center{grid-template-columns:58px minmax(0,1fr);gap:12px}.psdfa-audio-showcase__disc{width:58px;height:58px;font-size:24px}.psdfa-audio-showcase__copy strong{font-size:17px}.psdfa-audio-showcase__copy span{display:none}.psdfa-audio-showcase__wave{display:none}.psdfa-audio-player{grid-template-columns:auto minmax(0,1fr);gap:11px;min-height:72px;padding:10px;border-radius:13px}.psdfa-audio-player__play{width:46px;height:46px}.psdfa-audio-player__volume{display:none}.psdfa-audio-showcase__note{font-size:9.5px}.psdfa-audio-showcase.is-card{padding:12px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__content{min-height:calc(100% - 24px);gap:8px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__center{grid-template-columns:38px minmax(0,1fr);gap:8px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__disc{width:38px;height:38px;font-size:16px}.psdfa-audio-showcase.is-card .psdfa-audio-player{min-height:44px;padding:6px 7px;gap:7px}.psdfa-audio-showcase.is-card .psdfa-audio-player__play{width:32px;height:32px}.psdfa-audio-showcase.is-card .psdfa-audio-showcase__wave{display:none}}
@media(prefers-reduced-motion:reduce){.psdfa-audio-showcase__wave i{animation:none!important}.psdfa-audio-player__play{transition:none}}


/* PSDFA 0.7.22 — Web Audio reactive waveform. */
.psdfa-audio-showcase.has-reactive-wave .psdfa-audio-showcase__wave i{
  animation:none!important;
  transform-origin:center;
  will-change:transform,opacity;
  transition:opacity .1s linear;
}

/* PSDFA 0.7.25 — real audio analysis owns bar transforms; CSS animation is fallback only. */
.psdfa-audio-showcase.has-reactive-wave .psdfa-audio-showcase__wave i{animation:none!important;animation-play-state:paused!important;will-change:transform,opacity}

/* PSDFA 0.7.29 — no fake synchronization: if no cached waveform exists, bars stay static. */
.psdfa-audio-showcase.uses-wave-static .psdfa-audio-showcase__wave i{animation:none!important;animation-play-state:paused!important}


/* PSDFA 0.7.67 — compact, brand-aware card rhythm. */
.psdfa-product-card-inner:hover{border-color:color-mix(in srgb,var(--psdfa-primary) 55%,var(--psdfa-border));box-shadow:0 12px 28px rgba(17,19,24,.075),0 0 0 1px color-mix(in srgb,var(--psdfa-primary) 10%,transparent)}
.psdfa-product-stats{border-color:color-mix(in srgb,var(--psdfa-primary) 12%,#e8eaec);background:color-mix(in srgb,var(--psdfa-primary) 3.5%,var(--psdfa-surface))}
.psdfa-product-stats span + span{border-right-color:color-mix(in srgb,var(--psdfa-primary) 10%,#e6e8ea)}
.psdfa-product-price .woocommerce-Price-amount{color:var(--psdfa-ink)}
.psdfa-product-buy:focus-visible,.psdfa-product-demo:focus-visible{outline:2px solid var(--psdfa-primary);outline-offset:2px}
.psdfa-product-actions a.added_to_cart.wc-forward,.psdfa-product-card a.added_to_cart.wc-forward,.psdfa-product-card + a.added_to_cart.wc-forward{display:none!important}
