/* STAFF-REDESIGN-6M9 – Freitext im globalen Warenkorb */
.freetext-screen .freetext-summary{
  position:static!important;
  margin:12px 0 0!important;
  inset:auto!important;
  transform:none!important;
  max-height:none!important;
  box-shadow:0 14px 35px rgba(0,0,0,.24)!important;
}
.freetext-screen .freetext-summary .cart-actions{
  grid-template-columns:1.2fr 1fr .7fr!important;
}
.customCartMeta,.customCartNote{
  display:block;
  margin-top:4px;
  color:rgba(238,242,255,.72);
  font-size:12px;
  line-height:1.25;
}
.customCartNote{
  color:rgba(255,255,255,.62);
  font-style:italic;
}
#cartPageDirectBtn.hidden{display:none!important;}
#screenCart .cart-page-row-main .customCartMeta,
#screenCart .cart-page-row-main .customCartNote{
  font-size:12.5px!important;
}
@media(max-width:520px){
  .freetext-screen .freetext-summary .cart-actions{
    grid-template-columns:1fr!important;
  }
}
