@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-300Italic.eot");
  src: local("MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-500Italic.eot");
  src: local("MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-700Italic.eot");
  src: local("MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: local("MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-100Italic.eot");
  src: local("MuseoSansCyrl-100Italic"), url("../fonts/MuseoSansCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url("../fonts/MuseoSansCyrl-900Italic.eot");
  src: local("Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
}

html {
  font-family: "Museo Sans";
  font-size: 0.833333vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar {
  width: 1px;
}

*::-webkit-scrollbar-thumb {
  background-color: #808080;
}

body {
  background: #F8F8F8;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-thumb {
  background-color: #FFC410;
}
body.no_scroll {
  overflow: hidden;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease all;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.bg_img img, .bg_img svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

._mob_only {
  display: none;
}

@media screen and (max-width: 900px) {
  ._mob_hide {
    display: none !important;
  }

  ._mob_only {
    display: block;
  }
}
.container {
  padding: 0 3.75rem;
}
.container_right {
  padding: 0 3.75rem 0 0;
}
.container_left {
  padding: 0 0 0 3.75rem;
}
@media screen and (max-width: 900px) {
  .container {
    padding: 0 20px;
  }
  .container_right {
    padding: 0 20px 0 0;
  }
  .container_left {
    padding: 0 0 0 20px;
  }
}

.section {
  padding: 4.5rem 0;
}
.section_head {
  margin-bottom: 3.5rem;
}
.section_title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 30px 0;
  }
  .section_head {
    margin-bottom: 24px;
  }
  .section_title {
    font-size: 24px;
  }
}

._yellow {
  color: #FFC410;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  width: max-content;
  min-height: 40px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.btn_main {
  color: #000;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #FFC410;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 0.7rem 1rem;
}
.btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: scale(0.6);
  border-radius: 10px;
  background: #FFC410;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.btn span, .btn div, .btn svg, .btn img {
  position: relative;
  z-index: 1;
}
.btn._gray {
  border-color: #CCCECD;
}
.btn._gray::before {
  background: #CCCECD;
}
.btn._white {
  border-color: #fff;
}
.btn._white::before {
  background: #fff;
}
.btn._icon {
  padding: 0.6rem 1rem;
}
.btn._icon img, .btn._icon svg {
  transition: 0.3s ease all;
  width: clamp(24px, 1.5rem, 1.5rem);
}
.btn._arrow {
  padding: 0.6rem 1rem;
}
.btn._arrow img, .btn._arrow svg {
  transition: 0.3s ease all;
  width: clamp(18px, 1.1rem, 1.1rem);
  min-width: clamp(18px, 1.1rem, 1.1rem);
}
@media screen and (max-width: 900px) {
  .btn_main {
    font-size: 14px;
  }
}
.btn:not(._gray):focus, .btn:not(._gray):active {
  box-shadow: 0px 2px 3px 0px rgba(240, 176, 0, 0.19), 0px 6px 6px 0px rgba(240, 176, 0, 0.16), 0px 14px 8px 0px rgba(240, 176, 0, 0.09), 0px 25px 10px 0px rgba(240, 176, 0, 0.03), 0px 38px 11px 0px rgba(240, 176, 0, 0);
}
.btn:not(._gray):focus::before, .btn:not(._gray):active::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 901px) {
  .btn:not(._gray):hover {
    color: #000;
  }
  .btn:not(._gray):hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .btn._gray:hover {
    color: #000;
  }
  .btn._gray:hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}

._input label {
  display: block;
  color: #919191;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-bottom: 0.5rem;
}
._input input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #F8F8F8;
  font-size: clamp(16px, 1rem, 1rem);
  padding: 1rem 1.5rem;
  border: 2px solid transparent;
  transition: 0.3s ease all;
}
._input input:focus {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
._input textarea {
  resize: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #F8F8F8;
  font-size: clamp(16px, 1rem, 1rem);
  padding: 1rem 1.5rem;
  height: 8.2rem;
  transition: 0.3s ease all;
}
._input textarea:focus {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
._input ._city_list {
  display: flex;
  gap: 1.2rem;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  text-decoration: underline;
  margin-top: 1.25rem;
}
._input._password {
  position: relative;
}
._input._password input {
  padding-right: 3.5rem;
}
._input._password ._toggle_pass {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 2.75rem;
  right: 1rem;
  width: clamp(24px, 1.5rem, 1.5rem);
  height: clamp(24px, 1.5rem, 1.5rem);
}
._input._password ._toggle_pass::before, ._input._password ._toggle_pass:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
}
._input._password ._toggle_pass::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 8C3.31736 8.60965 3.79823 9.1752 4.41138 9.6777C6.1305 11.0867 8.8895 12 12 12C15.1105 12 17.8695 11.0867 19.5886 9.6777C20.2018 9.1752 20.6826 8.60965 21 8" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.4883 12L15.5235 15.8637" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.6758 10.6768L21.5042 13.5052" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 13.5052L5.32843 10.6768" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.46484 15.8638L9.50009 12" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
._input._password ._toggle_pass:after {
  transform: translateY(100%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 18C17.5229 18 22 12 22 12C22 12 17.5229 6 12 6C6.47715 6 2 12 2 12C2 12 6.47715 18 12 18Z" stroke="black" stroke-linejoin="round"/><path d="M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z" stroke="black" stroke-linejoin="round"/></svg>');
}
._input._password ._toggle_pass._active::before {
  transform: translateY(-100%);
}
._input._password ._toggle_pass._active::after {
  transform: translateY(0);
}
._input._invalid input {
  border-color: #EB5757;
}
._input._invalid label {
  color: #EB5757;
}
._input ._invalid_text {
  color: #EB5757;
  margin-top: 0.625rem;
  font-size: clamp(10px, 0.625rem, 0.625rem);
}
@media screen and (max-width: 900px) {
  ._input input {
    background: #fff;
    font-size: 16px;
    padding: 12px 14px;
  }
  ._input textarea {
    background: #fff;
    font-size: 16px;
    padding: 12px 14px;
    height: 160px;
  }
  ._input._password {
    position: relative;
  }
  ._input._password input {
    padding-right: 50px;
  }
  ._input._password ._toggle_pass {
    top: 36px;
  }
}

._radio_title {
  color: #919191;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-bottom: 0.7rem;
}
._radio_wrap {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
._radio_input {
  position: relative;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1;
}
._radio_input input[type=radio],
._radio_input input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
._radio_input_label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: clamp(24px, 1.5rem, 1.5rem);
}
._radio_input_label::before, ._radio_input_label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(14px, 0.875rem, 0.875rem);
  height: clamp(14px, 0.875rem, 0.875rem);
  border-radius: 50%;
}
._radio_input_label::before {
  box-sizing: border-box;
  border: 1px solid #919191;
}
._radio_input_label::after {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease all;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="22" height="22" rx="10" fill="%231E100B"/><path d="M6.91602 11L9.83268 13.9167L15.666 8.08337" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
._radio_input input[type=radio]:checked + ._radio_input_label:after,
._radio_input input[type=checkbox]:checked + ._radio_input_label:after {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumb_wrap {
  margin-bottom: 1rem;
}
.breadcrumb li {
  position: relative;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.breadcrumb li:not(:last-child)::after {
  content: "-";
  display: inline-block;
  margin-left: 5px;
}
.breadcrumb li a {
  color: #787878;
}
@media screen and (min-width: 901px) {
  .breadcrumb li a:hover {
    color: #FFC410;
  }
}
.breadcrumb ._back::after {
  display: none !important;
}
.breadcrumb ._back a {
  display: block;
  margin-right: 5px;
}
.breadcrumb ._back a svg {
  width: 28px;
}
.breadcrumb ._back a svg path {
  transition: 0.3s ease all;
}
.breadcrumb ._back:hover svg path {
  stroke: #FFC410;
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    width: max-content;
    min-width: 100%;
    justify-content: center;
    gap: 4px;
  }
  .breadcrumb_wrap {
    overflow-x: auto;
    margin: 0 -20px 12px;
    padding: 0 20px;
  }
  .breadcrumb_wrap::-webkit-scrollbar {
    height: 0;
  }
  .breadcrumb li {
    font-size: 10px;
    white-space: nowrap;
  }
  .breadcrumb li:not(:last-child)::after {
    margin-left: 4px;
  }
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 2.5rem;
}
.pagination li._prev a, .pagination li._next a {
  border-color: #CCCECD;
}
.pagination li._prev {
  margin-right: 1.5rem;
}
.pagination li._next {
  margin-left: 1.5rem;
}
.pagination li.active a, .pagination li:hover a {
  border-color: #FFC410;
}
.pagination li a, .pagination li span {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  padding: clamp(10px, 0.625rem, 0.625rem) clamp(14px, 0.875rem, 0.875rem);
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-bottom: 24px;
  }
  .pagination li._prev {
    margin-right: 5px;
  }
  .pagination li._next {
    margin-left: 5px;
  }
  .pagination li a, .pagination li span {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.shipping_methods {
  border-top: 1px solid #ECEDEF;
  padding: 2rem 0 0;
}
.shipping_methods_title {
  display: block;
  color: #919191;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-bottom: 0.5rem;
}
.shipping_methods .shipping_method {
  border-bottom: 1px solid #ECEDEF;
  margin-top: 1.25rem;
}
.shipping_methods .shipping_method:last-child {
  border-bottom: none;
}
.shipping_methods .shipping_method ._radio_input_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(32px, 2rem, 2rem);
  min-height: clamp(24px, 1.5rem, 1.5rem);
}
.shipping_methods .shipping_method ._radio_input_label::before, .shipping_methods .shipping_method ._radio_input_label::after {
  width: clamp(24px, 1.5rem, 1.5rem);
  height: clamp(24px, 1.5rem, 1.5rem);
}
.shipping_methods .shipping_method ._cost {
  color: #919191;
  font-size: clamp(10px, 0.625rem, 0.625rem);
}
.shipping_methods .shipping_method_content {
  display: none;
  transition: 0.2s ease all;
  padding-top: 1.5rem;
}
.shipping_methods .shipping_method input[type=radio]:checked + label + .shipping_method_content {
  display: block;
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
  overflow: hidden;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: calc(50% - 1.875rem);
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  max-width: 60px;
  max-height: 60px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next svg circle,
.swiper-button-prev svg circle {
  transition: 0.3s ease all;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

@media screen and (max-width: 900px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 901px) {
  .swiper-button:hover svg circle {
    fill: #FFC410;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: 0.3s ease all;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #FFC410;
}
.swiper-pagination.swiper-pagination-lock{
  opacity: 0;
  visibility: hidden;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

._scroll_down .header {
  transform: translateY(-100%);
}
._scroll_down .sidebar .categories {
  top: 1rem !important;
}

.header {
  background: #F8F8F8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s ease all;
}
@media screen and (max-width: 900px) {
  .header {
    height: 66px;
  }
}
@media screen and (min-width: 901px) {
  .header a:hover {
    color: #FFC410;
  }
}
.header_top {
  color: #434343;
  background: #fff;
  padding: 10px 0;
}
.header_top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top_nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25rem, 1.25rem);
}
.header_top_nav ul li a {
  color: #434343;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.header_top_nav ul li img, .header_top_nav ul li svg {
  width: clamp(12px, 0.9rem, 0.9rem);
}
.header_top_nav ul li img path, .header_top_nav ul li svg path {
  transition: 0.3s ease all;
}
.header_top_nav ul li:hover a {
  color: #434343;
}
.header_top_nav ul li:hover svg path {
  stroke: #FFC410;
}
.header_top_address {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(14px, 0.875rem, 0.875rem);
}
.header_top_address_hours {
  cursor: pointer;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
}
.header_top_address_text {
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
@media screen and (max-width: 1400px) {
  .header_top_address_text {
    display: none;
  }
}
.header_top_right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 0.875rem, 0.875rem);
}
.header_top_phones {
  position: relative;
}
.header_top_phones_title {
  display: flex;
}
.header_top_phones_title a {
  color: #434343;
  font-weight: 300;
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.header_top_phones_title a span {
  font-weight: 700;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.header_top_socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header_top_socials a svg, .header_top_socials a img {
  width: clamp(20px, 1.25rem, 1.25rem);
}
.header_top_socials a svg path, .header_top_socials a img path {
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .header_top_socials a:hover svg path {
    fill: #FFC410;
  }
}
.header_top_lang {
  display: flex;
}
.header_top_lang_item {
  color: #434343;
}
.header_top_lang_item._current {
  font-weight: 900;
}
.header_bottom {
  padding: 12px 0;
}
.header_bottom_wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
.header_bottom_catalog {
  width: 20rem;
  width: clamp(320px - 3.75rem, 18.75rem, 18.75rem);
  min-width: calc(320px - 3.75rem);
  color: #434343;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.header_bottom_main {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_bottom_right {
  display: flex;
  gap: 10px;
}
.header_bottom_btn {
  cursor: pointer;
  border-radius: 10px;
  background: #FFF;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.49px;
  padding: 0.625rem 1.25rem;
}
.header_bottom_btn_wishlist svg {
  width: 1.875rem;
}
.header_bottom_btn_login svg {
  width: 1.5rem;
}

.header_shop {
  cursor: pointer;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem 1.25rem;
}
.header_shop_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_shop_value {
  color: #434343;
  font-size: clamp(18px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.header_shop_icon {
  position: relative;
}
.header_shop_icon svg {
  width: clamp(24px, 1.5rem, 1.5rem);
}
.header_shop_icon ._counter {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  background: #FFC410;
  border-radius: 50%;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  line-height: 1;
  font-weight: 700;
  padding: 4px;
}
.header_shop_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #767676;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1;
  letter-spacing: 0.42px;
}
.header_shop_btn svg {
  width: clamp(18px, 1.1rem, 1.1rem);
}
.header_logo {
  width: 18rem;
}
.header_logo svg ._logo_hover {
  transform-origin: center;
  transition: 0.3s ease all;
}
.header_logo svg ._logo_hover path {
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .header_logo:hover ._logo_hover {
    transform: scale(0.9);
  }
  .header_logo:hover ._logo_hover path {
    fill: #FFC410;
  }
}
.header .menu_btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .header_top {
    display: none;
  }
  .header_bottom {
    padding: 12px 0 10px;
  }
  .header_bottom_catalog, .header_bottom_right {
    display: none;
  }
  .header_bottom_main {
    gap: 10px;
  }

  .header_logo {
    order: 2;
    width: 210px;
  }
  .header .menu_btn {
    order: 1;
    display: block;
  }
  .header .menu_btn path {
    transition: 0.2s ease all;
  }
  .header .menu_btn._active path {
    stroke: #FFC410;
  }
  .header .menu_btn._active .menu_btn_line {
    transform: translateX(6px);
  }
  .header .menu_btn._active .menu_btn_arrow {
    transform: translateX(-16px);
  }
}
.header .header_popup_btn {
  position: relative;
  padding-right: clamp(18px, 1.1rem, 1.1rem);
}
.header .header_popup_btn::after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(18px, 1.1rem, 1.1rem);
  height: clamp(17px, 1.08rem, 1.08rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M11.5 8L9.5 10L7.5 8" stroke="%23434343" stroke-width="1.6" stroke-linecap="round"/></svg>');
  transition: 0.3s ease all;
}
.header .header_popup_btn._active:after {
  transform: translateY(-50%) scale(-1);
}

.popup_cart {
  z-index: 99;
  position: absolute;
  top: 100%;
  right: 0;
  width: 22rem;
  min-width: 330px;
  overflow: hidden;
  transition: 0.2s ease all;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%);
  background: #F8F8F8;
  box-shadow: 0px 2.5082px 5.01639px 0px rgba(0, 0, 0, 0.04), 0px 9.40574px 9.40574px 0px rgba(0, 0, 0, 0.03), 0px 20.69262px 12.54098px 0px rgba(0, 0, 0, 0.02), 0px 36.36885px 14.42213px 0px rgba(0, 0, 0, 0.01), 0px 57.06148px 15.67623px 0px rgba(0, 0, 0, 0);
}
.popup_cart._active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.popup_cart::-webkit-scrollbar {
  height: 30px;
}
.popup_cart_wrap {
  padding: 1rem 1.5rem;
}
.popup_cart_content {
  position: relative;
  margin-bottom: 1rem;
}
.popup_cart_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}
.popup_cart_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  transition: 0.3s ease all;
}
.popup_cart_content._scrolled::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.popup_cart_content._scroll_end::after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}
.popup_cart_products {
  overflow-y: auto;
}
.popup_cart .small_product {
  margin-bottom: 1.25rem;
}
.popup_cart .small_product:last-child {
  margin-bottom: 0;
}
.popup_cart_bottom {
  border-top: 1px solid #808080;
  padding: 0.5rem 0 0;
}
.popup_cart_bottom .btn {
  width: 100%;
}
.popup_cart_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.popup_cart_total ._discount {
  color: #EB5757;
}
.popup_cart_total div:first-child {
  color: #808080;
}
.popup_cart_total:not(._total) {
  margin-bottom: 0.5rem;
}
.popup_cart_total:not(._total) div:first-child {
  font-size: clamp(10px, 0.625rem, 0.625rem);
}
.popup_cart_total:not(._total) div:last-child {
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.popup_cart_total._total {
  margin-bottom: 1rem;
}
.popup_cart_total._total div:first-child {
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.popup_cart_total._total div:last-child {
  font-size: clamp(18px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.popup_cart .to_cart {
  margin-top: clamp(10px, 0.6rem, 0.6rem);
}
@media screen and (max-width: 900px) {
  .popup_cart {
    position: fixed;
    top: 66px;
    right: 0;
    width: 100%;
    min-width: unset;
  }
  .popup_cart_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px;
  }
  .popup_cart_content {
    flex-grow: 1;
  }
  .popup_cart_products {
    margin: 0 -10px;
  }
  .popup_cart_bottom {
    padding: 14px 0 0;
  }
  .popup_cart_total:not(._total) {
    margin-bottom: 6px;
  }
  .popup_cart_total:not(._total) div:first-child {
    font-size: 10px;
  }
  .popup_cart_total:not(._total) div:last-child {
    font-size: 14px;
  }
  .popup_cart_total._total {
    margin-bottom: 20px;
  }
  .popup_cart_total._total div:first-child {
    font-size: 14px;
  }
  .popup_cart_total._total div:last-child {
    font-size: 20px;
  }
  .popup_cart .to_cart {
    display: none;
  }
}

.header_popup {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 9;
  width: max-content;
  min-width: 220px;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 20px);
  border-radius: 10px;
  background: #F8F8F8;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.35), 0px 28px 28px 0px rgba(0, 0, 0, 0.3), 0px 63px 38px 0px rgba(0, 0, 0, 0.18), 0px 113px 45px 0px rgba(0, 0, 0, 0.05), 0px 176px 49px 0px rgba(0, 0, 0, 0.01);
  padding: 1.5rem 1.5rem 1rem;
}
.header_popup._active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header_popup_close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
}

.popup_address_title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 1.5rem;
  font-size: clamp(13px, 0.875rem, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.popup_address_list {
  margin-bottom: 1.5rem;
}
.popup_address_list ._item {
  display: flex;
  gap: 0.5rem;
  font-size: clamp(13px, 0.875rem, 0.875rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.popup_address_list ._item span:first-child {
  width: clamp(20px, 1.2rem, 1.2rem);
}
.popup_address_subtitle {
  font-size: clamp(15px, 1rem, 1rem);
  margin-bottom: 5px;
}
.popup_address_text {
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
@media screen and (max-width: 900px) {
  .popup_address_title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .popup_address_title img, .popup_address_title svg {
    width: 30px;
  }
  .popup_address_list {
    margin-bottom: 20px;
  }
  .popup_address_list ._item {
    display: flex;
    gap: 0.5rem;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .popup_address_list ._item span:first-child {
    width: 20px;
  }
  .popup_address_subtitle {
    font-size: 16px;
  }
  .popup_address_text {
    font-size: 10px;
  }
  .popup_address_text br {
    display: none;
  }
}

.popup_phones a {
  color: #000;
}
.popup_phones_list {
  margin-bottom: 2.5rem;
}
.popup_phones_list ._item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(15px, 1rem, 1rem);
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1.25rem;
}
.popup_phones_list ._item:last-child {
  margin-bottom: 0;
}
.popup_phones_list ._item a {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  font-weight: 300;
}
.popup_phones_list ._item span {
  font-weight: normal;
  font-size: clamp(15px, 1rem, 1rem);
}
.popup_phones_list ._item img, .popup_phones_list ._item svg {
  width: clamp(16px, 1rem, 1rem);
}
.popup_phones .messengers {
  margin-bottom: 2.5rem;
}
.popup_phones .messengers a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  margin-bottom: 1rem;
}
.popup_phones .messengers a:last-child {
  margin-bottom: 0;
}
.popup_phones .messengers a img, .popup_phones .messengers a svg {
  width: clamp(16px, 1rem, 1rem);
}
.popup_phones .form_title {
  color: #565656;
  font-size: clamp(13px, 0.875rem, 0.875rem);
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}
.popup_phones .form label {
  font-size: clamp(10px, 0.625rem, 0.625rem);
  padding-left: 0.5rem;
}
.popup_phones .form input {
  background: #fff;
  padding: 0.7rem 1rem;
}
.popup_phones .form .btn {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .popup_phones_list {
    margin-bottom: 36px;
  }
  .popup_phones_list ._item {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .popup_phones_list ._item a {
    font-size: 12px;
  }
  .popup_phones_list ._item span {
    font-size: 16px;
  }
  .popup_phones_list ._item img, .popup_phones_list ._item svg {
    width: 16px;
  }
  .popup_phones .messengers {
    margin-bottom: 36px;
  }
  .popup_phones .messengers a {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .popup_phones .messengers a img, .popup_phones .messengers a svg {
    width: 16px;
  }
  .popup_phones .form {
    margin-bottom: 40px;
  }
  .popup_phones .form_title {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .popup_phones .form input {
    padding: 12px 14px;
  }
  .popup_phones .form .btn {
    width: 100%;
    font-size: 12px;
    margin-top: 16px;
  }
}

.mobile_nav {
  z-index: 98;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 0 30px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  text-align: center;
}
.mobile_nav_item {
  position: relative;
  color: #334746;
}
.mobile_nav_item ._counter {
  position: absolute;
  top: 10px;
  right: 8px;
  background: #FFC410;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 4px;
}
.mobile_nav_item._wishlist ._counter {
  background: #EB5757;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .mobile_nav {
    display: none;
  }
}

.mobile_menu {
  z-index: 98;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 66px - 56px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #F8F8F8;
  transition: 0.2s ease all;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .mobile_menu {
    display: none;
  }
}
.mobile_menu._active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile_menu_wrap {
  padding: 20px;
}
.mobile_menu_nav {
  list-style: none;
  margin-bottom: 40px;
}
.mobile_menu_nav_item {
  color: #434343;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 0;
}
.mobile_menu_nav_item svg {
  width: 24px;
}
.mobile_menu_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.mobile_menu_bottom .socials {
  display: flex;
  gap: 10px;
}
.mobile_menu_bottom .socials img, .mobile_menu_bottom .socials svg {
  width: 24px;
}
.mobile_menu_bottom .lang {
  color: #434343;
  display: flex;
  gap: 3px;
  font-size: 16px;
}
.mobile_menu_bottom .lang a {
  color: #434343;
}
.mobile_menu_bottom .lang ._current {
  font-weight: 900;
}

.sidebar {
  position: relative;
  z-index: 11;
}
.sidebar ul {
  list-style: none;
}
.sidebar .categories {
  background: #F8F8F8;
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .sidebar .categories {
    position: sticky;
    top: 1rem;
  }
}
@media screen and (min-width: 901px) {
  .sidebar .categories li:hover ._title {
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
  .sidebar .categories li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
  }
}
.sidebar .categories .has_sub ._title::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.55rem);
  right: 2rem;
  width: 1.1rem;
  height: 1.1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6 4L11 9.5L6 15" stroke="%23434343" stroke-width="2" stroke-linecap="round"/></svg>');
}
.sidebar .categories ._title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1.25rem 2rem;
  line-height: 1;
  font-size: clamp(14px, 1rem, 1rem);
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #434343;
}
.sidebar .categories ._title img, .sidebar .categories ._title svg {
  width: clamp(28px, 2.25rem, 2.25rem);
}
@media screen and (min-width: 901px) {
  .sidebar .categories .sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 16.25rem;
    /* height: 100%; */
    min-height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    background: #fff;
    padding: 1.5rem;
  }
}
.sidebar .categories .sub_menu li a {
  display: block;
  color: #434343;
  font-size: clamp(14px, 1rem, 1rem);
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 0.625rem;
}
.sidebar .categories .sub_menu li a:hover {
  background: #F8F8F8;
}
@media screen and (max-width: 900px) {
  .sidebar {
    z-index: 98;
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100vh - 66px - 56px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #F8F8F8;
    transition: 0.2s ease all;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
  }
  .sidebar._open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .sidebar .categories .has_sub {
    transition: 0.3s ease all;
  }
  .sidebar .categories .has_sub._open {
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
  .sidebar .categories .has_sub._open ._title:after {
    transform: scale(-1) rotate(90deg);
  }
  .sidebar .categories ._title {
    font-size: 14px;
    padding: 14px 20px;
  }
  .sidebar .categories ._title:after {
    width: 18px;
    height: 17px;
    transform: rotate(90deg);
    transition: 0.3s ease all;
  }
  .sidebar .categories ._title img, .sidebar .categories ._title svg {
    width: 36px;
  }
  .sidebar .categories .sub_menu {
    display: none;
    padding: 0 20px 10px;
  }
}

.footer {
  position: relative;
  background: #292826;
  color: #B0B0B0;
  padding: 3.75rem 9.375rem 1rem;
  font-size: clamp(12px, 0.875rem, 0.875rem);
}
.footer a {
  color: #B0B0B0;
}
.footer a svg path {
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .footer a:hover {
    color: #FFC410;
  }
  .footer a:hover svg path {
    fill: #FFC410;
  }
}
.footer_bg {
  position: absolute;
  right: 3rem;
  bottom: 6rem;
  width: 15rem;
}
.footer_top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.footer_logo {
  width: 18rem;
}
.footer_logo img, .footer_logo svg {
  width: 100%;
}
.footer .lang {
  display: flex;
  gap: 4px;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
  line-height: 1;
}
.footer .lang a {
  font-size: clamp(12px, 0.875rem, 0.875rem);
  font-weight: 300;
}
.footer_main {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 3rem;
}
.footer_col:nth-child(1), .footer_col:nth-child(2) {
  width: calc(25% - 3rem);
}
.footer_col:nth-child(3), .footer_col:nth-child(4) {
  width: calc(25% - 1.5rem);
}
.footer .col_nav ul {
  list-style: none;
}
.footer .col_nav ul li {
  margin-bottom: 1.25rem;
}
.footer .col_nav ul li:last-child {
  margin-bottom: 0;
}
.footer .col_nav ul li a {
  font-size: clamp(16px, 1rem, 1rem);
}
.footer .col_nav ul li img, .footer .col_nav ul li svg {
  display: none;
}
.footer .col_messengers a {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  margin-bottom: 2rem;
}
.footer .col_messengers a:last-child {
  margin-bottom: 0;
}
.footer .col_messengers a img, .footer .col_messengers a svg {
  width: clamp(20px, 1.5rem, 1.5rem);
}
.footer .col_info_title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer .col_info_title img, .footer .col_info_title svg {
  width: clamp(18px, 1.25rem, 1.25rem);
}
.footer .col_info ._time {
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.footer .col_contacts img, .footer .col_contacts svg {
  width: clamp(18px, 1.25rem, 1.25rem);
  min-width: clamp(18px, 1.25rem, 1.25rem);
}
.footer .col_contacts ._item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2rem;
}
.footer .col_contacts ._phone {
  gap: 1rem;
  white-space: nowrap;
}
.footer .col_contacts ._phone_left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .col_contacts ._phone span {
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
}
.footer .socials {
  display: flex;
  gap: 0.5rem;
}
.footer_bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #B5B5B5;
  margin-top: 6rem;
  padding-top: 0.5rem;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  font-weight: 300;
}
.footer_bottom .dev {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer_bottom .dev img {
  width: 4.2rem;
}
.footer_bottom .payment {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 20px 10px;
    font-size: 14px;
  }
  .footer_bg {
    right: 20px;
    bottom: 120px;
    width: 150px;
  }
  .footer_top {
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer_top .lang {
    display: none;
  }
  .footer_logo {
    width: calc(100% - 30px);
  }
  .footer_main {
    flex-direction: column;
    gap: 0;
  }
  .footer_col:nth-child(1) {
    order: 1;
    width: 100%;
    margin-bottom: 55px;
  }
  .footer_col:nth-child(2) {
    order: 3;
    width: 100%;
    margin-bottom: 36px;
  }
  .footer_col:nth-child(3) {
    order: 4;
    width: 100%;
  }
  .footer_col:nth-child(4) {
    order: 2;
    width: 100%;
    margin-bottom: 36px;
  }
  .footer .col_nav ul li {
    margin-bottom: 30px;
  }
  .footer .col_nav ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .footer .col_nav ul li img, .footer .col_nav ul li svg {
    display: block;
    width: 24px;
  }
  .footer .col_messengers a {
    font-size: 14px;
    line-height: 1;
    gap: 5px;
    margin-bottom: 16px;
  }
  .footer .col_messengers a img, .footer .col_messengers a svg {
    width: 16px;
  }
  .footer .col_contacts img, .footer .col_contacts svg {
    width: 16px;
    min-width: 16px;
  }
  .footer .col_contacts ._item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
  }
  .footer .col_contacts ._item:last-child {
    margin-bottom: 0;
  }
  .footer .col_contacts ._phone {
    gap: 5px;
  }
  .footer .col_contacts ._phone_left {
    font-size: 16px;
    gap: 4px;
  }
  .footer .col_contacts ._phone span {
    font-size: 16px;
  }
  .footer .col_contacts:not(._phone) {
    font-size: 16px;
  }
  .footer .col_contacts .socials {
    display: none;
  }
  .footer .col_info_title {
    color: #fff;
    gap: 3px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer .col_info_title svg {
    width: 30px;
  }
  .footer .col_info_title svg path {
    fill: #fff;
  }
  .footer .col_info ._time {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer .col_info ._time ._item {
    display: flex;
    margin-bottom: 2px;
  }
  .footer .col_info ._time ._item span:first-child {
    width: 32px;
    min-width: 32px;
  }
  .footer .col_info ._address {
    color: #fff;
    font-size: 10px;
  }
  .footer .col_info ._address span {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .footer .form {
    margin-top: 36px;
  }
  .footer .form_title {
    color: #565656;
    margin-bottom: 14px;
  }
  .footer .form label {
    font-size: clamp(10px, 0.625rem, 0.625rem);
    padding-left: 0.5rem;
  }
  .footer .form input {
    background: #fff;
    padding: 12px 14px;
  }
  .footer .form .btn {
    width: 100%;
    margin-top: 16px;
    color: #969696;
  }
  .footer_bottom_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 10px;
  }
  .footer .socials {
    gap: 10px;
  }
  .footer .socials svg {
    width: 24px;
  }
  .footer .lang {
    color: #fff;
    font-size: 16px;
  }
  .footer .lang a {
    color: #fff;
  }
  .footer_bottom {
    margin-top: 8px;
    padding-top: 6px;
    font-size: 8px;
  }
  .footer_bottom .dev {
    gap: 2px;
  }
  .footer_bottom .dev img {
    width: 53px;
  }
  .footer_bottom .payment {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    gap: 8px;
  }
}

.swiper-slide .product_card {
  height: 100%;
  min-height: 100%;
}
.swiper-slide .product_card_hidden {
  display: none;
}

.product_card {
  display: flex;
}
.product_card._out_of_stock .product_card_thumb img {
  opacity: 0.7;
}
.product_card._hover .product_card_wrap {
  z-index: 4;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05), 0px 27px 27px 0px rgba(0, 0, 0, 0.04), 0px 61px 37px 0px rgba(0, 0, 0, 0.02), 0px 109px 44px 0px rgba(0, 0, 0, 0.01), 0px 170px 48px 0px rgba(0, 0, 0, 0);
}
.product_card._hover .product_card_hidden {
  opacity: 1;
  max-height: 200px;
}
@media screen and (min-width: 901px) {
  .product_card:hover .product_card_thumb img {
    transform: scale(1.05);
  }
}
.product_card_wrap {
  position: relative;
  min-height: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  outline: 1px solid #EDEDED;
  transition: 0.3s ease box-shadow;
  padding: 1.5rem 1.75rem 1rem;
}
.product_card_top {
  position: relative;
  margin-bottom: 1rem;
}
.product_card_thumb {
  display: block;
  aspect-ratio: 1.1/1;
  overflow: hidden;
}
.product_card_thumb img {
  transition: 0.3s ease all;
}
.product_card_sku {
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #CBCBCB;
  font-weight: 300;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  z-index: 1;
}
.product_card_stock {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: clamp(10px, 0.625rem, 0.625rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #6FCF97;
  z-index: 1;
  text-align: center;
}
.product_card_stock._low_stock {
  color: #F2994A;
}
.product_card_stock._out_stock {
  color: #EB5757;
}
.product_card_rating {
  z-index: 1;
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #818181;
  font-weight: 300;
  line-height: 1;
}
.product_card_rating svg {
  width: clamp(12px, 0.75rem, 0.75rem);
}
.product_card_icons {
  z-index: 1;
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.25rem, 0.25rem);
}
.product_card_icons_item {
  cursor: pointer;
  width: max-content;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: clamp(5px, 0.3rem, 0.3rem) clamp(8px, 0.5rem, 0.5rem);
  transition: 0.3s ease all;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.product_card_icons_item img, .product_card_icons_item svg {
  width: clamp(17px, 1.1rem, 1.1rem);
}
.product_card_icons_item div {
  transition: 0.3s ease all;
  max-width: 0;
  overflow: hidden;
  padding-left: 0;
}
.product_card_icons_item:hover div {
  max-width: 200px;
  padding-left: clamp(6px, 0.375rem, 0.375rem);
}
.product_card_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.product_card_title {
  display: block;
  color: #334746;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(14px, 1rem, 1rem);
  margin-bottom: 1rem;
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .product_card_title:hover {
    color: #FFC410;
  }
}
.product_card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product_card_bottom_actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product_card_price {
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.product_card_price ._value {
  display: flex;
  gap: 0 4px;
  align-items: flex-end;
  line-height: 1;
}
.product_card_price ._special {
  color: #EB5757;
}
.product_card_price ._old {
  position: relative;
  width: max-content;
  color: #808080;
  font-weight: 300;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  margin-bottom: 2px;
}
.product_card_price ._old::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 90% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="37" height="19" viewBox="0 0 37 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="36.2431" y1="0.447214" x2="0.24314" y2="18.4472" stroke="black"/></svg>');
}
.product_card_price ._measurement {
  color: #818181;
  font-weight: 500;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.product_card .add_to_cart {
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.product_card .add_to_cart svg {
  width: clamp(30px, 2.5rem, 2.5rem);
}
.product_card .add_to_cart svg path {
  transition: 0.3s ease all;
}
.product_card .add_to_cart:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
.product_card .add_to_cart._active svg path {
  stroke: #fff;
}
.product_card .add_to_wishlist {
  cursor: pointer;
}
.add_to_wishlist {
  cursor: pointer;
  position: relative;
}
  .add_to_wishlist::before{
    pointer-events: none;
    content: attr(data-count);
    display: block;
    position: absolute;
    bottom: -.3rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(12px, .75rem, .75rem);
    line-height: 1;
  }
    .add_to_wishlist[data-count="0"]::before{
      opacity: 0;
    }
    .product_card .add_to_wishlist[data-count="0"] svg{
      transform: translateY(.25rem);
    }

.product_card .add_to_wishlist svg {
  transition: 0.3s ease all;
  width: clamp(28px, 1.9rem, 1.9rem);
}
.product_card .add_to_wishlist svg path {
  transition: 0.3s ease all;
  fill: transparent;
}
.product_card .add_to_wishlist:hover svg path, .product_card .add_to_wishlist._active svg path {
  stroke: #EB5757;
  fill: #EB5757;
}
/* .product_card .add_to_wishlist._active svg {
  width: clamp(30px, 2.1rem, 2.1rem);
} */
.product_card_hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease all;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.product_card_quantity {
  padding-top: 1rem;
  display: flex;
  gap: 5px;
}
.product_card_quantity ._btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #F2F6F7;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #434343;
  padding: 0 10px;
}
.product_card_quantity ._value {
  border-radius: 10px;
  background: #FFF;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #000;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_card_total {
  padding-top: 1rem;
  font-size: clamp(10px, 0.6rem, 0.6rem);
  color: #808080;
  text-align: right;
}
.product_card_total_value {
  color: #000;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .product_card_wrap {
    padding: 14px 10px;
  }
  .product_card_top {
    margin-bottom: 10px;
  }
  .product_card_sku {
    font-size: 8px;
  }
  .product_card_stock {
    font-size: 8px;
  }
  .product_card_rating {
    top: 8px;
    right: 8px;
    font-size: 10px;
  }
  .product_card_rating svg {
    width: 10px;
  }
  .product_card_icons {
    top: 0;
    left: 0;
    gap: 4px;
  }
  .product_card_icons_item img, .product_card_icons_item svg {
    width: 18px;
  }
  .product_card_content {
    padding: 0;
  }
  .product_card_title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product_card_bottom {
    gap: 5px;
  }
  .product_card_bottom_actions {
    gap: 5px;
  }
  .product_card_price {
    font-size: 14px;
  }
  .product_card_price ._value {
    gap: 0 2px;
  }
  .product_card_price ._special {
    color: #EB5757;
  }
  .product_card_price ._old {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .product_card_price ._measurement {
    font-size: 10px;
  }
  .product_card .add_to_cart svg {
    width: 35px;
  }
  .product_card .add_to_wishlist svg {
    width: 28px;
  }
  .product_card .add_to_wishlist._active svg {
    width: 30px;
  }
}

.small_product {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 5px;
}
.small_product:last-child {
  margin-bottom: 0;
}
.small_product .bg_img {
  width: 7.2rem;
  min-width: 7.2rem;
  height: 7.2rem;
}
.small_product .bg_img img {
  mix-blend-mode: multiply;
}
.small_product_title {
  display: block;
  color: #334746;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-bottom: clamp(8px, 0.6rem, 0.6rem);
}
@media screen and (min-width: 901px) {
  .small_product_title:hover {
    color: #FFC410;
  }
}
.small_product_price {
  color: #818181;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  line-height: 1;
}
.small_product_price ._old {
  position: relative;
  width: max-content;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.small_product_price ._old::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 90% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="37" height="19" viewBox="0 0 37 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="36.2431" y1="0.447214" x2="0.24314" y2="18.4472" stroke="black"/></svg>');
}
.small_product_price ._special {
  color: #EB5757;
}
.small_product_price ._value {
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
.small_product_price ._value div:first-child:not(._special) {
  color: #334746;
}
.small_product_price ._value div:first-child {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  font-weight: 700;
}
.small_product_quantity_text {
  font-size: clamp(14px, 0.875rem, 0.875rem);
  margin: clamp(8px, 0.6rem, 0.6rem) 0;
}
.small_product_quantity {
  display: flex;
  gap: 5px;
  margin: clamp(8px, 0.6rem, 0.6rem) 0;
}
.small_product_quantity ._btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #434343;
  padding: 0 10px;
}
.small_product_quantity ._value {
  border-radius: 10px;
  background: #FFF;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #000;
  padding: 5px 10px;
}
.small_product_total {
  display: flex;
  gap: 8px;
  font-size: clamp(10px, 0.6rem, 0.6rem);
  color: #808080;
}
.small_product_total ._value {
  color: #000;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .small_product {
    gap: 12px;
    margin-bottom: 20px;
  }
  .small_product .bg_img {
    width: 115px;
    min-width: 115px;
    height: 105px;
  }
  .small_product_title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .small_product_price {
    font-size: 10px;
  }
  .small_product_price ._old {
    margin-bottom: 4px;
  }
  .small_product_price ._value div:first-child {
    font-size: 12px;
  }
  .small_product_quantity {
    margin: 8px 0;
  }
  .small_product_quantity ._btn {
    width: 27px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .small_product_quantity ._value {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 10px;
  }
  .small_product_total {
    font-size: 10px;
  }
  .small_product_total ._value {
    font-size: 14px;
  }
}

.main {
  display: flex;
  padding-top: 9rem;
}
.main .sidebar {
  width: clamp(320px, 22.5rem, 22.5rem);
  min-width: 320px;
}
.main_content {
  width: calc(100% - clamp(320px, 22.5rem, 22.5rem));
}
@media screen and (max-width: 900px) {
  .main {
    padding: 66px 0 56px;
  }
  .main .sidebar {
    width: 100%;
    min-width: unset;
  }
  .main_content {
    width: 100%;
  }
}

.home_slider {
  position: relative;
  overflow: hidden;
}
.home_slider_nav {
  z-index: 2;
  position: absolute;
  left: 13rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
.home_slider_nav .swiper-button,
.home_slider_nav .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}
.home_slider .slide {
  position: relative;
  padding: 13rem 14rem;
  height: 41rem;
}
.home_slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.home_slider .slide img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home_slider .slide_wrap {
  position: relative;
  z-index: 1;
}
.home_slider .slide_title {
  color: #F2F6F7;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .home_slider_nav {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }
  .home_slider .slide {
    padding: 20px 20px 90px;
    height: auto;
    max-height: calc(100vh - 122px);
    aspect-ratio: 0.57/1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .home_slider .slide_title {
    font-size: 24px;
    text-align: center;
  }
}

.section_brands {
  position: relative;
}
.section_brands .subtitle {
  color: #787878;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  padding: 0.5rem 0 0 5rem;
}
.section_brands_slider {
  position: relative;
  margin-top: 1rem;
}
.section_brands_slider .swiper-button-prev {
  left: -2.5rem;
}
.section_brands_slider .swiper-button-next {
  right: -2.5rem;
}
.section_brands .slide {
  height: max-content;
  aspect-ratio: 1/1;
}
.section_brands .slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_brands .slide a:hover {
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
.section_brands .slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 901px) {
  .section_brands .slide img {
    max-width: calc(100% - 3rem);
    max-height: calc(100% - 3rem);
  }
}
@media screen and (max-width: 900px) {
  .section_brands .section_title {
    text-align: center;
  }
  .section_brands .subtitle {
    font-size: 16px;
    text-align: center;
    padding: 8px 0 0;
  }
  .section_brands_slider {
    margin: 20px -20px 0;
  }
  .section_brands_slider .swiper-container {
    padding: 0 20px;
  }
  .section_brands .swiper-button {
    display: none;
  }
}

.whyus .section_title span {
  font-size: 3.75rem;
}
.whyus_list {
  display: flex;
  gap: 4.3rem;
}
.whyus_list_item {
  width: calc((100% - 8.6rem) / 3);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #787878;
}
.whyus_list_item img, .whyus_list_item svg {
  width: 3.75rem;
  min-width: 3.75rem;
}
@media screen and (max-width: 900px) {
  .whyus .section_title {
    text-align: center;
  }
  .whyus .section_title span {
    display: block;
    font-size: 32px;
  }
  .whyus_list {
    flex-direction: column;
    gap: 24px;
  }
  .whyus_list_item {
    width: 100%;
    gap: 20px;
    font-size: 14px;
  }
  .whyus_list_item img, .whyus_list_item svg {
    width: 44px;
    min-width: 44px;
  }
}

.products_tabs_wrap {
  border-radius: 10px;
  background: #FFF;
}
.products_tabs_title {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 5.25em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #F8F8F8;
}
.products_tabs_nav {
  position: relative;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 4rem;
}
.products_tabs_nav ._item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease all;
  border-bottom: 3px solid transparent;
  color: #787878;
  font-size: clamp(20px, 1.5rem, 1.5rem);
  padding: 0 0.5rem 1rem;
}
.products_tabs_nav ._item._active, .products_tabs_nav ._item:hover {
  color: #000;
  border-color: #FFC410;
}
.products_tabs_body {
  padding: 0 0 2.5rem;
}
.products_tabs .tab {
  display: none;
}
.products_tabs .tab._active {
  display: block;
}
.products_tabs .tab_list {
  display: flex;
  flex-wrap: wrap;
}
.products_tabs .tab .product_card {
  width: 20%;
}
@media screen and (max-width: 1500px) {
  .products_tabs .tab .product_card {
    width: 25%;
  }
}
.products_tabs .tab .load_more {
  margin: 2rem auto 0;
}
@media screen and (max-width: 900px) {
  .products_tabs_title {
    display: none;
  }
  .products_tabs_nav {
    justify-content: space-between;
    gap: 32px;
    padding: 20px 20px 16px;
  }
  .products_tabs_nav ._item {
    width: calc(50% - 16px);
    font-size: 16px;
    text-align: center;
    padding: 0 0.5px 10px;
  }
  .products_tabs_body {
    padding: 0 0 36px;
  }
  .products_tabs .tab .product_card {
    width: 50%;
  }
  .products_tabs .tab .load_more {
    margin: 20px auto 0;
  }
}

.home_blog {
  border-radius: 10px;
  background: #fff;
  padding: 3.2rem 8.5rem;
  margin-bottom: 1.5rem;
}
.home_blog_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}
.home_blog_slider {
  position: relative;
}
.home_blog .swiper-button-prev {
  left: -6rem;
}
.home_blog .swiper-button-next {
  right: -6rem;
}
.home_blog .post {
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_blog .post_thumb {
  display: block;
  height: 14.4rem;
  margin-bottom: 1.5rem;
}
.home_blog .post_thumb img {
  border-radius: 10px;
}
.home_blog .post_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  margin-bottom: 1.5rem;
}
.home_blog .post_title {
  display: block;
  font-size: clamp(20px, 1.5rem, 1.5rem);
  line-height: 1.1;
  color: #000;
  margin-bottom: 1.5rem;
}
.home_blog .post_desc {
  color: #818181;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.home_blog .post .btn {
  padding: 0.7rem 2rem;
}
@media screen and (max-width: 900px) {
  .home_blog {
    position: relative;
    padding: 24px 20px 36px;
  }
  .home_blog_head {
    justify-content: center;
    margin-bottom: 20px;
  }
  .home_blog_head .btn {
   display: none;
  }
  .home_blog .swiper-button {
    top: 130px;
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
  .home_blog .swiper-button-prev {
    left: 8px;
  }
  .home_blog .swiper-button-next {
    right: 8px;
  }
  .home_blog .post {
    padding-top: 0;
  }
  .home_blog .post_thumb {
    height: 170px;
    margin-bottom: 12px;
  }
  .home_blog .post_meta {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .home_blog .post_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home_blog .post_desc {
    margin-bottom: 20px;
  }
  .home_blog .post .btns{
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}

.seo_text {
  background: #334746;
  color: #D8D8D8;
  text-align: center;
}
.seo_text_wrap {
  position: relative;
  width: 840px;
  max-width: 100%;
  max-height: 15rem;
  overflow: hidden;
  transition: 0.3s ease all;
  margin-inline: auto;
  font-weight: 300;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1.3;
}
.seo_text_wrap h2, .seo_text_wrap h3, .seo_text_wrap h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: clamp(20px, 1.5rem, 1.5rem);
  font-weight: 500;
}
.seo_text_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  background: linear-gradient(180deg, rgba(51, 71, 70, 0) 0%, #334746 100%);
  transition: 0.3s ease all;
}
.seo_text .show_more {
  cursor: pointer;
  color: #CCCECD;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0.7rem 2rem;
  margin: 2rem auto 0;
}
.seo_text._active .seo_text_wrap {
  max-height: 5000px;
}
@media screen and (max-width: 900px) {
  .seo_text_wrap {
    max-height: 320px;
  }
  .seo_text_wrap::after {
    height: 66px;
  }
  .seo_text_wrap h2, .seo_text_wrap h3, .seo_text_wrap h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .category_wrap {
    padding-right: 0;
  }
}
.category {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  padding-bottom: 5rem;
  margin-bottom: 3.5rem;
}
.category_head {
  padding: 1rem 2.5rem 1.5rem;
}
.category_head h1 {
  font-size: clamp(24px, 1.5rem, 1.5rem);
  font-weight: normal;
  margin-bottom: 0;
}
.category .search_title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #565656;
  font-size: clamp(20px, 1.25rem, 1.25rem);
}
.category .search_title span {
  color: #000;
  font-size: clamp(24px, 1.5rem, 1.5rem);
  padding-left: 12px;
}
.category .search_title svg {
  width: clamp(30px, 2rem, 2rem);
}
.category .filters_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2.5rem;
}
.category ._total_products {
  font-size: clamp(10px, 0.625rem, 0.625rem);
  color: #787878;
  padding: 0.5rem 2.5rem;
}
.category_products_wrap {
  display: flex;
  flex-wrap: wrap;
}
.category_products_wrap .product_card {
  width: 20%;
}
@media screen and (max-width: 1500px) {
  .category_products_wrap .product_card {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .category_products_wrap .product_card {
    width: 50%;
  }
}
.category_products_nav {
  padding-top: 2.5rem;
}
.category_products_nav ._total {
  color: #787878;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  text-align: center;
}
.category_products_nav .load_more {
  margin: 1rem auto 0;
}
@media screen and (max-width: 900px) {
  .category {
    padding-bottom: 36px;
    margin-bottom: 30px;
  }
  .category_head {
    padding: 10px 20px 20px;
  }
  .category_head h1 {
    font-size: 16px;
    text-align: center;
  }
  .category .search_title {
    align-items: flex-start;
    font-size: 16px;
  }
  .category .search_title span {
    padding-left: 0;
    font-size: 16px;
  }
  .category .search_title svg {
    width: 24px;
  }
  .category .filters_search {
    padding: 0 20px;
    margin-top: -16px;
    justify-content: flex-start;
  }
  .category .filters_search .sorts:not(#open_sorts_mobile) {
    display: none;
  }
  .category ._total_products {
    text-align: center;
    padding: 3px;
  }
  .category_products_nav {
    padding-top: 24px;
  }
  .category_products_nav ._total {
    font-size: 14px;
  }
  .category_products_nav .load_more {
    margin: 24px auto 0;
  }
}

.category_brands {
  background: #F8F8F8;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 2.5rem;
}
.category_brands_wrap{
  flex-grow: 1;
}
.category_brands_title {
  color: #787878;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.category_brands_btn {
  min-width: max-content;
}
.category_brands_btn svg {
  transition: 0.3s ease all;
}
.category_brands_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.category_brands_list_wrap {
  display: none;
}
.category_brands_list_item {
  color: #787878;
  width: calc((100% - 9rem) / 10);
}
@media screen and (max-width: 1700px) {
  .category_brands_list_item {
    width: calc((100% - 8rem) / 9);
  }
}
@media screen and (max-width: 1500px) {
  .category_brands_list_item {
    width: calc((100% - 7rem) / 8);
  }
}
@media screen and (max-width: 1400px) {
  .category_brands_list_item {
    width: calc((100% - 6rem) / 7);
  }
}
.category_brands_list_item ._title {
  transition: 0.3s ease all;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  text-align: center;
  margin-bottom: 0.5rem;
}
.category_brands_list_item ._img {
  transition: 0.3s ease all;
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  border: 1px solid #EDEDED;
}
.category_brands_list[data-category="1"] .category_brands_list_item ._img,
.category_brands_list[data-category="6"] .category_brands_list_item ._img ,
.category_brands_list[data-category="9"] .category_brands_list_item ._img {
  padding: 0;
}
@media screen and (min-width: 901px) {
  .category_brands_list_item:hover ._title {
    color: #334746;
  }
  .category_brands_list_item:hover ._img {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
}
.category_brands._open {
  background: #fff;
}
.category_brands._open .category_brands_title {
  opacity: 0;
}
.category_brands._open .category_brands_btn svg {
  transform: scale(-1);
}
@media screen and (max-width: 900px) {
  .category_brands {
    display: block;
    padding: 16px 20px;
  }
  .category_brands_title {
    text-align: center;
    font-size: 14px;
  }
  .category_brands_btn {
    margin: 16px auto 0;
  }
  .category_brands_list {
    width: max-content;
    gap: 12px;
  }
  .category_brands_list_wrap {
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .category_brands_list_wrap::-webkit-scrollbar {
    height: 0;
  }
  .category_brands_list_item {
    width: 75px;
  }
  .category_brands_list_item ._title {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .category_brands_list_item ._img {
    padding: 4px;
  }
}

.viewed_products {
  border-radius: 10px 10px 0 0;
  background: #FFF;
}
.viewed_products_nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 4rem;
}
.viewed_products_nav ._item {
  cursor: pointer;
  transition: 0.3s ease all;
  border-bottom: 3px solid transparent;
  color: #787878;
  font-size: clamp(20px, 1.5rem, 1.5rem);
  padding: 0 0.5rem 1rem;
}
.viewed_products_nav ._item._active, .viewed_products_nav ._item:hover {
  color: #000;
  border-color: #FFC410;
}
.viewed_products_tab {
  display: none;
}
.viewed_products_tab._active {
  display: block;
}
.viewed_products .swiper-container {
  padding: 1px;
}
.viewed_products_list {
  position: relative;
}
@media screen and (max-width: 900px) {
  .viewed_products {
    margin-bottom: 30px;
    border-radius: 10px;
    padding-bottom: 16px;
  }
  .viewed_products .swiper-button {
    display: none;
  }
  .viewed_products_nav {
    justify-content: space-between;
    gap: 24px;
    padding: 20px 20px 16px;
  }
  .viewed_products_nav ._item {
    width: calc(50% - 16px);
    font-size: 16px;
    text-align: center;
    padding: 0 0.5px 10px;
  }
  .viewed_products .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .viewed_products .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  .viewed_products .load_more {
    margin: 16px auto;
  }
}

.category_popup {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px - 56px);
  overflow-y: auto;
  background: #D1D1D1;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: translateX(50%);
  transition: 0.2s ease all;
}
.category_popup._active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.category_popup_wrap {
  position: relative;
  padding: 60px 20px;
}
.category_popup_btns {
  margin-top: 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #D1D1D1;
  padding: 16px 0;
}
.category_popup_btns .btn {
  width: 100%;
}
.category_popup_btns .btn._apply {
  background: #fff;
  margin-bottom: 20px;
}
.category_popup .sorts_title {
  align-items: center;
}

.filters_top {
  background: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2.5rem;
}
.filters .toggle_filters._active svg {
  transform: scale(-1);
}
.filters_list {
  display: flex;
  gap: 1rem;
}
.filters_hidden {
  display: none;
  padding-top: 1rem;
}
.filters_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2.5rem;
}
.filters_selected {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.filters_selected ._item {
  overflow: hidden;
  color: #787878;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  border: 1px solid #787878;
}
.filters_selected ._item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: scale(0.6);
  border-radius: 10px;
  background: #ECECEC;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.filters_selected ._item img, .filters_selected ._item svg, .filters_selected ._item span, .filters_selected ._item div {
  position: relative;
  z-index: 1;
}
.filters_selected ._item img, .filters_selected ._item svg {
  width: clamp(18px, 1.1rem, 1.1rem);
}
.filters_selected ._item span + svg {
  margin-left: 5px;
}
@media screen and (min-width: 901px) {
  .filters_selected ._item:hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
.filters_selected .reset_all {
  min-height: unset;
  border-width: 1px;
}
.filters_mobile_btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .filters_top, .filters_bottom {
    display: none;
  }
  .filters_list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  .filters_selected {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .filters_selected ._item {
    min-width: 260px;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    padding: 9px 16px;
  }
  .filters_selected ._item span + svg {
    margin-left: 0;
  }
  .filters_selected .reset_all {
    display: none;
  }
  .filters_mobile_btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
  .filters_mobile_btn .btn {
    width: calc(50% - 10px);
  }
}

.filter_item {
  position: relative;
  display: flex;
}
.filter_item_title {
  cursor: pointer;
  color: #787878;
  background: #F8F8F8;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  padding: 0.625rem 1rem;
}
.filter_item_title img, .filter_item_title svg {
  width: clamp(18px, 1.1rem, 1.1rem);
  height: clamp(17px, 1.09rem, 1.09rem);
}
.filter_item_title span + svg {
  transition: 0.3s ease all;
  margin-left: 5px;
}
.filter_item_list {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: max-content;
  max-width: 20rem;
  border-radius: 10px;
  background: #ECECEC;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease all;
  padding: 1.5rem;
}
.filter_item_price .filter_item_list {
  min-width: 24rem;
}
.filter_item .filter_value {
  margin-bottom: 1rem;
}
.filter_item .filter_value:last-child {
  margin-bottom: 0;
}
.filter_item .filter_value ._radio_input_label {
  min-height: clamp(24px, 1.5rem, 1.5rem);
  line-height: clamp(24px, 1.5rem, 1.5rem);
  padding-left: 3rem;
}
.filter_item .filter_value ._radio_input_label::before, .filter_item .filter_value ._radio_input_label::after {
  width: clamp(24px, 1.5rem, 1.5rem);
  height: clamp(24px, 1.5rem, 1.5rem);
}
.filter_item._open .filter_item_title span + svg {
  transform: scale(-1);
}
.filter_item._open .filter_item_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .filter_item_title {
    min-width: 260px;
    gap: 8px;
    justify-content: center;
    font-size: 14px;
    padding: 9px 16px;
  }
  .filter_item_title span + svg {
    margin-left: 0;
  }
  .filter_item_list {
    padding: 16px;
    width: 100%;
    max-width: 100%;
  }
  .filter_item_price .filter_item_list {
    min-width: unset;
  }
  .filter_item .filter_value {
    margin-bottom: 10px;
  }
}

.sorts {
  position: relative;
}
.sorts_title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  font-weight: 700;
}
.sorts_text {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #787878;
}
.sorts_text img, .sorts_text svg {
  width: clamp(20px, 1.25rem, 1.25rem);
}
.sorts_value {
  cursor: pointer;
  position: relative;
  color: #434343;
  text-transform: uppercase;
  padding-right: 1.5rem;
}
.sorts_value::after {
  content: "";
  position: absolute;
  top: calc(50% - clamp(9px, 0.55rem, 0.55rem));
  right: 0;
  width: clamp(18px, 1.1rem, 1.1rem);
  height: clamp(17px, 1.09rem, 1.09rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17" fill="none"><path d="M12 8L10 10L8 8" stroke="%23434343" stroke-width="1.6" stroke-linecap="round"/></svg>');
  transition: 0.3s ease all;
}
.sorts_list {
  padding: 1.1rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .sorts_list {
    z-index: 9;
    position: absolute;
    top: calc(100% + 1.25rem);
    right: 0;
    transition: 0.3s ease all;
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
  }
}
.sorts_list a {
  display: block;
  color: #434343;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sorts_list a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 901px) {
  .sorts_list a:hover {
    color: #FFC410;
  }
}
.sorts._open .sorts_value::after {
  transform: scale(-1);
}
.sorts._open .sorts_list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .sorts_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 12px;
  }
  .sorts_title_text {
    gap: 4px;
  }
  .sorts_title_text img, .sorts_title_text svg {
    width: 16px;
  }
  .sorts_title_value {
    padding-right: 18px;
  }
  .sorts_list {
    padding: 24px 0 48px;
  }
  .sorts_list a {
    width: 220px;
    margin: 0 auto 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }
  .sorts_list a._active {
    background: #F8F8F8;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
}

.main_product {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 900px) {
  .main_product {
    background: #fff;
    padding-right: 0;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}

.product {
  border-radius: 10px;
  background: #FFF;
  padding: 1.2rem 2.5rem 10rem;
  margin-bottom: 1.5rem;
}
.product .breadcrumb_wrap {
  margin-left: -1.5rem;
}
.product_wrap {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
}
.product_left {
  width: 40rem;
  min-width: 40rem;
}
.product_thumb {
  position: relative;
  background: #fff;
  border: 1px solid #EDEDED;
  padding: 1rem;
}
.product_thumb_img {
  aspect-ratio: 1/1;
}
.product_thumb_zoom {
  cursor: pointer;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}
.product_thumb_zoom svg {
  width: clamp(40px, 2.6rem, 2.6rem);
}
.product_icons {
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc(100% + 1rem);
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.25rem, 0.25rem);
}
.product_icons_item {
  cursor: pointer;
  width: max-content;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: clamp(5px, 0.3rem, 0.3rem) clamp(8px, 0.5rem, 0.5rem);
  transition: 0.3s ease all;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.product_icons_item img, .product_icons_item svg {
  width: clamp(18px, 1.1rem, 1.1rem);
}
.product_icons_item div {
  transition: 0.3s ease all;
  max-width: 0;
  overflow: hidden;
  padding-left: 0;
}
.product_icons_item:hover div {
  max-width: 200px;
  padding-left: clamp(6px, 0.375rem, 0.375rem);
}
@media screen and (max-width: 900px) {
  .product {
    padding: 10px 20px 0;
    margin-bottom: 0;
  }
  .product .breadcrumb_wrap {
    margin-left: 0;
  }
  .product_wrap {
    display: block;
  }
  .product_left {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
  }
  .product_thumb {
    padding: 7px;
  }
  .product_thumb_img {
    aspect-ratio: 1/1;
  }
  .product_thumb_zoom {
    top: 0;
    right: 0;
  }
  .product_thumb_zoom svg {
    width: 32px;
  }
  .product_icons {
    top: 10px;
    left: 8px;
  }
}
.product_content {
  flex-grow: 1;
}
@media screen and (min-width: 901px) {
  .product_content_top {
    padding-left: 1.25rem;
  }
}
.product .sku {
  color: #787878;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  margin-bottom: 0.5rem;
}
.product .title {
  font-size: clamp(28px, 2rem, 2rem);
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.product .stock_row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.product .stock {
  font-size: clamp(15px, 0.95rem, 0.95rem);
  text-transform: uppercase;
  font-weight: 700;
  color: #6FCF97;
}
.product .stock._low {
  color: #F2994A;
}
.product .stock._out {
  color: #EB5757;
}
.product .rating {
  color: #818181;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(16px, 1rem, 1rem);
}
.product .rating svg {
  width: clamp(18px, 1.1rem, 1.1rem);
}
@media screen and (max-width: 900px) {
  .product .sku {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
  }
  .product .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .product .stock_row {
    margin-bottom: 36px;
  }
  .product .stock {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
  }
}
.product .price_wrap {
  display: flex;
  gap: 7rem;
}
.product .price_wrap .price ._old {
  position: relative;
  width: max-content;
  font-size: clamp(16px, 1rem, 1rem);
  color: #808080;
  margin-bottom: 2px;
}
.product .price_wrap .price ._old::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 90% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="37" height="19" viewBox="0 0 37 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="36.2431" y1="0.447214" x2="0.24314" y2="18.4472" stroke="black"/></svg>');
}
.product .price_wrap .price_row {
  display: flex;
  gap: 0 4px;
  align-items: flex-end;
  line-height: 1;
}
.product .price_wrap .price ._value {
  font-size: clamp(30px, 2.25rem, 2.25rem);
  font-weight: 700;
}
.product .price_wrap .price ._value._special {
  color: #EB5757;
}
.product .price_wrap .price ._measurement {
  color: #818181;
  font-size: clamp(18px, 1.25rem, 1.25rem);
}
.product .price_wrap .discount {
  margin-top: 2rem;
}
.product .price_wrap .discount_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.product .price_wrap .discount_row ._title {
  color: #808080;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.product .price_wrap .discount_row ._value {
  font-weight: 700;
  font-size: clamp(16px, 1rem, 1rem);
}
.product .price_wrap .quantity {
  display: flex;
  gap: 4px;
  width: max-content;
  margin-bottom: 0.5rem;
}
.product .price_wrap .quantity ._btn {
  cursor: pointer;
  border-radius: 10px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  width: clamp(30px, 2rem, 2rem);
  aspect-ratio: 1/1;
}
.product .price_wrap .quantity input, .product .price_wrap .quantity .quantity_text {
  pointer-events: none;
  color: #000;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  text-align: center;
  padding: 0 0.625rem;
  width: 6rem;
}
.product .price_wrap .quantity .quantity_text {
  pointer-events: none;
  color: #000;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  text-align: center;
  padding: 0 0.625rem;
  width: max-content;
  min-width: 6rem;
}
.product .price_wrap .total {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: clamp(16px, 1rem, 1rem);
}
.product .price_wrap .total_title {
  color: #808080;
}
.product .price_wrap .total_value {
  font-weight: 700;
}
.product .price_wrap .btns {
  margin-top: 1.5rem;
}
.product .price_wrap .btns_list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.product .price_wrap .add_to_wishlist {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #767676;
  /* padding: 0.625rem; */
  padding: .1rem .625rem .625rem;
  aspect-ratio: 1/1;
}
  .product .price_wrap .add_to_wishlist[data-count="0"] {
    padding: 0.625rem;
  }
  .product .price_wrap .add_to_wishlist::before {
    bottom: 0.3rem;
  }
.product .price_wrap .add_to_wishlist svg {
  width: clamp(30px, 1.9rem, 1.9rem);
}
.product .price_wrap .add_to_cart {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.5rem, 1.5rem);
  font-size: clamp(14px, 0.875rem, 0.875rem);
  color: #434343;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.875rem clamp(14px, 0.875rem, 0.875rem);
  border-radius: 14px;
  background: #FFC410;
  flex-grow: 1;
  justify-content: center;
  line-height: 1;
}
.product .price_wrap .add_to_cart svg, .product .price_wrap .add_to_cart div {
  position: relative;
  z-index: 1;
}
.product .price_wrap .add_to_cart svg {
  width: clamp(24px, 1.5rem, 1.5rem);
}
.product .price_wrap .add_to_cart svg path {
  transition: 0.3s ease all;
}
.product .price_wrap .add_to_cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
  background: #FFC410;
  height: 100%;
  width: clamp(52px, 3.25rem, 3.25rem);
  transition: 0.3s ease all;
}
@media screen and (min-width: 901px) {
  .product .price_wrap .add_to_cart:hover::before, .product .price_wrap .add_to_cart._active::before {
    top: -0.875rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 1.7rem);
  }
}
.product .price_wrap .add_to_cart._active svg path {
  stroke: #fff;
}
.product .price_wrap .notify_btn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #F2994A;
  text-align: center;
  font-size: clamp(12px, 0.875rem, 0.875rem);
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0.625rem 1.5rem;
  border-radius: 10px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.product .price_wrap .notify_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F2994A;
  transition: 0.3s ease all;
  opacity: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
.product .price_wrap .notify_btn span {
  position: relative;
  z-index: 1;
}
.product .price_wrap .notify_btn:hover {
  color: #000;
}
.product .price_wrap .notify_btn:hover::before {
  width: 100%;
  opacity: 1;
}
.product .price_wrap .notify_btn._active {
  color: #FFF;
}
.product .price_wrap .notify_btn._active::before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .product .price_wrap .notify_btn br{
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .product .price_wrap {
    gap: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .product .price_wrap {
    display: block;
  }
  .product .price_wrap .price ._value {
    font-size: 24px;
  }
  .product .price_wrap .price ._measurement {
    font-size: 14px;
  }
  .product .price_wrap .discount {
    width: max-content;
    margin-top: 24px;
  }
  .product .price_wrap .discount_row {
    gap: 10px;
    margin-bottom: 5px;
  }
  .product .price_wrap .price_actions {
    margin-top: 30px;
  }
  .product .price_wrap .quantity {
    margin-bottom: 20px;
  }
  .product .price_wrap .quantity input {
    width: 70px;
  }
  .product .price_wrap .quantity .quantity_text {
    width: max-content;
    min-width: 70px;
  }
  .product .price_wrap .total {
    align-items: flex-end;
    line-height: 1;
  }
  .product .price_wrap .total_value {
    font-size: 24px;
  }
  .product .price_wrap .btns {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .product .price_wrap .btns_list {
    gap: 20px;
  }
  .product .price_wrap .add_to_wishlist {
    padding: 2px 8px 8px;
    border-width: 2px;
  }
  .product .price_wrap .add_to_wishlist[data-count="0"] {
    padding: 8px;
  }
  .product .price_wrap .add_to_cart div {
    display: none;
  }
}
.product .benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
}
.product .benefits_item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .benefits_item img, .product .benefits_item svg {
  width: clamp(40px, 2.25rem, 2.25rem);
}
.product .benefits_item_title {
  color: #808080;
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.product .benefits_item_value {
  font-size: clamp(16px, 1rem, 1rem);
}
.product .tabs {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 1.5rem;
  margin-top: 2.5rem;
}
.product .tabs_nav {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.product .tabs_nav_item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease all;
  border-bottom: 3px solid transparent;
  color: #787878;
  font-size: clamp(20px, 1.5rem, 1.5rem);
  padding: 0 1.25rem 1rem;
}
.product .tabs_nav_item._active, .product .tabs_nav_item:hover {
  color: #000;
  border-color: #FFC410;
}
.product .tabs .tab {
  display: none;
}
.product .tabs .tab._active {
  display: block;
}
.product .description {
  color: #808080;
  font-size: clamp(14px, 1rem, 1rem);
  line-height: 1.3;
}
.product .attributes {
  font-size: clamp(14px, 1rem, 1rem);
}
.product .attributes_row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.product .attributes_row:last-child {
  margin-bottom: 0;
}
.product .attributes_row div {
  width: calc(50% - 0.5rem);
}
.product .attributes_row ._title {
  font-weight: 300;
  color: #334746;
}
@media screen and (max-width: 900px) {
  .product .benefits {
    gap: 16px;
    margin: 30px 0;
  }
  .product .benefits_item {
    gap: 16px;
  }
  .product .benefits_item img, .product .benefits_item svg {
    width: 20px;
  }
  .product .benefits_item_title {
    font-size: 10px;
  }
  .product .benefits_item_value {
    font-size: 12px;
  }
  .product .tabs {
    padding: 20px 12px;
    margin-top: 40px;
  }
  .product .tabs_nav {
    gap: 20px;
    margin-bottom: 24px;
  }
  .product .tabs_nav_item {
    width: calc(50% - 10px);
    border-width: 2px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  .product .description {
    font-size: 12px;
  }
  .product .attributes {
    font-size: 12px;
  }
  .product .attributes_row {
    gap: 6px;
    margin-bottom: 0;
    padding: 8px 0;
    border-top: 1px solid #CCCECD;
  }
  .product .attributes_row:last-child {
    border-bottom: 1px solid #CCCECD;
  }
  .product .attributes_row div {
    width: calc(50% - 3px);
  }
}
.product .tooltips {
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 901px) {
  .product .tooltips {
    position: absolute;
    bottom: -4.5rem;
    left: 9rem;
  }
}

.tooltip {
  position: relative;
  width: max-content;
}
.tooltip_btn {
  cursor: pointer;
  border-radius: 10px;
  background: #FFC410;
  width: clamp(30px, 2rem, 2rem);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.tooltip_btn._blue {
  background: #2D9CDB;
}
.tooltip_btn svg {
  width: clamp(15px, 1rem, 1rem);
}
.tooltip_popup {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 100%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  width: 230px;
  padding: 1rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-6px, 6px);
  transition: 0.3s ease all;
}
.tooltip_title {
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 700;
  margin-bottom: 2px;
}
.tooltip_text {
  font-size: clamp(10px, 0.625rem, 0.625rem);
  line-height: 1.3;
}
.tooltip:hover .tooltip_popup {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.product_slider {
  background: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 1.5rem;
}
.product_slider_wrap {
  position: relative;
}
.product_slider_head {
  font-size: 2rem;
  padding: 3rem 4.75rem;
}
.product_slider .swiper-container {
  padding: 1px;
}
@media screen and (max-width: 900px) {
  .product_slider {
    margin-bottom: 40px;
  }
  .product_slider_head {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
  }
  .product_slider .swiper-button {
    display: none;
  }
  .product_slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .product_slider .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  .product_slider .load_more {
    margin: 16px auto;
  }
}

.testimonials {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 2rem 1.5rem;
  margin-top: 1.2rem;
}
.testimonials_head {
  border-bottom: 1px solid #FFC410;
  text-align: center;
  font-size: clamp(18px, 1.25rem, 1.25rem);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.testimonials_text {
  color: #808080;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials .btn {
  padding: 0.7rem 4rem;
  margin-inline: auto;
}
.testimonials_form {
  width: 28rem;
  max-width: 100%;
  margin-inline: auto;
}
.testimonials_form ._input {
  margin-bottom: 2rem;
}
.testimonials_form ._input input, .testimonials_form ._input textarea {
  background: #fff;
}
.testimonials_total {
  color: #334746;
  padding: 0 0 2rem;
}
.testimonials_total .testimonials_stars {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.testimonials_total .testimonials_stars_title {
  font-size: clamp(18px, 1.25rem, 1.25rem);
}
.testimonials_total .testimonials_stars_value {
  position: relative;
  background-image: url("../img/icons/star-circle.svg");
  background-size: 20% 100%;
  background-position: 0 0;
  width: 14.4rem;
  height: 2.25rem;
}
.testimonials_total .testimonials_stars_value_hide {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #F8F8F8;
}
.testimonials_total .testimonials_indicator {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.testimonials_total .testimonials_indicator_title {
  font-size: clamp(14px, 1rem, 1rem);
}
.testimonials_total .testimonials_indicator_slide {
  padding-top: 0.25rem;
}
.testimonials_total .testimonials_indicator_slide_line {
  position: relative;
  width: 12.5rem;
  height: 3px;
  background: #CCCECD;
  margin-bottom: 1.25rem;
}
.testimonials_total .testimonials_indicator_slide_thumb {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #334746;
  transform: translate(-6px, -50%);
}
.testimonials_total .testimonials_indicator_slide_desc {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: clamp(10px, 0.625rem, 0.625rem);
}
.testimonials_list {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .testimonials {
    padding: 20px 12px;
    margin: 12px 0 16px;
  }
  .testimonials_head {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-width: 2px;
  }
  .testimonials_text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .testimonials .btn {
    padding: 10px;
    width: 100%;
  }
  .testimonials_form ._input {
    margin-bottom: 20px;
  }
  .testimonials_total {
    border-width: 2px;
    padding: 0 0 20px;
  }
  .testimonials_total .testimonials_stars {
    display: block;
    margin-bottom: 20px;
  }
  .testimonials_total .testimonials_stars_title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .testimonials_total .testimonials_stars_value {
    width: 171px;
    height: 29px;
  }
  .testimonials_total .testimonials_indicator {
    display: block;
  }
  .testimonials_total .testimonials_indicator_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .testimonials_total .testimonials_indicator_slide_line {
    width: 200px;
    margin-bottom: 20px;
  }
  .testimonials_total .testimonials_indicator_slide_desc {
    width: 200px;
  }
  .testimonials_list {
    margin-bottom: 20px;
  }
}

.testimonial_item {
  color: #334746;
  padding: 2rem 0;
  border-top: 1px solid #FFC410;
}
.testimonial_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.testimonial_item_head_left {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.testimonial_item_name {
  font-size: clamp(15px, 1rem, 1rem);
}
.testimonial_item_rating {
  display: flex;
}
.testimonial_item_rating img, .testimonial_item_rating svg {
  width: 1rem;
}
.testimonial_item_date {
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.testimonial_item_body {
  position: relative;
  overflow: hidden;
  max-height: 5.25rem;
  margin-bottom: 2rem;
  font-size: clamp(15px, 1rem, 1rem);
  transition: 0.3s ease all;
}
.testimonial_item_body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  transition: 0.3s ease all;
}
.testimonial_item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1;
}
.testimonial_item_actions {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}
.testimonial_item_actions_btn {
  font-size: clamp(15px, 1rem, 1rem);
}
.testimonial_item_toggle {
  cursor: pointer;
  text-decoration-line: underline;
}
.testimonial_item._open .testimonial_item_body {
  max-height: 1000px;
}
.testimonial_item._open .testimonial_item_body::before {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .testimonial_item {
    border-width: 2px;
    padding: 14px 0;
  }
  .testimonial_item_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .testimonial_item_head_left {
    gap: 14px;
  }
  .testimonial_item_body {
    max-height: 96px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .testimonial_item_bottom {
    border-top: 2px solid #FFC410;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
  }
}

.rating_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.rating_input_item {
  position: relative;
  cursor: pointer;
}
.rating_input_item input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.rating_input_item svg {
  width: 2.25rem;
}
.rating_input_item svg path {
  transition: 0.3s ease all;
}
.rating_input_item._active svg path {
  fill: #FFC410;
}
@media screen and (max-width: 900px) {
  .rating_input {
    margin-bottom: 20px;
  }
}

.account_nav {
  width: 8.4rem;
  min-width: calc(40px + 3.8rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.account_nav_item {
  border-radius: 20px;
  background: #FFF;
  padding: 1.9rem 0.6rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.account_nav_item svg {
  width: clamp(40px, 2.6rem, 2.6rem);
}
.account_nav_item svg path {
  transition: 0.3s ease all;
}
.account_nav_item div {
  font-size: clamp(10px, 0.625rem, 0.625rem);
  text-align: center;
}
.account_nav_item._active {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
}
.account_nav_item._active svg path {
  stroke: #FFC410;
}
@media screen and (min-width: 901px) {
  .account_nav_item:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
  .account_nav_item:hover svg path {
    stroke: #FFC410;
  }
}
@media screen and (max-width: 900px) {
  .account_nav {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  .account_nav_item {
    background: transparent;
    padding: 0;
    width: 60px;
    gap: 8px;
  }
  .account_nav_item_ico {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
  }
  .account_nav_item svg {
    width: 22px;
  }
  .account_nav_item._active {
    box-shadow: none;
  }
  .account_nav_item._active .account_nav_item_ico {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), 0px 33px 20px 0px rgba(0, 0, 0, 0.02), 0px 58px 23px 0px rgba(0, 0, 0, 0.01), 0px 91px 25px 0px rgba(0, 0, 0, 0);
  }
  .account_nav_item._active svg path {
    stroke: #FFC410;
  }
}

.btn.btn_main.logout_link {
  border-color: transparent;
  color: #565656;
  margin: 0 0 2.5rem auto;
}
.btn.btn_main.logout_link::before {
  display: none;
}
.btn.btn_main.logout_link:hover {
  border-color: #FFC410;
}
@media screen and (max-width: 900px) {
  .btn.btn_main.logout_link {
    margin: 0 auto;
  }
}

.account {
  display: flex;
  gap: 1.5rem;
  padding-right: 5.25rem;
  margin-bottom: 3rem;
}
.account_content {
  flex-grow: 1;
  background: #fff;
  padding: 3.75rem 9.375rem 5.25rem;
}
.account_title {
  margin-bottom: 1.5rem;
}
.account_subtitle {
  font-size: clamp(24px, 2rem, 2rem);
}
.account_desc {
  color: #919191;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  line-height: 1.3;
}
@media screen and (max-width: 1700px) {
  .account_content {
    padding: 3.75rem 4rem 5.25rem;
  }
}
@media screen and (max-width: 900px) {
  .account {
    flex-direction: column-reverse;
    gap: 30px;
    padding-right: 0;
    margin-bottom: 80px;
  }
  .account .breadcrumb_wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .account_content {
    width: 100%;
    background: transparent;
    padding: 0 20px;
  }
  .account_title {
    text-align: center;
    margin-bottom: 16px;
  }
  .account_subtitle {
    text-align: center;
    font-size: 24px;
  }
  .account_desc {
    text-align: center;
    font-size: 12px;
  }
}

.account_edit_row {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 5rem;
}
.account_edit_row:last-child {
  margin-bottom: 0;
}
.account_edit_row_left {
  width: calc(50% - 3rem);
}
.account_edit_row_right {
  width: calc(50% - 3rem);
}
.account_edit_row_right ._input {
  margin-bottom: clamp(16px, 1.25rem, 1.25rem);
}
.account_edit_row_right ._input:last-child {
  margin-bottom: 0;
}
.account_edit_row button[type=submit] {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 900px) {
  .account_edit_row {
    display: block;
    margin-bottom: 50px;
  }
  .account_edit_row_left {
    width: 100%;
    margin-bottom: 24px;
  }
  .account_edit_row_right {
    width: 100%;
  }
  .account_edit_row_right ._input {
    margin-bottom: 20px;
  }
  .account_edit_row button[type=submit] {
    margin-top: 40px;
  }
}

.account_orders {
  margin-top: 3rem;
}
.account_orders_row {
  display: flex;
  gap: 1.8rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.account_orders_row div {
  width: calc(16% - 1.8rem);
}
.account_orders_row div:nth-child(5) {
  width: calc(20% - 1.8rem);
}
.account_orders_head {
  color: #919191;
  padding-bottom: 1.2rem;
}
.account_orders_nav {
  display: flex;
  justify-content: center;
  gap: 9rem;
  margin-top: 3.5rem;
}
.account_orders_nav .btn {
  width: 18.75rem;
  max-width: 100%;
}
@media screen and (max-width: 1470px) {
  .account_orders_row {
    display: flex;
    gap: 1.1rem;
    font-size: clamp(14px, 0.875rem, 0.875rem);
  }
  .account_orders_row div {
    width: calc((100% - 6.7rem) / 6);
  }
  .account_orders_row div:nth-child(5) {
    width: calc((100% - 6.7rem) / 6);
  }
}
@media screen and (max-width: 900px) {
  .account_orders {
    margin-top: 30px;
  }
  .account_orders_row {
    font-size: 12px;
    flex-direction: column;
    gap: 6px;
  }
  .account_orders_row div {
    width: 100%;
  }
  .account_orders_row div:nth-child(5) {
    width: 100%;
  }
  .account_orders_head {
    display: none;
  }
  .account_orders_nav {
    gap: 20px;
    margin-top: 40px;
  }
  .account_orders_nav .btn {
    width: calc(50% - 10px);
  }
}

.order_item {
  position: relative;
  border-top: 1px solid #CCCECD;
  padding: 1.5rem 0;
}
.order_item:last-child {
  border-bottom: 1px solid #CCCECD;
}
.order_item._open .toogle_item {
  transform: scale(-1);
}
.order_item._complete ._status {
  color: #6FCF97;
}
.order_item._canceled ._status {
  color: #EB5757;
}
.order_item ._status {
  color: #FFC410;
}
.order_item_head {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
}
.order_item_head .toogle_item {
  width: clamp(22px, 1.5rem, 1.5rem);
  position: absolute;
  bottom: 1.5rem;
  transition: 0.3s ease all;
}
.order_item_details {
  display: none;
  padding: 4rem 0 1.25rem;
}
.order_item_products {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 1.5rem;
  padding: 0 9rem 0 1.5rem;
}
.order_item_products_wrap {
  position: relative;
}
.order_item_products_wrap._more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.order_item_products .small_product {
  width: calc((100% - 3rem) / 3);
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .order_item_products .small_product {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 900px) {
  .order_item_products .small_product {
    width: 100%;
  }
}
.order_item .load_more {
  margin: 1.5rem auto 0;
}
.order_item_info {
  margin-top: 2rem;
}
.order_item_info_row {
  margin-bottom: 1.5rem;
}
.order_item_info_row:last-child {
  margin-bottom: 0;
}
.order_item_info_title {
  color: #000;
  font-size: clamp(16px, 1rem, 1rem);
  margin-bottom: 0.7rem;
}
.order_item_info_text {
  color: #565656;
  display: flex;
  gap: 1rem;
}
.order_item_info_text div:first-child {
  min-width: 250px;
}
@media screen and (max-width: 900px) {
  .order_item {
    padding: 16px 0 36px;
  }
  .order_item._open .toogle_item {
    transform: translateX(-50%) scale(-1);
    opacity: 1;
  }
  .order_item_head > div {
    display: flex;
    gap: 24px;
    font-weight: normal;
  }
  .order_item_head > div div {
    width: calc(50% - 12px);
  }
  .order_item_head > div ._mob_only {
    color: #334746;
    font-weight: 300;
  }
  .order_item_head .toogle_item {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
  }
  .order_item_details {
    padding: 20px 0;
  }
  .order_item_details_wrap {
    display: flex;
    flex-direction: column;
  }
  .order_item_products {
    gap: 20px;
    padding: 0;
  }
  .order_item_products_wrap {
    order: 2;
  }
  .order_item_products_wrap._more::after {
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  }
  .order_item .load_more {
    order: 3;
  }
  .order_item_info {
    order: 1;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCECD;
  }
  .order_item_info_row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
  }
  .order_item_info_title {
    width: calc(50% - 12px);
    font-size: 12px;
  }
  .order_item_info_text {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
  }
  .order_item_info_text div:first-child {
    min-width: unset;
  }
}

.account_wishlist {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
.account_wishlist .product_card {
  width: 25%;
}
@media screen and (max-width: 1450px) {
  .account_wishlist .product_card {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 900px) {
  .account_wishlist {
    margin: 0 -20px;
  }
  .account_wishlist .product_card {
    width: 50%;
  }
}

.account_address_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 3rem;
}
.account_address_head_left {
  width: 45%;
  min-width: 45%;
}
.account_address .address_add {
  padding: 0.7rem 4rem;
}
.account_address .address_empty img {
  border-radius: 10px;
  width: 100%;
}
.account_address .address_form {
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .account_address .address_form {
    width: 28rem;
    min-width: 450px;
  }
}
.account_address .address_form ._input {
  margin-bottom: 1.5rem;
}
.account_address .address_form_btns {
  margin-top: 3rem;
}
.account_address .address_form_btns .btn {
  width: 100%;
}
.account_address .address_form_btns .btn:first-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .account_address_head {
    display: block;
    margin-bottom: 30px;
  }
  .account_address_head_left {
    width: 100%;
  }
  .account_address .address_add {
    width: 100%;
    margin-top: 46px;
  }
  .account_address .address_form ._input {
    margin-bottom: 32px;
  }
  .account_address .address_form_btns {
    margin-top: 35px;
  }
}

.address_item {
  border-top: 1px solid #CCCECD;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 1.5rem 0;
}
.address_item:last-child {
  border-bottom: 1px solid #CCCECD;
}
.address_item_col {
  width: calc(50% - 3rem);
}
.address_item_title {
  font-size: clamp(16px, 1rem, 1rem);
}
.address_item_text {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  margin-top: 2rem;
}
.address_item .btn {
  width: 100%;
  margin-bottom: 1rem;
}
.address_item .btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .address_item {
    display: block;
    padding: 16px 0;
  }
  .address_item_col {
    width: 100%;
  }
  .address_item_col:first-child {
    margin-bottom: 30px;
  }
  .address_item_text {
    margin-top: 24px;
  }
}

.account_success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 0;
}
.account_success_title {
  font-size: 3rem;
  margin: 3.25rem 0 4rem;
}
@media screen  and (max-width: 900px){
  .account_success_title{
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.account_success .btn {
  width: 300px;
  max-width: 100%;
}

.account_password {
  display: flex;
  align-items: center;
  gap: 9rem;
  margin-top: 7rem;
}
.account_password_col {
  width: calc(50% - 4.5rem);
}
.account_password ._input:first-child {
  margin-bottom: 1.25rem;
}
.account_password .btn {
  width: 100%;
}
.account_password .btn:first-child {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .account_password {
    flex-direction: column;
    gap: 48px;
    margin-top: 50px;
  }
  .account_password_col {
    width: 100%;
  }
  .account_password ._input:first-child {
    margin-bottom: 30px;
  }
  .account_password .btn:first-child {
    margin-bottom: 10px;
  }
}

.page_about {
  background: #fff;
  padding: 1rem 1rem 0;
}
.page_about_wrap {
  padding: 0 3.7rem 3rem 7.5rem;
}
.page_about_title {
  font-size: 3.875rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.page_about_row {
  display: flex;
  gap: 9rem;
  margin-bottom: 3.75rem;
}
.page_about_row ._left {
  position: relative;
  width: 28rem;
  min-width: 28rem;
}
.page_about_row ._left ._cheese {
  position: absolute;
  top: 5rem;
  left: 3.75rem;
  width: 12.5rem;
  height: auto;
}
.page_about_row h3 {
  color: #334746;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  margin-bottom: 1.25rem;
  font-weight: normal;
}
.page_about_row p {
  color: #767676;
  font-size: clamp(16px, 1rem, 1rem);
}
.page_about_row:nth-child(3) h3 {
  color: #000;
  font-size: clamp(24px, 1.5rem, 1.5rem);
}
.page_about_row:nth-child(3) h3::first-letter {
  line-height: clamp(20px, 1.25rem, 1.25rem);
  font-size: 4.875rem;
}
.page_about .benefits {
  display: flex;
  gap: 9rem;
  margin-bottom: 3rem;
}
.page_about .benefits_item {
  width: calc((100% - 36rem) / 5);
}
.page_about .benefits_item img {
  width: clamp(60px, 3.75rem, 3.75rem);
}
.page_about .benefits_item_title {
  color: #334746;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  margin: clamp(10px, 0.625rem, 0.625rem) 0;
}
.page_about .benefits_item_text {
  color: #767676;
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1.3;
}
.page_about_bottom {
  display: flex;
  gap: 7.5rem;
}
.page_about_bottom ._label {
  width: 22.5rem;
  min-width: 22.5rem;
  background: #334746;
  color: #fff;
  padding: 2rem;
  font-size: clamp(16px, 1rem, 1rem);
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .page_about_wrap {
    padding: 0 3.7rem 3rem 3.7rem;
  }
  .page_about_row {
    gap: 6rem;
  }
  .page_about .benefits {
    gap: 4rem;
  }
  .page_about .benefits_item {
    width: calc((100% - 16rem) / 5);
  }
  .page_about_bottom {
    gap: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .page_about {
    padding: 18px 20px 30px;
  }
  .page_about_wrap {
    padding: 0;
  }
  .page_about_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .page_about_row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .page_about_row ._left {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
  }
  .page_about_row ._left ._cheese {
    display: none;
  }
  .page_about_row h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page_about_row p {
    font-size: 12px;
  }
  .page_about_row:nth-child(3) {
    flex-direction: column-reverse;
    gap: 48px;
  }
  .page_about_row:nth-child(3) h3 {
    font-size: 16px;
  }
  .page_about_row:nth-child(3) h3::first-letter {
    line-height: 16px;
    font-size: 78px;
  }
  .page_about .benefits {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 36px;
  }
  .page_about .benefits_item {
    width: 100%;
  }
  .page_about_bottom {
    flex-direction: column;
    gap: 30px;
  }
  .page_about_bottom ._label {
    width: 100%;
    min-width: unset;
    font-size: 12px;
  }
}

.page_shipping {
  background: #fff;
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 1600px) {
  .page_shipping {
    margin-right: 13rem;
  }
}
.page_shipping_wrap {
  display: flex;
  gap: 9rem;
  padding: 1rem 9rem 6.5rem;
}
.page_shipping_col {
  width: calc(50% - 4.5rem);
}
.page_shipping_col p, .page_shipping_col ul {
  color: #767676;
  font-size: clamp(16px, 1rem, 1rem);
}
.page_shipping_col ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.page_shipping .section_title {
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.page_shipping_subtitle {
  color: #334746;
  font-size: clamp(20px, 1.25rem, 1.25rem);
  margin: 2.5rem 0;
}
@media screen and (max-width: 1500px) {
  .page_shipping_wrap {
    padding: 1rem 6rem 6.5rem;
  }
}
@media screen and (max-width: 900px) {
  .page_shipping {
    padding: 18px 20px 70px;
  }
  .page_shipping_wrap {
    flex-direction: column;
    gap: 55px;
    padding: 0;
  }
  .page_shipping_col {
    width: 100%;
  }
  .page_shipping_col p, .page_shipping_col ul {
    font-size: 12px;
  }
  .page_shipping_col ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .page_shipping .section_title {
    text-align: center;
    margin-bottom: 24px;
  }
  .page_shipping_subtitle {
    font-size: 16px;
    margin: 20px 0;
  }
}

.page_faq {
  background: #fff;
  padding: 1rem 1rem 6.8rem;
  margin: 0 3.75rem 9rem 0;
}
.page_faq_wrap {
  padding: 0.5rem 2.5rem 0;
}
.page_faq .section_title {
  font-weight: normal;
}
.page_faq .faq_list {
  padding: 2rem 6.5rem;
}
.page_faq .faq_item {
  position: relative;
  transition: 0.3s ease all;
  padding: 1.8rem 0;
  margin: 8px 0;
}
.page_faq .faq_item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #CCCECD;
}
.page_faq .faq_item:last-child::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #CCCECD;
}
.page_faq .faq_item_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, 1rem, 1rem);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0 3.5rem 0 0.75rem;
}
.page_faq .faq_item_toggle {
  cursor: pointer;
  transition: 0.3s ease all;
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 1.3rem;
  width: clamp(30px, 2rem, 2rem);
}
.page_faq .faq_item_content {
  display: none;
  color: #334746;
  font-size: clamp(15px, 1rem, 1rem);
  line-height: 1.3;
  letter-spacing: 0.75px;
  padding: 1.5rem 2rem 2.5rem;
}
.page_faq .faq_item._open {
  background: #F8F8F8;
}
.page_faq .faq_item._open .faq_item_toggle {
  transform: scale(-1);
  bottom: 0.75rem;
}
@media screen and (max-width: 900px) {
  .page_faq {
    padding: 18px 20px 70px;
    margin: 0;
  }
  .page_faq_wrap {
    padding: 0;
  }
  .page_faq .section_title {
    text-align: center;
    margin-bottom: 24px;
  }
  .page_faq .faq_list {
    padding: 0;
    margin: 0 -20px;
  }
  .page_faq .faq_item {
    padding: 14px 20px;
    margin: 8px 0;
  }
  .page_faq .faq_item::before, .page_faq .faq_item::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .page_faq .faq_item_title {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    text-transform: unset;
    padding: 0;
  }
  .page_faq .faq_item_toggle {
    position: relative;
    right: unset;
    bottom: unset;
    width: 30px;
    min-width: 30px;
  }
  .page_faq .faq_item_content {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 24px 0;
  }
  .page_faq .faq_item._open .faq_item_toggle {
    bottom: unset;
  }
}

.contact_form {
  display: flex;
  align-items: center;
  gap: 9rem;
  padding: 5rem 6.5rem 0;
}
.contact_form_content {
  width: clamp(420px, 28rem, 28rem);
  min-width: clamp(420px, 28rem, 28rem);
}
.contact_form_title {
  font-size: clamp(24px, 1.5rem, 1.5rem);
  text-align: center;
  margin-bottom: 0.7rem;
}
.contact_form_sub {
  color: #919191;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  text-align: center;
}
.contact_form form {
  margin-top: 1rem;
}
.contact_form form ._input {
  margin-bottom: 1.25rem;
}
.contact_form form ._input ._flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_form form ._input ._flex ._symbols {
  font-size: clamp(10px, 0.625rem, 0.625rem);
}
.contact_form form .btns {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.25rem;
}
.contact_form form .btns button {
  flex-grow: 1;
}
.contact_form_img img {
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .contact_form {
    gap: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .contact_form {
    flex-direction: column-reverse;
    gap: 50px;
    padding: 40px 0 0;
  }
  .contact_form_content {
    width: 100%;
    min-width: unset;
  }
  .contact_form_title {
    font-size: 20px;
  }
  .contact_form form {
    margin-top: 60px;
  }
  .contact_form form ._input input,
  .contact_form form ._input textarea {
    background: #F8F8F8;
  }
  .contact_form form .btns {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .contact_form form .btns .btn {
    width: 100%;
  }
}

.page_contacts {
  overflow: hidden;
  background: #fff;
  padding: 1rem 1rem 5.6rem;
  margin: 0 3.75rem 9rem 0;
}
.page_contacts_wrap {
  padding: 0 6.5rem;
}
.page_contacts .floating {
  position: relative;
  z-index: 2;
  height: 7rem;
}
.page_contacts .floating_wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 2.75rem;
  width: max-content;
  border-radius: 10px;
  background: #F3C95F;
  padding: 2.25rem 2rem;
}
.page_contacts .floating a {
  color: #000;
}
.page_contacts .floating ._item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 1.25rem;
  font-size: clamp(20px, 1.25rem, 1.25rem);
}
.page_contacts .floating ._item img, .page_contacts .floating ._item svg {
  width: clamp(18px, 1.25rem, 1.25rem);
}
.page_contacts .floating ._phone {
  font-size: clamp(16px, 1rem, 1rem);
  white-space: nowrap;
}
.page_contacts .floating ._phone_left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page_contacts .floating ._phone a {
  font-weight: 300;
}
.page_contacts .floating ._phone span {
  font-size: clamp(20px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.page_contacts .floating .socials {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0 2.5rem;
  line-height: 1;
  font-size: clamp(16px, 1rem, 1rem);
}
.page_contacts .floating .socials_list {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.page_contacts .floating .socials_list svg {
  width: clamp(30px, 2.25rem, 2.25rem);
}
.page_contacts .floating .messengers a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(16px, 1rem, 1rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.page_contacts .floating .messengers a:last-child {
  margin-bottom: 0;
}
.page_contacts .floating .messengers a svg {
  width: clamp(30px, 2.25rem, 2.25rem);
}
.page_contacts .section_title {
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}
.page_contacts .map {
  height: 31.25rem;
  border-radius: 20px;
}
.page_contacts .map img {
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .page_contacts {
    padding: 20px 0;
    margin: 0;
  }
  .page_contacts_wrap {
    padding: 0;
  }
  .page_contacts .floating {
    padding-top: 10px;
    height: auto;
  }
  .page_contacts .floating_wrap {
    position: relative;
    top: unset;
    left: unset;
    width: calc(100% - 72px);
    padding: 32px 22px;
    margin: 0 auto;
  }
  .page_contacts .floating ._item {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .page_contacts .floating ._item img, .page_contacts .floating ._item svg {
    width: 20px;
    min-width: 20px;
  }
  .page_contacts .floating ._phone {
    font-size: 12px;
  }
  .page_contacts .floating ._phone span {
    font-size: 14px;
  }
  .page_contacts .floating .socials {
    gap: 20px;
    margin: 14px 0 30px;
    font-size: 12px;
  }
  .page_contacts .floating .socials_list {
    gap: 10px;
  }
  .page_contacts .floating .socials_list svg {
    width: 24px;
  }
  .page_contacts .floating .messengers a {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .page_contacts .floating .messengers a svg {
    width: 20px;
  }
  .page_contacts .section_title {
    margin-bottom: 16px;
  }
  .page_contacts .map {
    height: 250px;
    margin-top: -30px;
  }
  .page_contacts .contact_form {
    padding: 40px 20px;
  }
}

.blog {
  background: #fff;
  margin-right: 3.75rem;
  padding-bottom: 7rem;
}
.blog .breadcrumb_wrap {
  padding: 1rem;
}
.blog .section_title {
  padding-left: 5rem;
  margin-bottom: 1.5rem;
}
.blog_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.blog_item {
  position: relative;
  width: 50%;
  height: 26.5rem;
}
.blog_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.blog_item .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog_item .bg_img img {
  transition: 0.3s ease all;
}
.blog_item_content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3.125rem 3.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25rem;
}
.blog_item_title {
  font-size: clamp(18px, 1.25rem, 1.25rem);
}
.blog_item_desc {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1.3;
  font-weight: 300;
}
.blog_item_meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog_item_meta_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 300;
}
.blog_item_meta_item img, .blog_item_meta_item svg {
  width: clamp(17px, 1.25rem, 1.25rem);
}
@media screen and (min-width: 901px) {
  .blog_item:hover .bg_img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .blog {
    overflow: hidden;
    margin-right: 0;
    padding: 20px 0 90px;
  }
  .blog .breadcrumb_wrap {
    padding: 0;
  }
  .blog .section_title {
    padding-left: 0;
    text-align: center;
  }
  .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .blog_item {
    width: 100%;
    height: auto;
    min-height: 420px;
  }
  .blog_item_content {
    padding: 20px 30px;
  }
  .blog_item_title {
    font-size: 16px;
  }
}

.post .breadcrumb_wrap {
  padding: 1.25rem;
}
.post .thumb {
  height: 21rem;
}
.post_wrap {
  padding: 2.5rem 18rem 6.8rem;
}
.post_meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.post_meta_item {
  color: #334746;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  font-weight: 300;
  line-height: 1;
}
.post_meta_item img, .post_meta_item svg {
  width: clamp(17px, 1.25rem, 1.25rem);
}
.post_title {
  color: #334746;
  font-size: clamp(36px, 2.25rem, 2.25rem);
  font-weight: normal;
  margin-bottom: 2rem;
}
.post_content {
  font-size: clamp(18px, 1.25rem, 1.25rem);
  font-weight: 300;
}
.post_content ul, .post_content ol {
  padding-left: 1.5rem;
}
.post_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.75rem;
}
.post_nav .btn {
  padding: 0.7rem 3.5rem;
}
@media screen and (max-width: 900px) {
  .post {
    padding-top: 20px;
  }
  .post .breadcrumb_wrap {
    padding: 0;
  }
  .post .thumb {
    height: 250px;
  }
  .post_wrap {
    padding: 20px 20px 60px;
  }
  .post_meta {
    margin-bottom: 20px;
  }
  .post_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post_content {
    font-size: 12px;
  }
  .post_nav {
    gap: 20px;
    margin-top: 55px;
  }
  .post_nav .btn {
    line-height: 1.3;
    padding: 8px 14px;
  }
}

.cart_page {
  background: #fff;
  margin-bottom: 5rem;
  padding: 1.25rem 2.5rem 3.5rem;
}
.cart_page_head {
  position: relative;
  margin-bottom: 2.5rem;
}
.cart_page_title {
  font-size: clamp(24px, 1.5rem, 1.5rem);
}
@media screen and (min-width: 901px) {
  .cart_page_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cart_page_content {
  display: flex;
  align-items: center;
}
.cart_page_list {
  flex-grow: 1;
  padding: 0 9rem;
}
.cart_page_sidebar {
  background: #F8F8F8;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #FFC410;
  width: 20rem;
  min-width: 20rem;
  min-height: 28rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart_page_sidebar ._title {
  font-size: 1.5rem;
  border-bottom: 1px solid #808080;
  padding-bottom: 0.75rem;
}
.cart_page_sidebar ._total {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cart_page_sidebar ._total div:first-child {
  color: #787878;
  font-size: clamp(16px, 1rem, 1rem);
}
.cart_page_sidebar ._total div:last-child {
  font-size: clamp(20px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.cart_page_sidebar ._total._discount div:first-child {
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.cart_page_sidebar ._total._discount div:last-child {
  color: #EB5757;
  font-size: clamp(16px, 1rem, 1rem);
}
.cart_page_sidebar .total_info {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  color: #334746;
  margin-top: 1.25rem;
}
.cart_page_sidebar .total_info img, .cart_page_sidebar .total_info svg {
  width: clamp(26px, 1.625rem, 1.625rem);
}
.cart_page_sidebar .btn {
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .cart_page_list {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1600px) {
  .cart_page_list {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1600px) {
  .cart_page_list {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 900px) {
  .cart_page {
    background: transparent;
    margin-bottom: 40px;
    padding: 5px 20px;
  }
  .cart_page_head {
    margin-bottom: 24px;
  }
  .cart_page_title {
    font-size: 18px;
    text-align: center;
  }
  .cart_page_content {
    display: block;
  }
  .cart_page_list {
    padding: 0;
  }
  .cart_page_sidebar {
    border-radius: 0;
    border-bottom: none;
    width: 100%;
    min-height: unset;
    padding: 0;
    display: block;
    border-top: 1px solid #808080;
    margin-top: 24px;
  }
  .cart_page_sidebar_top {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 20px;
  }
  .cart_page_sidebar ._title {
    display: none;
  }
  .cart_page_sidebar ._total {
    padding-top: 10px;
  }
  .cart_page_sidebar .total_info {
    padding: 0 20px;
  }
  .cart_page_sidebar .btn {
    width: 100%;
  }
  .cart_page_viewed {
    padding-right: 0;
  }
  .cart_page_viewed .viewed_products {
    margin-bottom: 0;
  }
}

.cart_page_list .small_product .small_product_quantity ._btn {
  background: #000;
  color: #fff;
}
.cart_page_list .small_product .add_to_wishlist {
  cursor: pointer;
}
.cart_page_list .small_product .add_to_wishlist svg {
  transition: 0.3s ease all;
  width: clamp(28px, 1.9rem, 1.9rem);
}
.cart_page_list .small_product .add_to_wishlist svg path {
  transition: 0.3s ease all;
  fill: transparent;
}
.cart_page_list .small_product .add_to_wishlist:hover svg path, .cart_page_list .small_product .add_to_wishlist._active svg path {
  stroke: #EB5757;
  fill: #EB5757;
}
.cart_page_list .small_product .add_to_wishlist._active svg {
  width: clamp(30px, 2.1rem, 2.1rem);
}
.cart_page_list .small_product ._remove {
  cursor: pointer;
  transition: 0.3s ease all;
  background: #CCCECD;
  border-radius: 10px;
  padding: 0.625rem;
}
.cart_page_list .small_product ._remove svg {
  width: clamp(20px, 1.25rem, 1.25rem);
}
.cart_page_list .small_product ._remove:hover {
  background: #F2994A;
}
@media screen and (min-width: 901px) {
  .cart_page_list .small_product {
    outline: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 0;
  }
  .cart_page_list .small_product .bg_img {
    width: 9.4rem;
    min-width: 9.4rem;
    height: 9.4rem;
    aspect-ratio: 1/1;
  }
  .cart_page_list .small_product_content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
  }
  .cart_page_list .small_product ._info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    height: 100%;
    width: calc(34% - 1.5rem);
  }
  .cart_page_list .small_product ._info .product_card_sku,
.cart_page_list .small_product ._info .product_card_rating {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
  .cart_page_list .small_product ._info .product_card_icons {
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cart_page_list .small_product ._info .small_product_title {
    font-size: clamp(14px, 0.875rem, 0.875rem);
    margin-bottom: 0;
  }
  .cart_page_list .small_product .small_product_price {
    width: calc(22% - 1.5rem);
    font-size: clamp(14px, 0.875rem, 0.875rem);
  }
  .cart_page_list .small_product .small_product_price ._value div:first-child {
    font-size: clamp(20px, 1.25rem, 1.25rem);
  }
  .cart_page_list .small_product ._quant_total {
    width: calc(22% - 1.5rem);
  }
  .cart_page_list .small_product ._quant_total .small_product_quantity {
    margin-bottom: 0.5rem;
  }
  .cart_page_list .small_product ._quant_total .small_product_total {
    align-items: flex-end;
  }
  .cart_page_list .small_product ._actions {
    width: calc(22% - 1.5rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .cart_page_list .small_product .product_card_sku,
.cart_page_list .small_product .product_card_rating,
.cart_page_list .small_product .product_card_icons {
    display: none !important;
  }
  .cart_page_list .small_product_content {
    display: flex;
    flex-direction: column;
  }
  .cart_page_list .small_product ._info {
    order: 1;
  }
  .cart_page_list .small_product .small_product_price {
    order: 3;
  }
  .cart_page_list .small_product ._quant_total {
    order: 4;
  }
  .cart_page_list .small_product ._actions {
    order: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
  }
  .cart_page_list .small_product ._remove {
    padding: 6px;
  }
  .cart_page_list .small_product ._remove svg {
    width: 14px;
  }
}

.checkout {
  margin-bottom: 5rem;
}
.checkout_wrap {
  display: flex;
  gap: 3.5rem;
}
.checkout_content {
  flex-grow: 1;
}
.checkout_sidebar {
  width: 28.2rem;
  min-width: 28.2rem;
}
.checkout_form {
  background: #fff;
  padding: 3.75rem 9rem;
}
.checkout_form_content {
  width: 28.2rem;
  min-width: 420px;
  margin-inline: auto;
}
.checkout_form_title {
  font-size: clamp(24px, 1.5rem, 1.5rem);
  text-align: center;
  margin-bottom: 0.7rem;
}
.checkout_form_sub {
  color: #919191;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  text-align: center;
}
.checkout_form .form {
  margin-top: 2rem;
}
.checkout_form .form ._input {
  margin-bottom: 2rem;
}
.checkout_form .form ._input:last-child {
  margin-bottom: 0;
}
.checkout_nav {
  margin-top: 3rem;
  display: flex;
  gap: 5rem;
}
.checkout_nav .btn {
  width: calc(50% - 2.5rem);
}
.checkout_nav._single {
  justify-content: center;
}
@media screen and (min-width: 1601px) {
  .checkout_form {
    max-width: 47rem;
    margin-inline: auto;
  }
  .checkout_nav {
    max-width: 47rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1600px) {
  .checkout_form {
    padding: 3.75rem 6rem;
  }
}
@media screen and (max-width: 900px) {
  .checkout {
    margin-bottom: 40px;
  }
  .checkout_wrap {
    flex-direction: column;
    gap: 36px;
  }
  .checkout_content {
    flex-grow: 1;
  }
  .checkout_sidebar {
    width: 100%;
    min-width: unset;
  }
  .checkout_form {
    background: transparent;
    padding: 0;
  }
  .checkout_form_content {
    width: 100%;
    min-width: unset;
  }
  .checkout_form_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .checkout_form .form {
    margin-top: 40px;
  }
  .checkout_form .form ._input {
    margin-bottom: 20px;
  }
  .checkout_nav {
    gap: 20px;
  }
  .checkout_nav .btn {
    width: calc(50% - 10px);
  }
  .checkout_nav._single .btn {
    width: 100%;
  }
}
.checkout .form_login ._forgot {
  color: #000;
  display: block;
  text-align: center;
  font-size: clamp(14px, 0.875rem, 0.875rem);
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1.2px;
  margin: 3rem auto 1.5rem;
}
.checkout .form_login .btns {
  width: max-content;
  margin-inline: auto;
}
.checkout .form_login .btns .btn {
  width: 100%;
  padding: 0.7rem 2.5rem;
}
.checkout .form_login .btns .btn:last-child {
  margin-top: 1rem;
}
.checkout .shipping_method ._input:last-child {
  margin-bottom: 2rem;
}
.checkout .form_payment .shipping_methods {
  border: none;
  padding-top: 0;
}
.checkout .form_payment .shipping_method {
  border: none;
}
.checkout .form_payment ._comment {
  margin: 3.75rem 0 2rem;
}
.checkout ._terms ._radio_input {
  margin-bottom: 1.5rem;
}
.checkout ._terms ._radio_input_label {
  display: flex;
  align-items: center;
  padding-left: clamp(32px, 2rem, 2rem);
  min-height: clamp(24px, 1.5rem, 1.5rem);
}
.checkout ._terms ._radio_input_label::before, .checkout ._terms ._radio_input_label::after {
  width: clamp(24px, 1.5rem, 1.5rem);
  height: clamp(24px, 1.5rem, 1.5rem);
}
.checkout ._terms ._radio_input a {
  color: #000;
  text-decoration: underline;
}
.checkout ._text_error {
  font-size: clamp(14px, 0.75rem, 0.75rem);
  color: #EB5757;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .checkout .shipping_method ._input:last-child {
    margin-bottom: 20px;
  }
  .checkout .form_payment ._comment {
    margin: 40px 0 20px;
  }
}

.checkout_steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin: 1rem 0 2.5rem;
}
.checkout_steps::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: #CCCECD;
}
.checkout_steps ._step {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  font-size: clamp(16px, 1rem, 1rem);
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem 1rem;
  background: #CCCECD;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout_steps ._step._active {
  background: #FFC410;
}
@media screen and (max-width: 900px) {
  .checkout_steps {
    gap: 50px;
    margin: 20px 0 0;
  }
}

.checkout_cart {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #FFC410;
  background: #FFF;
  padding: 1.5rem 1.25rem 2rem;
}
.checkout_cart_title {
  font-size: clamp(22px, 1.5rem, 1.5rem);
  margin-bottom: 2rem;
}
.checkout_cart ._totals {
  margin-top: 1.5rem;
  border-top: 1px solid #CCCECD;
}
.checkout_cart ._total {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.checkout_cart ._total div:first-child {
  color: #787878;
  font-size: clamp(16px, 1rem, 1rem);
}
.checkout_cart ._total div:last-child {
  font-size: clamp(20px, 1.25rem, 1.25rem);
  font-weight: 700;
}
.checkout_cart ._total._discount div:first-child {
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
.checkout_cart ._total._discount div:last-child {
  color: #EB5757;
  font-size: clamp(16px, 1rem, 1rem);
}
.checkout_cart .total_info {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: clamp(10px, 0.625rem, 0.625rem);
  color: #334746;
  margin-top: 1.25rem;
}
.checkout_cart .total_info img, .checkout_cart .total_info svg {
  width: clamp(26px, 1.625rem, 1.625rem);
}
.checkout_cart_list {
  overflow-y: auto;
  max-height: 32rem;
  margin: 0 -0.5rem;
}
.checkout_cart .small_product ._quant_total {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.checkout_cart .small_product_quantity ._btn {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 901px) {
  .checkout_steps._mob_only{
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .checkout_cart{
    padding: 1.5rem 1.25rem;
  }
  .checkout_cart .checkout_cart_list{
    display: none;
  }
  .checkout_cart_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }
}

.checkout_success {
  padding: 5rem 20px 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.checkout_success svg {
  width: 5.6rem;
}
.checkout_success h1 {
  font-size: 3rem;
  font-weight: normal;
  margin: 3rem 0 1.25rem;
}
.checkout_success ._num {
  margin-bottom: 1rem;
}
.checkout_success ._text {
  color: #565656;
  margin-bottom: 1rem;
}
.checkout_success ._mail {
  color: #565656;
  font-size: clamp(16px, 1rem, 1rem);
}
.checkout_success .btn {
  margin-top: 2.5rem;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .checkout_success {
    padding: 120px 20px 170px;
  }
  .checkout_success svg {
    width: 90px;
  }
  .checkout_success h1 {
    font-size: 24px;
    margin: 16px 0;
  }
  .checkout_success ._num {
    margin-bottom: 10px;
  }
  .checkout_success ._text {
    color: #565656;
    margin-bottom: 10px;
  }
  .checkout_success ._mail {
    color: #565656;
    font-size: clamp(16px, 1rem, 1rem);
  }
  .checkout_success .btn {
    margin-top: 50px;
    width: 220px;
  }
}

.sitemap {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 16px;
}
.sitemap ._sep {
  border: 1px solid #CCCECD;
}

.lang_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #F8F8F8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.lang_popup._active {
  opacity: 1;
  visibility: visible;
}
.lang_popup_wrap {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lang_popup img {
  mix-blend-mode: multiply;
  width: 190px;
}
.lang_popup_title {
  font-size: clamp(36px, 2.25rem, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
.lang_popup .btn {
  width: 300px;
  max-width: 100%;
}
.lang_popup .btn._gray {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .lang_popup img {
    width: 145px;
  }
  .lang_popup_title {
    font-size: 24px;
    margin: 70px 0 40px;
  }
  .lang_popup_title br {
    display: none;
  }
}