/*
Theme Name: Manufaktursolutions Child
Theme URI: http://example.com
Description: Manufaktursolutions 테마의 자식 테마입니다.
Author: 사용자
Author URI: http://example.com
Template: manufaktursolutions
Version: 1.0
*/

/* Noto Sans KR 폰트 적용 */
body {
    font-family: 'Noto Sans KR', sans-serif;
}

@media (max-width: 480px) {
    .mobfiltrs-openrbtn-con {
        display: none !important;
    }
	    #qodef-page-inner {
        padding: 0px 0px 0px;
    }
}
/* 기존 SVG path 숨기기 */
.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow path {
    display: none;
}

/* 새로운 SVG path를 배경 이미지로 대체 */
.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14"><path d="M5 1L13 7L5 13" stroke="currentColor" stroke-width="2" fill="none"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (hover: none) and (pointer: coarse) {
    .ps:hover > .ps__rail-y {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}