.nav-mobile { 
display: none; 
}
@media (max-width: 990px) {
.header-inner.desktop-header { display: none !important; }
.header-inner.mobile-header {
display: flex !important;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 62px;
padding: 0 10px;
background: #fff;
border-bottom: 1px solid #e0e0e0;
position: relative;
z-index: 100;
width: 100vw;
max-width: 100vw;
gap: 18px;
}
.nav-mobile {
display: block;
position: absolute;
top: 62px;
left: 0;
width: 100vw;
background: #fff;
z-index: 200;
box-shadow: 0 4px 24px #0001;
max-height: 100vh;
overflow-y: auto;
}
.main-menu, .header-nav, .nav-main { display: none !important; }
} .burger-menu,
.mobile-burger {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
width: 38px;
height: 38px;
background: none;
border: none;
cursor: pointer;
z-index: 1301;
}
.burger-bar,
.mobile-burger span {
width: 28px;
height: 4px;
background: #232323;
border-radius: 2px;
transition: all .3s;
display: block;
margin: 4px 0;
}
.mobile-burger { display: none; }
@media (max-width: 990px) {
.mobile-burger {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
width: 38px;
height: 38px;
background: none;
border: none;
cursor: pointer;
z-index: 1301;
}
.mobile-burger span {
width: 28px;
height: 4px;
background: #232323;
border-radius: 2px;
transition: all .3s;
display: block;
}
} .nav-mobile {
display: none;
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background: #fff;
z-index: 1300;
flex-direction: column;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
}
.nav-mobile.open {
display: flex !important;
opacity: 1;
pointer-events: auto;
}
.mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
height: 62px;
padding: 0 18px;
border-bottom: 1px solid #e0e0e0;
font-size: 21px;
font-weight: bold;
}
.mobile-menu-title {
font-size: 21px;
font-weight: bold;
color: #232323;
letter-spacing: 0.04em;
}
.mobile-close {
font-size: 36px;
background: none;
border: none;
cursor: pointer;
color: #232323;
padding: 0 10px;
line-height: 1;
height: 38px;
} .mobile-menu, .mobile-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu li {
padding: 0;
margin: 0;
border-bottom: 1px solid #f0f0f0;
} .mobile-menu li > a,
.mobile-menu .menu-link-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
color: #232323;
font-size: 17px;
text-decoration: none;
background: none;
width: 100%;
box-sizing: border-box;
}
.mobile-menu li > a:hover,
.mobile-menu .menu-link-wrapper:hover a {
color: #232b7c;
} .mobile-menu .menu-link-wrapper a {
flex: 1;
color: inherit;
text-decoration: none;
} .mobile-menu .submenu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
margin-left: 12px;
transition: transform 0.25s;
}
.mobile-menu .submenu-toggle svg {
width: 18px;
height: 18px;
stroke: #222;
}
.mobile-menu li.open > .menu-link-wrapper .submenu-toggle svg {
transform: rotate(90deg);
stroke: #2a3392;
} .mobile-menu ul.sub-menu {
display: none;
padding-left: 20px;
margin: 0;
}
.mobile-menu li.menu-item-has-children.open > ul.sub-menu {
display: block;
animation: fadeIn 0.2s;
}
.mobile-menu ul.sub-menu li {
padding: 10px 0;
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
} @media (max-width: 990px) {
.header-inner.mobile-header .logo {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
margin: 0;
min-width: 0;
flex-shrink: 1;
}
.header-inner.mobile-header .logo img {
max-width: 120px;
height: 40px;
display: block;
}
.header-inner.mobile-header .cart-link {
margin-left: 0;
display: flex;
align-items: center;
gap: 4px;
min-width: 80px;
max-width: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-shrink: 0;
}
.header-inner.mobile-header .cart-amount {
font-size: 15px;
font-weight: 700;
display: inline-block;
width: 90px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} @media (max-width: 900px) {
.category-desc-wrap {
padding-bottom: 100px !important;
padding-left: 0;
padding-right: 0;
}
} @media (max-width: 600px) {
.header-inner.mobile-header .logo img {
max-width: 100px;
height: auto;
}
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.nav-mobile {
max-height: 100vh;
overflow-y: auto;
}
@media (max-width: 990px) {
.header-inner.mobile-header {
gap: 18px;
}
.header-inner.mobile-header .cart-link {
display: flex;
align-items: center;
gap: 4px;
min-width: 80px;
max-width: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-shrink: 0;
}
.header-inner.mobile-header .cart-amount {
font-size: 15px;
font-weight: 700;
display: inline-block;
width: 90px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.header-inner.mobile-header .logo {
min-width: 0;
flex-shrink: 1;
}
.header-inner.mobile-header .logo img {
max-width: 120px;
height: auto;
}
}  .mobile-burger { display: none; }
@media (max-width: 990px) { .desktop-header { display: none !important; }
.mobile-header {
display: flex !important;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 62px;
padding: 0 10px;
background: #fff;
border-bottom: 1px solid #e0e0e0;
position: relative;
z-index: 100;
width: 100vw;
max-width: 100vw;
}
.header-inner.mobile-header .logo {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
margin: 0;
}
.header-inner.mobile-header .logo img {
max-width: 120px;
height: 40px;
display: block;
}
.mobile-burger {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
width: 38px;
height: 38px;
background: none;
border: none;
cursor: pointer;
z-index: 1301;
}
.mobile-burger span {
width: 28px;
height: 4px;
background: #232323;
border-radius: 2px;
transition: all .3s;
display: block;
}
.header-inner.mobile-header .cart-link {
margin-left: 0;
display: flex;
align-items: center;
} .nav-mobile {
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background: #fff;
z-index: 1300;
display: none;
flex-direction: column;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
}
.nav-mobile.open {
display: flex !important;
opacity: 1;
pointer-events: auto;
}
.mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
height: 62px;
padding: 0 18px;
border-bottom: 1px solid #e0e0e0;
font-size: 21px;
font-weight: bold;
}
.mobile-menu-title {
font-size: 21px;
font-weight: bold;
color: #232323;
letter-spacing: 0.04em;
}
.mobile-close {
font-size: 36px;
background: none;
border: none;
cursor: pointer;
color: #232323;
padding: 0 10px;
line-height: 1;
height: 38px;
} .mobile-menu, .mobile-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu li {
padding: 0;
margin: 0;
border-bottom: 1px solid #f0f0f0;
} .mobile-menu li > a,
.mobile-menu .menu-link-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
color: #232323;
font-size: 17px;
text-decoration: none;
background: none;
width: 100%;
box-sizing: border-box;
}
.mobile-menu li > a:hover,
.mobile-menu .menu-link-wrapper:hover a {
color: #232b7c;
} .mobile-menu .menu-link-wrapper a {
flex: 1;
color: inherit;
text-decoration: none;
} .mobile-menu .submenu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
margin-left: 12px;
transition: transform 0.25s;
}
.mobile-menu .submenu-toggle svg {
width: 18px;
height: 18px;
stroke: #222;
}
.mobile-menu li.open > .menu-link-wrapper .submenu-toggle svg {
transform: rotate(90deg);
stroke: #2a3392;
} .mobile-menu ul.sub-menu {
display: none;
padding-left: 20px;
margin: 0;
}
.mobile-menu li.menu-item-has-children.open > ul.sub-menu {
display: block;
animation: fadeIn 0.2s;
}
.mobile-menu ul.sub-menu li {
padding: 10px 0;
}
} @media (max-width: 900px) {
.category-desc-wrap {
padding-bottom: 100px !important;
padding-left: 0;
padding-right: 0;
}
.term-description {
font-size: 15px;
line-height: 1.7;
margin-bottom: 0 !important;
}
.term-description.is-open,
.term-description.show {
margin-bottom: 100px !important;
}
.term-description__btn {
margin-bottom: 0 !important;
}
.shop-products {
padding-bottom: 40px !important;
}
.footer-outer,
.footer-widgets-bg,
.footer-bottom {
padding-bottom: 0 !important;
}
} .nav-mobile {
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background: #fff;
z-index: 1300;
display: none;
flex-direction: column;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
}
.nav-mobile.open {
display: flex !important;
opacity: 1;
pointer-events: auto;
}
.mobile-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
height: 62px;
padding: 0 18px;
border-bottom: 1px solid #e0e0e0;
font-size: 21px;
font-weight: bold;
}
.mobile-menu-title {
font-size: 21px;
font-weight: bold;
color: #232323;
letter-spacing: 0.04em;
}
.mobile-close {
font-size: 36px;
background: none;
border: none;
cursor: pointer;
color: #232323;
padding: 0 10px;
line-height: 1;
height: 38px;
} .mobile-menu, .mobile-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu li {
padding: 0;
margin: 0;
border-bottom: 1px solid #f0f0f0;
} .mobile-menu li > a,
.mobile-menu .menu-link-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
color: #232323;
font-size: 17px;
text-decoration: none;
background: none;
width: 100%;
box-sizing: border-box;
}
.mobile-menu li > a:hover,
.mobile-menu .menu-link-wrapper:hover a {
color: #232b7c;
} .mobile-menu .menu-link-wrapper a {
flex: 1;
color: inherit;
text-decoration: none;
} .mobile-menu .submenu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
margin-left: 12px;
transition: transform 0.25s;
}
.mobile-menu .submenu-toggle svg {
width: 18px;
height: 18px;
stroke: #222;
}
.mobile-menu li.open > .menu-link-wrapper .submenu-toggle svg {
transform: rotate(90deg);
stroke: #2a3392;
} .mobile-menu ul.sub-menu {
display: none;
padding-left: 20px;
margin: 0;
}
.mobile-menu li.menu-item-has-children.open > ul.sub-menu {
display: block;
animation: fadeIn 0.2s;
}
.mobile-menu ul.sub-menu li {
padding: 10px 0;
}
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.nav-mobile {
max-height: 100vh;
overflow-y: auto;
}
@media (max-width: 990px) {
.header-inner.mobile-header {
gap: 18px;
}
.header-inner.mobile-header .cart-link {
display: flex;
align-items: center;
gap: 4px;
min-width: 80px;
max-width: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-shrink: 0;
}
.header-inner.mobile-header .cart-amount {
font-size: 15px;
font-weight: 700;
display: inline-block;
width: 90px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.header-inner.mobile-header .logo {
min-width: 0;
flex-shrink: 1;
}
.header-inner.mobile-header .logo img {
max-width: 120px;
height: auto;
}
}  .mobile-burger { display: none; }
@media (max-width: 990px) { .desktop-header { display: none !important; }
.mobile-header {
display: flex !important;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 62px;
padding: 0 10px;
background: #fff;
border-bottom: 1px solid #e0e0e0;
position: relative;
z-index: 100;
width: 100vw;
max-width: 100vw;
}
.header-inner.mobile-header .logo {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
margin: 0;
}
.header-inner.mobile-header .logo img {
max-width: 120px;
height: 40px;
display: block;
}
.mobile-burger {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
width: 38px;
height: 38px;
background: none;
border: none;
cursor: pointer;
z-index: 1301;
}
.mobile-burger span {
width: 28px;
height: 4px;
background: #232323;
border-radius: 2px;
transition: all .3s;
display: block;
}
.header-inner.mobile-header .cart-link {
margin-left: 0;
display: flex;
align-items: center;
}