.abra-service-eshop .abra-hero { background: linear-gradient(135deg, rgba(15,157,88,.14), rgba(0,166,214,.1)); }
.abra-commerce-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.abra-commerce-strip div { min-height: 112px; padding: 18px; border-radius: var(--abra-radius); color: #fff; box-shadow: var(--abra-shadow-soft); background: var(--tile-color); font-weight: 800; }
.abra-commerce-strip div:nth-child(1){--tile-color:var(--abra-green)} .abra-commerce-strip div:nth-child(2){--tile-color:var(--abra-blue)} .abra-commerce-strip div:nth-child(3){--tile-color:var(--abra-cyan)} .abra-commerce-strip div:nth-child(4){--tile-color:var(--abra-magenta)}
@media (max-width: 900px){.abra-commerce-strip{grid-template-columns:1fr 1fr}} @media (max-width:560px){.abra-commerce-strip{grid-template-columns:1fr}}
