/*
Theme Name: Otaru Child
Theme URI: https://otaru.qodeinteractive.com
Description: A child theme of Otaru
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: otaru
Template: otaru
*/



.background--custom {
    background: linear-gradient(90deg, #a4baf5, #c8e74d, #f5a2a1);
    background-size: 300% 300%;
    animation: gradient 4s alternate infinite;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.qodef-svg--menu path {
    fill: currentColor !important;
}
@media only screen and (max-width: 1024px) {
    .productlist .vc_column-inner {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .vc_custom_1706247138680 {
        min-height:1vh !important;
    }

}

@keyframes gradient {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}