/**
 * Theme Name: Nude
 * Author: Daniel James
 * Author URI: https://danieltj.uk/
 * Description: The Nude theme is perfect for minimalists and REST API users. It's different to most themes due to it being purpose built for headless WordPress installations. No posts here.
 * Version: 1.2
 * Tags: translation-ready, custom-background
 * Text Domain: nude
 * License: GNU GPL v3
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* 상품설명 SEO 문구 영역 숨김 */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* kboard 검색 */
#kboard-search-form-1 {
    display: flex;
    gap: 0.75rem;
}