/* AvvalStock Product System v24.5 — TABLET adaptation layer (768–1023px).
 * Tablet is not a fifth skin; it interpolates the same visual contracts.
 */
@media (min-width:768px) and (max-width:1023px){
  /* GRID adaptation */
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog{display:flex!important;flex-direction:column;min-height:100%;border-radius:15px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__promo{display:flex;align-items:center;height:44px;min-height:44px;padding:5px 7px;border-bottom:1px solid #eef2f6;background:#fffafb;overflow:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__promo.is-regular{visibility:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.10/1;padding:7px 7px 2px;overflow:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:0 8px 7px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__title{display:-webkit-box;height:34px;min-height:34px;max-height:34px;margin:0 0 5px!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:10.8px!important;line-height:1.38!important;font-weight:700!important;text-align:center}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__decision{display:flex;flex:1 1 auto;flex-direction:column}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__specs{display:grid;grid-template-columns:1fr;gap:4px;width:100%;margin:0 0 6px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec{display:grid;grid-template-columns:19px 46px minmax(46px,1fr) 42px;align-items:center;min-height:32px;height:32px;padding:4px 5px;border:1px solid #e7ecf3;border-radius:8px;overflow:hidden;direction:rtl}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:2px;border-radius:5px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-icon svg{width:12px;height:12px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-label,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-primary,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-secondary{font-size:9.5px!important;line-height:1!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-label{font-weight:900!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-primary{padding-inline:3px;font-weight:950!important;text-align:center;border-inline-start:1px solid #f2f4f7}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__spec-secondary{padding-inline-start:3px;font-weight:850!important;text-align:center;border-inline-start:1px solid #f6f7f9}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__footer{display:grid;grid-template-columns:minmax(0,1fr) 43px;grid-template-areas:"price cta";align-items:end;column-gap:7px;min-height:50px;margin-top:auto;padding-top:5px;border-top:1px solid #eef2f6;direction:ltr}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__cta{grid-area:cta;display:flex;align-items:center;justify-content:center;width:43px;height:39px;border-radius:8px;font-size:0}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-product-card__cta-icon{width:17px;height:17px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-cta-label-full,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-grid .avs-product-card--catalog .avs-cta-label-grid{display:none!important}

  /* LIST adaptation */
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog{display:grid!important;grid-template-columns:220px minmax(0,1fr);grid-template-rows:44px minmax(0,1fr);grid-template-areas:"image promo" "image body";min-height:232px;direction:ltr;border-radius:15px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__promo{grid-area:promo;display:flex;align-items:center;height:44px;min-height:44px;padding:5px 10px;border-bottom:1px solid #eef2f6;background:#fffafb;direction:rtl;overflow:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__promo.is-regular{visibility:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__image{grid-area:image;display:flex;align-items:center;justify-content:center;min-height:232px;height:100%;padding:8px;border-right:1px solid #edf0f4;overflow:hidden}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__body{grid-area:body;display:flex;flex-direction:column;min-width:0;padding:9px 10px 10px;direction:rtl}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__title{display:-webkit-box;height:34px;min-height:34px;max-height:34px;margin:0 0 7px!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:11.5px!important;line-height:1.42!important;font-weight:700!important;text-align:right}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__decision{display:grid;grid-template-columns:minmax(0,1fr) 175px;gap:10px;align-items:stretch;flex:1 1 auto;direction:rtl}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0;align-content:start}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec{display:grid;grid-template-columns:18px 43px minmax(44px,1fr) 39px;align-items:center;min-height:34px;height:34px;padding:4px 5px;border:1px solid #e7ecf3;border-radius:8px;overflow:hidden;direction:rtl}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:2px;border-radius:5px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-icon svg{width:12px;height:12px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-label,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-primary,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-secondary{font-size:9.3px!important;line-height:1!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-label{font-weight:900!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-primary{padding-inline:3px;font-weight:950!important;text-align:center;border-inline-start:1px solid #f2f4f7}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__spec-secondary{padding-inline-start:3px;font-weight:850!important;text-align:center;border-inline-start:1px solid #f6f7f9}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__footer{display:grid!important;grid-template-columns:minmax(0,1fr) 43px!important;grid-template-areas:"price cta"!important;align-items:end!important;align-self:end;width:175px;min-height:52px;padding:6px 0 0 8px;border-top:1px solid #eef2f6;border-inline-start:1px solid #edf0f4;direction:ltr}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__cta{grid-area:cta;display:flex;align-items:center;justify-content:center;width:43px;height:39px;border-radius:8px;font-size:0}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-product-card__cta-icon{width:17px;height:17px}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-cta-label-full,
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list .avs-product-card--catalog .avs-cta-label-grid{display:none!important}
}
