/* AvvalStock Product System v19.2 — native shared product card.
 * Scoped to .avs-product-system for theme-independent Elementor and Catalog use.
 */
.avs-product-system{
  --avs-card-border:#dfe5ed;
  --avs-card-text:#162033;
  --avs-card-muted:#667085;
  --avs-card-soft:#f8fafc;
  --avs-card-accent:#ff4967;
  --avs-card-radius:15px;
  --avs-card-row-radius:9px;
  --avs-card-shadow:0 7px 20px rgba(23,32,51,.055);
  --avs-card-title-lines:2;
  color:var(--avs-card-text);
}
.avs-product-system *,
.avs-product-system *::before,
.avs-product-system *::after{box-sizing:border-box}

.avs-product-system ul.products>li.product.avs-product-card{
  position:relative;
  display:flex!important;
  flex-direction:column;
  align-self:stretch;
  float:none!important;
  clear:none!important;
  width:100%!important;
  min-width:0;
  max-width:none!important;
  height:auto;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid var(--avs-card-border);
  border-radius:var(--avs-card-radius);
  background:#fff;
  box-shadow:var(--avs-card-shadow);
  color:var(--avs-card-text);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
@media (hover:hover){
  .avs-product-system ul.products>li.product.avs-product-card:hover{
    border-color:#cfd8e5;
    box-shadow:0 11px 28px rgba(23,32,51,.085);
    transform:translateY(-1px);
  }
}
.avs-product-system .avs-product-card__badges{position:absolute;z-index:4;inset:50px 8px auto auto}
.avs-product-system .avs-badge--choice{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:8px;background:#fff2f5;color:#ed3555;font-size:9px;font-weight:900}

/* Promotion / countdown */
.avs-product-system .avs-product-card__promo{
  display:flex;
  align-items:center;
  width:100%;
  min-height:42px;
  padding:6px 7px;
  border-bottom:1px solid #ffe1e6;
  background:#fffafb;
  overflow:hidden;
}
.avs-product-system .avs-product-card__promo.is-regular{visibility:hidden}
.avs-product-system .avs-sale-timer{margin:0;padding:0;border:0;background:transparent;box-shadow:none}
.avs-product-system .avs-product-card__promo-spacer{display:block;width:100%;height:29px}
.avs-product-system .avs-sale-timer--rail{display:flex;align-items:center;direction:rtl;width:100%;min-width:0;min-height:29px;gap:4px}
.avs-product-system .avs-sale-timer__title{display:inline-flex;align-items:center;justify-content:center;flex:0 0 56px;width:56px;height:27px;padding:0 6px;border-radius:999px;background:var(--avs-card-accent);color:#fff;font-size:9px;line-height:1;font-weight:900;white-space:nowrap;order:1}
.avs-product-system .avs-sale-timer__countdown{display:flex;flex:1 1 auto;align-items:center;justify-content:center;direction:rtl;gap:3px;min-width:0;order:2}
.avs-product-system .avs-time-unit{display:flex;flex:0 0 25px;width:25px;height:29px;padding:2px 1px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e4e9f0;border-radius:6px;background:#fff;overflow:hidden}
.avs-product-system .avs-time-unit.is-seconds{border-color:#ffc8d1;background:#fff7f8}
.avs-product-system .avs-time-unit b{padding:0;background:transparent;color:#172033;font-size:10px;line-height:1;font-weight:900}
.avs-product-system .avs-time-unit.is-seconds b{color:var(--avs-card-accent)}
.avs-product-system .avs-time-unit i{margin-top:2px;color:#7b8697;font-size:5.5px;line-height:1;font-style:normal;font-weight:800;white-space:nowrap}
.avs-product-system .avs-sale-timer__flame{display:flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;margin-left:1px;border-radius:50%;background:#fff0f3;color:var(--avs-card-accent);order:3}
.avs-product-system .avs-sale-timer__flame svg{width:10px;height:10px;fill:currentColor}
.avs-product-system .avs-sale-timer.is-urgent .avs-time-unit.is-seconds{box-shadow:0 0 0 2px rgba(255,73,103,.08)}
.avs-product-system .avs-sale-timer.is-ended{opacity:.55}

/* Image */
.avs-product-system .avs-product-card__image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.08/1;margin:0;padding:10px 10px 4px;border:0;background:#fff;overflow:hidden;text-decoration:none}
.avs-product-system .avs-product-card__image img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:auto!important;object-fit:contain;object-position:center}

/* Body/title */
.avs-product-system .avs-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;width:100%;min-width:0;padding:0 9px 9px;background:#fff}
.avs-product-system .avs-product-card__title{display:-webkit-box;width:100%;min-width:0;min-height:39px;max-height:39px;margin:0 0 8px!important;padding:0 2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--avs-card-title-lines);color:#344054;font-size:11.2px!important;line-height:1.72!important;font-weight:650!important;text-align:center}
.avs-product-system .avs-product-card__title a{color:inherit!important;text-decoration:none!important}
.avs-product-system .avs-product-card__decision{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}

/* One semantic specification component is shared by every product surface. */
.avs-product-system .avs-product-card__specs{display:grid;grid-template-columns:1fr;gap:5px;width:100%;margin:0 0 8px}
.avs-product-system .avs-product-card__spec{display:grid;grid-template-columns:23px minmax(45px,.82fr) minmax(46px,1fr) minmax(36px,.78fr);grid-template-rows:24px;align-items:center;min-width:0;min-height:34px;padding:4px 7px;border:1px solid #e1e7ef;border-radius:var(--avs-card-row-radius);background:#fff;overflow:hidden}
.avs-product-system .avs-product-card__spec-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:3px;border-radius:6px;background:#f4f6f8}
.avs-product-system .avs-product-card__spec-icon svg{display:block;width:14px;height:14px}
.avs-product-system .avs-product-card__spec-label{min-width:0;font-size:9px;line-height:1;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avs-product-system .avs-product-card__spec-primary{min-width:0;color:#1d2939;font-size:10px;line-height:1;font-weight:900;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avs-product-system .avs-product-card__spec-secondary{min-width:0;color:#667085;font-size:8.6px;line-height:1;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avs-product-system .avs-product-card__spec.is-missing{opacity:.45}
.avs-product-system .avs-product-card__spec--cpu .avs-product-card__spec-icon{background:#f3eaff;color:#9a4df1}
.avs-product-system .avs-product-card__spec--cpu .avs-product-card__spec-label{color:#a13cff}
.avs-product-system .avs-product-card__spec--gpu .avs-product-card__spec-icon{background:#e9fbf0;color:#16a34a}
.avs-product-system .avs-product-card__spec--gpu .avs-product-card__spec-label{color:#13a34a}
.avs-product-system .avs-product-card__spec--ram .avs-product-card__spec-icon{background:#fff0e8;color:#ff7a1a}
.avs-product-system .avs-product-card__spec--ram .avs-product-card__spec-label{color:#ff6f00}
.avs-product-system .avs-product-card__spec--ssd .avs-product-card__spec-icon{background:#eaf3ff;color:#2d7ff9}
.avs-product-system .avs-product-card__spec--ssd .avs-product-card__spec-label{color:#1477ef}

/* Commerce */
.avs-product-system .avs-product-card__footer{display:grid;grid-template-columns:minmax(0,1fr) 96px;grid-template-rows:minmax(48px,auto);align-items:end;column-gap:8px;width:100%;min-width:0;min-height:56px;margin-top:auto;padding:6px 0 0;border-top:1px solid #edf0f4;background:#fff;direction:ltr}
.avs-product-system .avs-product-card__price{grid-column:1;min-width:0;direction:rtl}
.avs-product-system .avs-product-card__cta{grid-column:2;display:flex;align-items:center;justify-content:center;gap:6px;width:96px;min-width:96px;height:44px;margin:0;padding:0 9px;border:0;border-radius:8px;background:var(--avs-card-accent);box-shadow:none;color:#fff!important;text-decoration:none!important;font-size:9px;line-height:1;font-weight:900;white-space:nowrap;overflow:hidden;transition:filter .16s ease,transform .16s ease}
.avs-product-system .avs-product-card__cta:hover{filter:brightness(.96);color:#fff!important}
.avs-product-system .avs-product-card__cta:active{transform:scale(.985)}
.avs-product-system .avs-product-card__cta-icon{flex:0 0 16px;width:16px;height:16px}
.avs-product-system .avs-cta-label-grid{display:none}

.avs-product-system .avs-product-price{display:flex;flex-direction:column;justify-content:flex-end;gap:2px;min-width:0;min-height:44px}
.avs-product-system .avs-product-price__off{display:flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;min-height:18px;direction:rtl;overflow:hidden}
.avs-product-system .avs-product-price__off del{display:inline-flex;align-items:center;min-width:0;color:#98a2b3;font-size:9.5px;line-height:1;text-decoration-thickness:1px;white-space:nowrap}
.avs-product-system .avs-product-price__off del .woocommerce-Price-currencySymbol{font-size:.78em}
.avs-product-system .avs-product-price__discount{display:inline-flex;align-items:center;justify-content:center;gap:1px;min-width:38px;height:22px;padding:0 5px;border-radius:5px;background:var(--avs-card-accent);color:#fff;font-size:9px;line-height:1;font-weight:900;white-space:nowrap}
.avs-product-system .avs-product-price__off.is-placeholder{visibility:hidden}
.avs-product-system .avs-product-price__base{display:flex;align-items:baseline;justify-content:flex-start;gap:3px;min-width:0;direction:rtl;white-space:nowrap;overflow:visible}
.avs-product-system .avs-product-price__base>span{display:inline-flex;align-items:baseline;gap:2px;min-width:0;color:#111827;font-size:17px;line-height:1.1;font-weight:950;white-space:nowrap}
.avs-product-system .avs-product-price__base .woocommerce-Price-amount,
.avs-product-system .avs-product-price__base bdi{font-size:inherit;line-height:inherit;font-weight:inherit;white-space:nowrap}
.avs-product-system .avs-product-price__base .woocommerce-Price-currencySymbol{margin-inline-start:2px;color:#475467;font-size:.48em;font-weight:800}
.avs-product-system .avs-product-price__prefix{color:#667085;font-size:8px;font-weight:800}
.avs-product-system .avs-price-contact{color:#344054;font-size:12px;font-weight:900}




/* Catalog compact polish v19.3 -------------------------------------------
 * Archive cards should visually match the denser homepage/Elementor card.
 * These rules target only catalog-context cards, leaving Elementor rails
 * untouched while giving category pages the same tighter proportions. */
@media (min-width:768px){
  .avs-product-system .avs-product-card--catalog .avs-product-card__image{aspect-ratio:1.14/1;padding:8px 8px 2px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__body{padding:0 8px 8px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__title{min-height:32px;max-height:32px;margin-bottom:5px!important;padding:0 1px;font-size:10.5px!important;line-height:1.52!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__specs{gap:4px;margin-bottom:6px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec{grid-template-columns:21px minmax(42px,.82fr) minmax(44px,1fr) minmax(34px,.72fr);grid-template-rows:22px;min-height:32px;padding:4px 6px;border-radius:8px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-icon{width:18px;height:18px;padding:2.5px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-icon svg{width:13px;height:13px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-label{font-size:8.6px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-primary{font-size:9.6px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-secondary{font-size:8.1px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__footer{grid-template-columns:minmax(0,1fr) 90px;grid-template-rows:minmax(44px,auto);min-height:50px;column-gap:6px;padding-top:6px;align-items:end}
  .avs-product-system .avs-product-card--catalog .avs-product-card__cta{width:90px;min-width:90px;height:40px;padding:0 7px;border-radius:8px;font-size:8.6px}
  .avs-product-system .avs-product-card--catalog .avs-product-card__cta-icon{flex-basis:15px;width:15px;height:15px}
  .avs-product-system .avs-product-card--catalog .avs-product-price{display:flex;flex-direction:column;justify-content:flex-end;gap:1px;min-height:40px}
  .avs-product-system .avs-product-card--catalog .avs-product-price__off{min-height:16px;gap:4px}
  .avs-product-system .avs-product-card--catalog .avs-product-price__off del{font-size:8.7px}
  .avs-product-system .avs-product-card--catalog .avs-product-price__discount{min-width:34px;height:19px;padding-inline:4px;font-size:7.8px}
  .avs-product-system .avs-product-card--catalog .avs-product-price__base>span{font-size:16px}
  .avs-product-system .avs-product-card--catalog .avs-product-price__base .woocommerce-Price-currencySymbol{font-size:.44em}
}


@media (min-width:1200px) and (hover:hover){
  .avs-product-system ul.products>li.product.avs-product-card--catalog:hover{
    border-color:#cfd9e5!important;
    box-shadow:0 14px 34px rgba(23,32,51,.085)!important;
    transform:translateY(-1px);
  }
}

@media (prefers-reduced-motion:reduce){
  .avs-product-system *,
  .avs-product-system *::before,
  .avs-product-system *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* v21.0 — Desktop Master Card shared with WooCommerce categories ------------
 * Elementor is the approved reference. Category desktop inherits the same
 * typography, timer scale, data-row sizing, icon-only CTA and price language.
 */
@media (min-width:1200px){
  .avs-product-system ul.products>li.product.avs-product-card--catalog{
    border-color:#d9e2ec!important;
    border-radius:16px!important;
    box-shadow:0 10px 28px rgba(23,32,51,.06)!important;
    overflow:hidden!important;
  }
  .avs-product-system .avs-product-card--catalog .avs-product-card__promo{
    min-height:56px!important;
    padding:8px 9px!important;
    border-bottom:1px solid #eef2f6!important;
    background:linear-gradient(180deg,#fff 0%,#fffafb 100%)!important;
  }
  .avs-product-system .avs-product-card--catalog .avs-sale-timer--rail{min-height:40px!important;gap:6px!important}
  .avs-product-system .avs-product-card--catalog .avs-sale-timer__title{
    flex-basis:70px!important;width:70px!important;height:34px!important;padding-inline:8px!important;font-size:10.8px!important;font-weight:900!important
  }
  .avs-product-system .avs-product-card--catalog .avs-time-unit{
    flex-basis:30px!important;width:30px!important;height:38px!important;padding:3px 1px!important;border-radius:8px!important
  }
  .avs-product-system .avs-product-card--catalog .avs-time-unit b{font-size:13px!important;line-height:1!important;font-weight:900!important}
  .avs-product-system .avs-product-card--catalog .avs-time-unit i{font-size:6.4px!important;line-height:1!important;margin-top:2px!important;font-weight:800!important}
  .avs-product-system .avs-product-card--catalog .avs-sale-timer__flame{flex:0 0 24px!important;width:24px!important;height:24px!important}
  .avs-product-system .avs-product-card--catalog .avs-sale-timer__flame svg{width:13px!important;height:13px!important}

  .avs-product-system .avs-product-card--catalog .avs-product-card__image{aspect-ratio:1.06/1!important;padding:8px 8px 2px!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__body{padding:0 9px 8px!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__title{
    min-height:36px!important;max-height:36px!important;margin:0 0 6px!important;padding:0 2px!important;
    font-size:11.7px!important;line-height:1.42!important;font-weight:700!important;color:#344054!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important
  }

  .avs-product-system .avs-product-card--catalog .avs-product-card__specs{gap:5px!important;margin:0 0 6px!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec{
    grid-template-columns:22px minmax(50px,.88fr) minmax(52px,1fr) minmax(44px,.82fr)!important;
    grid-template-rows:26px!important;min-height:37px!important;padding:5px 7px!important;border-color:#dbe4ef!important;
    border-radius:9px!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-icon{
    width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;padding:2.5px!important;border-radius:6px!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-icon svg{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;max-width:14px!important;max-height:14px!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-label,
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-primary,
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-secondary{font-size:11px!important;line-height:1!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-label{font-weight:900!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-primary{font-weight:950!important;color:#162033!important}
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec-secondary{font-weight:850!important;color:#5f6b7d!important}

  .avs-product-system .avs-product-card--catalog .avs-product-card__footer{
    display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;grid-template-areas:"price cta"!important;
    grid-template-rows:auto!important;align-items:end!important;column-gap:8px!important;min-height:52px!important;
    padding-top:6px!important;margin-top:auto!important;border-top:1px solid #eef2f6!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-card__cta{
    grid-area:cta!important;width:46px!important;min-width:46px!important;height:40px!important;padding:0!important;border-radius:9px!important;
    font-size:0!important;gap:0!important;align-self:end!important;justify-self:end!important;justify-content:center!important;
    box-shadow:0 4px 12px rgba(255,76,112,.18)!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-card__cta-icon{width:20px!important;height:24px!important;flex-basis:24px!important}
  .avs-product-system .avs-product-card--catalog .avs-cta-label-full,
  .avs-product-system .avs-product-card--catalog .avs-cta-label-grid{display:none!important}

  .avs-product-system .avs-product-card--catalog .avs-product-card__price{
    grid-area:price!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;min-height:46px!important;
    padding:0!important;margin:0!important;direction:ltr!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price{
    position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;
    width:100%!important;min-height:46px!important;padding-top:15px!important;gap:0!important;direction:ltr!important;text-align:left!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price__off{
    position:absolute!important;inset:0 auto auto 0!important;min-height:12px!important;line-height:1!important;gap:6px!important;
    align-items:center!important;justify-content:flex-start!important;width:100%!important;direction:ltr!important;text-align:left!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price__off.is-placeholder{position:absolute!important;visibility:hidden!important}
  .avs-product-system .avs-product-card--catalog .avs-product-price__off del{order:2!important;font-size:14px!important;line-height:1!important;color:#99a3b4!important}
  .avs-product-system .avs-product-card--catalog .avs-product-price__discount{
    order:1!important;min-width:40px!important;height:22px!important;padding:0 7px!important;border-radius:7px!important;
    font-size:16px!important;font-weight:950!important;box-shadow:0 4px 10px rgba(255,73,103,.18)!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price__base{
    display:flex!important;direction:ltr!important;justify-content:flex-start!important;align-items:baseline!important;text-align:left!important;
    gap:3px!important;min-height:20px!important;margin-top:auto!important;width:100%!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price__base>span{font-size:20px!important;line-height:1!important}
  .avs-product-system .avs-product-card--catalog .avs-product-price__base .woocommerce-Price-amount,
  .avs-product-system .avs-product-card--catalog .avs-product-price__base bdi,
  .avs-product-system .avs-product-card--catalog .avs-product-price__off del .woocommerce-Price-amount,
  .avs-product-system .avs-product-card--catalog .avs-product-price__off del bdi{display:inline-flex!important;align-items:baseline!important;direction:ltr!important;unicode-bidi:isolate!important}
  .avs-product-system .avs-product-card--catalog .woocommerce-Price-currencySymbol{
    order:-1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;
    width:14px!important;min-width:14px!important;height:14px!important;margin-inline:0 3px!important;font-size:0!important;line-height:0!important;
    color:transparent!important;text-indent:-9999px!important;overflow:hidden!important;vertical-align:middle!important
  }
  .avs-product-system .avs-product-card--catalog .avs-product-price__off .woocommerce-Price-currencySymbol{width:11px!important;min-width:11px!important;height:11px!important;margin-inline:0 2px!important}
  .avs-product-system .avs-product-card--catalog .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

  /* No-price / coming-soon cards keep the same footer geometry. */
  .avs-product-system .avs-product-card--no-price .avs-product-card__price--contact{min-height:46px!important;align-items:flex-end!important}
  .avs-product-system .avs-product-card--no-price .avs-price-contact{
    display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;border-radius:8px!important;
    background:#f8fafc!important;color:#344054!important;font-size:13px!important;font-weight:900!important;line-height:1!important
  }
}


/* v21.1 — Desktop final polish before mobile phase -------------------------
 * Lock title/footer geometry, lighten spec borders, normalize coming-soon.
 */
@media (min-width:1200px){
  /* Lighter specification rows: data stays 11px, frame becomes less dominant. */
  .avs-product-system .avs-product-card--catalog .avs-product-card__spec{
    border-color:#e7ecf3!important;
    box-shadow:none!important;
  }

  /* Fixed title geometry prevents one/two-line titles from shifting the card body. */
  .avs-product-system .avs-product-card--catalog .avs-product-card__title{
    min-height:38px!important;
    height:38px!important;
    max-height:38px!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }

  .avs-product-system .avs-product-card--catalog .avs-product-card__decision{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
  }

  /* No-price / coming-soon cards use exactly the same footer baseline as priced cards. */
  .avs-product-system .avs-product-card--catalog.avs-product-card--no-price .avs-product-card__footer{
    min-height:52px!important;
    align-items:end!important;
  }
  .avs-product-system .avs-product-card--catalog.avs-product-card--no-price .avs-product-card__price--contact{
    min-height:40px!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    padding:0!important;
  }
  .avs-product-system .avs-product-card--catalog.avs-product-card--no-price .avs-product-price{
    min-height:40px!important;
    padding:0!important;
    justify-content:flex-end!important;
    align-items:flex-start!important;
  }
  .avs-product-system .avs-product-card--catalog.avs-product-card--no-price .avs-price-contact{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:28px!important;
    height:28px!important;
    margin:0!important;
    padding:0 10px!important;
    border-radius:8px!important;
    background:#f4f6f9!important;
    color:#344054!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
}


/* v22.0 — Mobile Master Big Update ----------------------------------------
 * Shared mobile card system for Elementor + native Woo categories.
 */





/* v22.1 — Mobile compact architecture -------------------------------------
 * Remove forced card height and rebuild the mobile vertical rhythm.
 */





/* v22.2 — Mobile footer alignment rebuild ---------------------------------
 * Make the main live price share the CTA baseline, with discount on the left.
 */





/* v22.3 — Mobile final compact footer/timer pass --------------------------
 * Stronger mobile timer, tighter card height, and true one-row commerce footer.
 */



