
li {
    list-style: none;
}

img {
    display: block;
    border-style: none;
}

span {
    font-size: .9375em;
    line-height: 1.4666666667em;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

p,
span,
cite,
ol,
ul,
pre,
label,
input,
textarea {
    font-size: .9375em;
    line-height: 1.4666666667em;
}

.js-filter-option {
    display: flex;
    align-items: center;
}

.js-filter-option input {
    margin-right: 10px;
}

.dyn-container .makita-link:hover {
    color: #67b2b1;
}

.dyn-container .makita-link {
    color: #008290;
    font-weight: bold;
    cursor: pointer;
}

.dyn-container .makita-link .inputture {
    display: none;
    fill: #008290;
}

.dyn-container .makita-link:hover svg path {
    stroke: #67b2b1;
}

.dyn-container .makita-link svg path {
    stroke: #008290;
}

.global-page-header.category {
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    z-index: 1;
    display: block;
}
@media screen and (min-width: 960px) {
    .global-page-header.category {
        margin-bottom: 1.1em;
    }
}


.global-page-header.category.sub-category .row.main-banner {
    height: 10%;
}

@media screen and (min-width: 1300px) {
    .row {
        min-width: 1300px;
        width: 95%;
        max-width: 1700px;
    }
}

@media screen and (min-width: 1100px) {
    .row {
        min-width: 1100px;
    }
}

@media screen and (min-width: 960px) {
    .row {
        min-width: 960px;
    }

    .global-page-header.category.sub-category .row.main-banner {
        height: 6vw;
    }

    .global-page-header.category .row.main-banner .header-wrapper {
        align-items: center;
        flex-direction: row !important;
        padding: 0;
    }

    .makita-filter-options .filter-wrapper {
        display: block !important;
        background-color: #fff;
    }

    .global-page-header.category .row.main-banner .header-wrapper .copy {
        padding-left: 30px;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 75vw;
    }

    .makita-filter-options .filter-wrapper .button-actions {
        margin-bottom: 1.1em;
    }

    .makita-filter-options .filter-wrapper .filter-options .filter-values {
        max-height: 225px;
    }

    .global-page-header.category .row.main-banner .header-wrapper .image {
        display: block !important;
    }

    .description {
        width: 75%;
    }
}



.makita-filter-options .filter-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    padding-left: 10px;
    padding-top: 20px;
    box-sizing: content-box;
    min-width: 275px;
}

.global-page-header.category .row.main-banner .header-wrapper .copy .title {
    text-transform: uppercase;
    font-family: "Helvetica Neue LT W01107XBlkCn";
    color: #fff;
    font-size: calc(1em + 1.5vw);
    font-style: italic;
}

.description {
    width: 5%;
}

@media screen and (min-width: 600px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 600px;
    }
}

.row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.global-page-header.category.sub-category .row.main-banner .header-wrapper {
    padding: 0;
}
#js-filter-sort a:hover{
    background-color: rgb(214,214,214);
}

.global-page-header.category .row.main-banner .header-wrapper {
    background-color: #2a2d2f;
    display: flex;
    align-items: flex-start;
    color: #fff;
    height: inherit;
    flex-direction: column;
    padding: 0 0 10px;
}

/* 	@media screen and (min-width: 900px) {
    .global-page-header.category .row.main-banner .header-wrapper .image {
        display: block;
    }
} */

.global-page-header.category .row.main-banner .header-wrapper .image {
    height: inherit;
    display: none;
}

.global-page-header.category .row.main-banner .header-wrapper .image div {
    height: inherit;
}

.img-fit-width img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

/* 底部内容*/
.global-page-header.category .row.info-bar {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-bottom: 2px solid #000;
}

.makita-breadcrumb {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

.makita-breadcrumb .system-name {
    font-size: inherit;
    font-weight: bold;
}


.global-page-header.category .row.info-bar .counter label,
.global-page-header.category .row.info-bar .counter span {
    font: unset;
}

/* 	.row__colspaced:after,
.row:after {
    content: "";
    display: table;
    clear: both;
} */

@media screen and (min-width: 960px) {
    .global-page-header.category .row.controls {
        display: none;
    }
}

/* 过滤盒子 */
.global-page-header.category .row.controls {
    background-color: #fff;
    border-bottom: 2px solid #000; 
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 960px) {
    .global-page-header.category .row.controls {
        display: none;
    }
}

.global-page-header.category .row.controls .makita-btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 180px;
    cursor: pointer;
}

.makita-btn {
    position: relative;
    font-family: "Helvetica Neue LT W01_95 Black";
    border: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 1em;
    background: #008290;
    padding: 2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.makita-filter-options .filter-wrapper .makita-filter-box {
    margin-right: 0;
    padding: 0;
    color: #000;
    vertical-align: top;
    line-height: normal;
    width: 100%;
    display:flex;
    margin-bottom: 1.1em;
}

.button-actions a { 
    color: white;
}

/* 动画效果 */
.dyn-container {
    transition: display 0.5s ease;
    overflow: hidden;
    max-height: 0;
    /* 默认高度为0，隐藏内容 */
    display: none;
    /* 默认透明度为0 */
}

.dyn-container.show {
    max-height: 500px;
    /* 根据内容的最大高度进行调整 */
    display: block;
    /* 显示时的透明度 */
}

.button-actions a:hover {
    background: #67b2b1;
    color: white !important;
}

.makita-filter-options .filter-wrapper .filter-options {
    border-bottom: 1px solid #000;
}

.makita-filter-options .filter-wrapper .button-actions .makita-btn {
    padding: 4px 6px;
    display: flex;
    /* flex-grow: 1; */
    align-items: center;
}

.fas,
.fa-solid {
    font-weight: 900;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free';
}

.makita-filter-options .filter-wrapper .makita-filter-box .filter-label {
    background-color: transparent;
    color: #000;
    padding: 2px 4px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .filter-menu {
    cursor: pointer;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    color: #000;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .filter-menu .fa.toggle-icn,
.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .filter-menu .fas.toggle-icn {
    background: #909090;
    color: #fff;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .filter-menu .fa.toggle-icn.fa-chevron-right,
.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .filter-menu .fas.toggle-icn.fa-chevron-right {
    padding: 5px 10px;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .sort-options {
    position: absolute;
    right: 0;
    width: 94%;
    z-index: 9999;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #000;
    border-top: 0;
    background-color: #fff;
}

.makita-filter-options .filter-wrapper .makita-filter-box .sort-container .sort-options .selection {
    padding: 0.2em 0.6em;
    text-transform: uppercase;
    cursor: pointer;
    color: #008290;
    display: block;
}

.makita-filter-options .filter-wrapper .filter-options {
    border-bottom: 1px solid #000;
}

.makita-filter-options .filter-wrapper .filter-options .filter-header {
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.makita-filter-options .filter-wrapper .filter-options .filter-values {
    border-right: 1px solid #000;
    padding-bottom: 10px;
    max-height: 150px;
    overflow-y: auto;
}

li {
    line-height: inherit;
}

.makita-filter-options .filter-wrapper .filter-options .makita-link {
    margin-right: 10px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}