/* ===== WinMall APF Theme — Mobile (≤768px) ===== */

.wapf .wapf-field-group {
    padding: 16px;
    gap: 16px;
}

/* Cards full width */
.wapf .wapf-image-swatch-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* Matrix horizontal scroll */
.wm-apf-matrix {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Larger touch targets */
.wapf .wapf-swatch--image,
.wapf .wapf-card-vertical {
    min-height: 44px;
}

/* Full-width button */
.wapf ~ .e-atc-qty-button-holder .single_add_to_cart_button {
    width: 100%;
}

/* Smaller grand total */
.wapf .wapf-grand-total {
    font-size: 20px;
}
