.usa-products{background:#eee;display:grid;grid-template-columns:1fr 1fr;gap:5px}.product-header{display:none}.product-row{display:flex;flex-direction:column;gap:5px;justify-content:left;align-items:left;border-radius:5px;border:1px solid #ccc;margin-bottom:5px;padding:5px;background:#fff}.product-row>div{display:flex;justify-content:center;align-items:center;text-align:center}.product-row>div>a{text-decoration:none;color:#084d96;overflow-wrap:anywhere}.product-row img{border-radius:5px}.product-row .price{font-size:108%;color:#ca1010;font-weight:700;text-transform:capitalize;display:block;text-align:center}.product-row .free_shipping{margin-top:4px;font-size:85%;color:#0b93d5;margin-bottom:2px;display:block;font-style:italic;text-transform:uppercase}@media screen and (min-width:992px),print{.usa-products{display:table;border:1px solid #eee;width:100%}.product-header,.product-row{display:table-row}.product-header{background:#fff;color:#4d4d4d;margin:0;font-weight:700}.product-header>div{padding:5px;text-transform:capitalize}.product-header>div,.product-row>div{display:table-cell;text-transform:lowercase;text-align:center;vertical-align:middle;border-right:1px solid #f1f3f5}.product-row>div>a:hover{text-decoration:underline}.thumbnail{background:#fff;padding:5px;max-height:120px}.product-contents{display:table-body}.product-row .price{display:inline}.product-row:nth-child(even){background-color:#f8f9fa}}