body.entry{
  background-color:#edf5fc;
  background-image:linear-gradient(180deg,rgba(244,249,255,.26),rgba(239,247,253,.42)),url('/assets/commerce-background.jpg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
body.entry .entry-card{
  background:rgba(255,255,255,.91);
  border-color:rgba(205,217,232,.9);
  box-shadow:0 22px 65px rgba(44,80,119,.18);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
@media(max-width:700px){
  body.entry{
    background-image:linear-gradient(180deg,rgba(244,249,255,.06),rgba(239,247,253,.12)),url('/assets/commerce-background.jpg');
    background-position:left center;
    background-size:auto 100%;
    background-attachment:scroll;
  }
  body.entry .entry-card{
    background:rgba(255,255,255,.90);
    border-color:rgba(185,204,226,.96);
    box-shadow:0 18px 48px rgba(28,66,108,.24);
    -webkit-backdrop-filter:blur(4px);
    backdrop-filter:blur(4px);
  }
}
@media(prefers-reduced-data:reduce){
  body.entry{background-image:linear-gradient(145deg,#eef4ff,#f9fbff)}
}
