:root {
  --filterPosition:0;
}

body.filter--show .header {
  background: white;
}
body.filter--show .filter-sort ~ *,
body.filter--show .siteFooter {
  display: none !important;
}

@media (max-width: 63.94em) {
  .item-page {
    padding-top: 12px;
  }
}
.item-page__header {
  position: relative;
}
@media (max-width: 63.94em) {
  .item-page__header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: var(--padding15);
  }
  .item-page__header__center {
    width: 100%;
    order: 0;
    padding: 0;
  }
  .item-page__header__left, .item-page__header__right {
    order: 1;
    width: 50%;
  }
  .item-page__header__left {
    padding-left: var(--padding15);
  }
  .item-page__header__right {
    padding-right: var(--padding15);
  }
  .item-page__header .bread_crumbs {
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 30px;
  }
}
@media (min-width: 64em) {
  .item-page__header {
    min-height: var(--height38);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding: 0 var(--padding15) var(--padding15);
    align-items: flex-end;
  }
}
.item-page__header__right {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 64em) {
  .item-page__header .bread_crumbs {
    line-height: var(--lineHeightRate);
  }
}
.item-page__header .bread_crumbs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 64em) {
  .item-page__header .bread_crumbs__list {
    line-height: var(--lineHeightRate);
  }
}
.item-page__header .bread_crumbs__list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .item-page__header .bread_crumbs__list li {
    line-height: var(--lineHeightRate);
  }
}
.item-page__header .bread_crumbs__list li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.item-page__header .bread_crumbs__title {
  font-size: unset;
}
@media (min-width: 64em) {
  .item-page__header .bread_crumbs__title {
    line-height: var(--lineHeightRate);
  }
}
@media (min-width: 64em) {
  .item-page__header .filter-box--show.on,
  .item-page__header .sort-box--show.on {
    font-weight: bold;
  }
}
.item-page__lead-txt {
  padding: 30px 0;
}
@media (max-width: 63.94em) {
  .item-page__lead-txt {
    padding: 30px 39px;
    text-align: center;
  }
  .item-page__lead-txt p {
    display: inline;
  }
}
@media (min-width: 64em) {
  .item-page__lead-txt {
    max-width: 726px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 40px 0 calc(40px + 1em);
  }
}
.item-page .itemList {
  position: relative;
}
.item-page .itemList .goodsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 64em) {
  .item-page .itemList .goodsList {
    grid-template-columns: repeat(4, 1fr);
  }
}
.item-page .filter-sort {
  position: relative;
}
.item-page .filter-box {
  display: none;
  position: absolute;
  top: -43px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: white;
  border-radius: 5px;
}
@media (min-width: 64em) {
  .item-page .filter-box {
    background: var(--ambushLightGray);
    left: var(--spacing15);
    top: var(--spacing15);
    width: 348px;
  }
}
.item-page .filter-box input[type=radio] + label,
.item-page .filter-box input[type=checkbox] + label {
  font-size: 1em;
  color: unset;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: var(--lineHeightRate);
  gap: var(--spacing15);
}
.item-page .filter-box input[type=radio] + label::before,
.item-page .filter-box input[type=checkbox] + label::before {
  content: "";
  position: static;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: solid 1px black;
}
.item-page .filter-box input[type=radio] + label::after,
.item-page .filter-box input[type=checkbox] + label::after {
  display: none;
}
.item-page .filter-box .radio-list__li.checked label,
.item-page .filter-box .sub-categories__li.checked label,
.item-page .filter-box .filter-box__color-list .color_chip_list.checked label {
  font-weight: bold;
}
.item-page .filter-box .radio-list__li.checked label::before,
.item-page .filter-box .sub-categories__li.checked label::before {
  background: black;
}
.item-page .filter-box__form {
  display: block;
}
.item-page .filter-box__form::-webkit-scrollbar {
  display: none;
}
.item-page .filter-box__header {
  padding: var(--padding15) var(--padding15) 30px;
  display: flex;
  line-height: var(--lineHeightRate);
}
@media (max-width: 63.94em) {
  .item-page .filter-box__header {
    border-radius: 5px 5px 0 0;
    background: white;
    position: sticky;
    top: var(--scrollHeaderHeight);
    z-index: 2;
  }
}
.item-page .filter-box__content {
  padding: var(--padding15) var(--padding15) 30px;
}
.item-page .filter-box__content__section:not(:last-child) {
  margin-bottom: 45px;
}
.item-page .filter-box__content__section .section__title {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .item-page .filter-box__content__section .section__title {
    margin-bottom: var(--spacing15);
  }
}
.item-page .filter-box .filter-categories__li {
  line-height: var(--lineHeightRate);
}
.item-page .filter-box .filter-categories__li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .item-page .filter-box .filter-categories__li:not(:last-child) {
    margin-bottom: var(--spacing15);
  }
}
.item-page .filter-box .filter-categories .sub-categories {
  display: none;
  padding: 30px var(--padding15) 0 23px;
}
@media (min-width: 64em) {
  .item-page .filter-box .filter-categories .sub-categories {
    padding: var(--padding15) var(--padding15) 0 23px;
  }
}
.item-page .filter-box .filter-categories .sub-categories__li,
.item-page .filter-box .filter-categories .sub-categories .filter-categories__child_li {
  line-height: var(--lineHeightRate);
}
.item-page .filter-box .filter-categories .sub-categories__li:not(:last-child),
.item-page .filter-box .filter-categories .sub-categories .filter-categories__child_li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .item-page .filter-box .filter-categories .sub-categories__li:not(:last-child),
  .item-page .filter-box .filter-categories .sub-categories .filter-categories__child_li:not(:last-child) {
    margin-bottom: var(--spacing15);
  }
}
.item-page .filter-box .filter-categories .sub-categories--show {
  display: flex;
  align-items: center;
  width: max-content;
  gap: var(--spacing15);
}
.item-page .filter-box .filter-categories .sub-categories--show:before {
  content: "";
  display: block;
  background: url(../svg/ico-down.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 4px;
}
.item-page .filter-box .filter-categories .sub-categories--show.on {
  font-weight: bold;
}
.item-page .filter-box .filter-categories .sub-categories--show.on:before {
  background: url(../svg/ico-up-bold.svg) no-repeat;
  background-size: contain;
}
.item-page .filter-box__color-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px var(--spacing15);
}
@media (min-width: 64em) {
  .item-page .filter-box__color-list {
    gap: var(--spacing15);
  }
}
.item-page .filter-box__color-list label {
  padding: 0;
  margin: 0;
  color: unset;
  font-size: unset;
  display: flex;
  align-items: center;
  gap: var(--spacing15);
  line-height: var(--lineHeightRate);
}
.item-page .filter-box__color-list label:before, .item-page .filter-box__color-list label:after {
  content: none !important;
}
.item-page .filter-box__color-list label .colorchip {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  outline-offset: 1px;
  background-size: cover !important;
  background-position: center !important;
}
.item-page .filter-box__color-list label .colorchip.White {
  outline: solid 1px #E6E6E6;
}
.item-page .filter-box:has(.check-section .checked) .apply-filters {
  background: black;
  color: white;
}
@media (max-width: 63.94em) {
  .item-page .itemListNoItem {
    padding: 30px var(--padding15) 0;
  }
}
@media (min-width: 64em) {
  .item-page .itemListNoItem {
    padding-top: 30px;
    max-width: var(--width474);
    margin: auto;
  }
}
.item-page .itemListNoItem a {
  text-decoration: underline;
}

.item-page:has(.itemListNoItem) .filter-box--show,
.item-page:has(.itemListNoItem) .sort-box--show,
.item-page:has(.itemListNoItem) .item-page__lead-txt {
  display: none;
}

.item-page .filter-box .filter-box__color-list .color_chip_list.checked label .colorchip {
  outline: solid 1px black;
}

.item-page .filter-box__bottom {
  position: sticky;
  bottom: 0;
  padding: var(--padding15);
  background: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing15);
  border-radius: 0 0 5px 5px;
}
@media (min-width: 64em) {
  .item-page .filter-box__bottom {
    background: var(--ambushLightGray);
  }
}
.item-page .filter-box__button {
  border-radius: 5px;
  border: solid 1px black;
  display: grid;
  place-content: center;
  background: none;
  color: unset;
  height: var(--height38);
  transition: 0.3s ease;
  letter-spacing: unset;
}
.item-page .filter-box__button:hover {
  opacity: 1;
  background: black;
  color: white;
  font-weight: bold;
}
.item-page .filter-box .radio-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px var(--spacing15);
}
@media (min-width: 64em) {
  .item-page .filter-box .radio-list {
    gap: var(--spacing15);
  }
}
.item-page .filter-box .radio-list__li {
  line-height: var(--lineHeightRate);
}
.item-page .sort-box {
  display: none;
  position: absolute;
  top: -43px;
  right: 0;
  z-index: 2;
  width: 100%;
  background: white;
  border-radius: 5px;
  padding: 0 var(--padding15) var(--padding15);
}
@media (max-width: 63.94em) {
  .item-page .sort-box {
    height: 100%;
  }
}
@media (min-width: 64em) {
  .item-page .sort-box {
    background: var(--ambushLightGray);
    right: var(--spacing15);
    top: var(--spacing15);
    width: 348px;
  }
}
.item-page .sort-box__header {
  padding-top: var(--padding15);
  height: var(--height38);
  padding-bottom: 25px;
  display: flex;
}
@media (max-width: 63.94em) {
  .item-page .sort-box__header {
    justify-content: flex-end;
    border-radius: 5px 5px 0 0;
    background: white;
  }
}
.item-page .sort-box__list {
  margin-top: 30px;
}
.item-page .sort-box__list li {
  line-height: var(--lineHeightRate);
}
.item-page .sort-box__list li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .item-page .sort-box__list li:not(:last-child) {
    margin-bottom: var(--spacing15);
  }
}
.item-page .sort-box__list .sort-label {
  display: flex;
  align-items: center;
  gap: var(--spacing15);
  width: max-content;
  line-height: var(--lineHeightRate);
}
.item-page .sort-box__list .sort-label:before {
  content: "";
  display: block;
  background: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: solid 1px black;
  transition: 0.3s ease;
}

.item-page .sort-box__list .sort-label:hover, .item-page .sort-box__list .sold_list.checked .sort-label {
  opacity: 1;
  font-weight: bold;
}

.item-page .sort-box__list .sort-label:hover:before, .item-page .sort-box__list .sold_list.checked .sort-label:before {
  background: black;
}

@media (max-width: 63.94em) {
  body:has(.promotional-banner.show) .item-page .filter-box__header {
    top: calc(var(--scrollHeaderHeight) + var(--promotionalBannerHeightInit));
  }
}
