.po-mobile-list { padding: 8px; }
.po-mobile-collection,
.po-mobile-product {
    padding: 14px 12px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.po-mobile-collection:active,
.po-mobile-product:active { background: #f5f5f5; }
.po-mobile-title { font-size: 16px; font-weight: 600; line-height: 1.3; }
.po-mobile-meta { font-size: 12px; color: #666; margin-top: 4px; }
.po-mobile-main-image .po-mobile-image-wrap {
    width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; background: #f7f7f7;
}
.po-mobile-main-image img { max-width: 100%; max-height: 180px; object-fit: contain; }
.po-mobile-empty-image { color: #777; }
.po-mobile-thumb-strip { white-space: nowrap; padding: 6px 0; }
.po-mobile-thumb { display: inline-block; width: 68px; height: 68px; margin-right: 6px; border: 1px solid #ddd; background: #fff; }
.po-mobile-thumb img { width: 100%; height: 100%; object-fit: cover; }


.po-mobile-header {
    border-bottom: 1px solid #ddd;
}

.po-mobile-list {
    padding: 8px;
}

.po-mobile-collection,
.po-mobile-product {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.po-mobile-product,
.po-mobile-collection-text {
    width:100%;
    display:flex;
}

.po-mobile-thumb {
    width: 56px;
    height: 56px;
    margin-right: 12px;
    flex: 0 0 56px;
    background: #f3f3f3;
    border-radius: 6px;
    overflow: hidden;
}

.po-mobile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.po-mobile-thumb-empty {
    width: 100%;
    height: 100%;
    background: #eee;
}

.po-mobile-title {
    font-weight: 600;
    font-size: 15px;
    width:80%;
}

.po-mobile-product > .po-mobile-title {
    width: unset;
}

.po-mobile-meta {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
    width:20%;
}

.po-mobile-title .po-mobile-meta {
    font-weight: normal;
    width: unset;
}

input,
textarea,
select,
.x-form-field,
.x-form-text,
.x-form-trigger-wrap input {
    font-size: 16px !important;
}

.po-mobile-variant-list {
    padding: 8px;
}

.po-mobile-variant {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.po-mobile-variant-main {
    display: grid;
    grid-template-columns: 1fr auto 72px 64px;
    gap: 8px;
    align-items: center;
    padding: 12px 10px;
}

.po-mobile-variant-sku {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.po-mobile-variant-price {
    font-weight: 600;
    font-size: 14px;
}

.po-mobile-variant-qty {
    width: 100%;
    min-height: 38px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

.po-mobile-variant-add {
    min-height: 38px;
    font-size: 14px;
}

.po-mobile-variant-desc {
    border-top: 1px solid #eee;
    padding: 8px 10px 10px;
    background: #fafafa;
}

.po-mobile-variant-title {
    font-size: 13px;
    font-weight: 600;
}

.po-mobile-variant-options {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.po-mobile-variant-options span {
    display: inline-block;
    margin-right: 8px;
}

.po-basket-list {
    padding: 8px;
}

.po-basket-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.po-basket-title {
    font-weight: 700;
    font-size: 15px;
}

.po-basket-options { /*was -sku*/
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.po-basket-options {
    margin-top: 6px;
    font-size: 12px;
    color: #555;
}

.po-basket-options span {
    display: inline-block;
    margin-right: 8px;
}

.po-basket-actions {
    width:100%;
    display: grid;
    /* grid-template-columns: 1fr 44px 44px; */
    grid-template-columns: /*3fr*/ 1fr 1fr 2fr 0.25fr 0.25fr;
    /* grid-template-columns: 0.4fr 0.1fr 0.1fr 0.3fr 32px 32px; */
    gap: 6px;
    margin-top: 10px;
    align-items: anchor-center;
}

.po-basket-qty {
    min-height: 38px;
    font-size: 16px;
    text-align: center;
    width:60px;
}

.po-basket-update,
.po-basket-remove {
    min-height: 38px;
    font-size: 18px;
    text-align: center;
}

.po-basket-discounts {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.po-basket-total {
    margin-top: 8px;
    font-weight: 600;
    text-align: right;
}

.po-mobile-scroll-jump-wrapper {
    padding: 8px;
    font-size:12px;
    color:#157fcc;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.po-mobile-next {
    font-size:18px;
    padding: 8px;
    text-align: right;

}