@media(max-width:700px){
.price-table.mobile-card-table tr{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(88px,32%);grid-template-areas:"name price" "size price" "note note";column-gap:12px;row-gap:3px;margin:0!important;padding:12px!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:#fff!important}
.price-table.mobile-card-table tr:nth-child(even){background:#f5f7fa!important}
.price-table.mobile-card-table td{display:block!important;width:auto!important;min-width:0;padding:0!important;background:transparent!important;font-size:1rem!important;line-height:1.4!important;word-break:normal!important;overflow-wrap:normal!important}
.price-table.mobile-card-table td::before{display:none!important;content:none!important}
.price-table.mobile-card-table td:nth-child(1){grid-area:name;font-weight:700}
.price-table.mobile-card-table td:nth-child(2){grid-area:size;color:#425466}
.price-table.mobile-card-table td:nth-child(3){grid-area:price;text-align:right}
.price-table.mobile-card-table td:nth-child(4){grid-area:note;padding-top:5px!important}
.price-table.mobile-card-table td a{overflow-wrap:break-word}
.price-table.mobile-card-table .action-badge{white-space:nowrap}
}