@media (min-width: 640px) {
    .uk-child-width-1-3-small > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001);
    }
}

@media (min-width: 640px) {
    .uk-child-width-1-2-small > * {
        width: 50%;
    }
}


@media (min-width: 960px) {
    .uk-child-width-1-3-medium > * {
        width: calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-4-large > * {
        width: 25%;
    }

    .uk-grid > * {
        padding-left: 30px;
    }

    * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
        margin-top: 50px;
    }
}


@media (max-width: 960px) {
    .header-navbar-options {
        display: flex;
        gap: 25px;
    }

}

@media (max-width: 768px) {
    .product-loop.open-popup .wvs-archive-variations-wrapper {
        display: block !important;
        visibility: visible !important;
        position: fixed;
        bottom: 0;
        top: auto;
        max-height: max-content !important;
        z-index: 5;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
    }

    .product-loop.open-popup .wvs-archive-variations-wrapper {
        min-width: 100vw;
        min-height: unset !important;
        z-index: 5;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
    }
    .product-loop.open-popup .wvs-archive-variations-wrapper {
        height: auto !important;
    }
    .product-loop.open-popup .variations {
        margin-top: 0 !important;
    }
    .product-loop.open-popup {
        box-shadow: none;
    }
    .product-loop .wvs-archive-variations-wrapper .custom-variation-title{
        position: relative;
        margin: 10px 0 15px 0;
    }

}
