body.topinis-plants-catalog-page .header,
body.topinis-plants-product-page .header,
body.topinis-wood-product-page .header {
  padding-top: 0;
  background: transparent;
}

body.topinis-plants-catalog-page .header .header_bottom .header_bottom_wrapp,
body.topinis-plants-product-page .header .header_bottom .header_bottom_wrapp,
body.topinis-wood-product-page .header .header_bottom .header_bottom_wrapp {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
  min-height: 50px;
  padding-left: 240px;
  position: relative;
}

body.topinis-plants-catalog-page .header__logoBox,
body.topinis-plants-product-page .header__logoBox,
body.topinis-wood-product-page .header__logoBox {
  bottom: 3px;
  flex: 0 0 auto;
  left: 0;
  max-width: none;
  order: 0;
  position: absolute;
  top: auto;
  width: auto;
}

body.topinis-plants-catalog-page .header__logoBox img,
body.topinis-plants-product-page .header__logoBox img,
body.topinis-wood-product-page .header__logoBox img {
  height: auto;
  margin: 0;
  max-width: none;
}

body.topinis-plants-catalog-page .header__nav,
body.topinis-plants-product-page .header__nav,
body.topinis-wood-product-page .header__nav {
  display: block;
  flex: 0 1 auto;
  margin: 0;
  max-width: none;
  min-width: 0;
  order: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}

body.topinis-plants-catalog-page .header__nav .menu-main-container,
body.topinis-plants-product-page .header__nav .menu-main-container,
body.topinis-wood-product-page .header__nav .menu-main-container {
  display: block;
  margin: 0;
  overflow: visible;
  padding: 0;
}

body.topinis-plants-catalog-page .header__nav .menu,
body.topinis-plants-product-page .header__nav .menu,
body.topinis-wood-product-page .header__nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  width: auto;
}

body.topinis-plants-catalog-page .header__nav .menu > li,
body.topinis-plants-product-page .header__nav .menu > li,
body.topinis-wood-product-page .header__nav .menu > li {
  flex: 0 0 auto;
  margin-right: 20px;
  padding-bottom: 10px;
  position: relative;
}

body.topinis-plants-catalog-page .header__nav .menu > li:last-child,
body.topinis-plants-product-page .header__nav .menu > li:last-child,
body.topinis-wood-product-page .header__nav .menu > li:last-child {
  margin-right: 0;
}

body.topinis-plants-catalog-page .header__nav .menu > li.menu-item-has-children > a,
body.topinis-plants-product-page .header__nav .menu > li.menu-item-has-children > a,
body.topinis-wood-product-page .header__nav .menu > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

body.topinis-plants-catalog-page .header__nav .menu > li.menu-item-has-children > a:before,
body.topinis-plants-product-page .header__nav .menu > li.menu-item-has-children > a:before,
body.topinis-wood-product-page .header__nav .menu > li.menu-item-has-children > a:before {
  background-image: url(../../../app/img/sprite.png);
  background-position: -408px -223px;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}

body.topinis-plants-catalog-page .header__nav .menu > li.menu-item-has-children > a:after,
body.topinis-plants-product-page .header__nav .menu > li.menu-item-has-children > a:after,
body.topinis-wood-product-page .header__nav .menu > li.menu-item-has-children > a:after {
  content: none;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul,
body.topinis-plants-product-page .header__nav .menu > li > ul,
body.topinis-wood-product-page .header__nav .menu > li > ul {
  background: #8cbd02;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-width: min(420px, calc(100vw - 32px));
  min-width: 300px;
  padding: 20px;
  position: absolute;
  top: 100%;
  width: max-content;
  z-index: 50;
}

body.topinis-plants-catalog-page .header__nav .menu > li:hover > ul,
body.topinis-plants-product-page .header__nav .menu > li:hover > ul,
body.topinis-wood-product-page .header__nav .menu > li:hover > ul {
  display: block;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li,
body.topinis-plants-product-page .header__nav .menu > li > ul > li,
body.topinis-wood-product-page .header__nav .menu > li > ul > li {
  margin: 0;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li + li,
body.topinis-plants-product-page .header__nav .menu > li > ul > li + li,
body.topinis-wood-product-page .header__nav .menu > li > ul > li + li {
  margin-top: 10px;
  padding-top: 0;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul li a,
body.topinis-plants-product-page .header__nav .menu > li > ul li a,
body.topinis-wood-product-page .header__nav .menu > li > ul li a {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  padding: 4px 0;
  text-transform: none;
  white-space: normal;
  word-break: break-word;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul li a:hover,
body.topinis-plants-product-page .header__nav .menu > li > ul li a:hover,
body.topinis-wood-product-page .header__nav .menu > li > ul li a:hover {
  color: #fff;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul li > ul,
body.topinis-plants-product-page .header__nav .menu > li > ul li > ul,
body.topinis-wood-product-page .header__nav .menu > li > ul li > ul {
  list-style: none;
  margin: 6px 0 0;
  padding-left: 14px;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li.menu-item-has-children,
body.topinis-plants-product-page .header__nav .menu > li > ul > li.menu-item-has-children,
body.topinis-wood-product-page .header__nav .menu > li > ul > li.menu-item-has-children {
  display: block;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li.menu-item-has-children > a,
body.topinis-plants-product-page .header__nav .menu > li > ul > li.menu-item-has-children > a,
body.topinis-wood-product-page .header__nav .menu > li > ul > li.menu-item-has-children > a {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li.menu-item-has-children > ul,
body.topinis-plants-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul,
body.topinis-wood-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 0;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li,
body.topinis-plants-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li,
body.topinis-wood-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li {
  margin: 0;
  padding: 0;
}

body.topinis-plants-catalog-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li + li,
body.topinis-plants-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li + li,
body.topinis-wood-product-page .header__nav .menu > li > ul > li.menu-item-has-children > ul > li + li {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0;
}

body.topinis-plants-catalog-page .header__enterBox,
body.topinis-plants-product-page .header__enterBox,
body.topinis-wood-product-page .header__enterBox {
  flex: 0 0 auto;
  margin-left: auto;
  order: 0;
}

body.topinis-plants-catalog-page .header__searchBox,
body.topinis-plants-product-page .header__searchBox,
body.topinis-wood-product-page .header__searchBox,
body.topinis-plants-catalog-page .header__cartBox,
body.topinis-plants-product-page .header__cartBox,
body.topinis-wood-product-page .header__cartBox {
  flex: 0 0 auto;
  margin-left: 62px;
  order: 0;
}

@media (max-width: 1199px) {
  body.topinis-plants-catalog-page .header .header_bottom,
  body.topinis-plants-product-page .header .header_bottom,
  body.topinis-wood-product-page .header .header_bottom {
    padding: 15px 0;
  }

  body.topinis-plants-catalog-page .header .header_bottom .header_bottom_wrapp,
  body.topinis-plants-product-page .header .header_bottom .header_bottom_wrapp,
  body.topinis-wood-product-page .header .header_bottom .header_bottom_wrapp {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: -15px;
    padding-left: 0;
  }

  body.topinis-plants-catalog-page .header .header_bottom .header_bottom_wrapp > div,
  body.topinis-plants-catalog-page .header .header_bottom .header_bottom_wrapp > a,
  body.topinis-plants-catalog-page .header .header_bottom .header_bottom_wrapp > ul,
  body.topinis-plants-product-page .header .header_bottom .header_bottom_wrapp > div,
  body.topinis-plants-product-page .header .header_bottom .header_bottom_wrapp > a,
  body.topinis-plants-product-page .header .header_bottom .header_bottom_wrapp > ul,
  body.topinis-wood-product-page .header .header_bottom .header_bottom_wrapp > div,
  body.topinis-wood-product-page .header .header_bottom .header_bottom_wrapp > a,
  body.topinis-wood-product-page .header .header_bottom .header_bottom_wrapp > ul {
    margin-top: 15px;
  }

  body.topinis-plants-catalog-page .header__logoBox,
  body.topinis-plants-product-page .header__logoBox,
  body.topinis-wood-product-page .header__logoBox {
    position: static;
    width: 100%;
  }

  body.topinis-plants-catalog-page .header__logoBox img,
  body.topinis-plants-product-page .header__logoBox img,
  body.topinis-wood-product-page .header__logoBox img {
    margin: 0 auto;
  }

  body.topinis-plants-catalog-page .header__nav .menu,
  body.topinis-plants-product-page .header__nav .menu,
  body.topinis-wood-product-page .header__nav .menu {
    display: none;
  }
}

body.topinis-plants-catalog-page .catalog_page__content-header {
  align-items: flex-start;
}

body.topinis-plants-catalog-page .catalog_page__content-header > .catalog_page__main_filters-col {
  flex: 0 0 100%;
  margin: 0 0 28px;
  max-width: 100%;
  width: 100%;
}

body.topinis-plants-catalog-page .catalog_page__content-header > .catalog_page__content-total {
  flex: 0 0 auto;
}

body.topinis-plants-catalog-page .catalog_page__content-header > .catalog_page__order {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  body.topinis-plants-catalog-page .catalog_page__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  body.topinis-plants-catalog-page .shortcard__body {
    border-radius: 28px;
    padding: 18px;
  }

  body.topinis-plants-catalog-page .shortcard__title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.45;
  }

  body.topinis-plants-catalog-page .shortcard__price_block {
    padding-top: 18px;
  }

  body.topinis-plants-catalog-page .shortcard__old_price {
    font-size: 13px;
  }

  body.topinis-plants-catalog-page .shortcard__price {
    font-size: 22px;
    letter-spacing: 0;
  }

  body.topinis-plants-catalog-page .shortcard__buy_btn {
    border-radius: 18px;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding-left: 22px;
  }
}

body.topinis-plants-catalog-page .shortcard__thumb > a,
body.topinis-wood-product-page .shortcard__thumb > a {
  aspect-ratio: 1 / 1;
  background: #f8faf8;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

body.topinis-plants-catalog-page .shortcard__img,
body.topinis-wood-product-page .shortcard__img {
  border-radius: inherit;
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
  width: 100%;
}

body.topinis-plants-catalog-page .shortcard:hover .shortcard__img:not(.shortcard__img--placeholder),
body.topinis-plants-catalog-page .shortcard:focus-within .shortcard__img:not(.shortcard__img--placeholder),
body.topinis-wood-product-page .shortcard:hover .shortcard__img:not(.shortcard__img--placeholder),
body.topinis-wood-product-page .shortcard:focus-within .shortcard__img:not(.shortcard__img--placeholder) {
  transform: scale(1.07);
}

body.topinis-plants-catalog-page .catalog_page .main_filters-slider,
body.topinis-wood-product-page .catalog_page .main_filters-slider {
  margin-left: 0;
  margin-right: 0;
}

body.topinis-plants-catalog-page .catalog_page .main_filters-slider__list > .main_filters-itm:first-child,
body.topinis-wood-product-page .catalog_page .main_filters-slider__list > .main_filters-itm:first-child {
  padding-left: 0;
}

body.topinis-plants-catalog-page .catalog_page .main_filters-slider__list > .main_filters-itm:last-child,
body.topinis-wood-product-page .catalog_page .main_filters-slider__list > .main_filters-itm:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  body.topinis-plants-catalog-page .catalog_page__main_filters-col,
  body.topinis-wood-product-page .catalog_page__main_filters-col,
  body.topinis-plants-catalog-page .catalog_page__content-header > .catalog_page__main_filters-col {
    align-items: center !important;
    column-gap: 16px !important;
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
  }

  body.topinis-plants-catalog-page .catalog_page__main_filters-label,
  body.topinis-wood-product-page .catalog_page__main_filters-label {
    margin-bottom: 0 !important;
    white-space: nowrap !important;
  }

  body.topinis-plants-catalog-page .catalog_page .main_filters-slider,
  body.topinis-wood-product-page .catalog_page .main_filters-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.topinis-plants-catalog-page .shortcard__thumb > a,
  body.topinis-wood-product-page .shortcard__thumb > a {
    border-radius: 30px;
  }
}

body.topinis-plants-product-page .product__gallary-slider,
body.topinis-wood-product-page .product__gallary-slider {
  display: block;
  transform: none !important;
}

body.topinis-plants-product-page .product__gallary-itm img,
body.topinis-wood-product-page .product__gallary-itm img,
body.topinis-plants-product-page .product__gallary_thumb-itm img,
body.topinis-wood-product-page .product__gallary_thumb-itm img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

body.topinis-plants-product-page .product__gallary-itm,
body.topinis-wood-product-page .product__gallary-itm {
  display: none;
  opacity: 0 !important;
  width: 100%;
}

body.topinis-plants-product-page .product__gallary-itm.swiper-slide-active,
body.topinis-wood-product-page .product__gallary-itm.swiper-slide-active {
  display: block;
  opacity: 1 !important;
}

body.topinis-plants-product-page .product__gallary-itm,
body.topinis-wood-product-page .product__gallary-itm,
body.topinis-plants-product-page .product__gallary_thumb-itm,
body.topinis-wood-product-page .product__gallary_thumb-itm {
  aspect-ratio: 1 / 1;
}

body.topinis-plants-product-page .product__gallary-itm img,
body.topinis-wood-product-page .product__gallary-itm img {
  background: #f8faf8;
}

body.topinis-plants-product-page .product__gallary_thumb-itm img,
body.topinis-wood-product-page .product__gallary_thumb-itm img {
  background: #f8faf8;
}

body.topinis-plants-product-page .product__gallary_thumb-itm:before,
body.topinis-wood-product-page .product__gallary_thumb-itm:before {
  border-color: #bfd7c9;
}

body.topinis-plants-product-page .product__gallary_thumb,
body.topinis-wood-product-page .product__gallary_thumb {
  overflow: hidden;
}

body.topinis-plants-product-page .product__gallary_thumb-slider,
body.topinis-wood-product-page .product__gallary_thumb-slider {
  min-width: 100%;
  transition: transform .35s ease;
  width: max-content;
  will-change: transform;
}

body.topinis-plants-product-page .product__gallary_thumb-itm:first-child,
body.topinis-wood-product-page .product__gallary_thumb-itm:first-child {
  margin-left: 0;
}

body.topinis-plants-product-page .product__gallary_thumb-itm:last-child,
body.topinis-wood-product-page .product__gallary_thumb-itm:last-child {
  margin-right: 0 !important;
}

body.topinis-plants-product-page .product__gallary_thumb-itm:hover:before,
body.topinis-plants-product-page .product__gallary_thumb-itm:focus-visible:before,
body.topinis-wood-product-page .product__gallary_thumb-itm:hover:before,
body.topinis-wood-product-page .product__gallary_thumb-itm:focus-visible:before {
  opacity: 1;
}

body.topinis-plants-product-page .product__gallary_thumb-nav_btn[disabled],
body.topinis-wood-product-page .product__gallary_thumb-nav_btn[disabled] {
  opacity: .35;
  pointer-events: none;
}

body.topinis-wood-product-page .product__wood_size-current,
body.topinis-wood-product-page .product__custom_sizes-title {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
}

body.topinis-wood-product-page .product__wood_size-current {
  padding-bottom: 0;
  padding-top: 0;
}

body.topinis-wood-product-page .product__custom_sizes-title {
  padding-top: 0;
}

body.topinis-wood-product-page .product__wood_size-dropdown a {
  color: inherit;
  text-decoration: none;
}

body.topinis-wood-product-page .product__main-step--wood-sizes {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
