@media (max-width: 600px) {
    body.solartek-storefront-v3 .solartek-cross-designs__route {
        padding-block: 7px;
        border: 1px solid #dfa77c;
    }
    body.solartek-storefront-v3 article.w-grid-item.product .w-grid-item-h { display: flex; flex-direction: column; }
    body.solartek-storefront-v3 article.w-grid-item.product .w-grid-item-h > .w-vwrapper { margin-top: auto; }
    body.solartek-storefront-v3 article.w-grid-item.product .w-vwrapper > .post_title { margin-top: 4px; }
    body.solartek-storefront-v3 article.w-grid-item.product .wvs-archive-variations-wrapper {
        height: auto;
        min-height: 0;
        overflow: visible;
        margin-block: 8px 0;
    }
    body.solartek-storefront-v3 article.w-grid-item.product.product-type-simple .w-grid-item-h > .w-vwrapper {
        padding-top: 0;
    }
    body.solartek-storefront-v3 article.w-grid-item.product .archive-variable-items {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
        gap: 6px;
        justify-content: start !important;
        margin: 0;
        padding: 0 !important;
    }
    body.solartek-storefront-v3 article.w-grid-item.product .image-variable-item {
        width: 100% !important;
        max-width: 56px;
        margin: 0 !important;
        min-width: 0 !important;
        height: 30px !important;
    }
    body.solartek-storefront-v3 article.w-grid-item.product .variable-item.selected .variable-item-contents::before {
        inset: 2px 2px auto auto !important;
        width: 12px !important;
        height: 12px !important;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: #c95300;
        background-size: 8px 8px !important;
        background-position: center;
        background-repeat: no-repeat;
    }
    body.solartek-storefront-v3 article.w-grid-item.product .solartek-fit-badge {
        position: static;
        margin: 0;
        padding: 7px 10px;
        border-radius: 0;
        background: #f4f4f4;
        color: #53565a;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.35;
    }
}
