@media (min-width: 992px) {
  .header__info {
    gap: 1.5rem;
  }
  .header__info-img {
    width: 2.6rem;
    min-width: 2.6rem;
    height: auto;
  }
  .header__info-img svg,
  .header__info-img path {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .header__info-item {
    gap: 1.25rem;
  }
  .header__info-item p,
  .header__info-item address {
    font-size: 1.4rem;
  }
}

.shop__filters-wrap li.shop__filter-item-hidden,
.shop__fallback-widget .woocommerce-widget-layered-nav-list li.shop__filter-item-hidden {
  display: none !important;
}

/* catalog/product hotfixes */
.shop__products-area .lmp_load_more_button,
.woocommerce .shop__products-area .lmp_load_more_button,
body.post-type-archive-product .lmp_load_more_button,
body.tax-product_cat .lmp_load_more_button,
body.tax-product_tag .lmp_load_more_button,
body.tax-product-scope .lmp_load_more_button {
  clear: both !important;
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: 100%;
  margin: 40px 0 80px !important;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: static !important;
  transform: none !important;
}

.shop__products-area .lmp_load_more_button .lmp_button,
.shop__products-area .lmp_load_more_button a,
.shop__products-area .lmp_load_more_button button {
  position: static !important;
  min-width: 288px;
}

body.single-product table.variations .value,
body.single-product span.select2-container,
body.single-product .variations select,
body.single-product .variations .select2-container .select2-selection--single {
  width: 394px !important;
  max-width: 100% !important;
}

body.single-product table.variations,
body.single-product table.variations tbody {
  width: 394px;
  max-width: 100%;
}

body.single-product table.variations tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.single-product .variations .select2-container .select2-selection--single {
  min-height: 60px;
  padding-right: 56px;
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #161616;
  border-bottom: 0;
  transform: rotate(0deg);
}

body.single-product .variations .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

@media only screen and (max-width: 576px) {
  .shop__products-area .lmp_load_more_button,
  .woocommerce .shop__products-area .lmp_load_more_button,
  body.post-type-archive-product .lmp_load_more_button,
  body.tax-product_cat .lmp_load_more_button,
  body.tax-product_tag .lmp_load_more_button,
  body.tax-product-scope .lmp_load_more_button {
    margin: 28px 0 48px !important;
  }

  .shop__products-area .lmp_load_more_button .lmp_button,
  .shop__products-area .lmp_load_more_button a,
  .shop__products-area .lmp_load_more_button button {
    width: 100%;
    min-width: 0;
  }

  body.single-product table.variations .value,
  body.single-product table.variations,
  body.single-product table.variations tbody,
  body.single-product span.select2-container,
  body.single-product .variations select,
  body.single-product .variations .select2-container .select2-selection--single {
    width: 100% !important;
  }
}

/* clean select2 variation arrow */
body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  overflow: visible;
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #161616;
  transition: transform 0.2s ease;
}

body.single-product .variations .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(180deg);
}

@media only screen and (max-width: 576px) {
  body.single-product .summary form.variations_form,
  body.single-product .summary form.variations_form table.variations,
  body.single-product .summary form.variations_form table.variations tbody,
  body.single-product .summary form.variations_form table.variations tr,
  body.single-product .summary form.variations_form table.variations td.value,
  body.single-product .summary form.variations_form .single_variation_wrap,
  body.single-product .summary form.variations_form .woocommerce-variation-add-to-cart {
    display: block !important;
    width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body.single-product .summary form.variations_form span.select2-container,
  body.single-product .summary form.variations_form .select2-container,
  body.single-product .summary form.variations_form .select2-selection--single,
  body.single-product .summary form.variations_form select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

/* catalog/product hotfixes */
.shop__products-area .lmp_load_more_button,
.woocommerce .shop__products-area .lmp_load_more_button,
body.post-type-archive-product .lmp_load_more_button,
body.tax-product_cat .lmp_load_more_button,
body.tax-product_tag .lmp_load_more_button,
body.tax-product-scope .lmp_load_more_button {
  clear: both !important;
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: 100%;
  margin: 40px 0 80px !important;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: static !important;
  transform: none !important;
}

.shop__products-area .lmp_load_more_button .lmp_button,
.shop__products-area .lmp_load_more_button a,
.shop__products-area .lmp_load_more_button button {
  position: static !important;
  min-width: 288px;
}

body.single-product table.variations .value,
body.single-product span.select2-container,
body.single-product .variations select,
body.single-product .variations .select2-container .select2-selection--single {
  width: 394px !important;
  max-width: 100% !important;
}

body.single-product table.variations tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.single-product .variations .select2-container .select2-selection--single {
  min-height: 60px;
  padding-right: 56px;
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #161616;
  border-bottom: 0;
  transform: rotate(0deg);
}

body.single-product .variations .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

@media only screen and (max-width: 576px) {
  .shop__products-area .lmp_load_more_button,
  .woocommerce .shop__products-area .lmp_load_more_button,
  body.post-type-archive-product .lmp_load_more_button,
  body.tax-product_cat .lmp_load_more_button,
  body.tax-product_tag .lmp_load_more_button,
  body.tax-product-scope .lmp_load_more_button {
    margin: 28px 0 48px !important;
  }

  .shop__products-area .lmp_load_more_button .lmp_button,
  .shop__products-area .lmp_load_more_button a,
  .shop__products-area .lmp_load_more_button button {
    width: 100%;
    min-width: 0;
  }

  body.single-product table.variations .value,
  body.single-product span.select2-container,
  body.single-product .variations select,
  body.single-product .variations .select2-container .select2-selection--single {
    width: 100% !important;
  }
}

.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shop__topbar {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
}
.shop__topbar-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
}
.shop__topbar-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 182px;
  height: 50px;
  flex: 0 0 182px;
  padding: 7px 26px;
  background: #c0e00b;
  border: 0;
  border-radius: 0;
  font-family: Ermilov, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
  box-sizing: border-box;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.shop__topbar-catalog:hover,
.shop__topbar-catalog:focus {
  background: #161616;
  color: #c0e00b;
}
.shop__topbar-catalog-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.shop__topbar-search {
  flex: 1 1 auto;
  min-width: 0;
}
.shop__topbar-search .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: none !important;
  margin: 0;
}
.shop__topbar-search .dgwt-wcas-search-form,
.shop__topbar-search .dgwt-wcas-sf-wrapp {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}
.shop__topbar-search .dgwt-wcas-sf-wrapp,
.shop__topbar-search .woocommerce-product-search {
  position: relative;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input,
.shop__topbar-search input[type="search"],
.shop__topbar-search .woocommerce-product-search .search-field {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 12px 16px 12px 56px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  font-family: Gilroy, sans-serif;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400;
  color: #161616 !important;
  box-sizing: border-box;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::placeholder,
.shop__topbar-search input[type="search"]::placeholder,
.shop__topbar-search .woocommerce-product-search .search-field::placeholder {
  color: #161616;
  opacity: 1;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit,
.shop__topbar-search .woocommerce-product-search button {
  position: absolute;
  left: 10px !important;
  right: auto !important;
  top: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0;
  transform: translateY(-50%);
  color: #161616;
  opacity: 1;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit
  svg {
  width: 30px;
  height: 30px;
  max-width: 30px;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit
  path {
  fill: #161616;
}
@media only screen and (max-width: 1280px) {
  .shop__topbar-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .shop__topbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .shop__topbar-catalog {
    width: 100%;
    flex-basis: 50px;
  }
}

.shop__topbar-catalog-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}
.shop__topbar-search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit
  svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
}
.shop__sort .woocommerce-ordering:after {
  filter: brightness(0);
}
.shop__sort .orderby {
  border: 0;
  border-radius: 16px;
  background: #f5f5f5;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #161616;
}
.shop__sort .orderby:hover,
.shop__sort .orderby:active,
.shop__sort .orderby:focus {
  background: #f5f5f5;
  border-color: transparent;
}
.shop__sidebar:before {
  background: #f5f5f5;
  border-right: 1px solid #d9d9d9;
}
.shop__sidebar-title {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #161616;
}
.shop__filters-wrap .bapf_head h3,
.shop__fallback-filter-title {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none;
  color: #161616;
}
.shop__filters-wrap .bapf_body label,
.shop__filters-wrap .bapf_body .bapf_val,
.shop__fallback-widget .woocommerce-widget-layered-nav-list li a {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #161616;
}
.shop__filters-wrap .bapf_body .bapf_show_more,
.shop__filters-wrap .bapf_body .bapf_hide_more,
.shop__fallback-more {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #6a6a6a;
}
body.post-type-archive-product
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body,
body.tax-product_cat
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body,
body.tax-product_tag
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body,
body.tax-product-scope
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body {
  color: #161616 !important;
}
body.post-type-archive-product
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body
  *,
body.tax-product_cat
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body
  *,
body.tax-product_tag
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body
  *,
body.tax-product-scope
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_body
  * {
  color: #161616 !important;
}
.shop__filters-wrap .bapf_body .bapf_show_more,
.shop__filters-wrap .bapf_body .bapf_hide_more,
.shop__fallback-more {
  color: #6a6a6a !important;
}
body.post-type-archive-product .lmp_load_more_button,
body.tax-product_cat .lmp_load_more_button,
body.tax-product_tag .lmp_load_more_button,
body.tax-product-scope .lmp_load_more_button {
  display: none !important;
}
.shop__topbar {
  position: relative;
  z-index: 96;
}
.shop-catalog-menu[hidden] {
  display: none !important;
}
.shop-catalog-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 634px;
  z-index: 10;
  pointer-events: none;
}
.admin-bar .shop-catalog-menu {
  top: 100%;
  height: 634px;
}
body.shop-catalog-menu-open {
  overflow: hidden;
}
.shop-catalog-menu.is-open {
  pointer-events: auto;
}
.shop-catalog-menu__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 634px;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.shop-catalog-menu__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  height: 627px;
  margin: 7px auto 0;
}
.shop-catalog-menu__tabs {
  display: flex;
  flex: 0 0 153px;
  flex-direction: column;
  align-items: stretch;
  height: 627px;
  padding: 24px 16px;
  background: #f5f5f5;
  box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.shop-catalog-menu__tab,
.shop-catalog-menu__category-link,
.shop-catalog-menu__child-link,
.shop-catalog-menu__fishing-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 32px;
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.shop-catalog-menu__tab {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #161616;
}
.shop-catalog-menu__tab.is-active {
  background: #fff;
}
.shop-catalog-menu__caret {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.shop-catalog-menu__caret:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}
.shop-catalog-menu__panels {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 627px;
}
.shop-catalog-menu__panel {
  display: none;
  height: 627px;
  background: #3f3f3f;
  box-sizing: border-box;
}
.shop-catalog-menu__panel.is-active {
  display: flex;
}
.shop-catalog-menu__panel--categories {
  align-items: stretch;
  width: auto;
}
.shop-catalog-menu__category-main {
  display: flex;
  flex: 0 0 153px;
  flex-direction: column;
  align-items: stretch;
  height: 627px;
  padding: 24px 16px;
  overflow: hidden;
  background: #3f3f3f;
  box-sizing: border-box;
}
.shop-catalog-menu__category-link {
  min-height: 32px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}
.shop-catalog-menu__category-link.is-active,
.shop-catalog-menu__category-link:hover,
.shop-catalog-menu__category-link:focus {
  background: #6a6a6a;
  color: #c0e00b;
}
.shop-catalog-menu__category-link span:first-child,
.shop-catalog-menu__tab span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.shop-catalog-menu__category-children {
  position: relative;
  flex: 0 0 264px;
  height: 627px;
  padding: 24px;
  overflow: hidden;
  background: #3f3f3f;
  border-left: 1px solid #353535;
  box-sizing: border-box;
}
.shop-catalog-menu__children-group {
  display: none;
  flex-direction: column;
  align-items: stretch;
}
.shop-catalog-menu__children-group.is-active {
  display: flex;
}
.shop-catalog-menu__child-link {
  justify-content: flex-start;
  min-height: 32px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}
.shop-catalog-menu__child-link.is-active,
.shop-catalog-menu__child-link:hover,
.shop-catalog-menu__child-link:focus,
.shop-catalog-menu__fishing-link.is-active,
.shop-catalog-menu__fishing-link:hover,
.shop-catalog-menu__fishing-link:focus {
  color: #c0e00b;
}
.shop-catalog-menu__panel--cards,
.shop-catalog-menu__panel--fishing {
  width: 1027px;
  max-width: 100%;
  padding: 24px;
  overflow: hidden;
}
.shop-catalog-menu__cards {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 8px 16px;
  width: 100%;
}
.shop-catalog-menu__fish-card {
  display: flex;
  align-items: stretch;
  width: 292px;
  height: 90px;
  text-decoration: none;
  color: #fff;
}
.shop-catalog-menu__fish-card.is-active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.shop-catalog-menu__fish-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 90px;
  padding: 12px;
  background: #4c4c4c;
  border-radius: 16px 0 0 16px;
  box-sizing: border-box;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.shop-catalog-menu__fish-card.is-active .shop-catalog-menu__fish-label {
  color: #c0e00b;
}
.shop-catalog-menu__fish-image {
  width: 50%;
  height: 90px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  background: #353535;
}
.shop-catalog-menu__fish-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-catalog-menu__fishing-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 292px));
  gap: 8px 16px;
}
.shop-catalog-menu__fishing-link {
  justify-content: center;
  min-height: 50px;
  background: #4c4c4c;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .shop-catalog-menu__inner {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .shop-catalog-menu__panel--cards,
  .shop-catalog-menu__panel--fishing {
    width: calc(100vw - 183px);
  }
  .shop-catalog-menu__cards {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 992px) {
  .shop-catalog-menu {
    top: 100%;
    height: calc(100vh - 149px);
  }
  .admin-bar .shop-catalog-menu {
    top: 100%;
    height: calc(100vh - 181px);
  }
  .shop-catalog-menu__backdrop {
    height: 100%;
  }
  .shop-catalog-menu__inner {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    height: min(627px, calc(100vh - 156px));
    overflow: hidden;
  }
  .shop-catalog-menu__tabs,
  .shop-catalog-menu__panels,
  .shop-catalog-menu__panel,
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children {
    height: 100%;
  }
  .shop-catalog-menu__tabs {
    flex-basis: auto;
  }
  .shop-catalog-menu__panel--categories {
    overflow-x: auto;
  }
  .shop-catalog-menu__panel--cards,
  .shop-catalog-menu__panel--fishing {
    width: 100%;
    overflow-y: auto;
  }
  .shop-catalog-menu__fish-card {
    width: min(292px, 100%);
  }
  .shop-catalog-menu__fishing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  .shop-catalog-menu,
  .admin-bar .shop-catalog-menu {
    top: 100%;
    height: calc(100vh - 174px);
  }
  .shop-catalog-menu__inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 181px);
    padding-left: 12px;
    padding-right: 12px;
    overflow: auto;
  }
  .shop-catalog-menu__tabs {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding: 12px;
  }
  .shop-catalog-menu__panels {
    width: 100%;
    height: auto;
    min-height: 360px;
  }
  .shop-catalog-menu__panel,
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children {
    height: auto;
  }
  .shop-catalog-menu__panel--categories.is-active {
    display: grid;
    grid-template-columns: 1fr;
  }
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children {
    width: 100%;
    flex-basis: auto;
    padding: 12px;
    overflow: visible;
  }
  .shop-catalog-menu__category-children {
    border-top: 1px solid #353535;
    border-left: 0;
  }
  .shop-catalog-menu__panel--cards,
  .shop-catalog-menu__panel--fishing {
    padding: 12px;
  }
  .shop-catalog-menu__cards {
    gap: 8px;
  }
  .shop-catalog-menu__fish-card {
    width: 100%;
  }
  .shop-catalog-menu__fish-label {
    white-space: normal;
  }
  .shop-catalog-menu__fishing-list {
    grid-template-columns: 1fr;
  }
}
.shop-catalog-menu__category-main,
.shop-catalog-menu__category-children {
  overflow-y: auto;
  scrollbar-width: none;
}
.shop-catalog-menu__category-main::-webkit-scrollbar,
.shop-catalog-menu__category-children::-webkit-scrollbar {
  display: none;
}
.shop-catalog-menu__category-link {
  min-height: 34px;
  margin-bottom: 2px;
  line-height: 1.2;
}
.shop-catalog-menu__category-link:last-child {
  margin-bottom: 0;
}
.shop-catalog-menu__fish-card:hover,
.shop-catalog-menu__fish-card:focus {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.shop-catalog-menu__fish-card:hover .shop-catalog-menu__fish-label,
.shop-catalog-menu__fish-card:focus .shop-catalog-menu__fish-label {
  color: #c0e00b;
}
.shop-catalog-menu__category-main {
  flex-basis: 217px;
  width: 217px;
}
.shop-catalog-menu__category-link {
  min-height: 34px;
  margin-bottom: 0;
  line-height: normal;
}
.shop-catalog-menu__category-link span:first-child {
  flex: 0 1 134px;
  width: 134px;
  overflow-wrap: normal;
  word-break: normal;
}
.shop-catalog-menu {
  top: calc(100% + 3px);
}
.admin-bar .shop-catalog-menu {
  top: calc(100% + 3px);
}
.shop-catalog-menu__tabs {
  flex-basis: 214px;
  width: 214px;
}
.shop-catalog-menu__tab,
.shop-catalog-menu__category-link,
.shop-catalog-menu__child-link,
.shop-catalog-menu__fishing-link {
  gap: 0;
}
.shop-catalog-menu__category-children {
  flex-basis: 301px;
  width: 301px;
}
.shop-catalog-menu__child-link {
  width: 252px;
}
.shop-catalog-menu__child-link span,
.shop-catalog-menu__child-link {
  overflow-wrap: normal;
  word-break: normal;
}
@media only screen and (max-width: 1280px) {
  .shop-catalog-menu__panel--cards,
  .shop-catalog-menu__panel--fishing {
    width: calc(100vw - 244px);
  }
}
@media only screen and (max-width: 992px) {
  .shop-catalog-menu__inner {
    grid-template-columns: 214px minmax(0, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .shop-catalog-menu__tabs,
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children,
  .shop-catalog-menu__child-link {
    width: 100%;
  }
}
.shop-catalog-menu__category-link span:first-child,
.shop-catalog-menu__tab span:first-child {
  flex: 0 1 134px;
  width: 134px;
  overflow-wrap: normal;
  word-break: normal;
}
.shop-catalog-menu__panel--fishing {
  align-items: flex-start;
  width: 217px;
  max-width: 100%;
  padding: 24px 16px;
  overflow-y: auto;
  scrollbar-width: none;
}
.shop-catalog-menu__panel--fishing::-webkit-scrollbar {
  display: none;
}
.shop-catalog-menu__fishing-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 0;
}
.shop-catalog-menu__fishing-link {
  justify-content: flex-start;
  min-height: 34px;
  background: transparent;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.shop-catalog-menu__fishing-link.is-active,
.shop-catalog-menu__fishing-link:hover,
.shop-catalog-menu__fishing-link:focus {
  background: #6a6a6a;
  color: #c0e00b;
}
@media only screen and (max-width: 576px) {
  .shop-catalog-menu,
  .admin-bar .shop-catalog-menu {
    left: 0;
    right: 0;
    width: 100vw;
    top: 100%;
    height: calc(100vh - 136px);
    height: calc(100dvh - 136px);
    min-height: 0;
  }
  .shop-catalog-menu__backdrop {
    height: 100%;
    background: #3f3f3f;
  }
  .shop-catalog-menu__inner,
  .shop-catalog-menu__panels,
  .shop-catalog-menu__panel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .shop-catalog-menu__panel--cards {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    overflow-y: auto;
  }
  .shop-catalog-menu__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }
  .shop-catalog-menu__fish-card {
    width: 100%;
    max-width: 100%;
  }
  .shop-catalog-menu__panel--fishing {
    width: 100%;
    padding: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .shop-catalog-menu,
  .admin-bar .shop-catalog-menu {
    top: 100%;
    left: 50%;
    right: auto;
    width: 100vw;
    height: calc(100vh - 136px);
    height: calc(100dvh - 136px);
    transform: translateX(-50%);
    background: #3f3f3f;
  }
  .shop-catalog-menu__backdrop {
    height: 100%;
    background: #3f3f3f;
  }
  .shop-catalog-menu__inner {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    background: #3f3f3f;
    -webkit-overflow-scrolling: touch;
  }
  .shop-catalog-menu__tabs {
    padding: 12px 15px;
    background: #f5f5f5;
  }
  .shop-catalog-menu__panels {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    background: #3f3f3f;
  }
  .shop-catalog-menu__panel {
    position: relative;
    min-height: 100%;
    height: 100%;
    background: #3f3f3f;
    overflow: hidden;
  }
  .shop-catalog-menu__panel--categories.is-active {
    display: block;
  }
  .shop-catalog-menu__category-main {
    height: 100%;
    padding-top: 12px;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overflow-x: hidden;
    background: #3f3f3f;
    -webkit-overflow-scrolling: touch;
  }
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-catalog-menu__category-children {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 0;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overflow-x: hidden;
    border: 0;
    background: #2f2f2f;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    -webkit-overflow-scrolling: touch;
  }
  .shop-catalog-menu__panel--categories.is-children-open
    .shop-catalog-menu__category-children {
    transform: translateX(0);
  }
  .shop-catalog-menu__children-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: block;
    margin: 0 -15px 8px;
    padding: 12px 15px 14px;
    background: #2f2f2f;
    border-bottom: 1px solid #474747;
  }
  .shop-catalog-menu__children-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0;
    margin: 0 0 6px;
    border: 0;
    background: transparent;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #c0e00b;
  }
  .shop-catalog-menu__children-back span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
  }
  .shop-catalog-menu__children-back span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-35%, -50%) rotate(45deg);
  }
  .shop-catalog-menu__children-title {
    font-family: Ermilov, Gilroy, sans-serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  .shop-catalog-menu__children-group.is-active {
    display: flex;
    gap: 2px;
  }
  .shop-catalog-menu__child-link {
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    border-radius: 8px;
    background: #3b3b3b;
    box-sizing: border-box;
  }
}
.shop-catalog-menu__tab,
.shop-catalog-menu__category-link,
.shop-catalog-menu__child-link,
.shop-catalog-menu__fishing-link {
  flex: 0 0 auto;
  height: auto;
  align-items: center;
}
.shop-catalog-menu__category-link,
.shop-catalog-menu__fishing-link {
  min-height: 34px;
  line-height: 1.2;
}
.shop-catalog-menu__child-link {
  min-height: 32px;
  line-height: 1.2;
}
.shop-catalog-menu__children-head {
  display: none;
}
.shop-catalog-menu__category-link span:first-child,
.shop-catalog-menu__tab span:first-child {
  display: block;
  line-height: 1.2;
}
.shop-catalog-menu__caret {
  align-self: center;
}
@media only screen and (max-width: 576px) {
  .shop-catalog-menu__children-head {
    display: block;
  }
  .shop-catalog-menu,
  .admin-bar .shop-catalog-menu {
    height: var(--shop-catalog-mobile-height, calc(100vh - 120px));
    height: var(--shop-catalog-mobile-height, calc(100dvh - 120px));
    max-height: none;
    min-height: 320px;
  }
  .shop-catalog-menu__backdrop {
    height: 100%;
    max-height: none;
  }
  .shop-catalog-menu__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .shop-catalog-menu__tabs {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    height: auto;
    gap: 6px;
    padding: 10px 12px;
    box-shadow: none;
    box-sizing: border-box;
  }
  .shop-catalog-menu__tab {
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    width: 100%;
    padding: 8px 6px;
    border-radius: 8px;
    background: #ebebeb;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }
  .shop-catalog-menu__tab.is-active {
    background: #c0e00b;
    color: #161616;
  }
  .shop-catalog-menu__tab .shop-catalog-menu__caret {
    display: none;
  }
  .shop-catalog-menu__tab span:first-child {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
  .shop-catalog-menu__panels {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  .shop-catalog-menu__panel {
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }
  .shop-catalog-menu__panel--categories.is-active {
    display: block;
  }
  .shop-catalog-menu__category-main,
  .shop-catalog-menu__category-children {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .shop-catalog-menu__category-main {
    min-height: 0;
    padding-bottom: max(96px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .shop-catalog-menu__category-children {
    min-height: 0;
    max-height: none;
    padding-bottom: max(96px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .shop-catalog-menu__children-group {
    padding-bottom: 32px;
  }
  .shop-catalog-menu__child-link {
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
  }
  .shop-catalog-menu__tab span:first-child {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
}
/* ===== Single Product Figma 1325:2109 ===== */
body.single-product #primary > .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
body.single-product .header__search {
  display: none !important;
}
body.single-product .header__bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 50px;
  padding: 7px 27px;
  border-radius: 0;
  background: #c0e00b;
  font-family: Ermilov, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .breadcrumbs {
  display: none !important;
}
body.single-product .woocommerce-breadcrumb {
  display: block !important;
  margin: 26px 0 30px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #161616;
}
body.single-product .woocommerce-breadcrumb a {
  color: #161616;
  text-decoration: none;
}
body.single-product .woocommerce-breadcrumb .breadcrumb_last,
body.single-product .woocommerce-breadcrumb span:last-child {
  color: #c0e00b;
}
body.single-product .product__summary-wrap {
  display: grid;
  grid-template-columns: 499px 605px;
  gap: 30px;
  align-items: start;
  margin: 0 0 76px;
}
body.single-product.woocommerce
  div.product
  div.images.woocommerce-product-gallery,
body.single-product
  .woocommerce
  div.product
  div.images.woocommerce-product-gallery {
  width: 499px;
  max-width: 100%;
  height: 398px;
  margin: 0;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}
body.single-product.woocommerce div.product div.images img,
body.single-product .woocommerce div.product div.images img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: none !important;
}
body.single-product .woocommerce-product-gallery__wrapper .payparts {
  left: 12px;
  top: 12px;
}
body.single-product.woocommerce div.product div.summary,
body.single-product .woocommerce div.product div.summary {
  width: 605px;
  max-width: 100%;
  margin: 0;
  text-align: left;
}
body.single-product .summary .product_title {
  margin: 0;
  width: 605px;
  max-width: 100%;
  font-family: Ermilov, sans-serif;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .summary .price {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  margin: 18px 0 0;
  font-family: Ermilov, sans-serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #c0e00b;
}
body.single-product .summary .price del {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #6a6a6a;
}
body.single-product .summary .price ins {
  text-decoration: none;
  color: #c0e00b;
}
body.single-product .woocommerce-product-details__short-description,
body.single-product .summary .product__text {
  width: 605px;
  max-width: 100%;
  margin: 16px 0 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #161616;
}
body.single-product .woocommerce-product-details__short-description p,
body.single-product .summary .product__text p {
  margin: 0;
}
body.single-product .stock,
body.single-product .summary .product_meta,
body.single-product .single_variation_wrap .woocommerce-variation-description,
body.single-product .single_variation_wrap .woocommerce-variation-availability {
  display: none !important;
}
body.single-product .quantity {
  display: none !important;
}
body.single-product .variations_form,
body.single-product form.cart:not(.variations_form) {
  margin: 38px 0 0;
}
body.single-product form.cart:not(.variations_form) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.single-product table.variations {
  display: block;
  margin: 0 0 20px;
  border: 0;
  font-family: Ermilov, sans-serif;
}
body.single-product table.variations tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.single-product table.variations tr,
body.single-product table.variations td,
body.single-product table.variations th {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body.single-product table.variations .label {
  display: none !important;
}
body.single-product table.variations .value {
  position: relative;
  width: 182px;
}
body.single-product span.select2-container {
  width: 182px !important;
  margin: 0 !important;
}
body.single-product .variations select {
  width: 182px;
  height: 60px;
}
body.single-product .variations .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  width: 182px;
  height: 60px;
  max-width: 182px;
  padding: 7px 42px 7px 27px;
  border: 1px solid #161616;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
}
body.single-product
  .variations
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  font-family: Ermilov, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
  white-space: nowrap !important;
}
body.single-product
  .variations
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 21px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-product
  .variations
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #161616;
  border-bottom: 0;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
body.single-product
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(0deg);
}
body.single-product a.reset_variations {
  display: none !important;
}
body.single-product .single_variation_wrap {
  margin: 0;
}
body.single-product .woocommerce-variation {
  margin: 0;
}
body.single-product .woocommerce-variation-price {
  display: none !important;
}
body.single-product .single_add_to_cart_button,
body.single-product .bttn-add-to-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 394px;
  max-width: 100%;
  height: 60px;
  margin: 0;
  padding: 7px 27px;
  border: 0;
  border-radius: 0;
  background: #c0e00b !important;
  font-family: Ermilov, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616 !important;
  box-shadow: none !important;
}
body.single-product .single_add_to_cart_button:hover,
body.single-product .bttn-add-to-cart:hover {
  background: #abc70d !important;
  color: #161616 !important;
}
body.single-product .single_add_to_cart_button svg,
body.single-product .bttn-add-to-cart svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
body.single-product .woocommerce-tabs {
  width: 817px;
  max-width: 100%;
  margin: 0;
  padding: 0 0 80px;
  overflow: visible;
}
body.single-product .woocommerce-tabs .mono {
  display: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 817px;
  max-width: 100%;
  gap: 20px;
  margin: 0 0 40px;
  padding: 0 0 20px;
  overflow: visible;
  border: 0;
  background: linear-gradient(#161616, #161616) left bottom/100% 4px no-repeat;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:after,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #161616;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #161616;
}
body.single-product.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li
  a:after,
body.single-product
  .woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li
  a:after {
  content: none;
}
body.single-product.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a:before,
body.single-product
  .woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #c0e00b;
  z-index: 2;
}
body.single-product .woocommerce-Tabs-panel {
  width: 605px;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-product .woocommerce-Tabs-panel > h2 {
  display: none;
}
body.single-product .woocommerce table.shop_attributes {
  width: 605px;
  max-width: 100%;
  border: 0;
  margin: 0;
  font-family: Gilroy, sans-serif;
}
body.single-product .woocommerce table.shop_attributes tr {
  position: relative;
  display: grid;
  grid-template-columns: 423px 1fr;
  gap: 0;
  border: 0;
  background: transparent;
}
body.single-product .woocommerce table.shop_attributes th,
body.single-product .woocommerce table.shop_attributes td {
  display: block;
  width: auto !important;
  padding: 0 0 20px;
  border: 0;
  background: transparent !important;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  color: #161616;
}
body.single-product .woocommerce table.shop_attributes th {
  padding-right: 24px;
}
body.single-product .woocommerce table.shop_attributes td p {
  padding: 0;
  margin: 0;
}
body.single-product .woocommerce-product-attributes-item {
  margin: 0 0 20px;
  padding: 0;
}
body.single-product .woocommerce-product-attributes-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #dcdcdc;
}
body.single-product .related.products,
body.single-product .up-sells.products {
  display: block !important;
  margin: 0 0 80px;
  padding: 0;
}
body.single-product .related.products h2,
body.single-product .up-sells.products h2 {
  margin: 0 0 60px;
  font-family: Ermilov, sans-serif;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .related.products ul.products,
body.single-product .up-sells.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 288px);
  gap: 0 29px;
  justify-content: start;
  margin: 0;
  padding: 0;
}
body.single-product .related.products ul.products li.product,
body.single-product .up-sells.products ul.products li.product,
body.single-product .related.products ul.products[class*="columns-"] li.product,
body.single-product
  .up-sells.products
  ul.products[class*="columns-"]
  li.product {
  width: 288px !important;
  max-width: 100%;
  min-height: 430px;
  margin: 0 !important;
}
body.single-product .related.products .product__img,
body.single-product .up-sells.products .product__img {
  width: 288px;
  height: 230px;
  aspect-ratio: auto;
  border: 1px solid #dcdcdc;
  background: #fff;
}
body.single-product .related.products .product__img img,
body.single-product .up-sells.products .product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.single-product .related.products .product__title,
body.single-product .up-sells.products .product__title {
  margin-top: 20px;
  min-height: 50px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #161616;
}
body.single-product .related.products .product__meta.mt-2,
body.single-product .up-sells.products .product__meta.mt-2 {
  margin-top: 0;
}
body.single-product .related.products .product__price,
body.single-product .up-sells.products .product__price {
  font-family: Ermilov, sans-serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .related.products .product__cart,
body.single-product .up-sells.products .product__cart {
  width: 30px;
  height: 30px;
}
body.single-product .related.products .product__content .bttn,
body.single-product .up-sells.products .product__content .bttn {
  margin-top: 30px;
  width: 288px;
  height: 50px;
  padding: 17px 27px;
  font-family: Ermilov, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
body.single-product .related.products ul.products li.product:hover .product__img img,
body.single-product .up-sells.products ul.products li.product:hover .product__img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1280px) {
  body.single-product #primary > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-product .product__summary-wrap {
    grid-template-columns: minmax(360px, 499px) minmax(0, 605px);
    gap: 30px;
  }
  body.single-product .related.products ul.products,
  body.single-product .up-sells.products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 29px;
  }
  body.single-product .related.products ul.products li.product,
  body.single-product .up-sells.products ul.products li.product,
  body.single-product .related.products .product__img,
  body.single-product .up-sells.products .product__img,
  body.single-product .related.products .product__content .bttn,
  body.single-product .up-sells.products .product__content .bttn {
    width: 100% !important;
  }
  body.single-product .related.products .product__wrap,
  body.single-product .up-sells.products .product__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body.single-product .product__summary-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
  body.single-product.woocommerce
    div.product
    div.images.woocommerce-product-gallery,
  body.single-product
    .woocommerce
    div.product
    div.images.woocommerce-product-gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 499/398;
  }
  body.single-product.woocommerce div.product div.summary,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .summary .product_title,
  body.single-product .woocommerce-product-details__short-description,
  body.single-product .summary .product__text {
    width: 100%;
  }
  body.single-product .woocommerce-tabs {
    width: 100%;
    padding-bottom: 56px;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
    gap: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  body.single-product .woocommerce-Tabs-panel,
  body.single-product .woocommerce table.shop_attributes {
    width: 100%;
  }
  body.single-product .woocommerce table.shop_attributes tr {
    grid-template-columns: minmax(180px, 423px) 1fr;
  }
  body.single-product .related.products ul.products,
  body.single-product .up-sells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 576px) {
  body.single-product .woocommerce-breadcrumb {
    margin: 18px 0 20px;
    font-size: 13px;
  }
  body.single-product .summary .product_title {
    font-size: 22px;
  }
  body.single-product .summary .price {
    font-size: 24px;
    margin-top: 14px;
  }
  body.single-product .woocommerce-product-details__short-description,
  body.single-product .summary .product__text {
    font-size: 15px;
  }
  body.single-product table.variations tbody {
    gap: 12px;
  }
  body.single-product table.variations .value,
  body.single-product span.select2-container,
  body.single-product .variations select,
  body.single-product
    .variations
    .select2-container
    .select2-selection--single {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.single-product
    .variations
    .select2-container
    .select2-selection--single {
    overflow: hidden;
  }
  body.single-product
    .variations
    .select2-selection--single
    .select2-selection__rendered {
    min-width: 0;
    max-width: 100%;
  }
  body.single-product .single_add_to_cart_button,
  body.single-product .bttn-add-to-cart {
    width: 100%;
    font-size: 20px;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
  }
  body.single-product .woocommerce table.shop_attributes tr {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  body.single-product .woocommerce table.shop_attributes th,
  body.single-product .woocommerce table.shop_attributes td {
    padding: 0;
    font-size: 16px;
  }
  body.single-product .woocommerce table.shop_attributes th {
    font-weight: 700;
  }
  body.single-product .related.products h2,
  body.single-product .up-sells.products h2 {
    margin-bottom: 28px;
    font-size: 32px;
  }
  body.single-product .related.products ul.products,
  body.single-product .up-sells.products ul.products {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
    justify-content: stretch;
  }
  body.single-product .related.products ul.products li.product,
  body.single-product .up-sells.products ul.products li.product,
  body.single-product .related.products .product__img,
  body.single-product .up-sells.products .product__img,
  body.single-product .related.products .product__content .bttn,
  body.single-product .up-sells.products .product__content .bttn {
    width: 100% !important;
    max-width: none;
  }
  body.single-product .related.products .product__img,
  body.single-product .up-sells.products .product__img {
    height: auto;
    aspect-ratio: 288/230;
  }
  body.single-product .related.products .product__title,
  body.single-product .up-sells.products .product__title {
    min-height: 0;
  }
  body.single-product .related.products .product__content .bttn,
  body.single-product .up-sells.products .product__content .bttn {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 817px;
    max-width: none;
  }
}
body.single-product .product-tab-copy {
  width: 605px;
  max-width: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #161616;
}
body.single-product .product-tab-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 992px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.single-product .woocommerce-tabs {
    overflow: hidden !important;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    grid-template-columns: none;
    gap: 24px;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 32px !important;
    padding: 0 0 20px !important;
    overflow-x: auto;
    overflow-y: hidden;
    background: linear-gradient(#161616, #161616) left bottom/100% 4px no-repeat;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    width: auto;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    min-height: 0;
    width: auto;
    padding: 0 !important;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: transparent;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
  }
}

/* catalog/product final hotfixes */
.shop__products-area .lmp_load_more_button,
.woocommerce .shop__products-area .lmp_load_more_button,
body.post-type-archive-product .lmp_load_more_button,
body.tax-product_cat .lmp_load_more_button,
body.tax-product_tag .lmp_load_more_button,
body.tax-product-scope .lmp_load_more_button {
  clear: both !important;
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: 100%;
  margin: 40px 0 80px !important;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: static !important;
  transform: none !important;
}

.shop__products-area .lmp_load_more_button .lmp_button,
.shop__products-area .lmp_load_more_button a,
.shop__products-area .lmp_load_more_button button {
  position: static !important;
  min-width: 288px;
}

body.single-product table.variations .value,
body.single-product span.select2-container,
body.single-product .variations select,
body.single-product .variations .select2-container .select2-selection--single {
  width: 394px !important;
  max-width: 100% !important;
}

body.single-product table.variations tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.single-product .variations .select2-container .select2-selection--single {
  min-height: 60px;
  padding-right: 56px;
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

body.single-product .variations .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #161616;
  border-bottom: 0;
  transform: rotate(0deg);
}

body.single-product .variations .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

@media only screen and (max-width: 576px) {
  .shop__products-area .lmp_load_more_button,
  .woocommerce .shop__products-area .lmp_load_more_button,
  body.post-type-archive-product .lmp_load_more_button,
  body.tax-product_cat .lmp_load_more_button,
  body.tax-product_tag .lmp_load_more_button,
  body.tax-product-scope .lmp_load_more_button {
    margin: 28px 0 48px !important;
  }

  .shop__products-area .lmp_load_more_button .lmp_button,
  .shop__products-area .lmp_load_more_button a,
  .shop__products-area .lmp_load_more_button button {
    width: 100%;
    min-width: 0;
  }

  body.single-product table.variations .value,
  body.single-product span.select2-container,
  body.single-product .variations select,
  body.single-product .variations .select2-container .select2-selection--single {
    width: 100% !important;
  }
}
