.pcmod-emag-product-card{
  --pc-red:#e32636;position:relative;display:grid;grid-template-columns:240px minmax(0,1fr) 220px;
  gap:22px;align-items:center;margin:34px 0;padding:18px;direction:rtl;isolation:isolate;
  color:#f8f8f9;background:linear-gradient(125deg,rgba(33,24,27,.98),rgba(12,11,13,.98));
  border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.05)
}
.pcmod-emag-product-card::before{content:"";position:absolute;z-index:-1;inset:auto -90px -130px auto;width:300px;height:300px;border-radius:50%;background:rgba(227,38,54,.16);filter:blur(45px)}
.pcmod-emag-product-card__badge{position:absolute;z-index:3;top:13px;right:13px;padding:7px 12px;border-radius:999px;background:var(--pc-red);color:#fff;font-size:12px;font-weight:800;box-shadow:0 7px 20px rgba(227,38,54,.28)}
.pcmod-emag-product-card__media{display:flex;align-items:center;justify-content:center;min-height:190px;padding:15px;border-radius:16px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.09),rgba(255,255,255,.025) 62%);text-decoration:none!important;overflow:hidden}
.pcmod-emag-product-card__image{display:block;width:100%;height:190px;object-fit:contain;transition:transform .35s ease}
.pcmod-emag-product-card__media:hover .pcmod-emag-product-card__image{transform:scale(1.045)}
.pcmod-emag-product-card__placeholder{font-size:32px;font-weight:900;letter-spacing:4px;color:rgba(255,255,255,.35)}
.pcmod-emag-product-card__body{min-width:0}.pcmod-emag-product-card__eyebrow{display:block;margin-bottom:8px;color:#ff6673;font-size:12px;font-weight:800;letter-spacing:.04em}
.pcmod-emag-product-card__title{margin:0!important;font-size:19px!important;line-height:1.75!important}.pcmod-emag-product-card__title::before{display:none!important}
.pcmod-emag-product-card__title a{color:#fff!important;text-decoration:none!important}.pcmod-emag-product-card__title a:hover{color:#ff7b86!important}
.pcmod-emag-product-card__note{margin:8px 0 0!important;color:#c8c4c6!important;font-size:14px;line-height:1.9}
.pcmod-emag-product-card__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:15px}
.pcmod-emag-product-card__stock{display:inline-flex;align-items:center;gap:7px;color:#d8d5d6;font-size:12px;font-weight:700}.pcmod-emag-product-card__stock i{width:8px;height:8px;border-radius:50%;background:#46d67b;box-shadow:0 0 0 4px rgba(70,214,123,.12)}
.pcmod-emag-product-card__stock.is-low i{background:#ffb02e;box-shadow:0 0 0 4px rgba(255,176,46,.12)}.pcmod-emag-product-card__stock.is-out i{background:#8f898c;box-shadow:none}.pcmod-emag-product-card__stock.is-backorder i{background:#65a9ff}
.pcmod-emag-product-card__score{display:inline-flex;align-items:baseline;gap:4px;padding:5px 9px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.04)}.pcmod-emag-product-card__score b{color:#fff;font-size:15px}.pcmod-emag-product-card__score small{color:#aaa4a7;font-size:10px}
.pcmod-emag-product-card__buy{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:4px 3px}.pcmod-emag-product-card__price{display:flex;flex-direction:column;gap:5px;text-align:center}.pcmod-emag-product-card__price>span{color:#aaa4a7;font-size:11px}.pcmod-emag-product-card__price .amount{color:#fff;font-size:17px;font-weight:900}.pcmod-emag-product-card__price del{opacity:.55;font-size:12px}.pcmod-emag-product-card__price ins{text-decoration:none}
.pcmod-emag-product-card__button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:9px 14px;border-radius:12px;color:#fff!important;background:linear-gradient(135deg,#ed3040,#b90e21);font-size:13px;font-weight:900;text-decoration:none!important;box-shadow:0 10px 24px rgba(227,38,54,.22);transition:transform .2s ease,filter .2s ease}.pcmod-emag-product-card__button:hover{transform:translateY(-2px);filter:brightness(1.08)}
.pcmod-emag-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:34px 0}.pcmod-emag-products-grid.cols-1{grid-template-columns:1fr}.pcmod-emag-products-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.pcmod-emag-products-grid .pcmod-emag-product-card{grid-template-columns:1fr;gap:13px;margin:0;padding:15px}.pcmod-emag-products-grid .pcmod-emag-product-card__media{min-height:170px}.pcmod-emag-products-grid .pcmod-emag-product-card__image{height:170px}.pcmod-emag-products-grid .pcmod-emag-product-card__buy{margin-top:auto}.pcmod-emag-products-grid .pcmod-emag-product-card__title{font-size:15px!important}.pcmod-emag-products-grid .pcmod-emag-product-card__price{text-align:right}
.pcmod-emag-product-card-error{margin:22px 0;padding:12px 15px;border:1px solid #dba617;border-radius:10px;background:#fff8dc;color:#5e4700;font-size:13px}
@media(max-width:900px){.pcmod-emag-product-card{grid-template-columns:190px minmax(0,1fr);gap:17px}.pcmod-emag-product-card__buy{grid-column:1/-1;display:grid;grid-template-columns:1fr 220px;align-items:center}.pcmod-emag-product-card__price{text-align:right}.pcmod-emag-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.pcmod-emag-product-card{grid-template-columns:1fr;gap:14px;margin:25px 0;padding:14px;border-radius:18px}.pcmod-emag-product-card__media{min-height:210px}.pcmod-emag-product-card__image{height:210px}.pcmod-emag-product-card__title{font-size:16px!important}.pcmod-emag-product-card__buy{grid-column:auto;display:flex}.pcmod-emag-product-card__price{text-align:right}.pcmod-emag-products-grid,.pcmod-emag-products-grid.cols-2,.pcmod-emag-products-grid.cols-3{grid-template-columns:1fr}.pcmod-emag-products-grid .pcmod-emag-product-card__media{min-height:210px}.pcmod-emag-products-grid .pcmod-emag-product-card__image{height:210px}}
@media(prefers-reduced-motion:reduce){.pcmod-emag-product-card__image,.pcmod-emag-product-card__button{transition:none}}
