@font-face {
  font-family: Ermilov;
  font-display: swap;
  src:
    url("../fonts/Ermilov-bold.woff2") format("woff2"),
    url("../fonts/Ermilov-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.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: 100% !important;
    min-width: 100% !important;
    max-width: none !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: 100% !important;
    max-width: none !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;
  }
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Black.woff2") format("woff2"),
    url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/* Hide empty variation options */
.variations select option[value=""] {
  display: none;
}

.product .mono {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}

.product .mono img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

[aria-disabled="true"] {
  display: none;
}

.payment_method_monobank_parts {
  display: none !important;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Extrabold.woff2") format("woff2"),
    url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-Thin.woff2") format("woff2"),
    url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("../fonts/Gilroy-UltraLight.woff2") format("woff2"),
    url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Gilroy, sans-serif;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  min-height: 100vh;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
body.cart--open {
  height: 100vh;
  overflow: hidden;
}
body.cart--open header.header {
  background: #161616;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
section.bg--black {
  background-color: #161616;
  margin: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section.bg--black {
    margin: 3rem 0;
  }
}

main {
  flex: 1;
  padding-top: 8rem;
}
@media only screen and (max-width: 576px) {
  main {
    padding-top: 6.6rem;
  }
}

body.home main {
  padding-top: 0;
}

.banner + section:not(.discount) {
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .banner + section:not(.discount) {
    padding-top: 4rem;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
  padding: 0 1.5rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.text p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 576px) {
  .text p + p {
    margin-top: 2rem;
  }
}

.mt {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .mt {
    margin-top: 3rem;
  }
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 576px) {
  .mt-6 {
    margin-top: 4rem;
  }
}
.mt-0 {
  margin-top: 0;
}

.bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.bg:before,
.bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center;
  position: absolute;
  background-size: cover;
}
.bg:before {
  filter: blur(3rem);
  transform: scale(1.15);
}
.bg:after {
  max-width: 192rem;
}
.bg div {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.bg-top:before,
.bg-top:after {
  background-position: top center;
}
.bg-bottom:before,
.bg-bottom:after {
  background-position: bottom center;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: inherit;
  color: inherit;
}

span {
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Ermilov;
  font-weight: bold;
  text-transform: uppercase;
}

.h1,
h1 {
  font-size: 3.2rem;
  line-height: 110%;
}
@media only screen and (min-width: 576px) {
  .h1,
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 6.4rem;
  }
}

.h2,
h2 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  .h2,
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h2,
  h2 {
    font-size: 4.8rem;
  }
}

.h3,
h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .h3,
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h3,
  h3 {
    font-size: 2.4rem;
  }
}

.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.4;
}

p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.8rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

input,
textarea,
.zen-ui-select__value {
  background: #f1f1f1;
  padding: 1.3rem 1.2rem;
  font-size: 1.8rem;
  line-height: 140%;
  color: #161616;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  outline: none;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}
input::placeholder,
textarea::placeholder,
.zen-ui-select__value::placeholder {
  opacity: 0.5;
  color: #161616;
}
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
.zen-ui-select__value:hover,
.zen-ui-select__value:active,
.zen-ui-select__value:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #eeeeee;
}

.zen-ui-select__value-text {
  font-size: 1.8rem;
  color: #161616;
  font-weight: 500;
  line-height: 1.4;
  opacity: 1;
}

.zen-ui-select__options {
  padding: 0;
  background: #dcdcdc;
  border: none;
}

.zen-ui-select__search,
.zen-ui-select__search-input {
  background: #dcdcdc;
}

.zen-ui-select__option--current {
  background: #f1f1f1;
}

.wpcf7-response-output,
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  display: block;
}

.wpcf7-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.wpcf7-form::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mask: url(../img/icons/loading.svg) center/cover no-repeat;
  background-color: #161616;
  width: 3rem;
  height: 3rem;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.wpcf7-form.submitting::before,
.wpcf7-form.submitting::after {
  pointer-events: all;
  opacity: 1;
}

.bttn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: #161616;
  background: #c0e00b;
  padding: 1.7rem 2.7rem;
  text-transform: uppercase;
  font-family: Ermilov;
  white-space: nowrap;
  font-size: 2.4rem;
  font-weight: bold;
  width: 28.8rem;
  max-width: 100%;
  transition: all 0.2s ease;
  gap: 1rem;
}
.bttn:hover {
  background: #abc70d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.bttn:hover svg path {
  fill: #000;
}
.bttn:active {
  transform: scale(0.99);
}
.bttn-add-to-cart {
  width: auto;
  padding: 1.5rem 5.75rem;
}
.bttn--small {
  font-size: 1.8rem;
}
.bttn--width {
  width: auto;
}
.bttn--big {
  width: 100%;
  padding: 1.9rem;
}
@media only screen and (max-width: 576px) {
  .bttn {
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
  }
}

*[data-popup] {
  cursor: pointer;
}

body:not(.home) .header {
  background: #161616;
}

body.menu-open .header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #161616;
  z-index: 6;
}

.header__ticker {
  display: flex;
  max-width: 100%;
  width: 100%;
  background: #c0e00b;
  max-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0;

  transition: height 0.5s linear;
}

.header__ticker-content {
  display: flex;
  flex-shrink: 0;
  animation: ticker 40s linear infinite;
  position: relative;
}

.header__ticker p {
  margin-right: 60px;
  white-space: nowrap;
  color: #161616;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.header__ticker p span {
  font-weight: 700;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

body.menu-open .header__ticker {
  height: 0;
  transition: height 0.5s linear;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s linear;
  color: #fff;
}
.header--scrolled {
  background: #161616;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.header--scrolled .header__logo img {
  width: 90%;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  z-index: 6;
  transition: 0.5s linear;
}
.header__logo img {
  transition: all 0.2s ease;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .header__logo img {
    max-width: 14.2rem;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: calc(10px + 40 * ((100vw - 375px) / 1545));
}
@media only screen and (max-width: 1170px) {
  .header__info {
    margin-top: auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .header__info {
    margin-top: auto;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.header__info-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.header__info-item:hover {
  color: #c0e00b;
}
.header__info-item:hover path {
  fill: #c0e00b;
}
@media only screen and (max-width: 576px) {
  .header__info-item {
    flex: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 414px) {
  .header__info-item {
    gap: 0.5rem;
  }
}
.header__info-item p,
.header__info-item address {
  font-style: normal;
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 13rem;
}
@media only screen and (max-width: 1170px) {
  .header__info-item p,
  .header__info-item address {
    font-size: 1.6rem;
  }
}
.header__bttn {
  width: max-content;
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  .header__bttn {
    width: 100%;
  }
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 6;
}
@media only screen and (min-width: 1170px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span,
.header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #c0e00b;
  transform: translateX(-50%);
  transition:
    top 0.15s linear 0.15s,
    transform 0.15s linear,
    background 0.3s linear,
    -webkit-transform 0.15s linear,
    opacity 0.3s linear;
}
.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #161616;
  z-index: 5;
  transition: transform 0.3s linear;
  padding: 8rem 1.5rem 4rem;
  transform: translateX(100%);
  overflow: auto;
  justify-content: start;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1170px) {
  .header__menu {
    gap: 3rem;
  }
}
@media only screen and (min-width: 1170px) {
  .header__menu {
    transform: unset;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    background-color: transparent;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1300px) {
  .header__menu {
    gap: calc(15px + 5 * ((100vw - 375px) / 925));
  }
}
.header__menu-list {
  list-style-type: none;
}
@media only screen and (min-width: 1170px) {
  .header__menu-list {
    display: flex;
  }
}
.header__menu-list .menu-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.header__menu-list .menu-item a:hover {
  color: #c0e00b;
}
@media only screen and (max-width: 1170px) {
  .header__menu-list .menu-item a {
    font-size: 2.2rem;
    font-weight: 500;
    padding: 2.4rem 1rem;
  }
}
.header__menu-list .menu-item:not(:first-of-type) {
  border-top: 0.1rem solid rgba(114, 117, 152, 0.2);
}
@media only screen and (min-width: 1170px) {
  .header__menu-list .menu-item:not(:first-of-type) {
    border-top: 0;
    margin-left: 2rem;
  }
}
.header__user {
  z-index: 6;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1300px) {
  .header__user {
    gap: calc(10px + 20 * ((100vw - 375px) / 925));
  }
}
.header__cart {
  cursor: pointer;
}

.serteficates-wrapper {
  display: flex;
  justify-content: center;

  .about__content {
    margin-top: 144px;
  }
}

@media (max-width: 976px) {
  .serteficates-wrapper {
    flex-direction: column;
    align-items: center;

    a {
      margin: 2rem auto 0;
      display: flex;
    }

    img {
      width: 90%;
      margin: 0 auto;
      display: block;
    }

    .about__content {
      margin-top: 50px;
    }
  }
}

.header__cart span {
  font-size: 1.4rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #c0e00b;
  border-radius: 10rem;
  position: absolute;
  color: #161616;
  top: -8px;
  font-weight: 500;
  right: -8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 576px) {
  .header__cart span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header__search-bttn {
  cursor: pointer;
  z-index: 11;
}
.header__search-wrap {
  position: absolute;
  left: 0;
  transform: translate(-70%, 75%);
  transition: all 0.2s ease;
  top: 0.2rem;
  pointer-events: none;
  opacity: 0;
}
.header__search-wrap.active {
  opacity: 1;
  pointer-events: all;
  top: 0;
}
.header__search-wrap.active
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1170px) {
  .header__search-wrap {
    transform: translate(-74%, 90%);
  }
}
@media only screen and (max-width: 768px) {
  .header__search-wrap {
    transform: translate(-50%, 90%);
  }
}
@media only screen and (max-width: 576px) {
  .header__search-wrap {
    position: fixed;
    transform: unset;
    left: 50%;
    top: 7rem;
    transform: translateX(-50%);
  }
  .header__search-wrap.active {
    top: 6.8rem;
  }
}
.header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none;
  padding: 0;
}
.header__search
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 6rem;
  width: 40rem;
  max-width: 100%;
}
@media only screen and (max-width: 1170px) {
  .header__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    width: 31rem;
  }
}
@media only screen and (max-width: 576px) {
  .header__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    width: 25rem;
  }
}
.header__search
  .dgwt-wcas-style-pirx.dgwt-wcas-search-focused
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-color: #c0e00b;
}

@media only screen and (max-width: 1170px) {
  body.menu-open .header__menu {
    transform: translate3d(0, 0, 0);
  }
  body.menu-open .header__burger::before,
  body.menu-open .header__burger::after {
    -webkit-transition:
      top 0.15s linear,
      background 0.3s linear,
      -webkit-transform 0.15s linear 0.15s;
    transition:
      top 0.15s linear,
      background 0.3s linear,
      -webkit-transform 0.15s linear 0.15s;
    -o-transition:
      top 0.15s linear,
      transform 0.15s linear 0.15s,
      background 0.3s linear;
    transition:
      top 0.15s linear,
      transform 0.15s linear 0.15s,
      background 0.3s linear;
    transition:
      top 0.15s linear,
      transform 0.15s linear 0.15s,
      background 0.3s linear,
      -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger span {
    opacity: 0;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 50%;
  transform: translateY(-50%);
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  left: 23px;
  right: auto;
}

.header__cart span {
  display: none;
}
.header__cart span.active {
  display: flex;
}

.cart--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  transition: all 0.2s ease;
}
.cart--popup > * {
  font-family: Gilroy, sans-serif !important;
}
.cart--popup h1,
.cart--popup h2,
.cart--popup h3,
.cart--popup h4,
.cart--popup h5 {
  font-family: Gilroy, sans-serif !important;
}
.cart--popup.loading .cart__wrap::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/icons/loading.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.cart--popup.loading .cart__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0.7;
}
.cart--popup.active {
  pointer-events: all;
  opacity: 1;
}
.cart--popup.active .cart__wrap {
  transform: translate(0);
}

.cart__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(38, 38, 38, 0.3);
}
.cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 2rem 2.4rem 3rem;
  border-bottom: 1px solid #3c3c3c;
}
@media only screen and (min-width: 992px) {
  .cart__header h5 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .cart__header {
    padding: 2rem;
  }
}
.cart__wrap {
  padding-top: 12rem;
  z-index: 4;
  width: 34%;
  max-width: 100%;
  min-width: 40rem;
  margin-left: auto;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s ease;
  transform: translateX(100%);
  background: #fff;
}
@media only screen and (max-width: 876px) {
  .cart__wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .cart__wrap {
    min-width: unset;
    width: 100%;
    padding-top: 8rem;
    width: 100%;
    background: #fff;
  }
}
.cart__wrap-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .cart__wrap-content {
    width: 100%;
  }
}
.cart__wrap::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #e5e5e5;
  border-radius: 0.2rem;
}
.cart__wrap::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background-color: #8d8d8d;
}
.cart__close {
  right: 0;
  top: 0;
  z-index: 2;
  margin-left: auto;
  width: max-content;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.cart__close svg,
.cart__close path {
  width: 100%;
  height: 100%;
}
.cart__close:hover {
  transform: scale(1.05);
}
.cart__close:active {
  transform: scale(0.97);
}

.cart__contents {
  padding: 3rem 4rem 0rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .cart__contents {
    padding: 2rem;
  }
}
.cart__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 5.3rem;
}
.cart__items-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.35rem;
  max-height: 26.7rem;
  overflow-y: auto;
}
.cart__item {
  width: 100%;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .cart__item {
    max-width: 38.7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cart__item {
    max-width: 80%;
  }
}
.cart__item + .cart__item {
  border-top: 1px solid #f1f1f1;
  padding-top: 2.25rem;
}
.cart__item-wrap {
  display: flex;
  gap: 3rem;
}
.cart__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.cart__item-img {
  width: 7.2rem;
  min-width: 7.2rem;
}
@media only screen and (max-width: 576px) {
  .cart__item-img {
    width: 5rem;
    min-width: 5rem;
  }
}
.cart__item-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cart__item-info {
  width: 100%;
}
.cart__item-remove {
  cursor: pointer;
  margin-left: auto;
}
.cart__item-header {
  width: 100%;
  justify-content: space-between;
  display: flex;
  gap: 1rem;
}
.cart__item-header h4 {
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  max-width: 21.2rem;
}
.cart__item-qty {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  max-width: 100%;
}
.cart__item-qty-bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart__item-qty input {
  width: 5rem;
  text-align: center;
  border-bottom: 1px solid #161616;
  background-color: transparent;
  padding: 0.5rem 1rem;
}
.cart__item-qty p {
  font-size: 1.2rem;
  color: #161616;
}
.cart__item-qty-bttns {
  position: absolute;
  right: 1.2rem;
  padding: 0.2rem 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart__item-qty-bttns > * {
  cursor: pointer;
}
.cart__item-attributes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.cart__item-attributes-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.cart__item-attributes-row div,
.cart__item-attributes-row p {
  font-size: 1.2rem;
  color: #161616;
}
.cart__item-price {
  font-weight: bold;
  font-size: 1.6rem;
}
.cart__bottom {
  margin-top: auto;
  padding: 3rem 4rem 5.3rem 4rem;
}
@media only screen and (max-width: 576px) {
  .cart__bottom {
    padding-bottom: 10rem;
  }
}
.cart__bottom .bttn {
  font-size: 1.8rem;
}
.cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cart__total h5 {
  text-transform: none;
}
.cart__bttn {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__item-program {
  padding: 2.6rem 4rem;
  margin-left: -4rem;
  margin-right: -4rem;
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.cart__item-program p {
  font-size: 1.6rem;
}
.cart__item-program p a,
.cart__item-program p u {
  font-size: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.cart__item-program p + p {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .cart__item-program p + p {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .cart__item-program p {
    font-size: 1.4rem;
  }
}

.cart-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 5rem 0;
  flex-direction: column;
}

.banner {
  padding: 0;
  height: 100vh;
  min-height: 50rem;
}
.banner-slider,
.banner__slider,
.banner__slide {
  height: 100%;
}
.banner .pagination--container {
  top: 60%;
  right: 0;
  z-index: 3;
  left: unset;
  transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
  .banner .pagination--container {
    top: 65%;
  }
}
.banner .pagination--container .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: max-content;
  right: 0;
  left: auto;
  padding-right: 1.5rem;
}
.banner .pagination--container .swiper-pagination-bullet {
  background: #fff;
}
.banner .pagination--container .swiper-pagination-bullet:hover {
  border-color: #c0e00b;
}
.banner .pagination--container .swiper-pagination-bullet-active {
  background: #c0e00b;
}
.banner__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner__slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.banner__slide-content {
  z-index: 2;
  width: 71.1rem;
  max-width: 100%;
}
.banner__slide-content h1 {
  text-transform: uppercase;
}
.banner__slide-content h1 + p {
  margin-top: 2rem;
}
.banner__slide-content p {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .banner__slide-content p {
    font-size: 2rem;
  }
}
.banner__slide-content .bttn {
  margin-top: 4rem;
}
@media only screen and (max-width: 576px) {
  .banner__slide-content .bttn {
    margin-top: 2rem;
  }
}

.about__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 876px) {
  .about__wrap {
    flex-direction: column;
  }
}
.about__content {
  width: 50rem;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .about__content {
    width: 60.5rem;
  }
}
.about__img img {
  width: 100%;
  max-width: 60.5rem;
  height: auto;
  object-fit: cover;
}

.features__img {
  width: 50rem;
  max-width: 100%;
}
.features__img img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .features__img {
    display: none;
  }
}
.features__wrap {
  display: flex;
  align-items: center;
  gap: 136px;
}
@media (max-width: 1300px) {
  .features__wrap {
    gap: calc(0px + 136 * ((100vw - 375px) / 925));
  }
}
.features-bttn {
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.features-bttn-prev:hover {
  transform: translateY(-2px);
}
.features-bttn-prev:active {
  transform: translateY(-5px);
}
.features-bttn-next:hover {
  transform: translateY(2px);
}
.features-bttn-next:active {
  transform: translateY(5px);
}
.features__slider {
  overflow: hidden;
  width: 50rem;
  max-width: 100%;
  height: 50rem;
}
.features__nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 6rem;
  align-items: center;
  flex-direction: column;
}
.features__nav .features-pagination {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  transform: unset;
  align-items: center;
}
.features__slide {
  transform: scale(0.78) !important;
  opacity: 0.6;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .features__slide {
    transform: scale(0.95) !important;
  }
}
.features__slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
}
.features__slide-header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.features__slide-header h3 {
  width: 16.6rem;
  max-width: 100%;
}
.features__slide-img {
  width: 5.4rem;
  height: 5.4rem;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  overflow: hidden;
}
.features__slide-img img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.owners {
  color: #fff;
  padding: 7rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .owners {
    padding: 4rem 0 5rem;
  }
}
.owners__wrap {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .owners__wrap {
    gap: 2rem 1rem;
  }
}
.owners__descr {
  font-family: Gilroy;
  width: 71.1rem;
  max-width: 100%;
}

.owner__item {
  width: calc(25% - 1.5rem);
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .owner__item {
    width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 576px) {
  .owner__item {
    width: calc(50% - 1rem);
  }
  .owner__item-post h4 {
    font-size: 1.2rem;
  }
}
.owner__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 576px) {
  .owner__item-img {
    min-height: auto;
  }
}
.owner__item-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .owner__item-img img {
    min-height: 20rem;
    height: auto;
  }
}
.owner__item-post {
  position: absolute;
  left: -0.3rem;
  bottom: 1.4rem;
  color: #161616;
  background-color: #c0e00b;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  padding: 0.6rem 0.6rem 0.6rem 1.8rem;
}
.owner__item-post h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  .owner__item-post {
    padding: 0.3rem 0.3rem 0.3rem 1rem;
  }
}
.owner__item-post::after {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: 0;
  background-image: url(../img/owners/post.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 1.9rem;
  height: 3.8rem;
}
@media only screen and (max-width: 576px) {
  .owner__item-post::after {
    width: 1.2rem;
    height: 2.3rem;
    right: -1.1rem;
  }
}
.owner__item h3 {
  width: 18.1rem;
  max-width: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .owner__item h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.owner__item p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 576px) {
  .owner__item p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

.gallery__slide {
  width: 60.5rem;
  max-width: 100%;
  overflow: hidden;
  max-height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__slide:hover img {
  transform: scale(1.05);
}
.gallery__slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .gallery__slide {
    width: 80%;
    height: 32rem;
  }
  .gallery__slide img {
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .gallery__slide {
    height: 20rem;
  }
}
.gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .gallery__nav {
    gap: 2rem;
  }
}
.gallery__nav .swiper-pagination {
  display: block;
}
.gallery__nav .swiper-pagination-bullet {
  margin: 0 2rem !important;
}
.gallery-pagination-wrap {
  width: 18rem;
  height: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .gallery-pagination-wrap {
    width: 16rem;
    overflow: hidden;
  }
}

.inst__wrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 992px) {
  .inst__wrap {
    flex-direction: column;
    justify-content: center;
  }
  .inst__wrap > div {
    margin: 0 auto;
    text-align: center;
  }
}
.inst__content {
  width: 60.5rem;
  max-width: 100%;
}
.inst__content p {
  width: 50rem;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .inst__content p {
    margin-left: auto;
    margin-right: auto;
  }
}
.inst__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  width: max-content;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .inst__images {
    grid-gap: 0.2rem;
  }
}
.inst__img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/4;
  overflow: hidden;
  cursor: pointer;
}
.inst__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease;
}
.inst__img:hover img {
  transform: scale(1.09);
}

.discount {
  background-color: #c0e00b;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .discount .container {
    padding-right: 0;
  }
}
.discount--bttn.swiper-bttn {
  min-width: 2rem;
  height: auto;
  width: max-content;
  background-color: inherit;
}
.discount--bttn.swiper-bttn:hover {
  box-shadow: none;
  background-color: inherit;
}
.discount__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15rem;
  gap: 2rem;
}
.discount .swiper-pagination {
  gap: 1.4rem;
  position: static;
}
.discount-pagination-wrap .swiper-pagination-bullet {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  background-color: #161616;
}
.discount-pagination-wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}
.discount__slide {
  min-height: 24rem;
  opacity: 0;
  transition: all 0.3s linear;
  height: auto;
}
.discount__slide a {
  padding: 4rem 0 2.7rem;
  height: 100%;
  width: 100%;
  display: flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .discount__slide a {
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .discount__slide a {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .discount__slide h3 {
    font-size: 3.4rem;
  }
}
.discount__slide-text {
  max-width: 36.2rem;
}
.discount__slide-info {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  max-width: 33.2rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .discount__slide-info {
    padding-top: 0;
  }
}
.discount__slide-info h4 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .discount__slide-info h4 {
    margin-bottom: 3rem;
  }
}
.discount__slide-info p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  max-width: 28.7rem;
}
.discount__slide.swiper-slide-active {
  opacity: 1;
}
.discount__slide-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .discount__slide-col {
    gap: 2rem;
    justify-content: start;
  }
}
@media only screen and (max-width: 576px) {
  .discount__slide-col {
    padding-bottom: 13rem;
  }
}
.discount__slide__nav {
  z-index: 2;
  max-width: 24rem;
  display: flex;
}
.discount__slide-img {
  position: absolute;
}
@media only screen and (min-width: 576px) {
  .discount__slide-img {
    right: -2rem;
    top: 0;
    z-index: 1;
    height: 100%;
    width: max-content;
    max-width: 100%;
  }
}
@media only screen and (max-width: 876px) {
  .discount__slide-img {
    width: 60%;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 576px) {
  .discount__slide-img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }
}
.discount__slide-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .discount__slide-1 .discount__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.trophies {
  background: #161616;
  padding-bottom: 140px;
}
.trophies__wrapper {
  margin-top: 40px;
}
.trophies h2 {
  color: #ffffff;
}
.trophies__slide {
  width: 60.5rem;
  max-width: 100%;
  overflow: hidden;
  max-height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}
.trophies__slide:hover img {
  transform: scale(1.05);
}
.trophies__slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .trophies__slide {
    width: 80%;
    height: 32rem;
  }
  .trophies__slide img {
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .trophies__slide {
    height: 20rem;
  }
}
.trophies__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .trophies__nav {
    gap: 2rem;
  }
}
.trophies__nav .swiper-pagination {
  display: block;
}
.trophies__nav .swiper-pagination-bullet {
  margin: 0 2rem !important;
  background: #ffffff;
}
.trophies__nav .swiper-pagination-bullet-active {
  background: #c0e00b;
}
.trophies-pagination-wrap {
  width: 18rem;
  height: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .trophies-pagination-wrap {
    width: 16rem;
    overflow: hidden;
  }
}

.proposal + .proposal {
  margin-top: 3rem;
}

.shop {
  overflow: visible;
}
.shop__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.shop__filters-bttn {
  padding: 1.2rem;
  padding-right: 6.3rem;
  border: 2px solid #3c3c3c;
  border-radius: 0.8rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  user-select: none;
}
.shop__filters-bttn::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  mask-image: url(../img/icons/filters.svg);
  -webkit-mask-image: url(../img/icons/filters.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #161616;
  transition: all 0.2s ease;
}
.shop__filters-bttn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.shop__filters-wrap {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .shop__filters-wrap {
    flex-wrap: wrap;
  }
}
.shop__filters-wrap .bapf_head {
  margin-bottom: 1rem;
}
.shop__filters-wrap .bapf_sfilter {
  height: max-content;
}
.shop__filters-wrap .berocket_single_filter_widget {
  flex: 20%;
}
@media only screen and (max-width: 768px) {
  .shop__filters-wrap .berocket_single_filter_widget {
    flex: 50%;
  }
}
.shop__filters-wrap .bapf_sfilter:not(.bapf_ckbox) {
  max-width: 100%;
}
.shop__filters-wrap .bapf_ckbox:not([data-taxonomy="product_tag"]) {
  width: 15rem;
}
.shop__filters-wrap
  .bapf_ckbox:not([data-taxonomy="product_tag"])
  .bapf_body
  ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop__filters-wrap
  .bapf_ckbox:not([data-taxonomy="product_tag"])
  .bapf_body
  ul
  li:last-child {
  display: none;
}
.shop__filters-wrap .bapf_val {
  font-weight: 600;
}
.shop__filters-wrap input[type="checkbox"] {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .shop__filters-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .shop__filters {
    justify-content: center;
    align-items: center;
  }
}
.shop__discount ul li {
  display: flex;
  font-weight: 500;
  font-size: 2rem;
}
.shop__discount ul li input {
  margin-right: 1rem !important;
}
.shop__discount ul li:last-child {
  display: none;
}
.shop__stock {
  width: 25rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.shop__stock .select2-search--dropdown {
  display: none;
}
@media only screen and (max-width: 576px) {
  .shop__stock {
    width: 100%;
  }
}
.shop__sort {
  width: 30rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media only screen and (max-width: 576px) {
  .shop__sort {
    width: 100%;
  }
}
.shop__price {
  width: 25rem;
  max-width: 100%;
  margin-top: 2rem;
}
.shop__price h3 {
  margin-bottom: 1rem;
}
.shop__price .bapf_val {
  font-weight: 500;
  margin-right: 0.2rem;
}
.shop__price .bapf_body {
  padding: 0 1rem;
}
.shop__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 1110px) {
  .shop__header {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .shop__header {
    text-align: center;
  }
}
.shop__search {
  width: 25rem;
  max-width: 100%;
  transition: all 0.2s ease;
}
.shop__search .bapf_body {
  overflow: visible;
}
.shop__search .bapf_sfilter {
  margin: 0;
}
.shop__search input {
  width: 100% !important;
  border-radius: 2.2rem !important;
  padding-left: 6.4rem !important;
  font-size: 1.6rem !important;
  border: none !important;
  transition: all 0.2s ease !important;
  background: #dcdcdc;
}
.shop__search input:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.shop__search input::placeholder {
  font-size: 1.6rem;
}
.shop__search input.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop__search input:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.shop__search span {
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.shop__search span img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.shop__search:hover input,
.shop__search:active input,
.shop__search:focus input {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.shop__wrap {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .shop__wrap {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .shop__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.shop__category {
  flex: 9%;
  max-width: 40rem;
}
@media only screen and (max-width: 768px) {
  .shop__category {
    display: none;
    margin-bottom: 2rem;
    flex: 100%;
  }
}
.shop__category-select {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 3rem;
  background-color: #161616;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c0e00b;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .shop__category-select {
    display: flex;
  }
}
.shop__category-select .burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .shop__category-select .burger {
    display: none;
  }
}
.shop__category-select .burger:before,
.shop__category-select .burger span,
.shop__category-select .burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #c0e00b;
  transform: translateX(-50%);
  transition:
    top 0.15s linear 0.15s,
    transform 0.15s linear,
    background 0.3s linear,
    -webkit-transform 0.15s linear,
    opacity 0.3s linear;
}
.shop__category-select .burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.shop__category-select .burger:before {
  top: 0;
}
.shop__category-select .burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
}
.shop__category-select.active .burger::before,
.shop__category-select.active .burger::after {
  -webkit-transition:
    top 0.15s linear,
    background 0.3s linear,
    -webkit-transform 0.15s linear 0.15s;
  transition:
    top 0.15s linear,
    background 0.3s linear,
    -webkit-transform 0.15s linear 0.15s;
  -o-transition:
    top 0.15s linear,
    transform 0.15s linear 0.15s,
    background 0.3s linear;
  transition:
    top 0.15s linear,
    transform 0.15s linear 0.15s,
    background 0.3s linear;
  transition:
    top 0.15s linear,
    transform 0.15s linear 0.15s,
    background 0.3s linear,
    -webkit-transform 0.15s linear 0.15s;
}
.shop__category-select.active .burger span {
  opacity: 0;
}
.shop__category-select.active .burger:before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.shop__category-select.active .burger:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .shop__category {
    min-width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .shop__category {
    display: none;
    overflow: auto;
    padding-bottom: 1rem;
    align-items: stretch;
    margin-top: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    transition: all 0.2s ease;
  }
}
.shop__category-item a {
  display: inline-block;
  color: #c0e00b;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: bold;
}
.shop__category-item-sub {
  max-height: 32.5rem;
  overflow: auto;
  width: 100%;
  background-color: #3c3c3c;
  display: flex;
  flex-direction: column;
  display: none;
}
.shop__category-item-sub a {
  padding: 1.2rem 3rem;
  width: 100%;
}
.shop__category-item-sub a:first-child {
  padding-top: 2rem;
}
.shop__category-item-sub a:last-child {
  padding-bottom: 2rem;
}
.shop__category-item-sub a:hover {
  background-color: #161616;
  color: #fff;
}
.shop__category-item.has-child .shop__category-item-main::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  mask-image: url(../img/icons/category.svg);
  -webkit-mask-image: url(../img/icons/category.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #161616;
  transition: all 0.2s ease;
}
.shop__category-item.has-child .shop__category-item-main.active::after {
  background-color: #c0e00b;
  transform: translateY(-50%) rotate(180deg);
}
.shop__category-item-main {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #c0e00b;
  transition: all 0.2s ease;
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.shop__category-item-main a {
  max-width: 18rem;
  font-size: 2.2rem;
  color: #161616;
}
@media only screen and (max-width: 768px) {
  .shop__category-item-main a {
    font-size: 2rem;
  }
}
.shop__category-item-main:not(.active):hover {
  border-color: #161616;
}
.shop__category-item-main.active {
  background-color: #161616;
}
.shop__category-item-main.active a {
  color: #c0e00b;
}
@media only screen and (max-width: 768px) {
  .shop__category-item {
    height: auto;
  }
  .shop__category-item-main {
    width: 100%;
    padding-right: 7rem;
    height: max-content;
    min-width: 28rem;
  }
  .shop__category-item-main a {
    width: max-content;
    max-width: 100%;
  }
  .shop__category-item-main::after {
    right: 1rem;
    top: 1rem;
    transform: unset;
  }
}
@media only screen and (max-width: 576px) {
  .shop__category-item-main {
    padding: 1.8rem 2rem;
    padding-right: 4rem;
  }
  .shop__category-item-main a {
    font-size: 1.8rem;
  }
}

.bapf_srch .bapf_current_suggest {
  border: none;
  background: #dcdcdc;
  top: calc(100% - 1.6rem);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2.2rem;
  border-bottom-right-radius: 2.2rem;
  padding-top: 1.6rem;
}

.bapf_srch .bapf_current_suggest .bapf_suggest_element {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #161616;
  transition: all 0.2s ease;
}
.bapf_srch .bapf_current_suggest .bapf_suggest_element:hover {
  background: #f1f1f1;
}

.related.products {
  display: none !important;
}

.filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__header .bapf_sfilter {
  margin: 0;
}
.filter__bttn {
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 3rem;
  width: max-content;
  z-index: 2;
  transition: all 0.2s ease;
  width: 28.8rem;
}
@media only screen and (max-width: 768px) {
  .filter__bttn {
    width: max-content;
  }
}
.filter__bttn svg {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 576px) {
  .filter__bttn {
    font-size: 2rem;
    padding: 2rem;
  }
}
.filter__bttn.active {
  background: #f1f1f1;
}
.filter__bttn-submit {
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter__bttn-submit {
    display: none !important;
  }
}
.filter__bttn-submit.active {
  display: block;
}
@media only screen and (max-width: 576px) {
  .filter__bttn-submit .bttn {
    width: auto;
  }
}
.filter__items {
  min-width: 28.8rem;
  max-width: 28.8rem;
  background: #f1f1f1;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  height: max-content;
  transition: all 0.2s ease;
}
.filter__items-wrap {
  padding: 0 3rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .filter__items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 60%;
    display: none;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 576px) {
  .filter__items {
    height: auto;
  }
}
.filter__items .filter__item + .filter__items .filter__item:not(:first-child) {
  padding-top: 2rem;
  border-top: 1px solid #dcdcdc;
}
.filter__items .filter__item + li {
  margin-top: 2rem;
}
.filter__items .filter__item .bapf_sfilter,
.filter__items .filter__item .bapf_slidr_jqrui .bapf_from,
.filter__items .filter__item .bapf_slidr_jqrui .bapf_to {
  margin: 0;
}
.filter__items .filter__item .bapf_head h3 {
  font-family: Gilroy;
  text-transform: none;
  font-size: 1.8rem;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #161616;
  margin-bottom: 1rem;
}

.divi_checkbox_class .divi_checkbox_class_item label {
  font-family: Gilroy;
}

.divi_checkbox_class h3 {
  border: none;
}

.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"] {
  background: #dcdcdc;
  border-color: transparent;
  transition: all 0.2s ease;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
}
.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]::before {
  display: none !important;
}

.bapf_body {
  max-height: 10.6rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.bapf_body::-webkit-scrollbar {
  width: 0.4rem;
}
.bapf_body::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 0.2rem;
}
.bapf_body::-webkit-scrollbar-thumb {
  background: #c0e00b;
  border-radius: 2rem;
}
.bapf_body::-webkit-scrollbar-thumb:hover {
  background: #abc70d;
}

.divi_checkbox_class_item:hover input {
  border-color: #c0e00b !important;
}

.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]:checked {
  background: #c0e00b;
}

.bapf_val {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
}

.bttn button.bapf_button {
  background: none;
  outline: none;
  font-size: 1.8rem;
  border: none;
  color: #161616;
  font-family: Ermilov;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range,
.bapf_slidr_main.ui-widget-content .ui-slider-handle {
  background: #c0e00b;
}

.bapf_slidr_main.ui-widget-content {
  background: #161616;
}

.divi_checkbox_class .divi_checkbox_class_item label {
  font-size: 1.6rem;
  font-weight: 400;
  color: #161616;
  margin-left: 1.2rem;
}

.bapf_slidr .bapf_body {
  overflow: visible;
}

.category__slider {
  z-index: 3;
  overflow-y: visible;
}
.category .swiper-button-prev,
.category .swiper-button-next {
  top: 0;
  width: 19.6rem;
  height: 100%;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0);
  margin: 0;
  transition: all 0.2s ease;
}
.category .swiper-button-prev img,
.category .swiper-button-next img {
  transition: all 0.2s ease;
}
.category .swiper-button-prev::after,
.category .swiper-button-next::after {
  display: none;
}
.category .swiper-button-prev:hover img,
.category .swiper-button-next:hover img {
  transform: translateX(0.5rem);
}
.category .swiper-button-prev:active img,
.category .swiper-button-next:active img {
  transform: translateX(2rem);
}
@media only screen and (max-width: 876px) {
  .category .swiper-button-prev,
  .category .swiper-button-next {
    width: 10rem;
  }
}
@media only screen and (max-width: 576px) {
  .category .swiper-button-prev,
  .category .swiper-button-next {
    display: none;
  }
}
.category .swiper-button-disabled {
  opacity: 1;
  display: none;
}
.category .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.category .swiper-button-next {
  right: 0;
}

.bapf_sfilter {
  margin: 0 !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused
  input[type="search"].dgwt-wcas-search-input:hover,
.dgwt-wcas-tpd-image {
  background: #dcdcdc;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused
  input[type="search"].dgwt-wcas-search-input:hover,
.dgwt-wcas-tpd-image {
  padding-right: 9rem;
}

.woocommerce
  .dgwt-wcas-style-pirx.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-right: 9rem;
}

body.archive .select2-search--dropdown {
  display: none;
}
body.archive .bapf_body {
  overflow: visible;
}
body.archive
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%;
}
body.archive .select2-container {
  z-index: 2 !important;
}
body.archive .select2-container .select2-selection--single {
  height: auto;
  border-color: #161616;
  border-width: 2px;
  padding: 1rem 1.2rem;
}
body.archive
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  top: 0;
}
body.archive .select2-results__option[aria-selected] {
  padding: 1rem 1.2rem;
  padding-left: 2rem;
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
body.archive
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent !important;
  border-width: 5px 4px 0 !important;
  transition: all 0.2s ease;
}
body.archive
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}

.fa-spinner:before {
  content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><rect x="0" y="0" width="100%" height="100%" fill="%23FFFFFF" /><g><path d="M88.63 14.92c5.97.1 5.57.83 5.55.8-7.6 5.3-20.67 1.82-20.7 2.3 0 .08-.8 1.7-4.27 2.3a25.78 25.78 0 0 1-3.2.4l-1.4.06q-.3 0-.6.02t-.5 0a18.9 18.9 0 0 1-2.3-.06c3.2-.64 4.6-2.96 4.4-3.05-8.3.1-13.6-2-20.4-1.3-5.8.7-8.9 7-11.8 10.2l-1-16.6c2.1 2 9.1 2.3 12.8 1.6C48.8 10.8 62 5 68.5 5.4c.85-.06-3.6-4.6-3.55-4.5 8-.07 10.4 4.35 10.47 4.36a38.56 38.56 0 0 1 14.1 5.1c1.84 1.1 3.4 2.1 4.4 2.85l1.2.9.3.3.05.1c-4.67-.5-7.03.4-6.83.4zm-18.2 4.58c2.1-.76 1.9-2.02 1.9-2a3.2 3.2 0 0 1-2 1.7 23.66 23.66 0 0 1-3.63 1.05 16.07 16.07 0 0 0 3.74-.75zm-3.98.1a11.63 11.63 0 0 0 2.7-.53c1.53-.55 1.37-1.46 1.37-1.45a2.32 2.32 0 0 1-1.44 1.23 17.12 17.12 0 0 1-2.63.76zm6.3-15.8c-1.47-1.67-5.9-2.16-5.88-2.15a16.36 16.36 0 0 1 4.4 1.6 9.18 9.18 0 0 1 2.56 2.13s.08-.23-1.1-1.57zm2.28 8.66c0 4.58 2.57 5.05 2.55 5.03a6.6 6.6 0 0 1-1.9-5.1 8.37 8.37 0 0 1 2.65-5.3 6.24 6.24 0 0 0-3.3 5.3zm9.76-3.32A2.87 2.87 0 1 0 87.6 12a2.87 2.87 0 0 0-2.87-2.86zm-1.1 3.47a1.8 1.8 0 0 0 1.5 1.8 2.42 2.42 0 1 1 2-2.4v.1a1.8 1.8 0 0 0-3.5.5zm-13-9.1a7.08 7.08 0 0 0-3.1-1 5.72 5.72 0 0 1 2.8 1.3 8.3 8.3 0 0 1 1.8 1.8 5.95 5.95 0 0 0-1.7-2.1zm-32.4 14c-2 1.1-3.5 5.2-3.5 5.2a16.36 16.36 0 0 1 2.6-3.8 9.18 9.18 0 0 1 2.6-2s-.2-.1-1.8.7zm-.5-1.3c-1.9.6-3.9 3.9-3.9 3.9a14.22 14.22 0 0 1 2.8-2.9 7.98 7.98 0 0 1 2.6-1.2s-.2-.2-1.6.3zm-1.5-1.6a3.8 3.8 0 0 0-2.4 2.1 7.2 7.2 0 0 1 2.5-1.7 7.1 7.1 0 0 1 3-.3 4.7 4.7 0 0 0-3.1 0zm-1-1.1a3.6 3.6 0 0 1-2.1-1.3 6.64 6.64 0 0 0 2.3 1 15.1 15.1 0 0 0 3.1.3 9.96 9.96 0 0 1-3.3.1zm58.3 96.2c-3.1 5.1-3.5 4.4-3.5 4.4-.8-9.2 8.7-18.8 8.3-19.1-.1 0-1.1-1.5.1-4.8a25.8 25.8 0 0 1 1.3-3l.6-1.2.3-.5.23-.5a18.96 18.96 0 0 1 1.2-1.9c-1.07 3.1.26 5.5.44 5.3 4.1-7.3 8.5-10.8 11.3-17 2.3-5.4-1.6-11.3-2.9-15.3l14.8 7.5c-2.76.8-6.5 6.7-7.8 10.3-1.15 3.64-2.68 18-6.27 23.4-.4.77 5.8-.83 5.66-.82-3.9 7-8.9 6.86-9 6.9a38.56 38.56 0 0 1-11.5 9.7c-1.8 1.06-3.5 1.86-4.7 2.4l-1.3.6-.4.1c-.03 0-.06 0-.1.03 2.8-3.8 3.2-6.3 3.1-6.1zm5.1-18c-.4 2.2.8 2.7.8 2.7a3.2 3.2 0 0 1-.5-2.6 23.62 23.62 0 0 1 .9-3.6 16.06 16.06 0 0 0-1.2 3.6zm1.9-3.5a11.6 11.6 0 0 0-.9 2.6c-.3 1.6.6 1.9.6 1.9a2.33 2.33 0 0 1-.4-1.8 17.04 17.04 0 0 1 .6-2.7zm10.5 13.4c2.2-.4 4.8-4 4.8-4a16.36 16.36 0 0 1-3.6 3 9.16 9.16 0 0 1-3.2 1.2s.2.2 1.9-.1zm-8.7-2.3c-3.9-2.3-5.6-.3-5.6-.3a6.6 6.6 0 0 1 5.3.9 8.37 8.37 0 0 1 3.2 5 6.24 6.24 0 0 0-2.98-5.5zm-2 10.1a2.87 2.87 0 1 0-3.9 1.1 2.87 2.87 0 0 0 3.9-1zm-2.4-2.6a1.8 1.8 0 0 0-2.3.5 2.45 2.45 0 0 1 .2-.4 2.42 2.42 0 1 1 .9 3.3 1.8 1.8 0 0 0 1.3-3.3zm14.4-6.6a7.08 7.08 0 0 0 2.4-2.1 5.72 5.72 0 0 1-2.5 1.8 8.27 8.27 0 0 1-2.5.7 5.94 5.94 0 0 0 2.6-.33zm4-35.02c.1-2.22-2.7-5.62-2.7-5.6a16.37 16.37 0 0 1 2.04 4.2 9.16 9.16 0 0 1 .37 3.3s.2-.1.3-1.9zm1.4.27c.5-1.9-1.4-5.3-1.4-5.3a14.2 14.2 0 0 1 1.1 3.9 7.97 7.97 0 0 1-.2 2.9s.2-.1.54-1.6zm2.1-.5a3.78 3.78 0 0 0-.53-3.17 7.2 7.2 0 0 1 .2 3 7.1 7.1 0 0 1-1.2 2.76 4.7 4.7 0 0 0 1.5-2.6zm1.46-.37a3.6 3.6 0 0 1 2.2-1.16 6.63 6.63 0 0 0-2.04 1.5 15.14 15.14 0 0 0-1.76 2.6 9.98 9.98 0 0 1 1.6-2.9zM9.12 66.8c-2.9-5.24-2.04-5.25-2.1-5.22 8.4 3.93 11.9 17 12.3 16.78.1-.03 1.9-.15 4.18 2.54a25.78 25.78 0 0 1 2 2.65c.3.4.6.8.8 1.18q.2.27.3.53t.3.5a18.9 18.9 0 0 1 1.1 2c-2.12-2.46-4.8-2.48-4.8-2.26 4.34 7.2 5.1 12.78 9.1 18.3 3.6 4.68 10.6 4.24 14.8 5.14.1-.05-13.92 9.1-13.9 9.08.68-2.8-2.54-9-5-11.9-2.6-2.8-14.26-11.3-17.12-17.12-.47-.72-2.2 5.44-2.12 5.32-4.1-6.92-1.47-11.2-1.5-11.24a38.56 38.56 0 0 1-2.56-14.8c0-2.15.12-3.98.25-5.26l.12-1.48.06-.38.03-.1h.02c1.87 4.32 3.86 5.9 3.74 5.74zM22.2 80.25c-1.7-1.43-2.7-.62-2.68-.62a3.2 3.2 0 0 1 2.47.87 23.66 23.66 0 0 1 2.7 2.62 16.08 16.08 0 0 0-2.5-2.87zm2.1 3.4a11.62 11.62 0 0 0-1.84-2.07c-1.3-1.04-2-.45-2-.45a2.32 2.32 0 0 1 1.8.63 17.1 17.1 0 0 1 2 1.9zM7.48 86.13c-.74 2.1 1.05 6.18 1.05 6.17a16.36 16.36 0 0 1-.82-4.6 9.18 9.18 0 0 1 .6-3.3s-.2.05-.8 1.73zm6.33-6.3c4-2.3 3.1-4.76 3.1-4.74a6.6 6.6 0 0 1-3.4 4.1 8.37 8.37 0 0 1-5.9.3 6.24 6.24 0 0 0 6.3.2zm-7.7-6.8a2.87 2.87 0 1 0 1-3.93 2.87 2.87 0 0 0-1 3.93zm3.6-.8a1.8 1.8 0 0 0 .7-2.23 2.42 2.42 0 1 1-3-.5l.1-.08a1.8 1.8 0 0 0 2.2 2.8zm-1.5 15.8a7.08 7.08 0 0 0 .7 3.13 5.72 5.72 0 0 1-.3-3.07 8.3 8.3 0 0 1 .7-2.6 5.95 5.95 0 0 0-1 2.4zm28.4 21c1.9 1.22 6.3.44 6.3.45a16.4 16.4 0 0 1-4.6-.3 9.2 9.2 0 0 1-3-1.33s0 .24 1.5 1.2zm-.9 1.08c1.4 1.4 5.3 1.4 5.3 1.4a14.2 14.2 0 0 1-3.9-1 7.97 7.97 0 0 1-2.4-1.6s0 .2 1.1 1.3zm-.6 2.1a3.8 3.8 0 0 0 3 1.1 7.2 7.2 0 0 1-2.7-1.3 7.1 7.1 0 0 1-1.8-2.4 4.7 4.7 0 0 0 1.6 2.7zm-.4 1.5a3.6 3.6 0 0 1-.1 2.5 6.63 6.63 0 0 0-.3-2.5 15.1 15.1 0 0 0-1.3-2.8 9.97 9.97 0 0 1 1.7 2.9z" fill="%23000000"/><animateTransform attributeName="transform" type="rotate" from="0 64 64" to="120 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>') !important;
  animation: none !important;
}

.lmp_products_loading {
  height: 8rem;
}

.woocommerce ul.products {
  gap: 6rem 2rem;
  display: flex;
  height: max-content;
  flex-wrap: wrap;
  flex: 60%;
}
.woocommerce ul.products .product {
  width: calc(33% - 1.5rem) !important;
}
@media only screen and (max-width: 992px) {
  .woocommerce ul.products .product {
    height: auto !important;
    max-width: 100%;
    width: calc(50% - 1rem) !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products .product {
    width: calc(50% - 1.5rem) !important;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce ul.products .product {
    width: calc(50% - 1rem) !important;
  }
}
@media only screen and (max-width: 992px) {
  .woocommerce ul.products {
    gap: 2rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 350px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

ul.products {
  gap: 6rem 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
ul.products .product {
  width: calc(25% - 2.3rem) !important;
}
@media only screen and (max-width: 992px) {
  ul.products .product {
    width: calc(33% - 1.8rem) !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.products .product {
    width: calc(50% - 1.5rem) !important;
  }
}
@media only screen and (max-width: 576px) {
  ul.products .product {
    width: calc(50% - 1rem) !important;
  }
}
@media only screen and (max-width: 576px) {
  ul.products {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
}
@media only screen and (max-width: 350px) {
  ul.products {
    grid-template-columns: 1fr;
  }
}
ul.products::before,
ul.products::after {
  display: none !important;
}

body:not(.archive) span.select2-container {
  width: 85% !important;
  z-index: 10 !important;
}
@media only screen and (max-width: 576px) {
  body:not(.archive) span.select2-container {
    margin: 0 auto;
  }
}

.product__summary-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .product__summary-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.product__summary-wrap .summary p iframe {
  display: none !important;
}
.product_meta {
  display: none;
}
.product__img {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  aspect-ratio: 4/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__img img {
  margin: 0 !important;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.2s ease;
}
.product__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.product__title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  .product__title {
    font-size: 1.6rem;
  }
}
.product__title,
.product__price {
  font-weight: bold;
  color: #161616;
  display: flex;
  flex-direction: column;
}
.product__title del,
.product__price del {
  font-size: 1.2rem;
}
.product__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__content {
  margin-top: auto;
}
.product__content .bttn {
  width: 100%;
}
ul.products li.product:hover .product__img img {
  transform: scale(1.05);
}
.product .stock.in-stock {
  display: none;
}
.product .woocommerce-variation-sku {
  display: none !important;
}
.product__text.less {
  height: 35rem;
  overflow: hidden;
}
.product__text.less::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transform: rotate(180deg);
  background: #f1f1f1;
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 100%
  );
  mask-image: linear-gradient(white 24%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
.product__bttn-sep {
  text-align: center;
  margin: 1rem 0;
  font-size: 2rem;
  width: 39.2rem;
  color: #beb8b8;
  max-width: 100%;
}
.product__bttn-sep::before,
.product__bttn-sep::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px dashed #beb8b8;
  width: 40%;
}
.product__bttn-sep::before {
  left: 0;
}
.product__bttn-sep::after {
  right: 0;
}
.product__bttn-oneclick {
  width: 39.2rem;
  max-width: 100%;
}
.product__bttn-more {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  z-index: 4;
}
.product__bttn-more:active {
  transform: translateX(-50%) scale(0.95);
}

.flex-control-thumbs.less {
  height: 35rem;
  overflow: hidden;
}
.flex-control-thumbs.less::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transform: rotate(180deg);
  background: #f1f1f1;
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 100%
  );
  mask-image: linear-gradient(white 24%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

.thumbs__bttn-more {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  z-index: 4;
}
.thumbs__bttn-more:active {
  transform: translateX(-50%) scale(0.95);
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.related ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 auto;
}

.up-sells h2 {
  margin-bottom: 4rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-height: 43rem;
  margin: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-height: auto;
  }
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
  margin: 0;
  margin: 0 auto;
}

.woocommerce ul.products li.product h3 {
  font-size: 2.4rem;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .woocommerce ul.products li.product h3 {
    font-size: 2rem;
  }
}

.single-product .price {
  color: #c0e00b;
  display: flex;
  flex-direction: column-reverse;
}
.single-product .price del {
  font-size: 1.2rem;
}
.single-product .summary .text p {
  font-size: 1.6rem;
}
.single-product .quantity {
  display: none !important;
}
.single-product .variations_form {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .single-product .variations_form {
    margin-top: 2rem;
  }
}
.single-product .variations_form .label {
  display: none;
}
.single-product .select2-search--dropdown {
  display: none !important;
}
.single-product
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #161616 transparent;
  transition: all 0.2s linear;
  transform: rotate(-180deg);
}
.single-product
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(0deg);
}
.single-product .select2-results__option--selectable {
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.single-product a.reset_variations {
  margin-left: 0.5rem;
  font-size: 1.6rem !important;
  transition: all 0.2s ease;
}
.single-product a.reset_variations:hover {
  color: #c0e00b;
}
@media only screen and (max-width: 576px) {
  .single-product a.reset_variations {
    position: static;
    left: 0;
    bottom: -5rem;
    z-index: 5;
  }
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}

.variations {
  font-family: Ermilov;
}
.variations .select2-container .select2-selection--single {
  height: auto;
  padding: 1.2rem 1.3rem;
  max-width: 50rem;
}
@media only screen and (max-width: 576px) {
  .variations .select2-container .select2-selection--single {
    max-width: 100%;
  }
}
.variations
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #161616;
  font-size: 2rem;
  font-weight: 500;
  white-space: break-spaces !important;
}
@media only screen and (max-width: 576px) {
  .variations
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    white-space: break-spaces;
  }
}
.variations .select2-container--default .select2-selection--single {
  border-color: #161616;
}
.variations
  .select2-container--default
  .select2-results
  > .select2-results__options {
  color: #161616;
}
.variations
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #eeeeee;
  color: #161616;
}

.woocommerce div.product div.summary {
  width: 60.5rem;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .woocommerce div.product div.summary {
    text-align: center;
  }
  .woocommerce div.product div.summary h3 {
    font-size: 2.8rem;
  }
  .woocommerce div.product div.summary .price {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
  .woocommerce div.product div.summary .text {
    margin-top: 1rem;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 4rem;
  overflow: auto;
  overflow-y: hidden;
  display: inline-flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 2rem;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  padding: 0 1rem;
  color: #161616;
  background-color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  white-space: nowrap;
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #161616;
  transition: all 0.2s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  transform: translateX(-50%);
  width: 120%;
  transition: all 0.2s ease;
  background: #161616;
  z-index: 3;
  border-radius: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #abc70d;
}
@media only screen and (max-width: 576px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    height: 2px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #161616;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  background: #c0e00b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce-tabs {
  width: max-content;
  overflow: hidden;
}

.woocommerce-Tabs-panel {
  width: 100%;
  max-width: 100%;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: inherit;
}

.woocommerce table.shop_attributes {
  border: none;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: none;
  padding: 2rem 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 576px) {
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes td {
    font-size: 1.6rem;
  }
}

.woocommerce table.shop_attributes th {
  width: 68%;
}

.woocommerce table.shop_attributes td {
  width: 32%;
}

.woocommerce-tabs {
  width: 100%;
}

.woocommerce-product-attributes-item {
  padding-bottom: 2rem;
}
.woocommerce-product-attributes-item::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  margin-bottom: 2rem;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.woocommerce table.shop_attributes td p {
  padding: 0;
  padding-right: 65px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_attributes td p {
    padding-right: calc(0px + 65 * ((100vw - 375px) / 925));
  }
}

.woocommerce-Tabs-panel--obmin-ta-povernennya h5 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 140%;
}
.woocommerce-Tabs-panel--obmin-ta-povernennya ol {
  padding-left: 1.65rem;
}
.woocommerce-Tabs-panel--obmin-ta-povernennya ol li {
  font-size: 1.8rem;
  line-height: 140%;
}
.woocommerce-Tabs-panel--obmin-ta-povernennya ol li + li {
  margin-top: 3rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: 0 auto;
  height: max-content;
  width: 50rem;
  max-width: 100%;
  border: 1px solid #dcdcdc;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  margin: 0 !important;
}

.woocommerce-variation-sku {
  margin-bottom: 1rem;
}

.product .woocommerce-tabs {
  margin-top: 4rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 576px) {
  .bttn-add-to-cart {
    width: 100%;
  }
}

.popup {
  background-color: #fff;
  width: 40rem;
  height: max-content;
  margin-top: 50%;
  margin: auto;
  transform: scale(0.5);
  border-radius: 1.2rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  padding: 3rem 2rem;
  margin: auto;
}
.popup:not(.show) {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -5;
  visibility: hidden;
  pointer-events: none;
}
.popup.show {
  transition: all 0.3s linear;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.popup h3 {
  margin-bottom: 2rem;
}
.popup .bttn {
  width: 100%;
}
.popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  padding: 3rem 1.5rem;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-bg.show {
  display: flex !important;
}
.popup__close {
  background-color: inherit;
  position: absolute;
  right: 1.6rem;
  top: 1.2rem;
  opacity: 0.6;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.popup__close:hover {
  opacity: 1;
}
.popup__product {
  text-align: center;
}
.popup__product button {
  margin-top: 2rem;
}

.footer {
  color: #fff;
  background: #161616;
  padding: 3rem 0;
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .footer .container {
    align-items: center;
    justify-content: center;
  }
}
.footer__logo {
  width: 28.7rem;
  max-width: 100%;
}
.footer__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.footer__menu {
  flex: 1 1 auto;
  display: flex;
  margin-left: auto;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 200px;
}
@media (max-width: 1300px) {
  .footer__menu {
    gap: calc(30px + 170 * ((100vw - 375px) / 925));
  }
}
@media only screen and (max-width: 576px) {
  .footer__menu {
    gap: 4rem;
  }
}
.footer__list li a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  transition: all 0.2s ease;
}
.footer__list li a svg {
  margin-right: 2rem;
}
.footer__list li a:hover {
  color: #c0e00b;
}
.footer__list li a:hover path {
  fill: #c0e00b;
}
.footer__list li + li {
  margin-top: 2rem;
}
.footer__decor {
  pointer-events: none;
  position: absolute;
}
@media only screen and (max-width: 576px) {
  .footer__decor {
    display: none;
  }
}
.footer__decor.decor-1 {
  top: 5.2rem;
  left: 26rem;
}
.footer__decor.decor-2 {
  top: 2.8rem;
  left: 42rem;
}
.footer__decor.decor-3 {
  top: 0.2rem;
  right: 0;
}

*[role="button"] {
  cursor: pointer;
}

.swiper-pagination {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .swiper-pagination {
    gap: 2rem;
  }
}
.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #161616;
  margin: 0 !important;
  opacity: 1;
  transition: all 0.2s ease;
  border: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.swiper-pagination-bullet:hover {
  border-color: #c0e00b;
}
.swiper-pagination-bullet-active {
  background: #c0e00b;
}
.swiper-bttn {
  min-width: 6.2rem;
  height: 6.2rem;
  background: #c0e00b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 576px) {
  .swiper-bttn {
    min-width: 4.8rem;
    height: 4.8rem;
  }
}
.swiper-bttn:hover {
  background: #abc70d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.swiper-bttn-prev:hover {
  transform: translateX(-2px);
}
.swiper-bttn-prev:active {
  transform: translateX(-5px) scale(0.97);
}
.swiper-bttn-next:hover {
  transform: translateX(2px);
}
.swiper-bttn-next:active {
  transform: translateX(5px) scale(0.97);
}

.page-numbers.prev,
.page-numbers.next {
  font-size: 0 !important;
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0e00b;
  border-radius: 50%;
  margin: 0 4.2rem !important;
}
@media only screen and (max-width: 768px) {
  .page-numbers.prev,
  .page-numbers.next {
    margin: 0 2rem !important;
  }
}
.page-numbers.prev::before,
.page-numbers.next::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.2rem;
  mask-image: url(../img/icons/slide_next.svg);
  -webkit-mask-image: url(../img/icons/slide_next.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .page-numbers.prev,
  .page-numbers.next {
    margin: 0 1rem !important;
    width: 3rem;
    height: 3rem;
  }
  .page-numbers.prev::before,
  .page-numbers.next::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.page-numbers.prev {
  transform: rotate(180deg);
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 576px) {
  .woocommerce-pagination {
    margin-bottom: 4rem;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #161616;
}
@media only screen and (max-width: 576px) {
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #c0e00b;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  background: #abc70d;
}

a.page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-input-wrapper input {
  width: max-content;
}

.cart:not(.variations_form) path {
  transition: all 0.2s ease;
}
.cart:not(.variations_form):hover path {
  fill: #abc70d;
}

form.cart:hover path {
  fill: #161616 !important;
}

.breadcrumbs {
  padding: 5rem 0;
}
.breadcrumbs + section {
  padding-top: 1rem;
}
.breadcrumbs a {
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: #c0e00b;
  }
}
.breadcrumbs .last {
  color: #c0e00b;
}
@media only screen and (max-width: 576px) {
  .breadcrumbs {
    padding: 2rem 0;
  }
}

.woocommerce nav.woocommerce-pagination {
  flex: 100%;
  width: 100%;
}

.woocommerce-breadcrumb,
.woocommerce-notices-wrapper,
.woocommerce-store-notice {
  display: none !important;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}

.select2-container {
  z-index: 9 !important;
}

.price {
  color: #c0e00b !important;
}

h3 .price {
  font-size: inherit !important;
}

.woocommerce-variation-price {
  margin-bottom: 0.5rem;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_search {
  margin-left: 0;
}

.bapf_srch.bapf_button_icon span.bapf_search {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1px;
  width: max-content;
}
.bapf_srch.bapf_button_icon span.bapf_search i::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}

.bapf_srch.bapf_button_icon .bapf_input {
  height: auto;
  font-size: 1.8rem;
  line-height: 1.4;
}

.bapf_current_suggest + span + input {
  display: none;
}

.fkcart-shortcode-icon-wrap::before {
  content: "";
  display: flex;
  width: 3rem;
  height: 3rem;
  mask-image: url(../img/icons/cart.svg);
  -webkit-mask-image: url(../img/icons/cart.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #c0e00b;
  transition: all 0.2s ease;
}
.fkcart-shortcode-icon-wrap svg {
  display: none;
}
.fkcart-shortcode-icon-wrap:hover::before {
  background: #abc70d;
}

.woocommerce-privacy-policy-text,
.woocommerce-breadcrumb,
.woocommerce-form-coupon-toggle,
.woocommerce-shipping-fields,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  display: none !important;
}

.payment_box {
  margin-top: 0.5rem;
  display: block;
  background: #f6f6f6 !important;
}
.payment_box p {
  font-size: 1.8rem;
  color: #161616;
}

.payment_method_mono_gateway p {
  color: #ff0000;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f6f6f6 !important;
}

.woocommerce-checkout #payment {
  background: transparent;
}

.checkout.woocommerce-checkout {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
@media only screen and (max-width: 876px) {
  .checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
}

.wcus-checkout-fields {
  display: block !important;
  margin-top: 4rem;
}
.wcus-checkout-fields h3 {
  margin-bottom: 3rem;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: 39.3rem;
  max-width: 100%;
  float: unset;
}
@media only screen and (max-width: 876px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}

.woocommerce-checkout-payment {
  width: 50rem;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .woocommerce-checkout-payment {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce-checkout-payment {
    width: 100%;
  }
}

.checkout.woocommerce-checkout {
  margin-top: 4rem;
}

.woocommerce form .form-row-first {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: 3rem;
}

.woocommerce form .form-row {
  margin-bottom: 2rem;
}

.order-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  padding-top: 3rem;
}

.place-order {
  padding-top: 3rem;
  border-top: 1px solid #000;
}

.wcus-order-total,
.order-totals__name {
  font-family: Ermilov;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .wcus-order-total,
  .order-totals__name {
    font-size: 2rem;
  }
}

.input-radio + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 1.8rem;
  color: #161616;
  font-weight: 500;
}

.input-radio + label::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8rem;
}

.input-radio:checked + label::before {
  background-image: url(../img/general/radio.svg);
}

.input-radio:disabled + label::before {
  background-color: #e9ecef;
}

.input-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.woocommerce table.shop_table {
  border: none;
  margin-top: 1.5rem;
}
.woocommerce table.shop_table .cart_item td {
  padding: 1.5rem 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.woocommerce table.shop_table .cart_item td.product-name {
  width: 26.5rem;
  max-width: 100%;
  margin-right: 63px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table .cart_item td.product-name {
    margin-right: calc(25px + 38 * ((100vw - 375px) / 925));
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce table.shop_table .cart_item td.product-name {
    width: auto;
  }
}
.woocommerce table.shop_table .cart_item td.product-total {
  width: 18.1rem;
  max-width: 100%;
  text-align: center;
  margin-right: 43px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table .cart_item td.product-total {
    margin-right: calc(20px + 23 * ((100vw - 375px) / 925));
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce table.shop_table .cart_item td.product-total {
    width: 18rem;
  }
}

@media only screen and (max-width: 876px) {
  .col-right-wrapper {
    width: 39.3rem;
    margin: 0 auto;
    order: -1;
  }
}
@media only screen and (max-width: 576px) {
  .col-right-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    line-height: 1.4;
    white-space: inherit;
  }
}

.woocommerce a.remove:hover {
  background: transparent;
}

.zen-ui-select-1
  .zen-ui-select__options
  .zen-ui-select__option:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 992px) {
  #fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
    width: 57.3rem;
  }
}

#fkcart-modal
  .fkcart-item-wrap
  .fkcart--item
  .fkcart-item-meta-content
  .fkcart-attr-wrap {
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
}

.woocommerce-NoticeGroup {
  /*     display: none !important; */
}

@media only screen and (max-width: 876px) {
  .col-right-wrapper {
    width: 39.3rem;
    margin: 0 auto;
    order: -1;
  }
}
@media only screen and (max-width: 576px) {
  .col-right-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    line-height: 1.4;
    white-space: inherit;
  }
}
.woocommerce a.remove:hover {
  background: transparent;
}

.zen-ui-select-1
  .zen-ui-select__options
  .zen-ui-select__option:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 992px) {
  #fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
    width: 57.3rem;
  }
}
#fkcart-modal
  .fkcart-item-wrap
  .fkcart--item
  .fkcart-item-meta-content
  .fkcart-attr-wrap {
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
}

.woocommerce span.onsale {
  background-color: #c0e00b;
}

.optional {
  display: none !important;
}

textarea {
  font-family: inherit;
  max-width: 100%;
  color: #000;
}

.policy__title {
  margin-bottom: 1.5rem;
}

.policy__title {
  margin-bottom: 1rem;
}

.policy__text {
  margin: 1.5rem 0;
}

.line-policy__title {
  margin: 1rem 0;
}

.line-policy__text {
  padding-left: 1rem;
}

.line-policy__text p + p {
  margin-top: 1.5rem;
}

.woocommerce-NoticeGroup {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
}

.woocommerce-NoticeGroup li {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  .woocommerce-NoticeGroup {
    width: 80%;
  }
}
@keyframes cssAnimation {
  0% {
    display: block !important;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none !important;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    display: block !important;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    display: none !important;
    opacity: 0;
  }
}
#fkcart-modal {
  z-index: 12 !important;
}

#fkcart-modal .fkcart-preview-ui {
  padding-top: 8rem;
  transition: all 0.3s linear;
}

html.fkcart-trigger-open {
  overflow: auto !important;
}
html.fkcart-trigger-open header {
  background: #161616;
}
html.fkcart-trigger-open body {
  overflow: auto !important;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-body {
  min-height: 28rem;
}

.woocommerce ul.order_details {
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table tr th:last-child,
  .woocommerce table.shop_table tr td:last-child {
    text-align: right;
  }
}

.woocommerce-order-details {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .woocommerce ul.order_details {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .woocommerce ul.order_details li {
    margin: 0 !important;
    padding-top: 2rem;
    border-top: 1px solid #d9d9d9 !important;
  }
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  display: none;
}

.woocommerce .woocommerce-customer-details address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  margin-top: 2rem;
  min-height: 13rem;
}

@media only screen and (max-width: 992px) {
  .woocommerce-columns--addresses {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}

.woocommerce-order-received h5 {
  margin-bottom: 1rem;
}
.woocommerce-order-received .addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.woocommerce-order-received .addresses::before,
.woocommerce-order-received .addresses::after {
  display: none !important;
}
.woocommerce-order-received .addresses > div {
  flex: calc(50% - 1rem);
}
@media only screen and (max-width: 768px) {
  .woocommerce-order-received .addresses > div {
    flex: 100%;
  }
}
.woocommerce-order-received table.shop_table {
  display: table;
}
.woocommerce-order-received table.shop_table thead th {
  color: #fff;
  background: #161616;
}
.woocommerce-order-received section {
  padding: 1rem 0;
}
.woocommerce-order-received ul.order_details {
  display: flex;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.woocommerce-order-received ul.order_details li {
  border-right-style: solid;
}
@media only screen and (max-width: 768px) {
  .woocommerce-order-received ul.order_details {
    flex-direction: column;
  }
  .woocommerce-order-received ul.order_details li {
    border-right: none;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    border-top: 1px solid #161616;
  }
  .woocommerce-order-received ul.order_details li:last-of-type {
    border-top: 1px solid #161616;
  }
}

.woocommerce-order h4.woocommerce-notice {
  display: none;
}

@media only screen and (min-width: 992px) {
  #fkcart-modal .fkcart-modal-container .fkcart-preview-ui {
    max-width: 35%;
  }
}

#fkcart-modal.fkcart-show .fkcart-preview-ui {
  overflow: auto;
}

.flex-control-nav li:first-child {
  display: none;
}

ul.products .product .payparts {
  position: absolute;
  right: -1.8rem;
  top: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  ul.products .product .payparts {
    width: 2.5rem;
    right: -3.4rem;
  }
}
ul.products .product .payparts img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 !important;
}

.woocommerce span.onsale {
  display: none !important;
}

.woocommerce-product-gallery__wrapper .payparts {
  position: absolute;
  width: 4rem;
  top: 0;
  left: 1rem;
  z-index: 2;
}
.woocommerce-product-gallery__wrapper .payparts img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.woocommerce div.product div.images img {
  aspect-ratio: 1;
  object-fit: contain;
}
/* ===== Catalog Page 2026 ===== */
body.post-type-archive-product #primary > .container,
body.tax-product_cat #primary > .container,
body.tax-product_tag #primary > .container,
body.tax-product-scope #primary > .container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb,
body.tax-product-scope .woocommerce-breadcrumb {
  display: block !important;
  margin: 24px 0 18px;
  font-size: 16px;
  line-height: 22px;
  color: #8d8d8d;
}

body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_tag .woocommerce-breadcrumb a,
body.tax-product-scope .woocommerce-breadcrumb a {
  color: #8d8d8d;
}

.shop__catalog-header {
  margin: 0;
}

.shop__catalog-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
}

.shop__catalog-headline .page-title {
  margin: 0;
}

.shop__sort {
  width: 314px;
  min-width: 314px;
  margin-left: auto;
}

.shop__sort .woocommerce-ordering {
  margin: 0;
  float: none;
}

.shop__sort .woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../img/icons/select-arrow.svg) center/contain no-repeat;
  pointer-events: none;
}

.shop__sort .orderby {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 56px;
  padding: 16px 56px 16px 24px;
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3c3c3c;
}

.shop__sort .orderby:hover,
.shop__sort .orderby:active,
.shop__sort .orderby:focus {
  background: #f6f6f6;
  border-color: #dcdcdc;
}

.shop__catalog-count {
  margin-top: 16px;
  clear: both;
}

.shop__catalog-count .woocommerce-result-count {
  margin: 0;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #656565;
}

.shop__catalog-body {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  column-gap: 53px;
  margin-top: 16px;
  align-items: stretch;
}

.shop__sidebar {
  position: relative;
  padding: 40px 0 32px;
}

.shop__sidebar::before {
  content: "";
  position: absolute;
  left: calc((100vw - 1240px) / -2);
  top: 0;
  width: calc(288px + ((100vw - 1240px) / 2));
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
}

.shop__sidebar-title {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #161616;
}

.shop__filters-bttn {
  display: none;
}

.shop__filters-bttn::after {
  display: none;
}

.shop__filters-reset {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  text-decoration: underline;
}

.shop__filters-wrap {
  width: 264px;
  max-width: 100%;
  padding: 0;
  display: block;
}

.shop__filters-wrap
  .berocket_single_filter_widget
  + .berocket_single_filter_widget {
  margin-top: 16px;
}

.shop__filters-wrap .bapf_sfilter {
  margin: 0 !important;
  width: 264px;
  max-width: 100%;
}

.shop__filters-wrap .bapf_head {
  margin-bottom: 0;
}

.shop__filters-wrap .bapf_head h3 {
  padding: 0;
  margin: 0;
  font-family: Ermilov;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}

.shop__filters-wrap .bapf_body {
  margin-top: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dcdcdc;
  max-height: none;
  overflow: visible;
}

.shop__filters-wrap .bapf_body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop__filters-wrap .bapf_body ul li {
  margin: 0;
  min-height: 24px;
}

.shop__filters-wrap .bapf_body label,
.shop__filters-wrap .bapf_body .bapf_val {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #3c3c3c;
}

.shop__filters-wrap .bapf_body .bapf_val {
  padding-left: 0;
}

.shop__filters-wrap input[type="checkbox"],
.shop__filters-wrap
  .divi_checkbox_class
  .divi_checkbox_class_item
  input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
}

.shop__filters-wrap input[type="checkbox"]:checked,
.shop__filters-wrap
  .divi_checkbox_class
  .divi_checkbox_class_item
  input[type="checkbox"]:checked {
  background: #c0e00b;
  border-color: #c0e00b;
}

.shop__filters-wrap .bapf_body .bapf_show_more,
.shop__filters-wrap .bapf_body .bapf_hide_more {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #8d8d8d;
}

.shop__products-area {
  min-width: 0;
}

.shop__products-area .woocommerce ul.products,
.shop__products-area ul.products {
  display: grid;
  grid-template-columns: repeat(3, 288px);
  gap: 60px 29px;
  justify-content: start;
  margin: 0;
  padding: 0;
  flex: none;
  width: auto;
  height: auto;
}

.shop__products-area .woocommerce ul.products .product,
.shop__products-area ul.products .product,
.shop__products-area .woocommerce ul.products[class*="columns-"] li.product,
.shop__products-area
  .woocommerce-page
  ul.products[class*="columns-"]
  li.product {
  width: 288px !important;
  min-height: 430px;
  margin: 0 !important;
}

.shop__products-area .product__img {
  width: 288px;
  height: 230px;
  aspect-ratio: auto;
  border: 1px solid #dcdcdc;
}

.shop__products-area .product__img img {
  height: 100%;
}

.shop__products-area .product__title {
  margin-top: 20px;
  min-height: 70px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #161616;
}

.shop__products-area .product__meta.mt-2 {
  margin-top: 0;
}

.shop__products-area .product__price {
  font-size: 24px;
  line-height: 29px;
  font-family: Ermilov;
  font-weight: 700;
  color: #161616;
}

.shop__products-area .product__price del {
  font-size: 14px;
  line-height: 18px;
  font-family: Gilroy;
  font-weight: 400;
}

.shop__products-area .product__cart {
  width: 30px;
  height: 30px;
}

.shop__products-area .product__cart svg {
  width: 30px;
  height: 30px;
}

.shop__products-area .product__content .bttn {
  margin-top: 30px;
  width: 288px;
  height: 50px;
  padding: 17px 24px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
}

.shop__products-area .woocommerce-pagination {
  margin-top: 60px;
  margin-bottom: 80px;
}

.shop__products-area .no-products-message {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 12px;
}

@media only screen and (max-width: 1280px) {
  body.post-type-archive-product #primary > .container,
  body.tax-product_cat #primary > .container,
  body.tax-product_tag #primary > .container,
  body.tax-product-scope #primary > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop__catalog-body {
    grid-template-columns: 230px minmax(0, 1fr);
    column-gap: 24px;
  }

  .shop__sidebar::before {
    left: -24px;
    width: calc(100% + 24px);
  }

  .shop__filters-wrap,
  .shop__filters-wrap .bapf_sfilter {
    width: 230px;
  }

  .shop__products-area .woocommerce ul.products,
  .shop__products-area ul.products {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 40px 20px;
  }

  .shop__products-area .woocommerce ul.products .product,
  .shop__products-area ul.products .product,
  .shop__products-area .woocommerce ul.products[class*="columns-"] li.product,
  .shop__products-area
    .woocommerce-page
    ul.products[class*="columns-"]
    li.product,
  .shop__products-area .product__img,
  .shop__products-area .product__content .bttn {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .shop__catalog-headline {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop__sort {
    width: 100%;
    min-width: 0;
  }

  .shop__catalog-body {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .shop__sidebar {
    padding: 0;
  }

  .shop__sidebar::before {
    display: none;
  }

  .shop__sidebar-title {
    display: none;
  }

  .shop__filters-bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #c0e00b;
    border: none;
    border-radius: 0;
    font-family: Ermilov;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #161616;
    padding: 0 20px;
  }

  .shop__filters-wrap {
    display: none;
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
  }

  .shop__filters-wrap .bapf_sfilter {
    width: 100%;
  }

  .shop__products-area .woocommerce ul.products,
  .shop__products-area ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .shop__products-area .product__img {
    height: auto;
    aspect-ratio: 288/230;
  }
}

@media only screen and (max-width: 576px) {
  body.post-type-archive-product .woocommerce-breadcrumb,
  body.tax-product_cat .woocommerce-breadcrumb,
  body.tax-product_tag .woocommerce-breadcrumb,
  body.tax-product-scope .woocommerce-breadcrumb {
    margin: 16px 0 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .shop__catalog-headline .page-title {
    font-size: 16px;
  }

  .shop__catalog-count {
    margin-top: 10px;
  }

  .shop__products-area .woocommerce ul.products,
  .shop__products-area ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .shop__products-area .woocommerce ul.products .product,
  .shop__products-area ul.products .product,
  .shop__products-area .woocommerce ul.products[class*="columns-"] li.product,
  .shop__products-area
    .woocommerce-page
    ul.products[class*="columns-"]
    li.product,
  .shop__products-area .product__img,
  .shop__products-area .product__content .bttn {
    width: 100% !important;
  }

  .shop__products-area .product__title {
    min-height: 0;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.25;
  }

  .shop__products-area .product__meta.mt-2 {
    margin-top: 10px;
  }

  .shop__products-area .product__content .bttn {
    margin-top: 16px;
    height: 44px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1;
  }

  .shop__products-area .woocommerce-pagination {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

/* catalog layout hotfixes */
body.post-type-archive-product .breadcrumbs,
body.tax-product_cat .breadcrumbs,
body.tax-product_tag .breadcrumbs,
body.tax-product-scope .breadcrumbs {
  display: none !important;
}

body.post-type-archive-product
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_head,
body.tax-product_cat
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_head,
body.tax-product_tag
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_head,
body.tax-product-scope
  .shop__filters-wrap
  div.berocket_single_filter_widget.berocket_hidden_clickable
  .bapf_sfilter
  .bapf_head {
  border-color: #dcdcdc !important;
  color: #161616 !important;
  background-color: transparent !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 {
  border-color: #dcdcdc !important;
  color: #3c3c3c !important;
  background-color: transparent !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: #3c3c3c !important;
}

.shop__filters-wrap .shop__fallback-filter {
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}

.shop__filters-wrap .shop__fallback-filter + .shop__fallback-filter {
  margin-top: 16px;
}

.shop__fallback-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #161616;
}

.shop__fallback-filter-title::after {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url(../img/icons/select-arrow.svg) center/16px 16px no-repeat;
  transform: rotate(180deg);
}

.shop__fallback-widget .widgettitle {
  display: none;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li {
  margin: 0;
  min-height: 24px;
}

.shop__fallback-widget
  .woocommerce-widget-layered-nav-list
  li.shop__fallback-item-hidden {
  display: none;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #161616;
  text-decoration: none;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
  background: #dcdcdc;
}

.shop__fallback-widget
  .woocommerce-widget-layered-nav-list
  li.chosen
  a::before {
  background: #c0e00b;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li a::after {
  content: none;
}

.shop__fallback-widget
  .woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item--chosen
  a::before {
  content: "" !important;
  margin-right: 0 !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li.chosen a::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
  transform: rotate(35deg);
}

.shop__fallback-widget .woocommerce-widget-layered-nav-list li .count {
  display: none;
}

.shop__fallback-more {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #6a6a6a;
  cursor: pointer;
}

.shop__filters-empty {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #6a6a6a;
}

.shop__products-area .product__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop__products-area .product__content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.shop__products-area .product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}

.shop__products-area .product__img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  color: transparent;
}
/* ===== Single Product Figma 1325:2109 live ===== */
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 .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 .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 .product__summary-wrap {
  display: grid !important;
  grid-template-columns: 499px 605px;
  gap: 30px;
  align-items: start;
  margin: 0 0 76px !important;
}
body.single-product.woocommerce
  div.product
  div.images.woocommerce-product-gallery,
body.single-product
  .woocommerce
  div.product
  div.images.woocommerce-product-gallery {
  width: 499px !important;
  max-width: 100%;
  height: 398px !important;
  margin: 0 !important;
  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 div.product div.summary,
body.single-product .woocommerce div.product div.summary {
  width: 605px !important;
  max-width: 100%;
  margin: 0 !important;
  text-align: left;
}
body.single-product .summary .product_title {
  margin: 0;
  width: 605px;
  max-width: 100%;
  font-family: Ermilov, sans-serif;
  font-size: 24px !important;
  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 !important;
  font-family: Ermilov, sans-serif;
  font-size: 24px !important;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #c0e00b !important;
}
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 !important;
  font-family: Gilroy, sans-serif;
  font-size: 16px !important;
  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 !important;
}
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 !important;
  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 .woocommerce-variation-price {
  display: none !important;
}
body.single-product a.reset_variations {
  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 !important;
  max-width: 100%;
  height: 60px !important;
  margin: 0 !important;
  padding: 7px 27px !important;
  border: 0;
  border-radius: 0;
  background: #c0e00b !important;
  font-family: Ermilov, sans-serif;
  font-size: 24px !important;
  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 !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 0 80px !important;
  overflow: visible;
}
body.single-product .woocommerce-tabs .mono {
  display: none !important;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 817px;
  max-width: 100%;
  gap: 20px;
  margin: 0 0 40px !important;
  padding: 0 0 20px !important;
  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 !important;
  padding: 0 !important;
  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 !important;
  font-family: Gilroy, sans-serif;
  font-size: 24px !important;
  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 !important;
}
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 !important;
}
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 !important;
  border: 0;
  background: transparent !important;
  font-family: Gilroy, sans-serif;
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  color: #161616;
}
body.single-product .woocommerce table.shop_attributes td p {
  padding: 0 !important;
  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 {
  display: block !important;
  margin: 0 0 80px !important;
  padding: 0;
}
body.single-product .related.products h2 {
  margin: 0 0 60px !important;
  font-family: Ermilov, sans-serif;
  font-size: 48px !important;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 288px);
  gap: 0 29px;
  justify-content: start;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-product .related.products ul.products li.product,
body.single-product
  .related.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 {
  width: 288px;
  height: 230px;
  aspect-ratio: auto;
  border: 1px solid #dcdcdc;
  background: #fff;
}
body.single-product .related.products .product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.single-product .related.products .product__title {
  margin-top: 20px;
  min-height: 50px;
  font-family: Gilroy, sans-serif;
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 700;
  color: #161616;
}
body.single-product .related.products .product__price {
  font-family: Ermilov, sans-serif;
  font-size: 24px !important;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}
body.single-product .related.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 {
  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);
  }
  body.single-product .related.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 .related.products .product__img,
  body.single-product .related.products .product__content .bttn {
    width: 100% !important;
  }
  body.single-product .related.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 !important;
  }
  body.single-product.woocommerce
    div.product
    div.images.woocommerce-product-gallery,
  body.single-product
    .woocommerce
    div.product
    div.images.woocommerce-product-gallery {
    width: 100% !important;
    height: auto !important;
    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 {
    width: 100% !important;
  }
  body.single-product .woocommerce-tabs {
    width: 100% !important;
    padding-bottom: 56px !important;
    overflow-x: auto;
  }
  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 .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 {
    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 !important;
  }
  body.single-product .summary .price {
    font-size: 24px !important;
    margin-top: 14px !important;
  }
  body.single-product .woocommerce-product-details__short-description {
    font-size: 15px !important;
  }
  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%;
  }
  body.single-product .single_add_to_cart_button,
  body.single-product .bttn-add-to-cart {
    width: 100% !important;
    font-size: 20px !important;
  }
  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 !important;
    font-size: 16px !important;
  }
  body.single-product .woocommerce table.shop_attributes th {
    font-weight: 700;
  }
  body.single-product .related.products h2 {
    margin-bottom: 28px !important;
    font-size: 32px !important;
  }
  body.single-product .related.products ul.products {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  body.single-product .related.products ul.products li.product,
  body.single-product .related.products .product__img,
  body.single-product .related.products .product__content .bttn {
    width: 100% !important;
    max-width: none;
  }
  body.single-product .related.products .product__img {
    height: auto;
    aspect-ratio: 288/230;
  }
  body.single-product .related.products .product__title {
    min-height: 0;
  }
  body.single-product .related.products .product__content .bttn {
    margin-top: 16px;
  }
}
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: 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;
  }
}


/* shop filter interaction hotfix */
.shop__fallback-filter-title {
  cursor: pointer;
}

.shop__fallback-filter.is-collapsed .shop__fallback-filter-title::after {
  transform: rotate(0deg);
}

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