/* AvvalStock Product System v19 — Elementor product rail. */
.avs-ew-products.avs-product-system{
  --avs-ew-gap:12px;
  --avs-ew-columns:6;
  --avs-ew-columns-tablet:4;
  --avs-ew-columns-mobile:2;
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
  direction:rtl;
}
.avs-ew-products__header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:0 2px 12px;border-bottom:1px solid #e9edf2}
.avs-ew-products__title{margin:0!important;padding:0!important;color:#111827;font-size:20px!important;font-weight:900!important;line-height:1.4!important}
.avs-ew-products__all{display:inline-flex;align-items:center;gap:7px;color:#344054!important;text-decoration:none!important;font-size:11px;font-weight:850;white-space:nowrap}
.avs-ew-products__all span{font-size:18px;line-height:1;color:#667085}
.avs-ew-products__stage{position:relative;width:100%;min-width:0}
.avs-ew-products__viewport{width:100%;max-width:100%;min-width:0;overflow:hidden;padding:2px 1px 8px}
.avs-ew-products ul.products.avs-ew-products__track{
  display:grid!important;
  grid-template-columns:none!important;
  grid-template-rows:auto!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - (var(--avs-ew-gap) * (var(--avs-ew-columns) - 1))) / var(--avs-ew-columns))!important;
  gap:var(--avs-ew-gap)!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 8px!important;
  list-style:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.avs-ew-products ul.products.avs-ew-products__track::-webkit-scrollbar{display:none;width:0;height:0}
.avs-ew-products ul.products.avs-ew-products__track::before,
.avs-ew-products ul.products.avs-ew-products__track::after{display:none!important;content:none!important}
.avs-ew-products ul.products.avs-ew-products__track>li.product.avs-product-card{scroll-snap-align:start;scroll-snap-stop:normal;touch-action:pan-x pan-y}
.avs-ew-products__nav{position:absolute;z-index:20;top:50%;display:flex;align-items:center;justify-content:center;width:42px;height:72px;transform:translateY(-50%);padding:0;border:1px solid #e6ebf1;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 8px 24px rgba(16,24,40,.07);color:#1476c8;cursor:pointer}
.avs-ew-products__nav span{font-family:Arial,sans-serif;font-size:30px;line-height:1}
.avs-ew-products__nav:disabled{opacity:.28;cursor:default;box-shadow:none}
.avs-ew-products__nav--next{right:-22px}.avs-ew-products__nav--prev{left:-22px}
.avs-ew-products__empty{padding:26px;border:1px dashed #d8dee8;border-radius:16px;background:#fafbfc;color:#667085;text-align:center;font-size:13px;font-weight:700}

@media (max-width:1199px){
  .avs-ew-products ul.products.avs-ew-products__track{grid-auto-columns:calc((100% - (var(--avs-ew-gap) * (var(--avs-ew-columns-tablet) - 1))) / var(--avs-ew-columns-tablet))!important}
}



/* v19.2 Elementor isolation -------------------------------------------------
 * Elementor/theme product rules must never resize or reposition AVS spec SVGs.
 * These rules are intentionally explicit because the widget can live inside
 * arbitrary page-builder/theme containers rather than a WooCommerce archive.
 */
.avs-ew-products.avs-elementor-native-card-only .avs-product-card__specs{
  display:grid!important;grid-template-columns:1fr!important;gap:5px!important;width:100%!important;
}
.avs-ew-products.avs-elementor-native-card-only .avs-product-card__spec{
  display:grid!important;grid-template-columns:23px minmax(45px,.82fr) minmax(46px,1fr) minmax(36px,.78fr)!important;
  grid-template-rows:24px!important;align-items:center!important;position:relative!important;transform:none!important;
}
.avs-ew-products.avs-elementor-native-card-only .avs-product-card__spec-icon{
  display:flex!important;align-items:center!important;justify-content:center!important;position:static!important;
  width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;
  margin:0!important;padding:3px!important;transform:none!important;overflow:hidden!important;
}
.avs-ew-products.avs-elementor-native-card-only .avs-product-card__spec-icon svg{
  display:block!important;position:static!important;width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;
  max-width:14px!important;max-height:14px!important;margin:0!important;padding:0!important;transform:none!important;
}
.avs-ew-products.avs-elementor-native-card-only .avs-product-card__spec-icon svg *{vector-effect:non-scaling-stroke}

/* Migration guard for any stale v18 widget HTML kept by an upstream full-page
 * cache during deployment. Hide the old desktop spec set and normalize only
 * the old compact set so a stale response cannot produce giant duplicate SVGs.
 * Fresh v19.2 output does not contain any of these classes. */
.avs-ew-products .avs-v9-specs.avs-v10-specs{display:none!important}
.avs-ew-products .avs-mobile-specs-v1164{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;width:100%!important;margin:0 0 8px!important}
.avs-ew-products .avs-mobile-spec-v1164{display:grid!important;grid-template-columns:23px minmax(45px,.82fr) minmax(46px,1fr) minmax(36px,.78fr)!important;grid-template-rows:24px!important;align-items:center!important;min-height:34px!important;padding:4px 7px!important;border:1px solid #e1e7ef!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important}
.avs-ew-products .avs-mobile-spec-v1164__icon{display:flex!important;align-items:center!important;justify-content:center!important;position:static!important;width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;padding:3px!important;border-radius:6px!important;overflow:hidden!important;transform:none!important}
.avs-ew-products .avs-mobile-spec-v1164__icon svg{display:block!important;position:static!important;width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important;margin:0!important;transform:none!important}
.avs-ew-products .avs-mobile-spec-v1164__label{font-size:9px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.avs-ew-products .avs-mobile-spec-v1164__primary{font-size:10px!important;line-height:1!important;font-weight:900!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.avs-ew-products .avs-mobile-spec-v1164__secondary{font-size:8.6px!important;line-height:1!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}



/* v19.8 — Elementor Desktop Master Card -----------------------------------
 * One-shot redesign focused on readability and a shorter card.
 * Category and mobile styles are intentionally not modified in this phase.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only{
    --avs-ew-gap:10px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-ew-products__viewport{
    padding-top:2px;
    padding-bottom:8px;
  }

  .avs-ew-products.avs-elementor-native-card-only ul.products.avs-ew-products__track>li.product.avs-product-card--elementor{
    border-color:#d9e2ec;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(23,32,51,.06);
    min-height:572px;
    overflow:hidden;
  }

  /* Bigger and more legible timer */
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__promo{
    min-height:56px;
    padding:8px 9px;
    border-bottom:1px solid #eef2f6;
    background:linear-gradient(180deg,#fff 0%,#fffafb 100%);
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-sale-timer--rail{
    min-height:40px;
    gap:6px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-sale-timer__title{
    flex-basis:70px;
    width:70px;
    height:34px;
    padding-inline:8px;
    font-size:10.8px;
    font-weight:900;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-time-unit{
    flex-basis:30px;
    width:30px;
    height:38px;
    padding:3px 1px;
    border-radius:8px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-time-unit b{
    font-size:13px;
    line-height:1;
    font-weight:900;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-time-unit i{
    font-size:6.4px;
    line-height:1;
    margin-top:2px;
    font-weight:800;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-sale-timer__flame{
    flex:0 0 24px;
    width:24px;
    height:24px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-sale-timer__flame svg{
    width:13px;
    height:13px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__image{
    aspect-ratio:1.06/1;
    padding:8px 8px 2px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__body{
    padding:0 9px 8px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__title{
    min-height:36px;
    max-height:36px;
    margin:0 0 6px!important;
    padding:0 2px;
    font-size:11.7px!important;
    line-height:1.42!important;
    font-weight:700!important;
    color:#344054;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    white-space:normal;
    overflow:hidden;
  }

  /* All data rows readable at fixed 11px */
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__specs{
    gap:5px!important;
    margin:0 0 6px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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);
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-label,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-primary,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-secondary{
    font-size:11px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-label{
    font-weight:900!important;
    letter-spacing:-.05px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-primary{
    font-weight:950!important;
    color:#162033!important;
    letter-spacing:-.1px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec-secondary{
    font-weight:850!important;
    color:#5f6b7d!important;
  }

  /* Price + CTA on one compact row */
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__footer{
    grid-template-columns:minmax(0,1fr) 46px;
    grid-template-rows:40px;
    min-height:40px;
    column-gap:8px;
    align-items:end;
    padding-top:5px;
    margin-top:auto;
    border-top:1px solid #eef2f6;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__cta{
    width:46px;
    min-width:46px;
    height:40px;
    padding:0;
    border-radius:9px;
    font-size:0;
    gap:0;
    align-self:end;
    justify-content:center;
    box-shadow:0 4px 12px rgba(255,76,112,.18);
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__cta-icon{
    width:17px;
    height:17px;
    flex-basis:17px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-cta-label-full,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-cta-label-grid{
    display:none!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:38px;
    gap:1px;
    align-self:end;
    padding-bottom:1px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off{
    min-height:12px;
    gap:4px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del{
    font-size:8.6px;
    line-height:1;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__discount{
    min-width:34px;
    height:18px;
    padding-inline:4px;
    font-size:7.7px;
    border-radius:5px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base{
    align-items:flex-end;
    gap:3px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base>span{
    font-size:17.2px;
    line-height:1;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base .woocommerce-Price-currencySymbol{
    font-size:.44em;
  }
}


/* v19.9 — Deep footer alignment fix for Elementor desktop -----------------
 * Align CTA with the MAIN live price row, not with the whole two-line price stack.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__price{
    grid-area:price!important;
    display:flex!important;
    align-items:flex-end!important;
    min-height:46px!important;
    padding:0!important;
    margin:0!important;
    direction:rtl!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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:14px!important;
    gap:0!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off{
    position:absolute!important;
    inset:0 auto auto 0!important;
    min-height:12px!important;
    line-height:1!important;
    gap:4px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off.is-placeholder{
    position:absolute!important;
    visibility:hidden!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base{
    display:flex!important;
    align-items:baseline!important;
    justify-content:flex-start!important;
    min-height:26px!important;
    margin-top:auto!important;
    width:100%!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__cta{
    grid-area:cta!important;
    align-self:end!important;
    justify-self:end!important;
    margin:0!important;
    transform:none!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del{
    font-size:8.4px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__discount{
    height:17px!important;
    min-width:33px!important;
    font-size:7.5px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base>span{
    font-size:17.2px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-price-contact{
    display:inline-flex!important;
    align-items:flex-end!important;
    min-height:26px!important;
  }
}


/* v20.0 — Elementor desktop price-block polish ----------------------------
 * Larger numbers, cleaner discount badge, and left-aligned price cluster.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__price{
    align-items:flex-start!important;
    justify-content:flex-end!important;
    direction:ltr!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price{
    align-items:flex-start!important;
    direction:ltr!important;
    text-align:left!important;
    padding-top:15px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off{
    inset:0 auto auto 0!important;
    direction:ltr!important;
    justify-content:flex-start!important;
    text-align:left!important;
    gap:5px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del{
    order:2!important;
    font-size:9.1px!important;
    color:#99a3b4!important;
    letter-spacing:-.03px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__discount{
    order:1!important;
    min-width:35px!important;
    height:18px!important;
    padding:0 5px!important;
    border-radius:5px!important;
    font-size:8.1px!important;
    font-weight:900!important;
    letter-spacing:-.02px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base{
    direction:ltr!important;
    justify-content:flex-start!important;
    align-items:baseline!important;
    text-align:left!important;
    gap:3px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base>span{
    font-size:18.6px!important;
    line-height:1!important;
    letter-spacing:-.12px;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base .woocommerce-Price-amount,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base bdi{
    direction:ltr!important;
    unicode-bidi:isolate!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base .woocommerce-Price-currencySymbol{
    margin-inline-start:0!important;
    margin-inline-end:2px!important;
    font-size:.47em!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-price-contact{
    direction:ltr!important;
    text-align:left!important;
    font-size:18px!important;
    font-weight:950!important;
  }
}


/* v20.1 — Elementor price/logo refinement ---------------------------------
 * Bigger discount pill, no textual "تومان", and currency logo on the left.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off{
    gap:6px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del{
    font-size:9.6px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__discount{
    min-width:40px!important;
    height:22px!important;
    padding:0 7px!important;
    border-radius:7px!important;
    font-size:9.4px!important;
    font-weight:950!important;
    box-shadow:0 4px 10px rgba(255,73,103,.18)!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base>span{
    font-size:20px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base .woocommerce-Price-amount,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base bdi,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del .woocommerce-Price-amount,
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del bdi{
    display:inline-flex!important;
    align-items:baseline!important;
    gap:0!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off .woocommerce-Price-currencySymbol{
    width:11px!important;
    min-width:11px!important;
    height:11px!important;
    margin-inline:0 2px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .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;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-price-contact{
    font-size:19px!important;
  }
}


/* v20.2 — User-approved Elementor master values ---------------------------
 * Exact values validated live by AvvalStock. Keep these as the final desktop
 * Elementor overrides unless the master design itself changes.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__base{
    display:flex!important;
    align-items:baseline!important;
    justify-content:flex-start!important;
    min-height:20px!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__discount{
    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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-price__off del{
    font-size:14px!important;
    line-height:1!important;
  }

  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__cta-icon{
    width:20px!important;
    height:24px!important;
    flex-basis:24px!important;
  }
}


/* v21.1 — Elementor desktop lock ------------------------------------------
 * Preserve all user-approved master values; only geometry/borders/soon state.
 */
@media (min-width:1200px){
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__spec{
    border-color:#e7ecf3!important;
    box-shadow:none!important;
  }
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__title{
    min-height:38px!important;
    height:38px!important;
    max-height:38px!important;
  }
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor .avs-product-card__decision{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor.avs-product-card--no-price .avs-product-card__footer{
    min-height:52px!important;
    align-items:end!important;
  }
  .avs-ew-products.avs-elementor-native-card-only .avs-product-card--elementor.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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor.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-ew-products.avs-elementor-native-card-only .avs-product-card--elementor.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 — Elementor mobile rail big update --------------------------------
 * Two-column mobile master card aligned to the approved desktop design system.
 */



/* v22.1 — Elementor mobile compact reset ---------------------------------- */



/* v22.2 — Elementor mobile footer rebuild --------------------------------- */





/* v22.3 — Elementor mobile final compact footer/timer pass ---------------- */



