{% if isShowSpHeader() %}
<style type="text/css">
{% if isSliderEnabled() %}
.swiper-wrapper .swiper-slide:not(:first-child){
display: none;
}
{% else %}
ul.bxslider {
height: 200px;
margin: 5px 0px;
}
.bxslider li:not(:first-child){
display: none;
}
.bx-viewport .bxslider li {
display: block !important;
}
{% endif %}
#ut-sp-global-navi h1 {
height: 21px;
line-height: 21px;
}
header nav ul li .cart-item-badge {
width: 21px;
}
header.fixed-menu {
padding-top: 0px;
}
header.fixed-menu nav#ut-sp-global-navi {
border-top: none;
border-bottom: none;
}
header nav {
position: unset;
}
</style>
<header class="fixed-menu">
{% if custom_menu is not defined %}
{% set custom_menu = null %}
{% endif %}
{% if recentviews is not defined %}
{% set recentviews = [] %}
{% endif %}
{% if custom_frequently_searched_word is not defined %}
{% set custom_frequently_searched_word = null %}
{% endif %}
{% if other_category_path_map is not defined %}
{% set other_category_path_map = [] %}
{% endif %}
{{ sp_header(main_h1 ?? '', category_h1 ?? '', h1_comment ?? '', data ?? '', custom_menu, recentviews, custom_frequently_searched_word, other_category_path_map) }}
</header>
{% endif %}