@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
	line-height: 1;
}
ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p, div {
  word-break: break-all; }

pre {
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line; }

img[width="0"], img[width="1"] {
  display: none; }

/* -----------------------------------------------------------------
   module
----------------------------------------------------------------- */
body {
    background:#fff;
    color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	height: 100%;
	text-align: center;
	position: relative;
	width: 100%; 
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure body takes full viewport height */
    margin: 0; /* Remove default body margin */
}

a {
  color: #242325;
  text-decoration: none;
  transition: .2s; }

a:hover {
  opacity: 0.6;
  text-decoration: underline; }

a[class$="btn"], a.header-incart-switch {
  text-decoration: none !important; }

a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input[type="text"],
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  font-size: inheirt;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box; }

select {
  width: 100%; }

.pre-wrap {
  word-break: break-all; }

.container {
    padding: .75em
}    

#header {
    position: fixed;
    top: 0;
    color: #FFF;
    background-color: #000;
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    align-items: center;
}
#header .shop-logo{
	z-index:1000;
}
#header .global-nav a {
    color: #fff;
    font-weight: bold;
}
#header .global-nav {
    width: fit-content;
    height: -webkit-fill-available;
    margin: auto;
    justify-content: center;
    align-items: center;
}
#header .global-nav > li {
	margin-right: 20px;
}
#header .global-nav .fukidashi-space {
    display: none;
	position: absolute;
    width: 100%;
    left: 0;
    padding-top: 20px;
}
#header .global-nav .megamenu-skateboard::after,
#header .global-nav .megamenu-shoes::after,
#header .global-nav .megamenu-apparel::after,
#header .global-nav .megamenu-goods::after,
#header .global-nav .megamenu-fingerboard::after {
    content: '▼';
    font-size: 9px;
    vertical-align: middle;
}
#header .global-nav .megamenu-skateboard:hover > .fukidashi-space[data-category="skateboard"] {
    display: block;    
}
#header .global-nav .megamenu-shoes:hover > .fukidashi-space[data-category="shoes"] {
    display: block;    
}
#header .global-nav .megamenu-apparel:hover > .fukidashi-space[data-category="apparel"] {
    display: block;    
}
#header .global-nav .megamenu-goods:hover > .fukidashi-space[data-category="goods"] {
    display: block;    
}
#header .global-nav .megamenu-fingerboard:hover > .fukidashi-space[data-category="fingerboard"] {
    display: block;    
}
#header .global-nav .category-menu-box {
    display: flex;
    justify-content: center;
    background-color: #fff;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/highsox/images/megamenu-bg2.png);
    padding: 30px 10px 30px 10px;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
#header .global-nav .category-menu-box::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #d6d6d6;
    border-left: 15px solid transparent;
}
#header .global-nav .fukidashi-space[data-category="skateboard"] .category-menu-box::before {
    transform: translateX(calc(-50% - 294px));
}
#header .global-nav .fukidashi-space[data-category="shoes"] .category-menu-box::before {
    transform: translateX(calc(-50% - 195px));
}
#header .global-nav .fukidashi-space[data-category="apparel"] .category-menu-box::before {
    transform: translateX(calc(-50% - 96px));
}
#header .global-nav .fukidashi-space[data-category="goods"] .category-menu-box::before {
    transform: translateX(calc(-50% + 3px));
}
#header .global-nav .fukidashi-space[data-category="fingerboard"] .category-menu-box::before {
    transform: translateX(calc(-50% + 102px));
}
#header .global-nav .category-menu-box .category-menu-column {
    height: fit-content;
}
#header .global-nav .category-menu-box li {
    margin-right: 48px;
    margin-bottom: 24px;
    font-size: 1.1em;
    width: fit-content;
    text-align: left;
    background-color: #fff;
}
#header .global-nav .category-menu-box li a {
    color: #434343;
}
#header .global-nav .category-menu-box li .catname-ja {
    font-size: 10px;
    font-weight: normal;
}
#header .global-nav .category-menu-box .category-menu-column:last-child li{
	margin-right: 0;
}
#header .header-nav {
    z-index: 2000;
    display: flex;
    position: relative;
}
#header .header-nav .fukidashi-space {
    display: none;
}
#header .header-nav .nav-account-menu:hover > .fukidashi-space {
    display: block;
    position: absolute;
    left: -65px;
    padding-top: 20px;
}
#header .header-nav .account-menu-box{
    width: 175px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
#header .header-nav .account-menu-box::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}
#header .header-nav .account-menu-box li, .header-nav .account-menu-box li a{
    color:#000;
    margin-left: 0;
}

@media screen and (min-width:1024px) {
    #header {
        height: 70px;
    }
    #header .header-nav .nav-search:hover > .fukidashi-space {
        display: block;
        position: absolute;
        left: -50px;
        padding-top: 20px;
    }
    #header .header-nav .search-box {
        width: 310px;
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
        box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    }
    #header .header-nav .search-box::before {
        content: '';
        position: absolute;
        left: 43%;
        top: 6px;
        display: block;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
    }
    #header .header-nav .search-box li {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        background-color: #fff;
        height: 40px;
        box-sizing: border-box;
    }
    #header .header-nav .search-box .search-keyword {
        flex: 1;
        border: none;
        padding: 0 12px;
        font-size: 14px;
        outline: none;
        background: transparent;
        height: 100%;
        margin: 0;
        color: #333;
    }
    #header .header-nav .search-box input.search-keyword:focus {
        outline: none;
    }
    #header .header-nav .search-box .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 100%;
        background-image: none;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s;
    }
}
.head-title {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 0.75em;
}
.smp-search-on {
    display: flex !important;
}
#smp-search {
    display: none;
    background: #333;
    padding: 12px;
    position: absolute;
    width: 100%;
    top: 48px;
}
#smp-search:before {
    content: '';
    position: absolute;
    left: 59%;
    top: -14px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333;
    border-left: 15px solid transparent;
}
#smp-search .search-keyword {
    width: 100%;
    font-size: 16px;
    color: #000;
}
#smp-search .search-btn img {
    margin: 6px;
}

.main-container{
    margin-top: 73px;
	flex-grow: 1;
}
@media screen and (min-width:1024px) {
	.main-container {
	    margin-top: 89px;
	}
}

#dropdown-menu {
    top: 73px;
}

/* ハンバーガーメニュー アニメーション */
.hamburger-icon.open .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger-icon.open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-icon.open .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}



/* ===========================================
   スライドメニュー（左からスライド）
   =========================================== */

/* オーバーレイ */
#slide-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9998;
}

#slide-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* スライドメニュー本体 */
#slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

#slide-menu.open {
    transform: translateX(0);
}

/* 閉じるボタン（メニュー右外側に配置） */
.slide-menu-close {
    position: fixed;
    top: 12px;
    left: calc(85% + 12px);
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* メニューが開いたときに表示 */
#slide-menu-overlay.active .slide-menu-close {
    opacity: 1;
    visibility: visible;
}

/* 最大幅の制限に対応 */
@media screen and (min-width: 377px) {
    .slide-menu-close {
        left: calc(320px + 12px);
    }
}

.slide-menu-close span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
}

.slide-menu-close span:first-child {
    transform: translateY(-50%) rotate(45deg);
}

.slide-menu-close span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}

/* スライドメニューコンテンツ */
.slide-menu-content {
    padding-bottom: 30px;
}

/* セクション */
.slide-menu-section {
    border-bottom: 8px solid #f0f0f0;
}

.slide-menu-section-title {
    font-size: 12px;
    color: #888;
    padding: 7px 15px;
    background: #d6d6d6;
}

/* アカウントメニュー */
.slide-menu-account {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-menu-account li {
    border-bottom: 1px solid #eee;
}

.slide-menu-account li:last-child {
    border-bottom: none;
}

.slide-menu-account li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.slide-menu-account li a:hover {
    background: #f5f5f5;
}

/* カテゴリーメニュー */
.slide-menu-category {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* アコーディオン */
.slide-menu-accordion {
    border-bottom: 1px solid #eee;
}

.slide-menu-accordion:last-child {
    border-bottom: none;
}

.slide-menu-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

.slide-menu-accordion-header:hover {
    background: #f5f5f5;
}

/* アコーディオン矢印 */
.accordion-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #4181f2;
    border-bottom: 2px solid #4181f2;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.slide-menu-accordion.open .accordion-arrow {
    transform: rotate(-135deg);
}

/* アコーディオンコンテンツ */
.slide-menu-accordion-content {
    display: none;
    background: #fafafa;
}

.slide-menu-accordion-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-menu-accordion-content ul li {
    border-top: 1px solid #eee;
}

.slide-menu-accordion-content ul li a {
    display: block;
    padding: 12px 15px 12px 25px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
}

.slide-menu-accordion-content ul li a:hover {
    background: #f0f0f0;
}

/* その他リンク */
.slide-menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-menu-links li {
    border-bottom: 1px solid #eee;
}

.slide-menu-links li:last-child {
    border-bottom: none;
}

.slide-menu-links li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.slide-menu-links li a:hover {
    background: #f5f5f5;
}

/* 右矢印 */
.menu-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #4181f2;
    border-bottom: 2px solid #4181f2;
    transform: rotate(-45deg);
}

/* メニュー開いているときはbodyのスクロールを無効に */
body.slide-menu-open {
    overflow: hidden;
}

.bicha-hamburger {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tile-divider{
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bg-tile.png);
    background-size: auto 25px;
    height: 25px;
}
.parking-block-divider{
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/parking-block3.png);
    background-size: cover;
    height: 25px;
    background-position: center;
}
.skate-divider-sp {
    height: 1px;
    width: 100%;
    border: 1px solid #000;
    margin: auto;
    padding-bottom: 6%;
}
.skate-divider-pc {
    height: 1px;
    width: 1000px;
    border: 1px solid #000;
    margin: auto;
}

.account-nav {
  position: absolute;
  left: 16px;
  top: 0;
  display: inline-block;
  background: #f0efe9;
  padding: 8px;
  font-size: 0.8rem;
  color: #666; }

.account-nav li {
  display: inline-block;
  margin: 0 8px; }

.account-nav p {
  display: inline-block; }

.account-nav li a {
  color: #666; }

.member-point {
  margin: 0 8px; }

.member-name em {
  margin-right: 4px; }

.member-status {
  margin-left: 8px; }

.header-cart {
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px; }
  .header-cart .header-incart-switch {
    display: block;
    background: #242325;
    padding: 10px 40px;
    border-radius: 6px;
    position: relative;
    color: #fff; }

.header-cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #ef3c62;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9rem; }

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main-visual {
  margin-top: 95px;
  background: #009ee0;
  width: 100%; }

.main-visual img {
  max-width: 100%; }

.bx-wrapper .bx-controls-direction a {
  transition: none; }

.wrap {
  width: 1100px;
  margin: 64px auto;
  display: flex;
  align-items: flex-start; }

.side {
  width: 220px;
  min-width: 220px; }

.sidemenu .side-category li {
	padding: 6px 0 6px 35px;
    text-align: left;
    font-size: 1.2em;
}

.sidemenu .side-collection li {
	padding: 6px 0 6px 25px;
    text-align: left;
    font-size: 1.1em;
}

.content {
}

.section {
  margin-bottom: 32px; }

.section-title {
  font-size: 1.7rem;
  text-align: left; }

.item-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 64px; }

.item-list {
  width: calc(100% / 4);
  padding: 12px;
  position: relative; }

.new-item-list-wrap .item-list {
  width: calc(100% / 4); }

.item-list img {
  max-width: 100%; }

.item-list-image {
  background: #fff;
  position: relative; }

.item-list-icon {
  /* display: none;  */
}

.item-badge {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 60px;
  height: 60px;
  background: #ef3c62;
  color: #fff;
  border-radius: 50%;
  line-height: 60px;
  z-index: 10; }

.item-sale-badge {
  background: #ef3c62;
  color: #fff; }

.item-soldout-badge {
  background: #242325;
  line-height: 1;
  padding-top: 14px; }

.item-list-info {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 8px; }

.item-list-name {
  font-size: 1rem; }

.item-list-price {
  text-align: left;
  font-size: .9rem; }

.item-list-original-price {
  font-weight: normal;
  font-size: 0.8rem;
  color: #999;
  margin-top: 8px; }

.item-list-sale-price {
  color: #e60012; }

.item-list-sale-discount-price {
  font-size: 0.8rem; }

.item-list-sale-discount-rate {
  font-size: 0.8rem;
  background: #e60012;
  color: #fff;
  padding: 1px 4px;
  display: inline-block; }

.item-list-stock {
  font-weight: bold;
  margin-bottom: 4px; }

.item-stock {
  margin-left: 4px; }

.item-list-description {
  font-size: 0.8rem;
  color: #888;
  margin-top: 4px; }
  .item-list-description ::after {
    content: "…"; }

.index-title {
  text-align: center; }

.item-list-review {
  display: flex;
  align-items: center; }
  .item-list-review .reviewRateStar::before {
    font-size: 1rem; }

.item-list-review-rate {
  margin: 0 8px;
  font-weight: bold;
  font-size: 1rem; }

.item-list-rank {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 45px;
  height: 45px;
  background: #242325;
  color: #fff;
  z-index: 999;
  align-items: center;
  border-radius: 25px;
  justify-content: center; }

.rank-1 {
  background: #D9AE61; }

.rank-2 {
  background: #999; }

.rank-3 {
  background: #573D1C; }

.recommend-item-list,
.recent-item-list {
    margin-bottom: 48px;
}
.recommend-item-list > li:nth-child(n + 5),
.recent-item-list > li:nth-child(n + 5) {
    display: none;
}
.recommend-item-list .item-list-info,
.recent-item-list .item-list-info {
    display: none;
}
@media screen and (min-width:768px) {
    .recommend-item-list .item-list-info,
    .recent-item-list .item-list-info {
		display: block;
	}
    .recommend-item-list > li:nth-child(n + 5),
    .recent-item-list > li:nth-child(n + 5) {
        display: block;
    }
}

/******************************** REVIEW */
.index-review-list .review-list-unit {
  display: flex; }
.index-review-list .review-list-info {
  width: 180px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 16px; }
  .index-review-list .review-list-info img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.index-review-list .review-list-content-wrap {
  flex: 1; }
.index-review-list .review-list-name,
.index-review-list .review-score-wrap {
  display: inline-block; }
.index-review-list .reviewRateStar::before {
  font-size: 0.9rem; }

/******************************** NEWS */
.news-list {
  border-top: 1px dotted #ccc; }

.news-list.index-news-list {
  margin-bottom: 24px; }

.news-list li {
  display: flex;
  padding: 24px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc; }

.news-list-date {
  width: 15%;
  margin-right: 16px;
  font-size: 0.9rem;
  color: #999; }

.news-list-detail {
  text-align: left;
  flex: 1; }

.news-list-content {
  margin-top: 8px;
  font-size: 0.8rem; }
  .news-list-content a {
    color: #888; }
  .news-list-content::after {
    content: "…"; }

.news-more {
  text-align: right;
  margin-top: 16px; }

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  text-align: left;
  margin-bottom: 16px; }

.breadcrumb-item {
  display: inline-block;
  margin-right: 8px; }
  .breadcrumb-item::after {
    content: ">";
    margin-left: 8px; }
  .breadcrumb-item:last-child::after {
    display: none; }

.category-head,
.search-head {
  margin-top: 24px; }

.search-title {
  font-size: 1.5rem; }

.category-recommend-title {
    margin: 24px 0 16px 0;
    font-size: 1em;
    background: #000;
    color: #fff;
    padding: 6px 12px;
}
.category-recent-title {
    margin: 24px 0 16px 0;
    font-size: 1em;
    background: #000;
    color: #fff;
    padding: 6px 12px;
}
@media screen and (min-width:768px) {
    .category-recommend-title {
        margin: 24px 0 20px 0;
    }
    .category-recent-title {
        margin: 24px 0 20px 0;
    }
}

.category-code {
  font-size: 0.8rem;
  margin-left: 8px; }

.category-image {
  max-width: 100%; }

.child-category-list {
  background: #f0efe9;
  padding: 16px;
  margin: 24px auto;
  text-align: left;
  display: flex; }

.child-category-item {
  width: calc(100% / 4); }

.list-head {
    font-size: 1rem;
    width: fit-content;
    margin-left: auto;
}
.list-head-count {
  	display: none;  
}
.list-head-sort {
  font-size: 1rem; }

.list-head-sort li:nth-of-type(n+2):before {
    content: "/";
    margin: 0 10px;
}
.list-head-sort-sp {
    font-size: .8rem;
}
.empty {
  margin-top: 120px;
  color: #666; }

.list-head-type {
  display: flex;
  font-size: 0.8rem; }
  .list-head-type li .list-head-type-btn, .list-head-type li a {
    display: inline-block;
    background: #f0efe9;
    padding: 3px 8px; }
  .list-head-type li a {
    background: #242325;
    color: #fff;
    text-decoration: none; }

/****************************** pager */
.pager {
  text-align: center; 
}
  .pager li {
    display: inline-block; }
    .pager li .current, .pager li a {
      display: inline-block;
      padding: 7px 10px;
      line-height: 1;
      border: 1px solid #ccc;
      margin: 0 2px;
      text-decoration: none; }
    .pager li .current, .pager li .current a {
      background: #555;
      border-color: #555;
      color: #fff; }

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.item-breadcrumb {
  display: flex; }

.M_imageThumbnail {
	width: 100%;
    overflow-x: scroll;
}
.M_imageThumbnail a{
	width: 54px;
    height: 77px;
}

.item {
  display: flex;
  margin-top: 24px; }

.item-image-wrap {
  margin-right: 32px; }

.item-image {
  max-width: 100%; }

.item-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

.item-thumbnail-list li {
  width: calc(100% / 9);
  padding: 4px; }
  .item-thumbnail-list li img {
    max-width: 100%; }

.item-category-name {
  font-size: 0.9rem;
  margin-bottom: 8px; }

.item-category-name a {
  color: #999; }

.item-icon-list li {
  display: inline-block;
  margin: 0 4px; }

.item-name {
  font-size: 1.4rem; 
  font-weight: bold; 
}

.item-wrap {
  text-align: left;
  flex: 1; }

.sale-rate {
  margin-top: 8px; }

.sale-badge {
  display: inline-block;
  padding: 2px 12px;
  background: #cc0000;
  color: #fff;
  font-size: .9rem; }

.sale-discount {
  color: #cc0000; }

.item-price-wrap {
  padding: 16px 0; }

.item-reserve {
  margin-bottom: 16px;
  background: #f0efe9;
  padding: 16px; }

.item-price {
  font-size: 1.4rem;
}

.before-price {
  font-size: 0.9rem;    
}

.tax {
  font-size: 0.8rem;
  color: #777;
  font-weight: normal; }

.item-option {
  padding: 8px 0; }

.item-description-wrap {
  text-align: left; }

.item-adddescription-wrap {
  font-size: 0.9rem;
  margin-bottom: 32px; }

.item-info {
  margin-top: 32px;
  border-top: 1px dotted #242325;
  padding-top: 32px; }

.item-info-list {
  background: #f0efe9;
  padding: 16px;
  font-size: 0.8rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px; }
  .item-info-list dt {
    font-weight: bold;
    width: 40%;
    padding: 4px 0; }
  .item-info-list dd {
    width: 60%;
    padding: 4px 0; }

.item-stock-count {
  margin-left: 16px; }

.cart-btn-wrap {
  text-align: center;
  margin-top: 24px; }

.btn {
  background: #555;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 16px auto 0;
  padding: 10px 0;
  width: 60%;
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none !important; }

.disabled {
  opacity: 0.2;
  background: #555 !important;
  pointer-events: none; }

.cart-btn {
  background: #2996CC;
  width: 90%;
  padding: 18px 0;
  font-size: 1.1rem; }

.restock-btn {
  background: #1c678c;
  width: 90%;
  padding: 18px 0;
  font-size: 1.1rem; }

.soldout {
  margin: 32px auto;
  color: #cc0000;
  text-align: center;
  background: #ffeeee;
  padding: 18px 0; }

input[data-id="makeshop_quantity"] {
  width: 30%; }

select[name="item-quantity"] {
  margin-left: 8px;
  width: 3rem; }

select.makeshop_option-select {
  width: 100%;
  margin: 4px auto; }

i {
  margin-right: 8px; }

.makeshop_option-wrap {
  margin-bottom: 8px; }

.add-image {
    display: block; }

.add-image-list {
    padding: 8px;
    width: 100%; }

.add-image-list img {
  max-width: 100%; }

@media screen and (min-width:1024px) {
    .add-image {
      display: flex; }
    
    .add-image-list {
      width: calc(100% / 3); }
}

.add-description {
	text-align: left;
	font-size: 0.9rem;
    margin-top: 3px;
}

.sale-info {
  margin: 16px auto 0 auto; }

.item-contact {
  text-align: right; }

.item-share {
  margin-top: 24px; }
  .item-share li {
    display: inline-block; }

/******************************** REVIEW STAR */
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #F8D803; }
  .reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: 1.5rem;
    font-weight: 900; }

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400; }

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0"; }

/******************************** ITEM REVIEW */
.item-review {
  text-align: left;
  display: flex;
  align-items: center;
  padding-top: 16px; }

.item-review-average {
  font-size: 1.3rem;
  margin: 0 4px 0 12px; }

/******************************** ITEM REVIEW LIST */
.item-review-detail {
  text-align: left;
  margin-top: 48px; }

.item-review-title {
  position: relative;
  margin-bottom: 16px; }

.btn-review-post-wrap {
  position: absolute;
  right: 0;
  top: 0; }

.item-review-detail .btn-review-post {
  margin: 0;
  padding: 4px 8px;
  width: auto;
  display: inline-block;
  font-size: 0.7rem;
  background: #999; }

.review-list-unit {
  padding: 16px 0;
  font-size: 0.9rem;
  border-bottom: 1px dotted #ccc; }

.review-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }

.review-star,
.review-score {
  display: inline-block; }

.review-list-score-wrap .reviewRateStar::before {
  font-size: 1.1rem; }

.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1.0rem; }

.review-list-content {
  font-size: 0.8rem;
  text-align: left; }

.review-list-date {
  font-size: 0.7rem;
  margin-top: 8px;
  color: #999; }

.review-list-text {
  text-align: center;
  color: #999;
  margin-top: 64px; }

/******************************** SUBSCRIPTION */
.subscription-discount-list td {
  border: 1px solid #242325;
  padding: 8px; }

.subscription-discount-point {
  font-size: 0.9rem; }

.subscription-gift-list {
  margin: 32px auto; }

.subscription-gift {
  background: #f0efe9;
  padding: 24px;
  margin: 16px auto; }

.subscription-gift-img {
  max-width: 100px;
  height: auto; }

.subscription-gift-times {
  border-bottom: 1px dotted #242325;
  padding-bottom: 6px;
  margin-bottom: 8px; }

.subscription-gift-item {
  margin-bottom: 4px; }

.subscription-gift-info {
  font-size: 0.8rem; }

.item-subscription {
  margin-top: 48px;
  border: 2px solid #FB6107;
  padding: 24px;
  background: #FFF2EA;
  border-radius: 4px; }

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart-title {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: left; }
  .cart-title i {
    margin-right: 8px; }

.incart-total-item {
  background: #f0f0f0;
  padding: 16px;
  text-align: left; }

.incart-total-count,
.incart-total-price {
  font-weight: bold;
  margin-right: 8px; }

.cart-list {
  width: 100%;
  margin: 32px auto 48px; }
  .cart-list th, .cart-list td {
    border-top: 1px solid #999; }
  .cart-list thead th {
    font-size: 0.9rem;
    padding: 12px 0; }
  .cart-list td {
    padding: 16px 8px;
    vertical-align: middle; }
  .cart-list .cart-item-wrap {
    display: flex; }
  .cart-list .cart-item-image {
    width: 100px; }
    .cart-list .cart-item-image img {
      max-width: 100%; }
  .cart-list .cart-item-info {
    text-align: left;
    font-size: 0.9rem;
    flex: 1;
    margin-left: 16px; }
  .cart-list .cart-item-option {
    font-size: 0.8rem; }
  .cart-list .cart-item-special {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #999; }
  .cart-list .cart-item-price,
  .cart-list .cart-item-unit-price,
  .cart-list .cart-item-point {
    text-align: right;
    white-space: nowrap; }
  .cart-list input[name="item-quantity"] {
    width: 3em; }
  .cart-list .cart-item-unit-price {
    font-size: 0.8rem;
    color: #999; }
  .cart-list .btn {
    width: auto;
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
    font-size: 0.8rem; }
  .cart-list .item-delete-btn {
    background: #ccc;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px; }
    .cart-list .item-delete-btn i {
      margin-right: 0; }
  .cart-list .cart-total-title {
    text-align: right; }
  .cart-list .cart-total-price-wrap {
    text-align: right; }
  .cart-list .cart-total-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #cc0000; }
  .cart-list .cart-total-point {
    color: #cc0000; }

.free-shipping-wrap {
  margin-bottom: 48px;
  font-size: 0.9rem; 
    background: #ff0d0d;
    color: #fff;
    border-radius: 11px;
    padding: 0.75em 1.5em;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
.free-shipping-wrap:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #ff0d0d transparent;
    border-width: 0 10px 10px 10px;
    top: -10px;
    left: 90%;
    margin-left: -10px;
}

.payment-btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  text-align: right; }
  .payment-btn-wrap .btn {
    width: auto;
    display: inline-block;
    margin: 0; }
  .payment-btn-wrap .payment-btn {
    width: 40%;
    padding: 12px 0;
    background: #2996CC;
    font-size: 1.2rem; }

.noitem-btn-wrap {
  margin-top: 64px; }

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  text-align: left; }
  .review-title em {
    font-weight: bold; }

.review-item-wrap {
  display: flex;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f0f0f0; }

.review-item-image {
  width: 100px; }
  .review-item-image img {
    max-width: 100%; }

.review-item-info {
  flex: 1;
  text-align: left;
  margin-left: 16px;
  font-size: 0.9rem; }

.total-review {
  margin-top: 8px; }
  .total-review .reviewRateStar::before {
    font-size: 1.1rem; }

.review-average,
.review-count {
  display: inline-block; }

.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem; }

.review-item-btn {
  text-align: right; }

.btn-review-post {
  width: auto;
  display: inline-block;
  padding: 8px 24px; }

.all-review {
  margin-bottom: 48px; }
  .all-review .review-head-wrap {
    width: 70%;
    text-align: left; }
  .all-review .review-list-content {
    text-align: left; }
  .all-review .review-name,
  .all-review .review-list-score-wrap {
    display: inline-block; }

.review-form-wrap {
  width: 600px;
  margin: 48px auto 32px; }

.review-form {
  display: flex;
  text-align: left;
  padding: 16px 0; }

.review-form-title {
  width: 200px; }

.review-form-content {
  flex: 1; }
  .review-form-content input, .review-form-content textarea {
    width: 100%; }

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-title {
  margin-bottom: 48px; }

.guide-section {
  margin-bottom: 64px;
  text-align: left;
  font-size: 0.9rem; }

.guide-section-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.1rem; }

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list {
  margin-bottom: 64px; }

.news-wrap {
  margin-top: 32px; }

.news-head {
  margin-bottom: 24px; }

.news-content-wrap {
  padding: 24px 48px 48px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 24px; }

.news-pager {
  display: flex;
  justify-content: space-between; }

.news-date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 8px;
  text-align: left; }

.news-empty {
  color: #ccc; }

/*****************************************************
 HIGHSOX
*****************************************************/
.information{
	display: flex;
	margin-top: 2em;
	justify-content: center;
	margin-bottom: 1em;
}
.information #photo{
	width: 600px;
}
.information #photo img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.information #photo #main{
	height: 400px;
}
.information #photo .sub-row{
	display: flex;
	height: 129px;
	margin-top: 15px;
}
.information #photo .sub-row > div{
	width: 192px;
}
.information #info{
	width: 320px;
	margin-left: 40px;
	text-align: left;
}
.open_googlemap {
    font-size: 14px !important;
    margin-top: 6px !important;
    width: 200px !important;
    border: 1px solid #000;
    text-align: center;
    display: block;
    border-radius: unset !important;
    margin-right: 100% !important;
    text-decoration: underline !important;
}
.highsox-soldout{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	color: #fff;
    background-color: #000;
	opacity: 1;
	width: 100%;
	padding-top: calc(123 / 532 * 100%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.highsox-soldout span {
    font-size: 15px;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
}
.recent-item-list .highsox-soldout span,
.recommend-item-list .highsox-soldout span {
    font-size: 10px;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
}
@media screen and (min-width:768px) {
	.highsox-soldout span {
        font-size: 17px;
        position: absolute;
        top: 14px;
        right: 0;
        left: 0;
        bottom: 0;
	}
    .recent-item-list .highsox-soldout span,
    .recommend-item-list .highsox-soldout span {
        font-size: 15px;
        position: absolute;
        top: 14px;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
@media screen and (min-width:1024px) {
	.highsox-soldout span {
        top: 19px;
	}
    .recent-item-list .highsox-soldout span,
    .recommend-item-list .highsox-soldout span {
        font-size: 17px;
        position: absolute;
        top: 19px;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
/* -----------------------------------------------------------------
   company
----------------------------------------------------------------- */
.company-image img {
  margin: 0 auto 48px; }

/* -----------------------------------------------------------------
   order-contract
----------------------------------------------------------------- */
.order-contract-title {
  margin-bottom: 24px; }

.contract-item {
  margin: 24px;
  display: flex;
  text-align: left; }

.contract-title {
  width: 200px; }

.contract-content {
  flex: 1;
  padding-left: 24px; }

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px; }

.catalog-list th {
  background: #f0efe9; }

.catalog-list th, .catalog-list td {
  border: 1px solid #c7c3ac;
  padding: 6px 8px; }

.catalog-input-num {
  width: 10rem; }

.catalog-input-quantity {
  width: 3rem; }

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 400px; }

.catalog-search-btn {
  width: 60px; }

.catalog-cart-btn {
  width: 25%; }

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
/* フッターPC */
.footer-pc {
    background: #000;
    border-radius: 100% 100% 0 0 / 100px 100px 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.footer-pc .footer-guide,.footer-nav{
    padding:60px 0 24px 0; 
    text-align:left;
    width: 960px;
}
.footer-pc .footer-guide{
    border-top:1px solid #ccc;
    color:#666; 
    background:#eee;
}
.footer-pc .footer-guide-area,.footer-nav-area{
    box-sizing:border-box;
    font-size:13px;
}
.footer-pc .footer-nav-area dl {
    display: flex;
    flex-wrap: wrap;
}
.footer-pc .footer-nav-area dt {
    width: 18%;
    text-align: right;
    padding: .5em 0;
}
.footer-pc .footer-nav-area dd {
    width: 82%;
    padding: .5em 0;
}
.footer-pc .footer-guide-title{
    margin-bottom:24px;
    font-weight:bold;   
    font-size:15px;
}
.footer-pc .footer-guide-list li{
    margin-bottom:16px; 
}
.footer-pc .footer-guide-list h6{
    font-weight:bold;
    margin-bottom:8px;  
}
.footer-pc .footer-nav{
    color:#777; 
    font-size:13px;
    position:relative;
    margin: auto;
}
.footer-pc .footer-nav a{
    color:#FFF; 
}
.footer-pc .footer-nav a:hover{
    text-decoration:underline;
}
.footer-pc .footer-shop-name{
    font-weight:bold;
    margin-bottom:4px;
    font-size:16px;
}
.footer-pc .footer-nav-list{
    margin-left: 1.5em;
}
.footer-pc .footer-nav-list li{
    display:inline; 
    padding:0 8px;
}
.footer-pc .footer-nav-list li+ li {
  border-left: 1px solid #fff;
}
.footer-pc .footer-nav-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
.footer-pc .footer-social-list{
    text-align:center;
    margin: 1.5em 0 .75em 0;
}
.footer-pc .footer-social-list li{
	display:inline-block;
}
.footer-pc .footer-social-list li:not(:last-child){
	margin-right:16px;
}
.footer-pc .footer-social-list li img {
	height: 28px;
}
.footer-pc .copyright{
    margin-top: .75em;
}
.footer-pc address{
    text-align:center;
    color:#eee; 
    font-size:11px;
	margin:24px 0;
}

/* フッタースマホ */
.footer-sp {
    font-size:12px;
    padding-bottom: 20px;
    margin-top:60px;
    margin-top: 3em;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    background: rgb(0, 0, 0);
    border-radius: 100% 100% 0px 0px / 100px 100px 0px 0px;
    padding-top: 52px;
}
.footer-sp .footer-nav-title {
    margin-bottom: 3px;
}
.footer-sp .footer-menu {
  margin-top: .5em;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.footer-sp .footer-menu label {
    position: relative;
    display: block;
    padding: 0 0 0 4em;
    line-height: 2;
    cursor: pointer;
    text-align: left;
    font-size: 1.2em;
}
.footer-sp .footer-menu label:before {
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 3em;
}
.footer-sp .footer-menu label.on:before {
    content: '\f068';
}
.footer-sp .footer-menu dd {
  display: none;
}
.footer-sp .footer-nav-list {
}
.footer-sp .footer-nav-list li {
    text-align: left;
    padding: .5em 0;
    list-style-type: disc;
    margin-left: 1.5em;
}
.footer-sp .footer-nav-list li a {
    color: #fff !important;
}
#page_top {
    width: 75px;
    height: 75px;
    position: fixed;
    right: 0;
    bottom: -75px;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/highsox/images/pagetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (min-width:1024px) {
    #page_top {
        width: 150px;
        height: 150px;
        right: 50px;
        bottom: -150px;
    }
}

/* 20241225 フッター ご利用ガイド */
.footer-guide-contents{
  text-align: left;
  padding: 1em 0;
}

.footer-shopping-guide{
  padding: 20px 0 40px;
}
.footer-shopping-guide-inner{
  display: flex;
  gap: 10px;
}
.footer-shopping-guide .guide-wrap {
  display: block;
  position: relative;
}
.footer-shopping-guide .guide-wrap::after {
  color: #fff;
  content: "＋";
  top: 50%;
  right: 20px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  font-family: "areal";
  transform: translateY(-50%);
}
.footer-shopping-guide details[open] .guide-wrap::after {
  content: "－";
}
.footer-shopping-guide .guide-wrap::-webkit-details-marker {
  display: none;
}
.footer-shopping-guide .guide-item {
  width: 100%;
}
.footer-shopping-guide .guide-ttl {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  color: #fff;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #fff;
}
.footer-shopping-guide details[open] .guide-ttl {
  border-bottom: none;
}
@keyframes close-animation {
  from {
      transform: rotate(180deg);
  }
  to {
      transform: rotate(0deg);
  }
}
.footer-shopping-guide details[open] .guide-ttl::after {
  animation: 0.4s open-animation forwards;
}
@keyframes open-animation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(180deg);
  }
}
.footer-shopping-guide .guide-contents {
  padding: 20px;
  position: relative;
  border: 1px solid #fff;
}
.footer-shopping-guide .guide-contents p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer-shopping-guide{
      padding: 40px 0;
  }
  .footer-shopping-guide-inner{
      padding: 0 1.5rem;
      flex-wrap: wrap;
  }
}
.hisox-wheel-filters{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}@media screen and (min-width:768px){.hisox-wheel-filters{grid-template-columns:repeat(4,minmax(0,1fr))}}.hisox-variation-search{margin:24px 0 28px;padding:16px 0 20px;border-top:1px solid #111;border-bottom:1px solid #d4d4d4}.hisox-filter-heading,.hisox-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.hisox-filter-heading h2{margin:0;font-size:1rem;letter-spacing:.08em}.hisox-variation-search button{appearance:none;border:1px solid #b8b8b8;border-radius:0;background:#fff;color:#111;cursor:pointer;font:inherit}.hisox-filter-heading button{padding:5px 8px;font-size:.75rem;text-decoration:underline}.hisox-filter-groups{display:grid;gap:16px;margin-top:16px}.hisox-filter-group{min-width:0;margin:0;padding:0;border:0}.hisox-filter-group legend,.hisox-brand-filter summary{font-size:.82rem;font-weight:700;letter-spacing:.04em}.hisox-brand-filter summary{cursor:pointer;list-style:none}.hisox-brand-filter summary::-webkit-details-marker{display:none}.hisox-brand-filter summary:after{content:'+';float:right;font-size:1.1rem}.hisox-brand-filter[open] summary:after{content:'－'}.hisox-size-options,.hisox-brand-options,.hisox-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.hisox-size-options button,.hisox-brand-options button{min-height:34px;padding:6px 9px;font-size:.78rem;line-height:1}.hisox-variation-search button:hover,.hisox-variation-search button:focus-visible,.hisox-variation-search button.is-selected,.hisox-pagination button[aria-current=page]{border-color:#111;background:#111;color:#fff}.hisox-brand-options button{display:flex;align-items:center;gap:6px}.hisox-brand-options img{width:20px;height:20px;object-fit:contain}.hisox-filter-count,.hisox-brand-filter summary span{color:#666;font-size:.72rem;font-weight:400}.hisox-active-filters button{padding:5px 8px;font-size:.75rem}.hisox-active-filters button:after{content:' ×'}.hisox-results-head{margin-top:20px;padding-top:14px;border-top:1px solid #d4d4d4;font-size:.85rem}.hisox-results-head p{margin:0}.hisox-results-head select{margin-left:6px;padding:5px;border:1px solid #aaa;background:#fff;font:inherit}.hisox-search-status{margin:14px 0 0;font-size:.82rem}.hisox-search-status:empty{display:none}.hisox-results{margin-top:18px}.hisox-result-brand{margin:5px 0 0;color:#666;font-size:.72rem}.hisox-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:24px}.hisox-pagination button{min-width:34px;min-height:34px;padding:5px 8px;font-size:.8rem}.hisox-pagination span{padding:8px 4px}@media screen and (min-width:768px){.hisox-filter-groups{grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:28px}}.hisox-variation-search [hidden],.category-item-list[hidden],.category-item-list-head[hidden],.pager[hidden]{display:none!important}
