 .category-blog {
  margin-bottom: 40px;
  margin-top: 0;
}
.category-product {
  padding-top: 60px;
}
@charset "UTF-8";
/* Manrope — основной текст (заголовки остаются на PP Pangram Sans Rounded / прежних шрифтах) */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

/*START critical css1*/
/*Обнуление*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  -webkit-text-decoration: 0;
          text-decoration: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

button {
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "PP Pangram Sans Rounded";
  src: url("../fonts/Pangram Sans Rounded/PPPangramSansRounded-CompactRegular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Pangram Sans Rounded";
  src: url("../fonts/Pangram Sans Rounded/PPPangramSansRounded-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PP Pangram Sans Rounded";
  src: url("../fonts/Pangram Sans Rounded/PPPangramSansRounded-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PP Pangram Sans Rounded";
  src: url("../fonts/Pangram Sans Rounded/PPPangramSansRounded-Bold.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PP Pangram Sans Rounded";
  src: url("../fonts/Pangram Sans Rounded/PPPangramSansRounded-CompressedExtrabold.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("../fonts/Neue Haas Unica/NeueHaasUnica-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("../fonts/Neue Haas Unica/NeueHaasUnica-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Manrope", "Neue Haas Unica", "PP Pangram Sans Rounded", sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.title-section,
.single__dscr h3,
.single__dscr h4,
.woocommerce-product-details__description h2,
.popup__title,
.quick-order-popup__title,
.single-products .title-section,
.recommended__header .title-section,
.reviews__header .title-section {
  font-family: "PP Pangram Sans Rounded", "Manrope", sans-serif;
}
body::before {
  content: "";
  position: absolute;
  width: 460px;
  aspect-ratio: 4/4;
  top: 320px;
  left: -190px;
  background-image: url("../images/cat_el_1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1500px) {
  body::before {
    display: none;
  }
}
body.popup-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;  
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
body {
  padding-top: 90px;
}
/* Мобильная шапка: только кнопка меню, лого по центру, иконка телефона */
.header__mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 50px;
  }
  .header__mobile .header__btn-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
  .header__mobile .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
  .header__mobile .header__logo img {
    max-height: 65px;
   /* max-height: 72px;*/
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__mobile .header__action-btn--cart {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
  }
  .header__mobile .header__action-btn--cart .header__action-icon {
    width: 38px;
    height: 38px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__inner {
    display: none;
  }
}

@media (min-width: 1281px) {
  .header__mobile {
    display: none;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    position: relative;
  }
}

/* Промежуточная шапка для небольших десктопов/планшетов (только десктопная, без мобильной) */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* всегда показываем десктопную шапку */
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
  }
  /* полностью убираем мобильную шапку и бургер */
  .header__mobile,
  .header .menu--mobile,
  .header__btn-menu {
    display: none !important;
  }
  /* упрощаем десктопную шапку (поиск оставляем видимым) */
  .header__logo {
    max-width: 120px;
  }
  .header .menu-list {
    gap: 8px;
    font-size: 16px;
  }
  .header .menu-list a {
    padding: 8px 14px;
    font-size: 16px;
  }
  .header__nav-wrap {
    gap: 8px;
  }
  .header__partners-btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .header__phone {
    font-size: 15px;
  }
  .header__search-form {
    display: none;
  }
  .header__search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #0E293E;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #fff;
  }
  .header__search-link-icon {
    width: 20px;
    height: 20px;
  }
}

.header__search-link {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .header__search-form {
    display: none !important;
  }
  .header__search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1151px) and (max-width: 1280px) {
  .header .menu-list a,
  .header__partners-btn {
    font-size: 18px !important;
  }
}

.header__logo {
  max-width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* Обёртка меню + кнопка «Партнерам» сбоку */
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__partners-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 20px;
  background: #DAF128;
  color: #0E293E;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .header__partners-btn:hover {
    background: #0E293E;
    color: #fff;
  }
}
.header__partners-btn--mobile {
  display: none;
}
@media (max-width: 1280px) {
  .header .menu--mobile .menu--mobile__partners {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(14, 41, 62, 0.2);
  }
  .header__partners-btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 20px;
    background: #0E293E;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .header__partners-btn--mobile:hover {
    background: #DAF128;
    color: #0E293E;
  }
}
@media (min-width: 1281px) {
  .header .menu--mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header .menu--mobile {
    display: none;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 100px 0;
    border-bottom: 1px solid #0E293E;
  }
}
@media (max-width: 600px) {
  .header .menu--mobile {
    padding: 80px 20px 20px 20px;
  }
}
.header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .header .menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.header .menu-list li {
  position: relative;
}
/* Невидимый "мостик" между пунктом меню и подменю, чтобы не сбрасывался hover при отступе */
.header .menu-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  pointer-events: none;
}
/* Стили для первого пункта меню только первого уровня */
.header .menu-list > li:first-child > a {
  background: #DAF128;
  color: #0E293E;
  padding-left: 15px;
}
.header .menu-list > li:first-child > a::before {
  content: "";
  width: 24px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 8px;
}
/* Пункты меню 1 уровня кроме первого — фон #DAF128 */
.header .menu-list > li:not(:first-child) > a {
  background: #DAF128;
  color: #0E293E;
}
/* Убираем особые стили для первого пункта в подменю */
@media (any-hover: hover) {
  .header .menu-list li:hover > a {
    background: #0E293E;
    color: #fff;
  }
  .header .menu-list li:hover > a + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .header .menu-list > li:first-child:hover > a {
    background: rgba(14, 41, 62, 1);
    color: #fff;
  }
  .header .menu-list > li:first-child:hover > a::before {
    background-image: url("../images/menu_hover.svg");
  }
}
.header .menu-list a {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .header .menu-list a {
    background: #0E293E;
    color: #fff;
  }
}
.header .menu-list a::after {
  display: none;
}
@media (any-hover: hover) {
  .header .menu-list a:hover {
    background: #0E293E;
    color: #fff;  }
}
.header .menu-list .sub-menu {
  max-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  padding: 15px 5px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  background: transparent;
  border-radius: 15px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.header .menu-list .sub-menu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DAF128;
  border-radius: 15px;
  z-index: -1;
}

/* Зелёный фон 3 уровня: слева полоска 10px (без margin — блок вплотную к 2 уровню, hover не сбрасывается) */
.header .menu-list .sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  background: #DAF128;
  border-radius: 15px;
  z-index: -1;
}

/* Убираем padding-top у sub-menu, если внутри есть sub-menu (3 уровень) */
.header .menu-list .sub-menu:has(.sub-menu) {
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .header .menu-list .sub-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    pointer-events: auto;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1024px) {
  .header .menu-list .sub-menu li + li {
    margin-top: 8px;
  }
}
.header .menu-list .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
  font-size: 16px;
  padding: 9px 20px 9px 20px;
  border-radius: 30px;
  border: 1px solid #DAF128;
  background: #FFFFFF;
  color: #0E293E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .menu-list .sub-menu a:hover {
  background: rgba(14, 41, 62, 1);
  color: #FFFFFF;
}
.header .menu-list .sub-menu a::after {
  display: none;
}
/* Третий уровень: вплотную к 2 уровню (margin-left 0 — не сбрасывать hover), сверху меньше зелёного */
.header .menu-list .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0;
  z-index: 1000;
  padding: 5px 5px 5px 18px;
  margin-top: 0;
}

/* Убираем padding-top у родительского sub-menu для правильного выравнивания 3 уровня */
.header .menu-list .sub-menu li {
  position: relative;
}

/* Выравниваем 3 уровень по верхнему краю соответствующего пункта 2 уровня */
.header .menu-list .sub-menu li:has(.sub-menu) {
  position: relative;
}

/* Убираем верхний padding у sub-menu, если внутри есть 3 уровень, чтобы выравнивание было точным */
.header .menu-list .sub-menu:has(.sub-menu) {
  padding-top: 15px;
}

/* 3 уровень: верх блока на одной высоте с 2 уровнем */
.header .menu-list .sub-menu li:has(.sub-menu) > .sub-menu {
  top: -5px;
  margin-top: 0;
}
@media (any-hover: hover) {
  .header .menu-list .sub-menu li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1280px) {
  .header .menu-list .sub-menu .sub-menu {
    position: static;
    margin-left: 10px;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }
}
.header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 220px;
  width: 100%;
  height: 45px;
  min-width: 0;
  box-sizing: border-box;
}
.header__search-input {
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 10px 50px 10px 15px;
  box-sizing: border-box;
  border: 1px solid #0E293E;
  border-radius: 30px;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0E293E;
  background: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.header__search-input:focus {
  outline: none;
  border-color: #0E293E;
}
.header__search-input::-webkit-input-placeholder {
  color: #7A7A7A;
}
.header__search-input::-moz-placeholder {
  color: #7A7A7A;
}
.header__search-input:-ms-input-placeholder {
  color: #7A7A7A;
}
.header__search-input::placeholder {
  color: #7A7A7A;
}
.header__search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__search-btn:hover {
  opacity: 0.7;
}
.header__search-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.header__phone {
  display:flex;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0E293E;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display:flex;
  align-items: center;
  gap: 15px;
}
.header__phone:hover {
  opacity: 0.7;
}
.header__phone img{
  height: 46px;
  width: auto;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__action-btn:hover {
  opacity: 0.7;
}
.header__action-icon {
  width: 46px;
  height: 46px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__action-icon--active {
  display: none;
}
.header__action-btn.active .header__action-icon--default {
  display: none;
}
.header__action-btn.active .header__action-icon--active {
  display: block;
}
.header__action-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(218, 241, 40, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #0E293E;
  z-index: 10;
}
.header__action-badge:empty {
  display: none;
}
.header__marketplaces {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 15px;
}
@media (max-width: 1280px) {
  .header__marketplaces {
    max-width: 600px;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .header__marketplaces {
    display: none;
  }
}
@media (max-width: 600px) {
  .header__marketplaces {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 10px;
    position: absolute;
    top: 60%;
  }
}
.header__marketplaces .hide {
  display: none;
}
@media (max-width: 600px) {
  .header__marketplaces .hide {
    display: block;
  }
}
.header__btn-menu {
  display: none;
  width: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/menu-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .header__btn-menu {
    display: block;
    position: relative;
    z-index: 60;
  }
}
@media (max-width: 600px) {
  .header__btn-menu {
    margin-top: -50px;
  }
}

.footer {
  background: #0E293E;
  color: #fff;
  padding: 20px 0 40px 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1000px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.footer__left {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.footer__logo {
  max-width: 140px;
}
.footer__addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
}
.footer__addres::before {
  content: "";
  width: 40px;
  height: 45px;
  background-image: url("../images/icons/addres.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
}
.footer__email::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../images/icons/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__bottom {
  font-size: 16px;
  line-height: 1.3;
}
.footer__nav {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media (max-width: 1000px) {
  .footer__nav {
    gap: 30px;
  }
}
.footer__nav-col-name {
  font-size: 28px;
  color: #DAF128;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer__nav {
    padding-top: 0;
  }
  .footer__nav-col-name {
    font-size: 22px;
  }
  .footer__info {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer__nav-col ul {
    flex-wrap: wrap;
  }
  .footer__nav-col ul li.menu-item a {
    white-space: normal;
  }
  #menu-footer_menu li.menu-item a,
  #menu-footer_menu-2 li.menu-item a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
  }
}
.footer__nav-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}
.footer__nav-col ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.footer__nav-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: currentColor;
}
.footer__info {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.footer__marketplaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__marketplaces img {
  width: 140px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer__social img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
     object-fit: contain;
}

/*END critical css*/
.popup {
  background: rgba(217, 217, 217, 0.5);
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  padding: 0 20px;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup__body-wrapper {
  max-width: 430px;
  width: 100%;
  position: relative;
}
.popup__body-wrapper .popup__close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 45px;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.popup__body {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 25px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0ef57), to(#fff));
  background: linear-gradient(0deg, #e0ef57 0%, #fff 100%);
  border-radius: 20px;
  position: relative;
}
.popup__body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  .popup__body {
    padding: 50px 20px;
  }
}
.popup__logo {
  display: block;
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.popup__title {
  font-size: 34px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0E293E;
}
.popup__dscr {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #0E293E;
  margin-bottom: 20px;
}

.title-section {
  font-weight: 800;
  font-size: 40px;
  color: #0E293E;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .title-section {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .title-section {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .title-section {
    font-size: 24px;
  }
}

/* Заголовок корзины */
.cart-title {
  font-weight: 800;
  font-size: 40px;
  color: #0E293E;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .cart-title {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .cart-title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .cart-title {
    font-size: 28px;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
form .input-wrapper {
  width: 100%;
}
form .input-wrapper-icon {
  position: relative;
}
form .input-wrapper-icon::before {
  content: "";
  position: absolute;
  z-index: 20;
  width: 37px;
  aspect-ratio: 4/4;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
form .input-wrapper-icon.name::before {
  background-image: url("../images/icons/name.svg");
}
form .input-wrapper-icon.phone::before {
  background-image: url("../images/icons/phone.svg");
}
form .input-wrapper label {
  display: block;
  font-family: "Neue Haas Unica";
  font-size: 18px;
  margin-bottom: 10px;
}
form .input-wrapper input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  border-radius: 0px;
  background: #fff;
  border-radius: 135px;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form .input-wrapper input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form .input-wrapper input::-moz-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form .input-wrapper input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form .input-wrapper input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form .input-wrapper input::placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
form button {
  width: 100%;
  padding: 20px 20px;
  background: #0E293E;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 135px;
}
form .polis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
form .polis input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
form .polis input:checked {
  background-image: url("../images/icons/check-active.svg");
}
form .polis label {
  font-family: "Neue Haas Unica";
  font-size: 14px;
  line-height: 1.2;
}
form .polis label a {
  text-decoration: underline;
}

.scroll-top {
  display: none;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  right: 0;
}
.scroll-top .container {
  width: 100%;
  height: 100%;
  position: relative;
}
.scroll-top a {
  pointer-events: auto;
  position: absolute;
  bottom: 8%;
  right: 60px;
  width: 60px;
  aspect-ratio: 4/4;
}
@media (max-width: 1280px) {
  .scroll-top a {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .scroll-top a {
    right: 20px;
    width: 50px;
  }
}

.hero {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .hero {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .hero__slider {
    display: none;
  }
}
.hero__slider .slick-arrow {
  font-size: 0;
  border: none;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 20;
  top: calc(50% - 35px);
  cursor: pointer;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__slider .slick-prev {
  left: 0;
  background-image: url("../images/icons/slick-prev.svg");
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero__slider .slick-prev:hover {
  background-image: url("../images/icons/slick-prev_hover.svg");
}
.hero__slider .slick-next {
  right: 0;
  background-image: url("../images/icons/slick-next.svg");
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.hero__slider .slick-next:hover {
  background-image: url("../images/icons/slick-next_hover.svg");
}
.hero__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.hero__slider .slick-dots li {
  list-style: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #0E293E;
}
.hero__slider .slick-dots li button {
  display: none;
}
.hero__slider .slick-dots li.slick-active {
  background: #DAF128;
  border-color: #DAF128;
}
.hero__slider-mobile {
  display: none;
}
@media (max-width: 700px) {
  .hero__slider-mobile {
    display: block;
    max-height: 70vh;
    overflow: hidden;
  }
  .hero__slider-mobile img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
.hero__slider-mobile .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.hero__slider-mobile .slick-dots li {
  list-style: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #0E293E;
}
.hero__slider-mobile .slick-dots li button {
  display: none;
}
.hero__slider-mobile .slick-dots li.slick-active {
  background: #DAF128;
  border-color: #DAF128;
}
.hero__item img {
  display: block;
  height: 388px;
  border-radius: 15px;
  -o-object-position: left;
     object-position: left;
}

.catalog-front {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 600px) {
  .catalog-front {
    padding: 40px 0 0 0;
  }
}
.catalog-front::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 557px;
  aspect-ratio: 4/4;
  bottom: -107px;
  right: -120px;
  background-image: url("../images/cat_el_2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1500px) {
  .catalog-front::after {
    display: none;
  }
}
.catalog-front__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .catalog-front__header {
    margin-bottom: 15px;
  }
}
.catalog-front__header .title-section {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.catalog-front__arrows,
.single-products__arrows,
.single__img-items-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-front__arrows .slick-arrow,
.single-products__arrows .slick-arrow,
.single__img-items-arrows .slick-arrow {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0E293E;
  background: transparent;
  color: #0E293E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
.catalog-front__arrows .slick-arrow:hover,
.single-products__arrows .slick-arrow:hover,
.single__img-items-arrows .slick-arrow:hover {
  background: #DAF128;
  color: #0E293E;
  border: 2px solid #daf128;
}
.catalog-front__arrows .slick-arrow:disabled,
.single-products__arrows .slick-arrow:disabled,
.single__img-items-arrows .slick-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.catalog-front__arrows .slick-arrow:before,
.single-products__arrows .slick-arrow:before,
.single__img-items-arrows .slick-arrow:before {
  display: none;
}
.catalog-front__arrows .slick-arrow svg,
.single-products__arrows .slick-arrow svg,
.single__img-items-arrows .slick-arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .catalog-front__arrows .slick-arrow svg,
  .single-products__arrows .slick-arrow svg,
  .single__img-items-arrows .slick-arrow svg {
    width: 18px;
    height: 18px;
  }
}
.catalog-front__arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0E293E;
  background: transparent;
  color: #0E293E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
.catalog-front__arrow:hover {
  background: #DAF128;
  color: #0E293E;
  border: 2px solid #daf128;
}
.catalog-front__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.catalog-front__arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .catalog-front__arrow svg {
    width: 18px;
    height: 18px;
  }
}
.catalog-front__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -10px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .catalog-front__items {
    margin: -5px;
  }
}
.catalog-front__items .slick-list {
  margin: 0 -10px;
}
@media (max-width: 600px) {
  .catalog-front__items .slick-list {
    margin: 0 -5px;
  }
}
.catalog-front__items .slick-slide {
  padding: 0 10px;
}
@media (max-width: 600px) {
  .catalog-front__items .slick-slide {
    padding: 0 5px;
  }
}
.catalog-front__item-wrapper {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .catalog-front__item-wrapper {
    width: 33.3333333333%;
  }
}
@media (max-width: 800px) {
  .catalog-front__item-wrapper {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .catalog-front__item-wrapper {
    width: 100%;
  }
}
/* Отдельный блок каталога — плитки 2 в ряд, только на мобильных */
.catalog-grid-section {
  display: none;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .catalog-grid-section {
    display: block;
    padding: 0;
  }
}
.catalog-grid-section__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; 
}
.catalog-grid-section__items .catalog-grid-section__item {
  width: 100%;
  min-width: 0;
}
.catalog-grid-section__items .catalog-front__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  min-height: auto;
  gap: 12px;
}
.catalog-grid-section__items .catalog-front__item-img-wrapper {
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.catalog-grid-section__items .catalog-front__item-img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-grid-section__items .catalog-front__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  margin: 0;
}

/* На мобильных скрываем карусель и стрелки каталога (вместо них — блок выше) */
@media (max-width: 768px) {
  .catalog-front .catalog-front__items,
  .catalog-front .catalog-front__arrows {
    display: none !important;
  }
}

/* Стили для отображения без карусели (4 и меньше элементов) */
.catalog-front__items.no-carousel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  gap: 20px;
}
.catalog-front__items.no-carousel .catalog-front__item-wrapper {
  width: calc(25% - 20px);
  /*margin: 10px;*/
}
@media (max-width: 1200px) {
  .catalog-front__items.no-carousel .catalog-front__item-wrapper {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 800px) {
  .catalog-front__items.no-carousel .catalog-front__item-wrapper {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .catalog-front__items.no-carousel .catalog-front__item-wrapper {
    width: 100%;
    margin: 5px;
  }
}
.catalog-front__item {
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px;
  border: 1px solid #DAF128;
  background: #ffffff;
  color: #0E293E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .catalog-front__item {
    min-height: auto;
    max-height: none;
    height: auto;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .catalog-front__item:hover {
    background: #DAF128;
    color: #fff;
  }
  .catalog-front__item:hover .catalog-front__item-title {
    color: #0E293E;
  }
}
.catalog-front__item-img-wrapper {
  position: relative;
  margin-right: 16px;
}
.catalog-front__item-img {
  width: 55px;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .catalog-front__item-img-wrapper {
    margin-right: 0px;
  }
  .catalog-front__item-img {
    width: 40px;
  }
}
.catalog-front__item-img.white {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.catalog-front__item-title {
  line-height: 28px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1000px) {
  .catalog-front__item-title {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .catalog-front__item-title {
    font-size: 16px;
    line-height: 16px;
  }
}

/* Иконки каталога на /shop/ — те же данные, что на главной, свои классы */
.shop-catalog {
  overflow: hidden;
  padding: 0 0 40px;
  position: relative;
}
.shop-catalog__inner {
  width: 100%;
}
.shop-catalog__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: -5px;
}
.shop-catalog__item-wrapper {
  padding: 5px;
  width: 25%;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1000px) {
  .shop-catalog__item-wrapper {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .shop-catalog__item-wrapper {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .shop-catalog__item-wrapper {
    padding: 5px;
    width: 100%;
  }
}
.shop-catalog__item {
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid #DAF128;
  background: #fff;
  color: #0E293E;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .shop-catalog__item {
    min-height: auto;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .shop-catalog__item:hover {
    background: #DAF128;
    color: #fff;
  }
  .shop-catalog__item:hover .shop-catalog__item-title {
    color: #0E293E;
  }
}
.shop-catalog__item-img-wrapper {
  position: relative;
  margin-right: 16px;
}
.shop-catalog__item-img {
  width: 55px;
  aspect-ratio: 4/4;
  object-fit: contain;
}
@media (max-width: 600px) {
  .shop-catalog__item-img {
    width: 40px;
  }
}
.shop-catalog__item-img--white {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .shop-catalog__item:hover .shop-catalog__item-img--white {
    opacity: 1;
  }
}
.shop-catalog__item-title {
  line-height: 28px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1000px) {
  .shop-catalog__item-title {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .shop-catalog__item-title {
    font-size: 16px;
    line-height: 16px;
  }
}

.recommended {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 600px) {
  .recommended {
    padding: 40px 0;
  }
}
.recommended__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .recommended__header {
    margin-bottom: 15px;
  }
  .single-products__header .title-section,
  .recommended__header .title-section {
    margin-bottom: 0!important;
    font-size: 26px;
  }
}
.recommended__header .title-section {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.recommended__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recommended__arrows .slick-arrow {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0E293E;
  background: transparent;
  color: #0E293E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
.recommended__arrows .slick-arrow:hover {
  background: #DAF128;
  color: #0E293E;
  border: 2px solid #daf128;
}
.recommended__arrows .slick-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.recommended__arrows .slick-arrow:before {
  display: none;
}
.recommended__arrows .slick-arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .recommended__arrows .slick-arrow svg {
    width: 18px;
    height: 18px;
  }
}
.recommended__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.recommended__items .slick-list {
  margin: 0 -10px;
}
.recommended__items .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.recommended__items .slick-slide .category-product__item {
  width: 100%;
}
.recommended__items .category-product__item {
  padding: 10px;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .recommended__items .category-product__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 800px) {
  .recommended__items .category-product__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .recommended__items .slick-list {
    margin: 0 -6px;
  }
  .recommended__items .slick-slide {
    padding: 0 6px;
  }
  .recommended__items .category-product__item {   
    width: 100%;
  }
}
/* Стили для отображения без карусели (4 и меньше элементов) */
.recommended__items.no-carousel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
}
.recommended__items.no-carousel .category-product__item {
  width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 1200px) {
  .recommended__items.no-carousel .category-product__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 800px) {
  .recommended__items.no-carousel .category-product__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .recommended__items.no-carousel .category-product__item {
    width: 100%;
    margin: 5px;
  }
}

.about .title-section {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .about .title-section {
    margin-bottom: 15px;
  }
}
.about__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 20px;
}
@media (max-width: 1000px) {
  .about__inner {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.about__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about__imgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .about__imgs ul {
    gap: 10px;
  }
}
.about__img {
  border-radius: 15px;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about__dscr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .about__dscr {
    gap: 10px;
  }
}
.about__trigger {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 28px;
  color: #0E293E;
  gap: 10px;
}
@media (max-width: 600px) {
  .about__trigger {
    font-size: 20px;
  }
}
.about__trigger::before {
  content: "";
  width: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  border-radius: 50%;
  background: #DAF128;
}

.about__h1 {
  font-weight: 800;
  font-size: 28px;
  color: #0E293E;
}

.benefits {
  counter-reset: benefits;
  padding: 60px 0;
}
@media (max-width: 600px) {
  .benefits {
    padding: 40px 0;
  }
}
.benefits .title-section {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .benefits .title-section {
    margin-bottom: 50px;
  }
}
.benefits__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 90px;
}
@media (max-width: 1280px) {
  .benefits__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .benefits__items {
    gap: 40px;
    padding: 0 10px;
  }
}
.benefits__item {
  background: #f7f7f7;
  border-radius: 15px;
  aspect-ratio: 4/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .benefits__item {
    padding: 10px;
  }
}
.benefits__item::before {
  counter-increment: benefits;
  content: counter(benefits);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  width: 50px;
  aspect-ratio: 4/4;
  border-radius: 50%;
  background: #0E293E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .benefits__item::before {
    width: 30px;
    font-size: 10px;
  }
}
.benefits__item::after {
  content: "";
  position: absolute;
  width: 95%;
  aspect-ratio: 4/4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-18deg);
      -ms-transform: translate(-50%, -50%) rotate(-18deg);
          transform: translate(-50%, -50%) rotate(-18deg);
  border: 1px solid #a5a5a5;
  border-radius: 15px;
  z-index: -1;
}
.benefits__item-title {
  font-weight: 600;
  font-size: 22px;
  color: #0E293E;
}
@media (max-width: 600px) {
  .benefits__item-title {
    font-size: 14px;
  }
}
.benefits__item-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}
@media (max-width: 600px) {
  .benefits__item-icon {
    width: 40px;
  }
}

.reviews {
  padding-top: 20px;
}
/* На главной отзывы в стиле карточки товара: сетка или карусель */
.reviews .product-reviews__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviews .product-reviews__head--front {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.reviews .product-reviews__author-row {
  display: flex;
  justify-content: flex-start;
}
.reviews .product-reviews__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.reviews .product-reviews__photo {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(3, 41, 64, 0.12);
}
.reviews--grid .reviews__arrows {
  display: none;
}
.reviews--grid .reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  overflow: visible;
}
.reviews--grid .reviews__items > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 15px);
          flex: 0 1 calc(25% - 15px);
  min-width: 200px;
}
@media (max-width: 1000px) {
  .reviews--grid .reviews__items > * {
    -ms-flex: 0 1 calc(33.333% - 14px);
        flex: 0 1 calc(33.333% - 14px);
  }
}
@media (max-width: 800px) {
  .reviews--grid .reviews__items > * {
    -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .reviews--grid .reviews__items {
    gap: 10px;
  }
  .reviews--grid .reviews__items > * {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    min-width: 0;
  }
}
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .reviews__header {
    margin-bottom: 15px;
  }
}
.reviews__header .title-section {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.reviews__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews__arrows .slick-arrow {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0E293E;
  background: transparent;
  color: #0E293E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
.reviews__arrows .slick-arrow:hover {
  background: #DAF128;
  color: #0E293E;
  border: 2px solid #daf128;
}
.reviews__arrows .slick-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.reviews__arrows .slick-arrow:before {
  display: none;
}
.reviews__arrows .slick-arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .reviews__arrows .slick-arrow svg {
    width: 18px;
    height: 18px;
  }
}
.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.reviews__items .slick-list {
  margin: 0 -10px;
}
.reviews__items .slick-slide {
  padding: 0 10px;
}
@media (max-width: 600px) {
  .reviews__items {
    margin: -5px;
  }
  .reviews__items .slick-list {
    margin: 0 -5px;
  }
  .reviews__items .slick-slide {
    padding: 0 5px;
  }
}
.reviews__marketplaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.reviews__marketplaces img {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .reviews__marketplaces img {
    width: 100%;
  }
}

.blog {
  padding: 60px 0;
}
@media (max-width: 600px) {
  .blog {
    padding: 40px 0;
  }
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .blog__header {
    margin-bottom: 15px;
  }
}
.blog__header .title-section {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.blog__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog__arrows .slick-arrow {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0E293E;
  background: transparent;
  color: #0E293E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
.blog__arrows .slick-arrow:hover {
  background: #DAF128;
  color: #0E293E;
  border: 2px solid #daf128;
}
.blog__arrows .slick-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.blog__arrows .slick-arrow:before {
  display: none;
}
.blog__arrows .slick-arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .blog__arrows .slick-arrow svg {
    width: 18px;
    height: 18px;
  }
}
.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -10px;
  overflow: hidden;
}
.blog__items .slick-list {
  margin: 0 -10px;
}
.blog__items .slick-slide {
  padding: 0 10px;
}
@media (max-width: 600px) {
  .blog__items {
    margin: -5px;
  }
  .blog__items .slick-list {
    margin: 0 -5px;
  }
  .blog__items .slick-slide {
    padding: 0 5px;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.blog__item-img {
  border-radius: 15px;
  aspect-ratio: 16/10;
}
.blog__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 15px;
}
.blog__item-title {
  font-size: 18px;
  color: #0E293E;
}
.blog__item-date {
  font-family: "Neue Haas Unica";
  font-size: 14px;
  text-align: center;
  color: #0E293E;
  padding: 3px 10px;
  background: #f1f1f1;
  border-radius: 15px;
}
.blog__add {
  background: #0E293E;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 30px;
  line-height: 1;
}
@media (max-width: 600px) {
  .blog__add {
    max-width: 100%;
    width: 100%;
    padding: 12px 20px;
    margin-top: 0;
  }
}
.blog__add::after {
  content: "";
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/arrow-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trigger {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .trigger {
    padding-bottom: 40px;
  }
}
.trigger__inner {
  background: #DAF128;
  color: #0E293E;
  padding: 20px 30px 20px 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .trigger__inner {
    padding: 20px;
    padding-bottom: 200px;
  }
}
.trigger__inner::after {
  content: "";
  position: absolute;
  width: 173px;
  aspect-ratio: 4/4;
  right: 5.5%;
  bottom: 20px;
  background-image: url("../images/trigger-percentage.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .trigger__inner::after {
    right: -60px;
    bottom: 80px;
  }
}
.trigger__content {
  max-width: 50%;
}
@media (max-width: 800px) {
  .trigger__content {
    max-width: 100%;
  }
}
.trigger .title-section {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 33px;
  max-width: 400px;
}
.trigger__dscr {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .trigger__dscr {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.trigger__img {
  position: absolute;
  z-index: 10;
  max-width: 460px;
  height: 100%;
  right: 16%;
  bottom: -20px;
}
@media (max-width: 600px) {
  .trigger__img {
    width: 100%;
    height: 228px;
    left: 0px;
    bottom: -56px;
  }
}
.trigger__btn {
  background: #0E293E;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 1;
}
@media (max-width: 600px) {
  .trigger__btn {
    width: 100%;
  }
}
.trigger__btn::after {
  content: "";
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/arrow-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single__inner,
.category-blog__inner,
.single-blog__inner,
.my-account__inner,
.cart-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1280px) {
  .single__inner,
  .category-blog__inner,
  .single-blog__inner,
  .my-account__inner,
  .cart-page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-blog {
  margin-top: 0;
}
/* Скрываем боковую колонку на страницах WooCommerce (кроме категорий и shop) */
body.woocommerce-cart .single__nav,
body.woocommerce-checkout .single__nav,
body.woocommerce-account .single__nav,
body.single-product .single__nav,
body.woocommerce-page:not(.tax-product_cat):not(.post-type-archive-product) .single__nav {
  display: none !important;
}
body.woocommerce-cart .cart-page__inner,
body.woocommerce-checkout .category-product__inner,
body.woocommerce-account .category-product__inner,
body.single-product .single-product__inner {
  display: block !important;
}
body.woocommerce-cart .cart-page__body,
body.woocommerce-checkout .category-product__body,
body.woocommerce-account .category-product__body,
body.single-product .single-product__body {
  width: 100% !important;
}

/* Стили для страницы корзины по БЭМ */
.cart-page {
  margin-top: 60px;
}

.cart-page__inner {
  display: block;
}

.cart-page__body {
  width: 100%;
}

/* Блок корзины на полную ширину */
.cart-full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .cart-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .cart-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-full-width .cart-section {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cart-full-width .cart-section {
    padding: 0;
  }
}

/* Новая структура корзины на div - карточки в ряд */
.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Итоговая информация под списком товаров */
.cart-totals-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.cart-totals-summary__item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.cart-totals-summary__item--total {
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.cart-totals-summary__label {
  color: #0E293E;
}

.cart-totals-summary__value {
  color: #0E293E;
  font-weight: 500;
}
.cart-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.cart-item__field--remove {
    position: relative;
    right: 20px;
    top: 0;
    transform: none;
}
.cart-item__field--remove .cart-item__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(14, 41, 62, 1);
  font-family: "Neue Haas Unica", sans-serif;
  margin-bottom: 5px;
}
/* На ПК блок «Удалить» в конце строки (absolute справа), на одной высоте с контентом */
@media (min-width: 769px) {
  .cart-item__field--remove {
        position: absolute;
        right: 20px;
        top: 20px;
        transform: none;
        /*border-left: 1px solid rgba(219, 219, 219, 1);*/
        padding-left: 20px;
  }
  /* Отступ справа, чтобы колонки (Артикул, Количество, Цена, Итого) не налезали на «Удалить» */
  .cart-item {
    padding-right: 120px;
  }
}
.cart-item__image {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}
.cart-item__image img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: block;
}
.cart-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-item__content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 25px;
  width: 100%;
  min-width: 0;
  align-self: stretch;
}
@media (min-width: 769px) {
  /* Два столбца в карточке: без min-width:0 flex-элементы не сжимаются под длинный текст */
  .cart-item > .cart-item__row--first,
  .cart-item > .cart-item__content {
    min-width: 0;
  }
  .cart-item__row--first {
    display: flex;
    gap: 20px;
    min-width: 0;
    flex: 1 1 0%;
    align-items: flex-start;
  }
  /* Первый ребёнок строки — картинка, не .cart-item__field, поэтому :first-child у поля не срабатывал */
  .cart-item__row--first > .cart-item__field:not(.cart-item__field--remove) {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
  }
  .cart-item__row--first .cart-item__value {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    min-width: 0;
  }
  /*
   * Глобально a { display: inline-block } — ссылка не сжимается в flex; для названия товара нужен inline.
   */
  .cart-item__row--first .cart-item__value a {
    display: inline;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: top;
  }
}
.cart-item__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  min-width: 0;
}
.cart-item__field:first-child {
  flex: 1;
  min-width: 150px;
}
.cart-item__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(14, 41, 62, 1);
  font-family: "Neue Haas Unica", sans-serif;
  margin-bottom: 5px;
}
.cart-item__value {
  font-size: 16px;
  color: rgba(14, 41, 62, 1);
  font-family: "Neue Haas Unica", sans-serif;
  word-wrap: break-word;
}
.cart-item__value a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cart-item__value a:hover {
  opacity: 0.7;
}
.cart-item__divider {
  width: 1px;
  min-height: 100%;
  background-color: rgba(219, 219, 219, 1);
  flex-shrink: 0;
  align-self: stretch;
}
.cart-item__divider--vertical {
  width: 1px;
  min-height: 100%;
  align-self: stretch;
}
.cart-item__quantity {
  display: flex;
  align-items: center;
  /*gap: 10px;*/
  flex-wrap: nowrap;
}
.cart-item__quantity-btn {
  width: 35px;
  height: 35px;
  border: 1px solid #0E293E;
  background: #ffffff;
  color: #0E293E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 0;
  font-weight: normal;
}
.cart-item__quantity-btn:hover {
  background-color: rgba(14, 41, 62, 1);
  color: #fff;
  border-color: rgba(14, 41, 62, 1);
}
.cart-item__quantity-btn:active {
  transform: scale(0.95);
}
.cart-item__quantity-input {
  width: 35px;
  min-width: 35px;
  padding: 0px;
  text-align: center;
  /* border: 1px solid rgba(219, 219, 219, 1); */
  font-size: 16px;
  border-radius: 4px;
}
.cart-item__quantity-input::-webkit-outer-spin-button,
.cart-item__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item__price,
.cart-item__subtotal {
  font-weight: 600;
  font-size: 18px;
}
.cart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 5px;
  border-radius: 4px;
}
.cart-item__remove:hover {
  opacity: 0.7;
  background-color: rgba(219, 219, 219, 0.3);
}
.cart-item__remove img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cart-coupon {
      display: flex;
      gap: 10px;
      align-items: center;
      width: fit-content;
      margin-left: auto;
      flex-direction: row;
  }
}
.cart-coupon input {
  flex: 1;
  min-width: 200px;
  padding: 10px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 4px;
  font-size: 16px;
}
.cart-coupon button {
  padding: 10px 20px;
  background-color: rgba(14, 41, 62, 1);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.cart-coupon button:hover {
  background-color: rgba(14, 41, 62, 0.9);
}
button[name="update_cart"] {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: rgba(14, 41, 62, 1);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-family: "Neue Haas Unica", sans-serif;
}
button[name="update_cart"]:hover:not(:disabled) {
  background-color: rgba(14, 41, 62, 0.9);
}
button[name="update_cart"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 1200px) {
  .cart-item__content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cart-item__divider {
    display: none;
  }
  .cart-item__field {
    flex: 1 1 calc(50% - 10px);
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .cart-item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }
  /* 1 строка на 100% ширины, потом 2 строки с полями */
  .cart-item__row--first {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    min-height: 80px;
    order: 1;
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
    position: relative;
  }
  .cart-item__row--first .cart-item__image {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .cart-item__row--first .cart-item__image img {
    width: 80px;
    height: 80px;
  }
  .cart-item__row--first .cart-item__field:not(.cart-item__field--remove) {
    flex: 1 1 0;
    min-width: 0;
  }
  /* Иконка удаления в правом нижнем углу первой строки */
  .cart-item__field--remove {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    min-width: 20px;
  }
  .cart-item__field--remove .cart-item__label {
    display: none;
  }
  .cart-item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    order: 2;
    flex: 0 0 100%;
    align-items: flex-start;
  }
  .cart-item__content > .cart-item__divider {
    display: none !important;
  }
  .cart-item__content > .cart-item__field {
    flex: 0 0 calc(50% - 6px);
  }
}

/* Объединённая страница корзины и оформления заказа */
.cart-checkout-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .cart-checkout-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.checkout-section {
  width: 100%;
}

/* Кастомная форма оформления заказа - 2 колонки */
.checkout-custom__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  width: 100%;
  margin-bottom: 40px;
}
.cart-coupon {
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  flex-direction: row;
  display:none;
}
.checkout-custom__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-custom__column--left {
  min-width: 0;
  max-width: 400px;
}

.checkout-custom__column--right {
  min-width: 0;
}

.checkout-custom__columns input[type="text"],
.checkout-custom__columns input[type="email"],
.checkout-custom__columns input[type="tel"],
.checkout-custom__columns input[type="number"],
.checkout-custom__columns input[type="password"],
.checkout-custom__columns select {
  width: 100% !important;
  height: 52px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: rgba(14, 41, 62, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkout-custom__columns textarea {
  width: 100% !important;
  min-height: 100px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: rgba(14, 41, 62, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}

@media (max-width: 1200px) {
  .checkout-custom__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

/* Стили для полей формы в checkout */
.checkout-custom__columns .form-row-last {
  float: left!important;
  width: 100%!important;
}
.checkout-custom__columns .form-row-first {
  float: none;
  width: 100%!important;
}
.checkout-custom__columns .form-row {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-custom .form-row {
  margin-bottom: 20px;
}

.checkout-custom .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(14, 41, 62, 1);
}
.checkout-custom .woocommerce-input-wrapper {
  width: 100%!important;
}


.checkout-custom .form-row input[type="text"],
.checkout-custom .form-row input[type="email"],
.checkout-custom .form-row input[type="tel"],
.checkout-custom .form-row input[type="number"],
.checkout-custom .form-row select,
.checkout-custom .form-row textarea {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: rgba(14, 41, 62, 1);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.checkout-custom .form-row input:focus,
.checkout-custom .form-row select:focus,
.checkout-custom .form-row textarea:focus {
  outline: none;
  border-color: rgba(14, 41, 62, 1);
}

.checkout-custom .woocommerce form .form-row-last {
  float:none!important;
  width: 100%!important;
}

.checkout-custom .form-row textarea {
  min-height: 100px;
  resize: vertical;
}

/* Обводка для поля комментария к заказу */
.checkout-custom #order_comments,
.checkout-custom textarea#order_comments {
  border: 1px solid #DBDBDB;
}

/* Скрываем "(необязательно)" для поля комментария к заказу */
.checkout-custom #order_comments_field label .optional {
  display: none;
}

/* Скрываем ссылку "Рассчитать стоимость доставки" */
.shipping-calculator-button,
a.shipping-calculator-button {
  display: none !important;
}

/* Скрываем кнопку "Обновить корзину" */
button[name="update_cart"],
input[name="update_cart"] {
  display: none !important;
}

/* Способы доставки и оплаты */
.checkout-shipping-methods,
.checkout-payment-methods {
  /*margin-bottom: 30px;*/
  padding: 20px;
  border-radius: 4px;
  padding-top: 0px;
}

.checkout-payment-methods h3 {
  margin-bottom: 20px;
}

.checkout-shipping-methods__title-wrapper {
  display: block;
  text-align: center;
  background-color: #0E293E;
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 15px;
  width: fit-content;
  margin: 0 auto 15px;
}
.checkout-shipping-methods__title-wrapper h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.checkout-shipping-methods__label {
  display: block;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #032940;
  margin-bottom: 20px;
  margin-top: 20px;
}
.checkout-shipping-methods h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.checkout-payment-methods h3 {
  display: block;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #032940;
}

.checkout-payment-methods .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout-payment-methods .wc_payment_methods li {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 10px;
  min-height: 105px;
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  list-style: none outside;
  flex: 1 1 200px;
}

.checkout-payment-methods .wc_payment_methods li input.input-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.checkout-payment-methods .wc_payment_methods li:hover,
.checkout-payment-methods .wc_payment_methods li:has(input:checked) {
  background: #daf128;
  border: 1px solid #daf128;
}

.checkout-payment-methods .wc_payment_methods li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  gap: 2px;
  font-size: 14px;
  line-height: 1.4;
}

/* Скрываем стандартные иконки WooCommerce */
.checkout-payment-methods .wc_payment_methods li label img {
  display: none;
}

/* Иконки для способов оплаты через ::before */
.checkout-payment-methods .wc_payment_methods li.payment_method_cod label::before,
.checkout-payment-methods .wc_payment_methods li:nth-child(1) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/money.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.checkout-payment-methods .wc_payment_methods li.payment_method_bacs label::before,
.checkout-payment-methods .wc_payment_methods li:nth-child(2) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/yoomoney.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.checkout-payment-methods .wc_payment_methods li.payment_method_cheque label::before,
.checkout-payment-methods .wc_payment_methods li:nth-child(3) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/money3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* Итоговая стоимость */
.checkout-custom #order_review_heading {
  display: none;
}

.checkout-custom #order_review {
  display: block;
}
.checkout-custom .woocommerce-checkout-review-order-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.checkout-custom .woocommerce-checkout-review-order-table th,
.checkout-custom .woocommerce-checkout-review-order-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.checkout-custom .woocommerce-checkout-review-order-table .order-total {
  font-weight: 600;
  font-size: 18px;
}

/* Галочка согласия с политикой */
.checkout-custom .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

/* Скрываем дублирующиеся способы оплаты в блоке #payment */
.checkout-custom #payment .wc_payment_methods {
  display: none;
}

.checkout-custom .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.checkout-custom .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Кнопка оформления заказа — по ширине текста, выравнивание по левому краю */
.checkout-custom .form-row.place-order {
  text-align: left;
  display: block;
}
.checkout-custom #payment .form-row.place-order {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.checkout-custom #place_order {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  float: right;
  padding: 15px 30px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0E293E;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Neue Haas Unica", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-custom #place_order:hover {
  background-color: rgba(14, 41, 62, 0.9);
}

.checkout-custom #place_order:disabled,
.checkout-custom #place_order.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Чекбокс политики конфиденциальности */
.checkout-privacy-policy {
 /* margin: 5px 0;*/
}

.checkout-privacy-policy label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #0E293E;
  flex-wrap: nowrap;
}

.checkout-privacy-policy label input[type="checkbox"],
.checkout-privacy-policy #privacy_policy {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  margin: 0;
  cursor: pointer;
  accent-color: #0E293E;
}

.checkout-privacy-policy .woocommerce-form__label-text {
  flex: 1 1 auto;
  user-select: none;
  line-height: 1.4;
}

/* Скрываем поле страны */
.checkout-custom #billing_country_field,
.checkout-custom .form-row.billing_country_field {
  display: none !important;
}

/* Скрываем поле адреса 2 (квартира, подъезд и т.д.) */
.checkout-custom #billing_address_2_field,
.checkout-custom .form-row.billing_address_2_field {
  display: none !important;
}

.cart-checkout-wrapper .woocommerce-cart-form {
  margin-bottom: 0;
}
.cart-checkout-wrapper .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.cart-checkout-wrapper .shop_table th,
.cart-checkout-wrapper .shop_table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}
.cart-checkout-wrapper .shop_table th {
  font-weight: 600;
  background-color: rgba(245, 245, 245, 1);
}
.cart-checkout-wrapper .product-remove a {
  font-size: 24px;
  color: #999;
  text-decoration: none;
  line-height: 1;
}
.cart-checkout-wrapper .product-remove a:hover {
  color: #d32f2f;
}
.cart-checkout-wrapper .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart-checkout-wrapper .product-quantity .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-checkout-wrapper .product-quantity input[type="number"] {
  width: 60px;
  padding: 8px;
  border: 1px solid rgba(219, 219, 219, 1);
  text-align: center;
}
.cart-checkout-wrapper .actions {
  padding: 20px 0;
}
.cart-checkout-wrapper .coupon {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.cart-checkout-wrapper .coupon input {
  flex: 1;
  padding: 10px;
  border: 1px solid rgba(219, 219, 219, 1);
}
.cart-checkout-wrapper .coupon button {
  padding: 10px 20px;
  background-color: rgba(14, 41, 62, 1);
  color: #fff;
  border: none;
  cursor: pointer;
}
.cart-checkout-wrapper .button {
  padding: 12px 24px;
  background-color: rgba(14, 41, 62, 1);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.cart-checkout-wrapper .button:hover {
  background-color: rgba(14, 41, 62, 0.9);
}
/* Две колонки: слева — поля формы, справа — заказ, доставка, оплата */
.checkout-section .checkout__columns {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: start;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .checkout-section .checkout__columns {
    grid-template-columns: 1fr;
  }
}
.checkout-section .checkout__column--left {
  min-width: 0;
}
.checkout-section .checkout__column--right {
  min-width: 0;
}
.checkout-section .checkout__order-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
/* В левой колонке поля друг под другом: одна колонка для col2-set */
.checkout-section .checkout__fields .col2-set {
  display: block;
  margin-bottom: 0;
  max-width: 408px;
}
.checkout-section .checkout__fields .col2-set .col-1,
.checkout-section .checkout__fields .col2-set .col-2 {
  width: 100%;
  margin-bottom: 0;
}
.checkout-section .checkout__fields .woocommerce-billing-fields h3,
.checkout-section .checkout__fields .woocommerce-additional-fields h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #032940;
}
/* Скрываем блок «Доставка в другой адрес» — используем только billing */
.checkout-section .checkout__fields .woocommerce-shipping-fields {
  display: none;
}
.checkout-section .woocommerce-billing-fields,
.checkout-section .woocommerce-shipping-fields,
.checkout-section .woocommerce-additional-fields {
  /*margin-bottom: 24px;*/
}
.checkout-section .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin-top: 0;
}
.checkout-section .woocommerce-additional-fields h3 {
  display: none;
}
.checkout-section .woocommerce-input-wrapper {
  width: 100% !important;
}
.checkout-section .form-row {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-section .form-row-first {
  float: none;
  width: 100% !important;
}
.checkout-section .form-row-last {
  float: left !important;
  width: 100% !important;
}
.checkout-section .woocommerce form .form-row-last {
  float: none !important;
  width: 100% !important;
}
.checkout-section .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(14, 41, 62, 1);
}
.checkout-section .form-row input[type="text"],
.checkout-section .form-row input[type="email"],
.checkout-section .form-row input[type="tel"],
.checkout-section .form-row input[type="number"],
.checkout-section .form-row input[type="password"],
.checkout-section .form-row select,
.checkout-section .form-row textarea {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: rgba(14, 41, 62, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.checkout-section .form-row input:focus,
.checkout-section .form-row select:focus,
.checkout-section .form-row textarea:focus {
  outline: none;
  border-color: rgba(14, 41, 62, 1);
}
.checkout-section .form-row textarea {
  min-height: 100px;
  resize: vertical;
}
.checkout-section #order_comments,
.checkout-section textarea#order_comments {
  border: 1px solid #DBDBDB;
}
.checkout-section #order_comments_field label .optional {
  display: none;
}
.checkout-section #billing_country_field,
.checkout-section .form-row.billing_country_field,
.checkout-section #billing_state_field,
.checkout-section .form-row.billing_state_field,
.checkout-section #billing_address_2_field,
.checkout-section .form-row.billing_address_2_field {
  display: none !important;
}
.checkout-section #order_review_heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.checkout-section .woocommerce-checkout-review-order-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.checkout-section .woocommerce-checkout-review-order-table,
.checkout-section .woocommerce-checkout-review-order-table thead,
.checkout-section .woocommerce-checkout-review-order-table tbody,
.checkout-section .woocommerce-checkout-review-order-table tfoot,
.checkout-section .woocommerce-checkout-review-order-table tr,
.checkout-section .woocommerce-checkout-review-order-table th,
.checkout-section .woocommerce-checkout-review-order-table td {
  border: none !important;
}
.checkout-section .woocommerce-checkout-review-order-table th,
.checkout-section .woocommerce-checkout-review-order-table td {
  padding: 12px;
  text-align: left;
}
.checkout-section .woocommerce-checkout-review-order-table .order-total {
  font-weight: 600;
  font-size: 18px;
}
.checkout-section .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.checkout-section .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.checkout-section .form-row.place-order {
  text-align: left;
  display: block;
}
.checkout-section #payment .form-row.place-order {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.checkout-section #place_order {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  float: right;
  padding: 15px 30px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0E293E;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Neue Haas Unica", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.checkout-section #place_order:hover {
  background-color: rgba(14, 41, 62, 0.9);
}
.checkout-section #place_order:disabled,
.checkout-section #place_order.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-section .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
/* Карточки способов оплаты в стандартном checkout */
/* Таблица заказа: thead + tbody (Товар / Подытог) — таблица с обводкой, колонки 50%/50%. tfoot не трогаем — доставка СДЭК и т.д. */
.checkout-section .woocommerce-checkout-review-order-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.checkout-section .woocommerce-checkout-review-order-table thead {
  display: none !important;
}
.checkout-section .woocommerce-checkout-review-order-table thead tr {
  display: table-row;
}
.checkout-section .woocommerce-checkout-review-order-table thead th {
  display: table-cell;
  width: 50%;
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(219, 219, 219, 1) !important;
  background: rgba(249, 249, 249, 1);
  font-weight: 600;
}
.checkout-section .woocommerce-checkout-review-order-table tbody {
  display: table-row-group;
}
.checkout-section .woocommerce-checkout-review-order-table tbody tr.cart_item {
  display: none !important;
}
.checkout-section .woocommerce-checkout-review-order-table tbody tr.cart_item td {
  display: table-cell;
  width: 50%;
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(219, 219, 219, 1) !important;
}
.checkout-section .woocommerce-checkout-review-order-table tfoot {
  display: block;
  width: 100%;
}
.checkout-section .woocommerce-checkout-review-order-table tfoot tr,
.checkout-section .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
}
.checkout-section .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none !important;
}
.checkout-section .woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}
.checkout-section .woocommerce-checkout-review-order-table tfoot th,
.checkout-section .woocommerce-checkout-review-order-table tfoot td {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 4px 0;
  border: none !important;
}
/* Строка доставки (и весь tfoot) — на всю ширину 100%, thead/tbody остаются таблицей 50/50 */
.checkout-section .woocommerce-shipping-totals.shipping {
  display: block !important;
  width: 100% !important;
}
.checkout-section .woocommerce-shipping-totals.shipping th,
.checkout-section .woocommerce-shipping-totals.shipping td {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.checkout-section .woocommerce-shipping-totals.shipping th {
  margin-bottom: 15px;
}
/* Стили списка способов доставки на checkout */
.checkout-section .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-section .woocommerce-shipping-methods li {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 15px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.checkout-section .woocommerce-shipping-methods li:hover {
  border-color: rgba(14, 41, 62, 1);
}
.checkout-section .woocommerce-shipping-methods li:has(input:checked) {
  border-color: #daf128;
  background-color: rgba(218, 241, 40, 0.05);
}
.checkout-section .woocommerce-shipping-methods li label {
  cursor: pointer;
  font-size: 15px;
  flex: 1;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  padding-left: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.woocommerce ul#shipping_method li {
  position: relative;
}
.woocommerce ul#shipping_method li label {
  font-size: 16px;
  font-family: "Nunito" !important;
  /*font-family: "Neue Haas Unica", sans-serif;*/
  position: static;
  z-index: 1;
  display: block;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
}
.checkout-section .woocommerce-checkout-review-order-table tfoot tr {
  padding: 0px;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 500;
  margin-left: 5px;
}
.checkout-section .woocommerce-shipping-methods li input[type="radio"] {
  position: relative;
  z-index: 2;
  accent-color: #0E293E;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.checkout-section #payment {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.checkout-section #payment .checkout-payment__title {
  margin: 0 0 20px 0;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #032940;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.checkout-section #payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.checkout-section #payment .wc_payment_methods li {
  margin: 0 20px 20px 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 10px;
  min-height: 105px;
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  list-style: none outside;
  flex: 1 1 200px;
}
.checkout-section #payment .wc_payment_methods li input.input-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}
.checkout-section #payment .wc_payment_methods li:hover,
.checkout-section #payment .wc_payment_methods li:has(input:checked) {
  background: #daf128;
  border: 1px solid #daf128;
}
.checkout-section #payment .wc_payment_methods li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  gap: 2px;
  font-size: 14px;
  line-height: 1.4;
}
.checkout-section #payment .wc_payment_methods li label img {
  display: none;
}
.checkout-section #payment .wc_payment_methods li.payment_method_cod label::before,
.checkout-section #payment .wc_payment_methods li:nth-child(1) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/money.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.checkout-section #payment .wc_payment_methods li.payment_method_bacs label::before,
.checkout-section #payment .wc_payment_methods li:nth-child(2) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/yoomoney.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.checkout-section #payment .wc_payment_methods li.payment_method_cheque label::before,
.checkout-section #payment .wc_payment_methods li:nth-child(3) label::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url('/wp-content/themes/vetola/images/money3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .checkout-section #payment {
    padding-left: 0;
  }
  .checkout-section #payment .wc_payment_methods {
    gap: 10px;
    padding-left: 0;
    margin-left: 0;
  }
  .checkout-section #payment .wc_payment_methods li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    min-height: 90px;
  }
  .checkout-section #payment .wc_payment_methods li:last-child {
    margin-bottom: 0;
  }
}
.checkout-section #payment .payment_method_description {
  display: none;
}
.checkout-section #payment .payment_box {
  display: none !important;
}
/* Скрываем сообщение «Клиент соответствует зоне …» и прочие инфо-всплывашки на checkout */
.checkout-section .woocommerce-message,
.checkout-section .woocommerce-info {
  display: none !important;
}

/* Блок быстрого заказа на странице корзины */
.cart-quick-order {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: none;
  text-align: center;
}
.cart-quick-order__text {
  margin-bottom: 15px;
  font-family: "PP Pangram Sans Rounded", sans-serif !important;
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  color: rgba(14, 41, 62, 1);
}
.cart-quick-order__btn {
  color: #FFFFFF;  
  text-align: center;
  background-color: #0E293E;
  border-radius: 100px;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cart-quick-order__btn:hover {
  background-color: rgba(218, 241, 40, 1);
  color: #0E293E;
}
.cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 0px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-actions a.checkout-button,
.woocommerce a.checkout-button,
a.checkout-button {
  display: inline-block;
  color: #FFFFFF !important;
  text-align: center;
  background-color: #0E293E !important;
  border-radius: 100px;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  font-family: inherit;
}
.cart-actions a.checkout-button:hover,
.woocommerce a.checkout-button:hover,
a.checkout-button:hover {
  background-color: rgba(218, 241, 40, 1) !important;
  color: #0E293E !important;
}
.single__nav,
.category-blog__nav,
.single-blog__nav {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
  .single__nav,
  .category-blog__nav,
  .single-blog__nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .category-blog {
    margin-top: 40px;
    padding-top: 0 !important;
  }
}
.single__nav .menu-list,
.category-blog__nav .menu-list,
.single-blog__nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.single__nav .menu-list > li.active > a,
.category-blog__nav .menu-list > li.active > a,
.single-blog__nav .menu-list > li.active > a {
  background: #0E293E;
  color: #fff;
}
.single__nav .menu-list > li.active > a::before,
.category-blog__nav .menu-list > li.active > a::before,
.single-blog__nav .menu-list > li.active > a::before {
  background-image: url("../images/icons/arrow-sub-menu-white.svg");
}
.single__nav .menu-list > li > a,
.category-blog__nav .menu-list > li > a,
.single-blog__nav .menu-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 30px;
  background: #DAF128;
  color: #0E293E;
  font-size: 20px;
  font-weight: 500;
}
.single__nav .menu-list > li > a::before,
.category-blog__nav .menu-list > li > a::before,
.single-blog__nav .menu-list > li > a::before {
  content: "";
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/arrow-sub-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single__nav .menu-list > li .sub-menu,
.category-blog__nav .menu-list > li .sub-menu,
.single-blog__nav .menu-list > li .sub-menu {
  display: none;
}
.single__nav .menu-list > li .sub-menu li a,
.category-blog__nav .menu-list > li .sub-menu li a,
.single-blog__nav .menu-list > li .sub-menu li a {
  width: 100%;
  padding: 12px 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.single__body,
.category-blog__body,
.single-blog__body,
.my-account__body,
.cart-page__body {
  width: 100%;
}
.single .breadcrumbs__inner,
.category-blog .breadcrumbs__inner,
.single-blog .breadcrumbs__inner,
.my-account .breadcrumbs__inner,
.cart-page .breadcrumbs__inner,
.checkout-section .breadcrumbs__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 0;
}

.woocommerce form.register {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce .u-columns.col2-set {
  display: flex;
  align-items: stretch;
}

.woocommerce .u-columns.col2-set .u-column1.col-1,
.woocommerce .u-columns.col2-set .u-column2.col-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 260px;
  display: block;
  position: relative;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: rgba(14, 41, 62, 1);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  min-width: 260px;
}

/* Не переносить символ валюты на новую строку (особенно iPhone) */
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi {
  white-space: nowrap;
}
.woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
}

/* Корзина, оформление заказа, личный кабинет — без отрицательного отступа, компоновка как в корзине */
.single-blog__content p {
  font-family: "Manrope", sans-serif;
}

/* Ссылки в теле записи: подчёркивание при наведении (inline — иначе с display:contents подчёркивание не видно) */
.single-blog__content a {
  display: inline;
  color: #0076bd;
  text-decoration: none;
}
.single-blog__content a:hover,
.single-blog__content a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-blog__date {
  margin-bottom: 20px;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #7A7A7A;
}

.single-blog__share {
  margin: 30px 0 40px;
}

.single-blog__share-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Nunito" !important;
  color: #0E293E;
}

.single-blog__share-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-blog__share-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  color: #0E293E;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}

.single-blog__share-link img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.single-blog__share-link:hover {
  background: #DAF128;
  color: #0E293E;
}

.single-blog__share-link--copy {
  width: auto;
  min-width: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
}
.single-blog__share-link--copy .single-blog__share-link-copied {
  display: none;
}
.single-blog__share-link--copy.copied .single-blog__share-link-text {
  display: none;
}
.single-blog__share-link--copy.copied .single-blog__share-link-copied {
  display: inline;
}
.single-blog__share-link--copy.copied,
.single-blog__share-link--copy.copied .single-blog__share-link-text {
  color: #16a34a;
}

.category-blog__item-date {
  margin-bottom: 8px;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #7A7A7A;
}

.category-blog__item-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.category-blog__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.category-blog__item-img {
  margin-bottom: 8px;
}

.category-blog__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
}

@media (max-width: 1000px) {
  .category-blog__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .category-blog__list {
    grid-template-columns: 1fr;
  }
}

.single-blog__related {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-blog__related-title {
  margin-bottom: 20px;
}
/* Личный кабинет — отступ секции как у корзины */
body.woocommerce-account .category-product {
  margin-top: 60px;
}
.single .breadcrumbs__inner::-webkit-scrollbar {
  display: none;
}
.single .title-section {
  margin-bottom: 20px;
}
.single__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
/* Одна фотография у товара — flex, без отступа как у grid */
body.single-product--one-image .single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.single-product--one-image .single__content > .woocommerce-product-gallery {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.single-product--one-image .single__content > .single__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
@media (max-width: 1000px) {
  .single__content {
    grid-template-columns: 1fr;
  }
  body.single-product--one-image .single__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Галерея товара: одна и та же на ПК и мобильных */
.single__gallery--desktop {
  display: block;
}

@media (max-width: 600px) {
  body.single-product .single {
    padding-top: 0 !important;
  }
  .single__gallery--desktop {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Ячейки сетки могут сужаться, иначе контент вылезает */
  .single__content {
    min-width: 0;
  }
  .single__content > * {
    min-width: 0;
  }
  .single__info {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
  .single__info-table,
  .single__info-marketplaces img,
  .single__info-list {
    max-width: 100%;
  }
  .single__info-table {
    table-layout: fixed;
  }
  .single__info-btn-text {
    white-space: normal;
  }
}

.single__imgs-wrapper {
  max-width: 700px;
  width: 100%;
  /*padding: 20px;*/
  border-radius: 15px;
  /*border: 1px solid #a5a5a5;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media (max-width: 1000px) {
  .single__imgs-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .single__imgs-wrapper {
    padding: 0;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* Сначала большая картинка, под ней превью */
  .single__imgs-wrapper .single__img-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    max-width: 100%;
  }
  .single__imgs-wrapper .single__img-items-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* Превью галереи горизонтально на мобильных, весь блок по центру */
  .single__img-items-wrapper {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .single__img-items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .single__img-items .slick-list {
    height: auto !important;
    min-height: 100px;
    max-height: 120px;
  }
  .single__img-items .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto !important;
  }
  .single__img-items .slick-slide {
    height: 100px !important;
    padding-bottom: 0;
    padding-right: 10px;
  }
  .single__img-items .slick-slide > div {
    height: 100%;
  }
  .single__img-items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single__img-items-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    pointer-events: none;
    padding: 0;
  }
  .single__img-items-arrows .slick-arrow {
    pointer-events: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .single__img-items-arrows .slick-prev {
    margin-left: -35%;
  }
  .single__img-items-arrows .slick-next {
    margin-right: -35%;
  }
}
.single__img-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 140px;
  width: 200px;
  max-width: 260px;
}
.single__img-items {
  width: 100%;
  /*height: 560px;*/
  position: relative;
}
.single__img-items .slick-list {
  margin: 0;
  height: 560px;
  overflow: hidden;
}
.single__img-items .slick-track {
  height: auto !important;
}
/* Слайд превью: соотношение 3:4, два слайда в колонке ~272px */
.single__img-items .slick-slide {
  border-radius: 15px;
  padding-bottom: 15px;
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  height: 272px;
}
.single__img-items .slick-slide > div {
  width: 100%;
  height: 100%;
}
.single__img-item {
  width: 100%;
  height: 100%;
  display: block;
}
.single__img-items img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Стрелки превью только для ПК (на мобильных — свои стили в @media (max-width: 600px)) */
@media (min-width: 601px) {
  .single__img-items-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .single__img-items-arrows .slick-arrow {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #0E293E;
    background: transparent;
    color: #0E293E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0;
    margin: 0;
  }
  .single__img-items-arrows .slick-arrow:hover {
    background: #DAF128;
    color: #0E293E;
    border: 2px solid #daf128;
  }
  .single__img-items-arrows .slick-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .single__img-items-arrows .slick-arrow:before {
    display: none;
  }
  .single__img-items-arrows .slick-arrow svg {
    width: 16px;
    height: 16px;
  }
}

.single__img-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 15px;
  max-width: 400px;
  height: auto;
  position: relative;
}
/* Одна фотография без галереи — без ограничения по ширине */
.single__img-main:not(.slick-initialized) {
  max-width: fit-content;
}
.single__img-main .slick-list {
  height: auto;
  margin: 0;
}
.single__img-main .slick-track {
  height: auto;
}
@media (min-width: 601px) {
  .single__img-main .slick-slide {
    width: 400px !important;
    aspect-ratio: 3/4;
  }
}
.single__img-main .slick-slide {
  aspect-ratio: 3/4;
}
.single__img-main .slick-slide > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
.single__img-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  cursor: pointer;
}
.single__img-main [data-fancybox] {
  cursor: pointer;
}
@media (max-width: 600px) {
  .single__img-main {
    width: 100%;
  }
}
.single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  width: 100%;
}
.single__info-dscr {
  font-weight: 600;
  font-size: 24px;
  color: #0E293E;
}
.single__info-cat {
  display: inline;
  text-align: center;
  padding: 4px 15px;
  background: #f1f1f1;
  border-radius: 15px;
}
.single__info-stock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 15px 0;
}
.single__info-zn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.single__info-zn-item {
  display: inline-block;
}
.single__info-zn-item img {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.single__info-stock-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-stock {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
    color: #032940;
    border: 1px solid #032940;
 /* background: #032940;*/
  padding: 3px 10px 3px 10px;
  border-radius: 20px;
  /*color: #FFFFFF;*/
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-stock--out {
  background: #ffffff;
  color: #032940;
  border: 1px solid #032940;
}
.single__info-sku {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: #0E293E;
}
@media (max-width: 768px) {
  .single__info-sku {
    display: none !important;
  }
  .single__info-sku-label {
    display: none;
  }
}
.single__info-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single__info-favorite:hover:not(:disabled) {
  opacity: 0.7;
}
.single__info-favorite:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Иконка по умолчанию (не в избранном) */
.single__info-favorite .single__info-favorite-icon--active {
  display: none;
}
/* В избранном: скрываем обычную иконку, показываем like_active.svg */
.single__info-favorite.active .single__info-favorite-icon--default {
  display: none;
}
.single__info-favorite.active .single__info-favorite-icon--active {
  display: block;
}
.single__info-favorite-text {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #0E293E;
}
.single__info-favorite-icon {
  width: 20px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}
.single__info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-price-sale {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #0E293E;
}
.single__info-price-regular {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #A5A5A5;
  text-decoration: line-through;
}
.single__info-price-regular *,
.single__info-price-regular bdi,
.single__info-price-regular .amount {
  text-decoration: line-through;
  color: inherit;
}

/* Обычная цена без зачёркивания (для товаров без скидки) */
.single__info-price-regular--normal {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  color: #032940;
}
.single__info-price-regular--normal *,
.single__info-price-regular--normal bdi,
.single__info-price-regular--normal .amount {
  text-decoration: none;
  color: #032940;
}
@media (max-width: 768px) {
  .single__info-price-wrapper {
    margin-top: 0;
    gap: 7px;
    align-items: center;
  }
  .single__info-price-sale {
    font-size: 16px;
    padding-top: 5px;
  }
  .single__info-price-regular {
    font-size: 16px;
    padding-top: 4px;
  }
  .single__info-price {
    align-self: center;
    gap: 7px;
  }
}
.single__info-sale-badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .single__info-sale-badge {
    width: 40px;
    height: 25px;
  }
}
.single__info-sale-badge-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single__info-sale-badge-text {
  position: relative;
  z-index: 1;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #0E293E;
  text-align: center;
}
@media (max-width: 768px) {
  .single__info-sale-badge-text {
    position: relative;
    z-index: 1;
    font-family: "Neue Haas Unica", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #0E293E;
    text-align: center;
  }
}

/* Цена на странице товара (свой блок, те же стили) */
.single-product__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
 /* margin-top: 15px;*/
}
.single-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single__info-conditions {
  margin-top: 12px;
}

.single__info-conditions-link {
  font-size: 14px;
  color: #032940;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.single__info-conditions-link:hover {
  color: #0E293E;
}
.single-product__price-sale {
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #0E293E;
}
.single-product__price-regular {
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #A5A5A5;
  text-decoration: line-through;
}
.single-product__price-regular *,
.single-product__price-regular bdi,
.single-product__price-regular .amount {
  text-decoration: line-through;
  color: inherit;
}

/* Обычная цена без зачёркивания (для товаров без скидки) */
.single-product__price-regular--normal {
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #032940;
  text-decoration: none;
}
.single-product__price-regular--normal *,
.single-product__price-regular--normal bdi,
.single-product__price-regular--normal .amount {
  text-decoration: none;
  color: #032940;
}
.single-product__sale-badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-product__sale-badge-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product__sale-badge-text {
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #0E293E;
  text-align: center;
}

.single__info-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.single__info-table tr {
  border-top: 1px solid rgba(219, 219, 219, 1);
}
.single__info-table tr:first-child {
  border-top: none;
}
.single__info-table tr:last-child {
  border-bottom: none;
}
.single__info-table td {
  padding: 10px 0;
  border: none;
  vertical-align: middle;
}
.single__info-table-label {
  color: #7A7A7A;
  font-weight: 500;
  width: 40%;
  border-right: none;
}
.single__info-table-value {
  color: #0E293E;
  font-weight: 500;
  border-left: 1px solid rgba(219, 219, 219, 1) !important;
  padding-left: 15px;
  padding-left: 20px !important;
}
.single__info-brand-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.single__info-brand-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.single__info-brand-link:hover .single__info-brand-name {
  text-decoration: underline;
}
.single__info-brand-flag-text {
  color: inherit;
  font-weight: inherit;
}
.single__info-brand-flag-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 18px;
  max-width: 36px;
  max-height: 18px;
  overflow: hidden;
  border: 1px solid rgba(219, 219, 219, 0.8);
  box-sizing: border-box;
}
/* Перебиваем глобальное img { width:100% }, иначе на iOS флаг тянется на всю ширину */
.single__info-brand-flag-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 18px;
  object-fit: contain;
  object-position: center;
}
.single__info-list {
  width: 100%;
}
.single__info-list li {
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #7A7A7A;
  font-weight: 500;
}
.single__info-list li strong {
  font-weight: 500;
  color: #0E293E;
}
.single__info-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.single__info-list-add {
  background: #0E293E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1;
}
.single__info-list-add::after {
  content: "";
  width: 12px;
  aspect-ratio: 4/4;
  background-image: url("../images/icons/arrow-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single__info-marketplaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single__info-marketplaces img {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;  
}
.single__info-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.single__info-quantity-label {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0E293E;
  white-space: nowrap;
}
.single__info-quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  
  overflow: hidden;
}
.single__info-quantity-btn {
  width: 35px;
  height: 35px;
  border: 1px solid #0E293E;
  background: #ffffff;
  color: #0E293E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 0;
}
.single__info-quantity-btn:hover {
  background: #0E293E;
  color: #FFFFFF;
}
.single__info-quantity-btn:active {
  background: #0E293E;
  color: #FFFFFF;
}
.single__info-quantity-btn svg {
  width: 16px;
  height: 16px;
}
.single__info-quantity-input {
  width: 35px;
  height: 35px;
  border: none;  
  text-align: center;
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0E293E;
  background: #fff;
  padding: 0;
  -moz-appearance: textfield;
}
.single__info-quantity-input::-webkit-outer-spin-button,
.single__info-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single__info-quantity-input:focus {
  outline: none;
  background: #f9f9f9;
}
.single__info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  margin-left: auto;
}
.single__info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  border: none;
  border-radius: 30px;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.single__info-btn--cart {  
  background: #daf128;
  color: #032940;
  border: 1px solid #daf128;
  padding: 10px 24px;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 600;
  font-size: 17px;
  /*max-width: 156px;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .single__info-buttons {
    gap: 10px;
  }
  .single__info-table-label {
    width: 50%;
  }
  .single__info-btn,
  .single__info-btn--cart {
    font-size: 15px;
  }
}
.single__info-btn--cart:hover {
  background: #032940;
  color: #FFF;
  border: 1px solid #032940;
}
.single__info-btn--quick-order {
  background: none;
    color: #032940;
    border: 1px solid #032940;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single__info-btn--quick-order:hover {
  background: #032940;
  color: #FFF;
}
.single__info-btn-icons {
  position: relative;
  display: inline-flex;
  width: 29px;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__info-btn-icon {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
      object-fit: contain;
}
.single__info-btn--cart .single__info-btn-icon--active {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.single__info-btn--cart:hover .single__info-btn-icon--default {
  display: none;
}
.single__info-btn--cart:hover .single__info-btn-icon--active {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.single__info-btn-text {
  white-space: nowrap;
}
.quick-order-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.quick-order-popup.active {
  display: block;
}
.quick-order-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.quick-order-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 30px 30px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10001;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.quick-order-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0E293E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: 10;
}
.quick-order-popup__close:hover {
  background: rgba(14, 41, 62, 0.1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.quick-order-popup__close svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.quick-order-popup__body {
  position: relative;
}
.quick-order-popup__title {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0E293E;
  margin: 0 0 20px 0;
}
.quick-order-popup__form {
  font-family: "Neue Haas Unica", sans-serif;
  color: #0E293E;
}
/* Скрываем стандартный блок product_meta, так как данные выводятся в других местах */
.product_meta {
  display: none !important;
}

.single__dscr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  line-height: 1.3;
  color: #0E293E;
}
.single__dscr h3 {
  font-size: 20px;
  font-weight: 800;
  font-family: "PP Pangram Sans Rounded";
}
.single__dscr strong {
  font-weight: 600;
  font-size: 18px;
}

/* Вкладки: Характеристики, Доставка, Оплата, Возврат — как кнопки «Быстрый заказ» / «В корзину» без иконок */
.single-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 24px;
  border: 1px solid #032940;
  border-radius: 30px;
  background: none;
  color: #032940;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.single-tabs__tab:hover {
  background: #032940;
  color: #fff;
}
.single-tabs__tab.is-active {
  background: #daf128;
  color: #032940;
  border-color: #daf128;
}
.single-tabs__tab.is-active:hover {
  background: #032940;
  color: #fff;
  border-color: #032940;
}

/* Вкладка «Отзывы» */
.single-tabs__pane--reviews {
  width: 100%;
}

.product-reviews {
  width: 100%;
}

.product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.product-reviews__item {
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
}

.product-reviews__head {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.product-reviews__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product-reviews__author {
  font-weight: 600;
  font-size: 16px;
  color: #032940;
}

.product-reviews__date {
  font-size: 14px;
  color: #032940;
  opacity: 0.8;
}

.product-reviews__stars {
  display: inline-flex;
  gap: 2px;
  font-size: 25px;
  line-height: 1;
}

.product-reviews__star {
  color: rgba(3, 41, 64, 0.25);
}

.product-reviews__star--on {
  color: #daf128;
}

.product-reviews__text {
  font-size: 15px;
  line-height: 1.5;
  color: #032940;
  margin-bottom: 14px;
}

.product-reviews__text p {
  margin: 0 0 0.5em;
}

.product-reviews__text p:last-child {
  margin-bottom: 0;
}

.product-reviews__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-reviews__photo {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(3, 41, 64, 0.12);
}

.product-reviews__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-reviews__empty {
  margin-bottom: 20px;
  font-size: 15px;
  color: #7A7A7A;
}

.product-reviews__actions {
  margin-top: 20px;
}

.single-review__empty {
  color: #032940;
  opacity: 0.8;
  font-size: 15px;
}
.single-review__actions {
  margin-top: 20px;
}
.popup--review .popup__body {
  max-width: 520px;
}
.popup-review-form .wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #032940;
}
.popup-review-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 14px;
}
.popup-review-form .wpcf7-form input[type="text"],
.popup-review-form .wpcf7-form input[type="email"],
.popup-review-form .wpcf7-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-size: 15px;
}
.popup-review-form .wpcf7-form select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-size: 15px;
}
.popup-review-form .wpcf7-form input[type="file"] {
  font-size: 14px;
}
/* Область загрузки фото: перетаскивание и миниатюры */
.review-file-drop-wrapper {
  margin-bottom: 14px;
}
.review-file-drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  border: 2px dashed #D9D9D9;
  border-radius: 15px;
  background: #fafafa;
  color: #032940;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.review-file-drop-zone:hover,
.review-file-drop-zone.drag-over {
  border-color: #032940;
  background: rgba(3, 41, 64, 0.04);
}
.review-file-drop-zone__text {
  pointer-events: none;
}
.review-file-drop-wrapper input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.review-file-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.review-file-thumb {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #D9D9D9;
}
.review-file-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-file-thumb-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(3, 41, 64, 0.85);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.review-file-thumb-remove:hover {
  background: #032940;
}
.popup-review-form .wpcf7-form .wpcf7-submit {
  margin-top: 10px;
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid #032940;
  background: #032940;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup-review-form .wpcf7-form .wpcf7-submit:hover {
  background: #daf128;
  color: #032940;
  border-color: #daf128;
}

.woocommerce-product-details__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-product-details__description h2 {
  font-size: 20px;
  font-weight: 800;
  font-family: "PP Pangram Sans Rounded";
}

.single-products {
  padding: 60px 0;
  position: relative;
}
.single-products::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 557px;
  aspect-ratio: 4/4;
  top: -60px;
  right: -278px;
  background-image: url("../images/cat_el_2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1500px) {
  .single-products::after {
    display: none;
  }
}
.single-products .title-section {
  margin-bottom: 30px;
}
.single-products__items {
  position: relative;
}
.single-products__items.single-products__items--slider.no-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-products__items.single-products__items--slider.no-carousel .category-product__item {
  width: calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
  box-sizing: border-box;
}
/* Слайдер «Похожие товары» — такие же отступы и карточки, как в recommended */
.single-products__items--slider .slick-list {
  margin: 0 -10px;
}
.single-products__items--slider .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}
.single-products__items--slider .slick-slide .category-product__item {
  width: 100%;
}
.single-products__items .slick-list {
  margin: 0 -10px;
}
.single-products__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-products__items .slick-arrow {
  font-size: 0;
  border: none;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 20;
  top: calc(50% - 35px);
  cursor: pointer;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-products__items .slick-prev {
  left: 0;
  background-image: url("../images/icons/slick-prev.svg");
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-products__items .slick-prev:hover {
  background-image: url("../images/icons/slick-prev_hover.svg");
}
@media (max-width: 600px) {
  .single-products__items .slick-prev {
    -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
.single-products__items .slick-next {
  right: 0;
  background-image: url("../images/icons/slick-next.svg");
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.single-products__items .slick-next:hover {
  background-image: url("../images/icons/slick-next_hover.svg");
}
@media (max-width: 600px) {
  .single-products__items .slick-next {
    -webkit-transform: translate(20%, -50%);
        -ms-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
.single-products__item {
  margin: 10px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 15px;
  padding: 15px 10px;
}
.single-products__item-img {
  height: 340px;
  border-radius: 15px;
  margin-bottom: 16px;
}
.single-products__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
/* Скрываем кнопку просмотра галереи WooCommerce */
.woocommerce-product-gallery__trigger {
  display: none !important;
}

.single-products__item-title {
  font-weight: 600;
  font-size: 20px;
}
.single-products__item-cat {
  font-family: "Neue Haas Unica";
  padding: 4px 10px;
  border-radius: 15px;
  background: #f1f1f1;
}

/* Кнопка "В избранное" в карточке товара */
.category-product__item-content {
	padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    gap: 15px;
}
.category-product__item-img {
	position: relative;
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
}
.category-product__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.category-product__item-favorite {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
@media (max-width: 768px) {
	.category-product {
		padding-top: 40px;
	}
	.category-product__item-content {
		padding: 10px;
		gap: 10px;
	}
	.category-product__item-favorite {
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 2;
		width: 26px;
		height: 26px;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
	}
	/* Каталог, поиск, бренды — соотношение 3:4 сохраняется */
	.category-product__list .category-product__item-img {
		aspect-ratio: 3/4;
	}
	/* В каруселях (рекомендуем, похожие товары) — тоже 3:4 */
	.recommended__items .category-product__item-img,
	.single-products__items--slider .category-product__item-img {
		aspect-ratio: 3/4;
	}
	.category-product__item-title {
		font-weight: 500;
		font-size: 16px;
	}
}

/* Заголовок товара: резервируем место под 4 строки */
.category-product__item-title {
	line-height: 1.2;
	/* Поддерживаем одинаковую высоту карточек (ровно 3 строки) */
	min-height: calc(1.2em * 3);
	/* Ограничиваем ровно 3 строки с троеточием */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Блок статуса и артикула в карточке товара */
.category-product__item-stock-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

.category-product__item-stock-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	flex-shrink: 0;
}

/* Краткое описание товара под заголовком в карточке */
.category-product__item-excerpt {
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 768px) {
	.category-product__item-excerpt {
		margin-top: 0;
	}
}

/* Блок цены в карточке товара */
.category-product__item-price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	/*margin-top: 15px;*/
}
.category-product__item-price-wrapper > * {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.category-product__item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-self: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	gap: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  padding-top: 5px;
}

.category-product__item-price-sale {
	font-family: "Neue Haas Unica", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #0E293E;
}

.category-product__item-price-regular {
	font-family: "Neue Haas Unica", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #A5A5A5;
	text-decoration: line-through;
}
.category-product__item-price-regular *,
.category-product__item-price-regular bdi,
.category-product__item-price-regular .amount {
	text-decoration: line-through;
	color: inherit;
}

.category-product__item-sale-badge {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.category-product__item-sale-badge-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 1;
}

.category-product__item-sale-badge-text {
	position: relative;
	z-index: 2;
	font-family: "Neue Haas Unica", sans-serif;
	font-weight: 600;
	font-size: 14px;
  line-height: normal;
	color: #0E293E;
}

/* Кнопка "В корзину" в карточке товара */
.category-product__item-cart-form {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: 15px;*/
	width: 100%;
}

.category-product__item-cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border: none;
  border-radius: 30px;
  font-family: "PP Pangram Sans Rounded", sans-serif;
  font-weight: 700;
  font-size: 17px;
  max-width: 156px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background: none;
  width: auto;
  max-width: 156px;
  margin-left: auto;
  margin-right: auto;
  color: #032940;
  border: 1px solid #032940;
}

.category-product__item-cart-btn:hover {
	background: #daf128;
}

.category-product__item-cart-btn-icon {
	width: 29px;
	height: 27px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 768px) {
	.category-product__item-cart-btn-icon {
		width: 25px;
		height: auto;
	}
}

.category-product__item-cart-btn-text {
	white-space: nowrap;
}

/* Кнопка «Подробнее» в карточке (отдельный класс + увеличенные отступы) */
.category-product__item-more-btn {
	min-height: 45px;
	padding: 11px 24px;
	max-width: none;
}

.category-product__item-favorite:hover {
	opacity: 0.8;
}
.category-product__item-favorite-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.category-product__item-favorite-icon--active {
	display: none;
}
.category-product__item-favorite.active .category-product__item-favorite-icon--default {
	display: none;
}
.category-product__item-favorite.active .category-product__item-favorite-icon--active {
	display: block;
}

/* Каталог без левой колонки: меню горизонтально под заголовком */
.category-product__inner--no-sidebar {
	display: block;
}
.category-product__inner--no-sidebar .category-product__body {
	width: 100%;
	max-width: none;
}

.category-product__term-description {
	margin: 16px 0 24px;
	max-width: 900px;
	font-size: 18px;
	line-height: 1.5;
	color: #0e293e;
}
.category-product__term-description p {
	margin: 0 0 12px;
}
.category-product__term-description p:last-child {
	margin-bottom: 0;
}

.category-product__nav-row {
	margin-bottom: 24px;
}
.category-product__nav-row .menu-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-product__nav-row .menu-list > li {
	margin: 0;
}
.category-product__nav-row .menu-list > li > a {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 10px 16px;
	border-radius: 30px;
	background: transparent;
	color: #0E293E;
	border: 1px solid #DAF128;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
}
.category-product__nav-row .menu-list > li > a:hover {
	background: #DAF128;
	color: #0E293E;
}
.category-product__nav-row .menu-list > li.active > a,
.category-product__nav-row .menu-list > li.current-menu-item > a,
.category-product__nav-row .menu-list > li.current-menu-ancestor > a {
	background: #DAF128;
	color: #0E293E;
}
.category-product__nav-row .menu-list > li > a::before {
	content: none;
}
.category-product__nav-row .menu-list > li .sub-menu {
	display: none;
}
@media (max-width: 767px) {
	.category-product__nav-row .menu-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 10px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.category-product__nav-row .menu-list > li > a {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 10px 16px;
		border-radius: 30px;
		background: transparent;
		color: #0E293E;
		border: 1px solid #DAF128;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		transition: background 0.3s ease, color 0.3s ease;
	}
}

/* Сетка товаров по БЭМ: 4 карточки в ряд в каталоге */
.category-product__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* /my-account/favorites/: 3 карточки в ряд */
.woocommerce-account .woocommerce-MyAccount-content .category-product__list {
	grid-template-columns: repeat(3, 1fr);
}

/* Убираем clearfix ::before/::after — в grid они создают пустой первый пункт (избранное, каталог) */
.category-product__list.products::before,
.category-product__list.products::after {
	content: none;
	display: none;
}

.category-product__list .product {
	width: 100%;
	margin: 0;
	list-style: none;
}

/* Адаптивность сетки товаров */
@media (max-width: 1200px) {
	.category-product__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 900px) {
	.category-product__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	/* Чтобы сетка товаров не выезжала за контент на мобильном */
	.category-product__body,
	.category-product__content {
		min-width: 0;
	}
	.category-product__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		min-width: 0;
	}
	.category-product__list .product {
		min-width: 0;
	}
	.category-product__list .category-product__item,
	.category-product__list .category-product__item-content {
		min-width: 0;
	}
}

/* Кнопка "Показать еще" */
.category-product__load-more-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.category-product__load-more-btn {
	background: #0E293E;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	border: none;
	border-radius: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.category-product__load-more-btn:hover:not(:disabled) {
	background: rgba(14, 41, 62, 0.9);
}

.category-product__load-more-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.category-product__load-more-btn::after {
	content: "";
	width: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	aspect-ratio: 4/4;
	background-image: url("../images/icons/arrow-btn.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 600px) {
	.category-product__load-more-wrapper {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.category-product__load-more-btn {
		max-width: 100%;
		width: 100%;
		padding: 12px 20px;
	}
}

/* Меню WooCommerce My Account - стили как у single__nav */
.woocommerce-MyAccount-navigation {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1280px) {
	.woocommerce-MyAccount-navigation {
		display: none;
	}
}

.woocommerce-MyAccount-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
	background: #0E293E;
	color: #fff;
}

.woocommerce-MyAccount-navigation-link.is-active > a::before {
	background-image: url("../images/icons/arrow-sub-menu-white.svg");
}

.woocommerce-MyAccount-navigation-link > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 10px;
	border-radius: 30px;
	background: #DAF128;
	color: #0E293E;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link > a::before {
	content: "";
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	aspect-ratio: 4/4;
	background-image: url("../images/icons/arrow-sub-menu.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.woocommerce-MyAccount-navigation-link > a:hover {
	background: #0E293E;
	color: #fff;
}

.woocommerce-MyAccount-navigation-link > a:hover::before {
	background-image: url("../images/icons/arrow-sub-menu-white.svg");
}

/* Контейнер WooCommerce в личном кабинете */
body.woocommerce-account .woocommerce {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	gap: 20px !important;
}

/* Блок сортировки */
.category-product__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 20px 0;
}

.category-product__count {
	font-family: "Neue Haas Unica", sans-serif;
	font-size: 16px;
	color: rgba(14, 41, 62, 1);
}

.category-product__ordering .woocommerce-ordering {
	margin: 0;
}

.category-product__ordering .woocommerce-ordering .orderby {
	padding: 10px 15px;
	border: 1px solid rgba(219, 219, 219, 1);
	border-radius: 4px;
	font-family: "Neue Haas Unica", sans-serif;
	font-size: 16px;
	color: rgba(14, 41, 62, 1);
	background-color: #fff;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.category-product__ordering .woocommerce-ordering .orderby:hover {
	border-color: rgba(14, 41, 62, 1);
}

.category-product__ordering .woocommerce-ordering .orderby:focus {
	outline: none;
	border-color: rgba(14, 41, 62, 1);
}

/* Мобильная нижняя панель навигации */
.mobile-bottom-bar {
	display: none;
}

@media (max-width: 768px) {
	.mobile-bottom-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 70px;
		background: #032940;
		z-index: 1000;
		align-items: center;
		justify-content: space-around;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
	}
	.mobile-bottom-bar__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding: 4px 2px;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		line-height: 1.2;
		-webkit-tap-highlight-color: transparent;
	}
	.mobile-bottom-bar__icon-wrap {
		position: relative;
		display: block;
		line-height: 0;
	}
	.mobile-bottom-bar__icon-wrap .mobile-bottom-bar__icon {
		display: block;
	}
	.mobile-bottom-bar__cart-badge,
	.mobile-bottom-bar__favorite-badge {
		position: absolute;
		top: -6px;
		right: -8px;
		min-width: 14px;
		height: 14px;
		padding: 0 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #DAF128;
		color: #0E293E;
		font-size: 9px;
		font-weight: 700;
		line-height: 1;
		border-radius: 7px;
		box-sizing: border-box;
	}
	.mobile-bottom-bar__icon {
		display: block;
		max-height: 25px;
		width: auto;
		height: auto;
		object-fit: contain;
		flex-shrink: 0;
	}
	.mobile-bottom-bar__text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	/* Отступ снизу у main/контента, чтобы контент не скрывался под панелью */
	body {
		padding-bottom: 70px;
	}
}

.mypage__content p {
  margin-bottom: 20px;
}

.mypage__content ul {
  list-style: disc;
  list-style-position: outside;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 24px;
}

.mypage__content li {
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.chaport-container .chaport-launcher .chaport-launcher-button {
    position: absolute;
    bottom: 4.4285714286em!important;
}
.breadcrumbs {
  margin-bottom: 20px;
  margin-top: 45px;
}
.breadcrumbs__inner {
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.my-account__body .breadcrumbs {
  margin-bottom: 20px;
  margin-top: 40px;
}

.category-blog__body .breadcrumbs {
  margin-bottom: 20px;
  margin-top: 40px;
}

.single-blog__body .breadcrumbs {
  margin-bottom: 20px;
  margin-top: 40px;
}

.single-product__body .breadcrumbs {
  margin-bottom: 20px;
  margin-top: 40px;
}

/* Страница поиска */
.search-page__form-wrap {
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: 560px;
}
.search-page__form-wrap--inline {
  margin-bottom: 24px;
  max-width: 100%;
}
.search-page__form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.search-page__input {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Neue Haas Unica", sans-serif;
  color: #0E293E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-page__input:focus {
  outline: none;
  border-color: #0E293E;
}
.search-page__input::placeholder {
  color: #999;
}
.search-page__submit {
  padding: 14px 24px;
  background-color: #0E293E;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Neue Haas Unica", sans-serif;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.search-page__submit:hover {
  background-color: rgba(14, 41, 62, 0.9);
}
.search-page__hint {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#cpt_info_box {
  display: none !important;
}

#cpto {
  display: none !important;
}

/* Скрываем блок наличия в каруселях и на странице брендов */
.recommended__items .category-product__item-stock-wrapper,
.single-products__items--slider .category-product__item-stock-wrapper {
  display: none !important;
}

body.tax-product_brand .category-product__item-stock-wrapper {
  display: none !important;
}

body.tax-product_cat .category-product__item-stock-wrapper {
  display: none !important;
}

/* На случай отличий в имени класса body (подстраховка по подстроке) */
body[class*="tax-product_brand"] .category-product__item-stock-wrapper,
body[class*="tax-product_cat"] .category-product__item-stock-wrapper {
  display: none !important;
}

/* На странице бренда скрываем меню с категориями (чипы) */
body.tax-product_brand .category-product__nav-row .menu-list,
body[class*="tax-product_brand"] .category-product__nav-row .menu-list {
  display: none !important;
}

/* На странице бренда скрываем весь блок под заголовком */
body.tax-product_brand .category-product__nav-row,
body[class*="tax-product_brand"] .category-product__nav-row {
  display: none !important;
}

.category-product__item-stock-wrapper {
  display: none !important;
}