/*
Theme Name: Kord
*/
@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/wp-content/themes/kord/assets/fonts/roboto-300.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/kord/assets/fonts/roboto-regular.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/kord/assets/fonts/roboto-500.woff2') format('woff2'); 
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:root {
  --c-bg: #ffffff;
  --c-bg-dark: #1D1D1F;
  --c-bg-soft: #f7f7f7;
  --c-border: #D9D9D9;
  --c-border-dark: #30363C;
  --c-text: #1D1D1F;
  --c-text-muted: #606569;
  --c-accent: #1D1D1F;
  --c-accent-red: #c32727;

  --fs-h1: clamp(2.5rem, 2rem + 2.22vw, 4rem);
  --fs-h2: clamp(2rem, 1.6rem + 1.5vw, 3rem);
  --fs-h3: clamp(1.5rem, 1rem + 2vw, 2rem);
  --fs-h4: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
  --fs-h5: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
  --fs-h6: 1rem;

  --space-1x: 0.5rem;
  /* 8px  (8 * 1) */
  --space-2x: 1rem;
  /* 16px (8 * 2) */
  --space-3x: 1.5rem;
  /* 24px (8 * 3) */
  --space-4x: 2rem;
  /* 32px (8 * 4) */
  --space-5x: 2.5rem;
  /* 40px (8 * 5) */
  --space-6x: 3rem;
  /* 48px (8 * 6) */
  --space-8x: 4rem;
  /* 64px (8 * 8) */
  --space-10x: 5rem;
  /* 80px (8 * 10) */
  --space-12x: 6rem;
  /* 96px (8 * 12) */

  --space-section-y: clamp(3rem, 1rem + 6vw, 6rem);

  --focus-ring: 0 0 1px 1px #fff, 0 0 1px 1px #ccc;

  --swiper-theme-color: #131212 !important;
}



html {
  scroll-behavior: smooth;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

/* общая шкала */
h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

h4 {
  font-size: var(--fs-h4);
}

h5 {
  font-size: var(--fs-h5);
}

h6 {
  font-size: var(--fs-h6);
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}


button:focus-visible,
input:focus-visible,
a:focus-visible {
  /*   outline: none;
  box-shadow: var(--focus-ring); */
  outline-offset: 1px;
  outline-style: dashed;
  outline-color: cornflowerblue;
}

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

button {
  transition: background-color .2s ease, color .2s ease, transform .1s ease;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.33;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  background: #fff;
  color: var(--c-text);
}

p {
  margin-block-end: 1rem
}

.container {
  padding-inline: max(1rem, 5vw);
}

section:not(.products, .features, .products-catalog, .blog-page),
footer {
  padding-block: var(--space-section-y);
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 1rem;
  background-color: #fff;
  height: 3.5rem;
  border-radius: 2rem;
  font-weight: 500;
  padding: 0 1.5rem;
  color: var(--c-text);
  text-align: center;
}

.button-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button-arrow {
  padding: 0 16px 0 24px;
}

.button-arrow::after {
  display: block;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="18" fill="black"/><path d="M23.0974 23.8056C22.8273 23.8019 22.5833 23.6974 22.3654 23.4921C22.1475 23.2868 22.037 23.0489 22.0337 22.7783L21.9338 15.5597L13.8163 23.6772C13.6105 23.883 13.3662 23.984 13.0833 23.9801C12.8005 23.9762 12.5537 23.8684 12.3431 23.6569C12.1315 23.4453 12.0238 23.198 12.0199 22.9152C12.016 22.6323 12.1169 22.3885 12.3228 22.1837L20.4403 14.0661L13.2217 13.9663C12.9516 13.9626 12.7137 13.852 12.5079 13.6346C12.3021 13.4172 12.1976 13.1732 12.1944 12.9026C12.1906 12.6326 12.2917 12.3946 12.4975 12.1888C12.7033 11.983 12.9413 11.8819 13.2113 11.8857L22.9343 12.0202C23.0692 12.0098 23.1987 12.0361 23.3228 12.0992C23.4469 12.1623 23.5582 12.2436 23.6568 12.3432C23.7564 12.4427 23.8347 12.5511 23.8918 12.6682C23.9489 12.7854 23.9783 12.9179 23.9798 13.0657L24.1143 22.7887C24.118 23.0587 24.017 23.2967 23.8112 23.5025C23.6054 23.7083 23.3674 23.8094 23.0974 23.8056Z" fill="white"/></svg>');
  height: 36px;
  width: 36px;
  border-radius: 18px;
  background-color: var(--c-bg-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 3.5rem;
  width: 100%;
  padding: 0 2rem;
}


.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: max(1rem, 5vw);
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
  top: 2rem;
  color: #fff
}

.nav__logo {
  display: grid;
  place-items: center;
}

.nav__logo svg {
  width: 120px;
  height: 32px;
}

.nav__logo svg path {
  fill: #131212;
}

.nav__logo--white svg path {
  fill: #fff;
}

.nav-toggle {
  display: none;
  text-align: right;
  height: 56px;
  width: 56px;
}

.nav-toggle::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m4 18h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm-1-6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1z" fill="white"/></svg>');
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1200px) {
  .nav-toggle {
    display: block;
  }
}

.nav-list {
  display: flex;
  align-items: center;
  margin: 0 2rem 0 auto;
}

@media screen and (max-width: 768px) {
  .nav-list {
    display: none;
  }
}

.nav-list .menu-item {
  position: relative;
}

.nav-list .menu-item a {
  display: block;
  padding: var(--space-2x);
  width: 100%;
}

.nav-list .menu-item .sub-menu {
  display: none;
  position: absolute;
  left: 16px;
  background-color: black;
  color: white;
  top: 54px;
  width: 300px;
  border-radius: 0 8px 8px 8px;
}

.nav-list .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
}

.nav-list .menu-item .sub-menu a {
  border-radius: 8px;
}

.nav-list .menu-item .sub-menu a:hover {
  background-color: var(--c-bg-dark);
}

.nav-list .menu-item .sub-menu .menu-item-has-children>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list .menu-item .sub-menu .menu-item-has-children>a::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.6665 11.3332L9.99984 7.99984L6.6665 4.6665" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.nav-list .menu-item:hover>.sub-menu {
  display: block;
}

.nav-list__item {
  height: 100%;
}

.nav-list__link {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-list-modal li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #27272B;
}

.nav-list-modal .menu-item-has-children>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list-modal .menu-item-has-children>a::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.6665 11.3332L9.99984 7.99984L6.6665 4.6665" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 16px;
  height: 16px;
}

.nav-list-modal .menu-item .sub-menu {
  display: none;
  padding-inline-start: var(--space-1x);
}

.nav-list-modal .menu-item:hover>.sub-menu {
  display: block;
}

.nav-list-modal .menu-item:hover.menu-item-has-children>a::after {
  transform: rotate(90deg);
}

.nav-cart {
  height: 3rem;
  width: 3rem;
  display: grid;
  place-items: center;
  position: relative;
}

.nav-cart:hover>.mini-cart-dropdown {
  display: flex;
  flex-direction: column
}

.nav-cart__quantity {
  position: absolute;
  right: 0;
  top: 0;
  background-color: red;
  padding: 4px;
  font-size: 12px;
  color: white;
  border-radius: 100px;
  height: 16px;
  min-width: 16px;
  line-height: 9px;
}

@media screen and (max-width: 578px) {
  .nav-cart {
    border: none;
    background: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    text-align: right;
  }

  .nav-cart__quantity {
    right: 20px;
    top: 20px;
  }
}

.nav__right {
  display: flex;
  gap: var(--space-2x);
}

@media screen and (max-width: 578px) {
  .nav__right {
    gap: 0;
  }
}

.nav__button {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1200px) {
  .nav__button {
    display: none;
  }
}

.nav-black {
  color: #131212
}

.nav-black .nav-toggle::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m4 18h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm-1-6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1z" fill="black"/></svg>');
}

.header {
  position: fixed;
  z-index: 1;
  left: 0;
  top: var(--space-4x);
  width: 100%;
}

.header-nav {
  display: flex;
  gap: var(--space-6x);
  padding-inline: var(--space-4x);
  height: 56px;
  border-radius: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 15px 15px rgba(7, 9, 7, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
}

.main-screen {
  position: relative;
  min-height: 100svh;
  width: 100%;
  background: var(--c-bg-dark) url("/wp-content/themes/kord/assets/img/kord-134-bg.avif") center/cover;
  color: #fff;
}


.main-screen__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-block-start: auto;
  position: absolute;
  bottom: clamp(var(--space-8x), 10vw, 7rem);
  max-width: 960px
}

.main-screen__link {
  margin-block-start: 2rem
}

.main-screen__description {
  font-size: var(--fs-h5);
  margin-block-start: 0.5rem
}

.catalog-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem
}

.catalog-list__item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--c-bg-dark);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  aspect-ratio: 1/1.62;
  border-radius: 0.5rem;
  font-weight: 500;
}

.catalog-list__item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.catalog-list__trigger {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(19, 18, 18, 0.5);
  height: 32px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.catalog-list__title {
  margin-block-start: auto;
  font-size: var(--fs-h4);
}

.catalog__title {
  margin-block-end: 2rem
}

.catalog__title--animated {
  background: url("https://kord-spectkan.com.ua/wp-content/uploads/2023/07/animation.gif") center/cover;
  color: #fff;
  padding: 0 1rem;
  display: inline-block;
  border-radius: 0.5rem
}

.features {
  min-height: 100svh;
  width: 100%;
  padding: 0;
  color: #fff;
}

.features__slider {
  height: 100svh;
}

.features__slide {
  padding: 6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .features__slide {
    padding: 4rem 0 9rem;
  }
}

.features__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}


.features__trigger {
  font-size: var(--fs-h5);
  margin-block-start: 1rem;
}

.features__buttons {
  display: flex;
  gap: var(--space-1x);
  position: absolute;
  bottom: 6rem;
  right: max(1rem, 5vw);
  z-index: 1
}

@media screen and (max-width: 768px) {
  .features__buttons {
    bottom: 4rem;
    left: max(1rem, 5vw);
    right: auto;
  }
}

.features__button {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 32px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.features__button--prev {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50081 15.7096C8.68914 15.516 8.78776 15.2695 8.79667 14.9703C8.80557 14.6711 8.71551 14.4246 8.52649 14.231L3.49279 9.05611H14.9727C15.2638 9.05611 15.5079 8.95472 15.7052 8.75195C15.9024 8.54917 16.0007 8.29853 16 8C16 7.70077 15.9014 7.44977 15.7041 7.247C15.5069 7.04422 15.2631 6.94319 14.9727 6.94389H3.49279L8.52649 1.76898C8.71483 1.57536 8.80488 1.32893 8.79667 1.0297C8.78845 0.730473 8.68983 0.484048 8.50081 0.290429C8.31247 0.0968093 8.07277 0 7.78171 0C7.49064 0 7.25094 0.0968093 7.06261 0.290429L0.28252 7.26073C0.179791 7.34873 0.106853 7.45892 0.0637074 7.59129C0.0205612 7.72365 -0.000669479 7.85989 1.52588e-05 8C1.52588e-05 8.14081 0.021246 8.27283 0.0637074 8.39604C0.106168 8.51925 0.179107 8.63366 0.28252 8.73927L7.06261 15.7096C7.25094 15.9032 7.49064 16 7.78171 16C8.07277 16 8.31247 15.9032 8.50081 15.7096Z" fill="white"/></svg>');
}

.features__button--next {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.49919 15.7096C7.31086 15.516 7.21224 15.2695 7.20333 14.9703C7.19443 14.6711 7.28449 14.4246 7.47351 14.231L12.5072 9.05611H1.02729C0.736225 9.05611 0.492074 8.95472 0.294835 8.75195C0.0975959 8.54917 -0.000681303 8.29853 3.55462e-06 8C3.55462e-06 7.70077 0.0986231 7.44977 0.295862 7.247C0.493101 7.04422 0.73691 6.94319 1.02729 6.94389H12.5072L7.47351 1.76898C7.28517 1.57536 7.19512 1.32893 7.20333 1.0297C7.21155 0.730473 7.31017 0.484048 7.49919 0.290429C7.68753 0.0968093 7.92723 0 8.21829 0C8.50936 0 8.74906 0.0968093 8.93739 0.290429L15.7175 7.26073C15.8202 7.34873 15.8931 7.45892 15.9363 7.59129C15.9794 7.72365 16.0007 7.85989 16 8C16 8.14081 15.9788 8.27283 15.9363 8.39604C15.8938 8.51925 15.8209 8.63366 15.7175 8.73927L8.93739 15.7096C8.74906 15.9032 8.50936 16 8.21829 16C7.92723 16 7.68753 15.9032 7.49919 15.7096Z" fill="white"/></svg>');
}

.autoplay-progress {
  position: absolute;
  right: max(1rem, 5vw);
  top: 6rem;
  z-index: 10;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .autoplay-progress {
    top: auto;
    bottom: 4rem;
  }
}

.autoplay-progress-svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}


.advantages__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
  margin-block-start: 3rem;
}

.advantages__item {
  position: relative;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-size: cover;
  aspect-ratio: 1 / 1.62;
  border-radius: 0.5rem;
  z-index: 0;
  overflow: hidden
}

.advantages__item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: -1;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
}

.advantages__trigger {
  font-weight: 500;
  font-size: var(--fs-h4);
  margin-block-end: 0.5rem
}


@media screen and (max-width: 480px) {
  .advantages__footer {
    flex-direction: column;
  }
}

.footer {
  background-color: var(--c-bg-dark);
  color: #fff;
}

.footer-top {
  border-bottom: 1px solid #30363C;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #30363C;
  font-size: 0.875rem;
}

@media screen and (max-width: 1200px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}


.footer-top__title {
  margin-block-end: 16px;
}

.footer-top__description {
  margin-block-end: 48px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  padding-top: 3rem;
  gap: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer-bottom__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  font-size: 0.875rem
}

@media screen and (max-width: 578px) {
  .footer-bottom__info {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {

  .footer-links {
    display: none;
  }
}

.footer-bottom__nav .footer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}

.footer-bottom__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-2x);
}

.footer-bottom__number {
  font-size: var(--fs-h3);
}


.footer-form form p {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: var(--space-2x);
}

.footer-form form p input[type=submit] {
  background-color: #fff;
}

.footer-list li {
  padding: 0.5rem 0
}


.footer-list__link:hover {
  opacity: 0.8;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}

.modal__wrap {
  height: 100svh;
  max-width: 30rem;
  background-color: var(--c-bg-dark);
  margin-left: auto;
  padding: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  animation: slideDown 0.5s ease forwards;
}

.modal-logo {
  display: block;
  height: 2rem;
  margin-block-end: 2rem;
}

.modal__title {
  font-size: var(--fs-h4);
  margin-block-end: 1rem;
}

.modal__subtitle {
  margin-block-start: 32px;
  font-size: 24px;
  margin-block-end: 24px;
}

.modal__info {
  color: #A8A8A8;
  margin-block-start: 16px;
}

.modal__text a {
  word-wrap: break-word;
}

.modal__button {
  width: 100%;
  justify-content: center;
  margin-block-start: 1rem;
}

.modal__bottom {
  margin-block-start: 1rem;
}

.button-border.modal__button:hover {
  background: #fff;
  color: #131212;
}

.modal .wpcf7-form {
  margin-block-start: 32px;
}

.modal .wpcf7-form input {
  margin-block-end: 16px;
}

.modal .wpcf7-form input[type=submit] {
  background-color: #fff;
  color: #131212;
}


.modal-contact li {
  padding: 1rem 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: var(--space-2x);
  border: 1px solid #fff;
  border-radius: 8px;
  color: #111
}

.products-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  margin-block-start: .25rem;
}

@media screen and (max-width: 992px) {
  .products-container {
    grid-template-columns: 1fr;
    gap: var(--space-2x);
  }
}

.products-catalog {
  padding: 0;
}

.products-catalog .product {
  position: relative
}

.products-sidebar__toggle {
  display: none;
  width: 100%;
  background-color: black;
  border-radius: 0;
  color: white;
}

.products-sidebar__toggle::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.53285 10.0333L5.79952 8.29996C5.58841 8.08885 5.5413 7.84729 5.65819 7.57529C5.77508 7.30329 5.9833 7.16707 6.28285 7.16663H9.71619C10.0162 7.16663 10.2246 7.30285 10.3415 7.57529C10.4584 7.84774 10.4111 8.08929 10.1995 8.29996L8.46619 10.0333C8.39952 10.1 8.3273 10.15 8.24952 10.1833C8.17174 10.2166 8.08841 10.2333 7.99952 10.2333C7.91063 10.2333 7.8273 10.2166 7.74952 10.1833C7.67174 10.15 7.59952 10.1 7.53285 10.0333Z" fill="white"/></svg>');
  margin-left: auto;
  width: 16px;
  height: 16px;
}

.products-sidebar .wp-block-heading {
  font-size: 24px;
  margin-block-end: 16px;
}

.products-sidebar .wc-blocks-filter-wrapper {
  margin-block-end: 32px;
}

.products-sidebar .wc-block-product-categories-list-item a {
  display: inline-block;
  width: 90%;
  padding: 4px 0;
}

.products-sidebar .wc-block-product-categories-list-item a:hover {
  opacity: 0.6;
}

.products-sidebar .wc-block-components-checkbox__input {
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #131212 !important;
}

.products-sidebar .wc-block-components-checkbox__input:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--c-bg-dark);
  display: block;
  margin: 6px auto;
  border-radius: 2px;
}

.products-sidebar .wc-block-components-checkbox__mark {
  display: none !important;
}

.products-sidebar .wc-block-attribute-filter__actions {
  justify-content: flex-start;
  margin-block-start: 16px;
}

.product-categories {
  margin-block-end: 16px
}

.product-categories__title {
  font-size: 24px;
  margin-block-end: 8px
}

.product-categories__sublist {
  margin-block-end: 16px;
}

.product-categories__link {
  display: block;
  padding: 4px 0;
  transition: all .2s
}

.product-categories__link:hover {
  opacity: .5
}

.products-search {
  border: 1px solid #131212;
  width: 100%;
}

.products-search .wp-block-search__button {
  width: 64px;
  background: var(--c-bg-dark);
}

.products-search .wp-block-search__button svg {
  fill: white;
}

.products-search .wp-block-search__input {
  border: none;
}

.products-filter {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-3x);
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}

@media screen and (max-width: 578px) {
  .products-filter {
    grid-template-columns: 1fr;
    gap: var(--space-2x);
  }
}

.products-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1rem;
}

.products-item__wrap {
  aspect-ratio: 1/1;
  background-color: #f7f7f7;
  border-radius: 1rem;
  overflow: hidden;
}

.products-item__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-item__features {
  padding-top: var(--space-4x);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-1x);
  font-size: 12px;
}

.products-item__special {
  display: flex;
  align-items: center;
  gap: var(--space-1x);
  padding: 8px;
  background-color: #fff;
  height: 32px;
  width: 32px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.products-item__title {
  font-size: var(--fs-h5);
  margin: 1rem 0 0.5rem;
}

.products-item__price {
  font-size: 1rem;
  font-weight: 500;
  margin-block-start: 0.5rem;
  display: flex;
  align-items: center;
  gap: var(--space-1x);
}

.products-item__price del {
  opacity: 0.5;
  order: 2;
}

.products-item__price ins {
  text-decoration: none;
  order: 1;
}

.page-numbers {
  display: flex;
  gap: var(--space-1x);
  margin-block-start: 32px;
}

ul.page-numbers li span,
ul.page-numbers li a,
.page-numbers span,
.page-numbers a {
  width: 40px;
  height: 40px;
  border: 1px solid #131212;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

ul.page-numbers li span.current,
ul.page-numbers li a.current,
.page-numbers span.current,
.page-numbers a.current {
  background-color: var(--c-bg-dark);
  color: #fff;
}

.product-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-block-end: 4rem;
  position: relative
}

.product-head__button {
  width: 100%;
  margin-block-start: 1rem
}

@media screen and (max-width: 1440px) {
  .product-head {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .product-head {
    grid-template-columns: 1fr;
  }
}


.product-head__button {
  border-color: #131212;
  color: #131212;
  justify-content: center;
  transition: all .2s ease-in-out
}

.product-head__button:hover {
  border-color: #131212;
  color: #fff;
  background-color: var(--c-bg-dark);
}

.product-galery {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  padding: var(--space-6x);
}

.product-galery__mini {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
}

.product-galery__img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.product-main__title {
  font-size: var(--fs-h2);
  margin: 1rem 0;
}

.product-main__description {
  margin-block-end: 16px
}

.product-colors {
  display: flex;
  gap: var(--space-1x);
  margin: 32px 0;
}

.product-colors__img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}


.product-price__tabs {
  display: inline-flex;
  margin-block-end: 1rem;
  background: #d9d9d9;
  border-radius: 2rem;
}

.product-price__tab {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  cursor: pointer
}

.product-price__tab--active {
  background-color: var(--c-bg-dark);
  color: #fff;
}

.product-price__table {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem
}

.product-price__table--active {
  display: grid;
}

.product-price__title {
  color: #606569;
}

.product-price__num {
  font-size: var(--fs-h5);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.product-price__num del {
  order: 2;
  font-size: 16px;
  opacity: 0.5;
}

.product-price__num ins {
  text-decoration: none;
}

.product-price__info {
  font-size: 16px;
  order: 3;
}

@media screen and (max-width: 480px) {
  .product-btns-wrap {
    flex-wrap: wrap;
  }

  .product-head__button {
    width: 100%
  }

  .product-form {
    width: 100%
  }

  .product-price__table {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-form__wrap {
  display: flex;
  justify-content: space-between;
  padding-inline-start: 0.5rem;
  border: 1px solid #111;
  border-radius: 2rem
}

.product-form__wrap .button {
  background-color: var(--c-bg-dark);
  color: #fff;
  flex-grow: 1;
  justify-content: center;
}


@media screen and (max-width: 480px) {
  .product-form input {
    padding: 0 24px;
  }
}


.product-properties {
  margin-block-start: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.5rem;
}

@media screen and (min-width: 640px) {
  .product-properties {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .product-properties {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-properties__item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #D4D4D4;
}

@media screen and (max-width: 640px) {
  .product-properties__item {
    padding: 1rem 0;
  }
}

.product-properties__title {
  display: block;
  margin-block-end: 0.25rem;
}

.product-properties__text {
  font-size: var(--fs-h5);
  line-height: 1.1;
}

.product-properties__text a {
  text-decoration: underline;
  cursor: pointer
}


.product-properties__wrap {
  display: grid;
}

.product-properties__wrap .product-properties__item {
  border: none;
  margin-right: 32px;
}

.product-properties__link {
  color: #21557B;
  text-decoration: underline;
}

.product-properties__row-icon {
  height: 4rem;
  width: 4rem;
  flex-shrink: 0
}

.product-promo {
  margin-block-start: 32px;
  margin-block-end: 32px;
}

.product-promo__title {
  height: 460px;
  padding: var(--space-6x);
  background: #131212 url("../img/adv-3.jpg");
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

@media screen and (max-width: 578px) {
  .product-promo__title {
    font-size: 24px;
    line-height: 32px;
    height: auto;
  }
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.related h2 {
  margin-block-end: 2rem
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wc-block-attribute-filter {
  margin-block-end: 0;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  margin: 0;
}


.wc_payment_methods {
  margin: 24px 0;
}

.wc_payment_method input {
  width: auto;
  height: auto;
  margin-block-end: 16px;
}


.seo-text {
  padding-top: 0;
}

.seo-text h2 {
  margin-block-end: 24px;
}

.seo-text p {
  margin-block-end: 16px;
}

.seo-text__content {
  height: 300px;
  overflow: hidden;
}

.seo-text__overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  margin-block-start: -80px;
  height: 80px;
  z-index: 1;
  position: relative;
}

.seo-text__open {
  margin-block-start: 24px;
  display: block;
}

.wpseo_breadcrumb {
  margin-block-end: 24px;
  display: block;
}

.nav-list .menu-item.menu-item-language-ru a,
.nav-list .menu-item.menu-item-language-uk a {
  display: grid;
  place-items: center;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
  height: 64px;
  min-width: 64px;
  border-radius: 64px;
}

.wpclv-attributes .wpclv-terms .wpclv-term-image span,
.wpclv-attributes .wpclv-terms .wpclv-term-image a {
  height: 56px;
  width: 56px;
  border-radius: 64px;
  overflow: hidden;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active,
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
  border-color: #131212;
}

.pswp__bg {
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  padding: 0.25rem 1rem;
  color: #000;
  border-radius: 2rem;
  z-index: 99;
}


/* 
.wc-ukr-shipping-np-fields .custom-select {
  display: none !important;
}

.wc-ukr-shipping-np-fields h3 {
  font-size: 24px;
  margin: 16px 0;
}

.wc-ukr-shipping-checkbox input,
.woocommerce-shipping-methods input {
  width: auto;
  height: auto;
  padding: 0;
}

.woocommerce-shipping-methods li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.woocommerce-order {
  margin: 112px auto 0 !important
}

.woocommerce-order h2 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-order-overview {
  padding: 16px 0 !important
} */

/* Стили для контейнера уведомления */
.wpcf7-response-output {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 300px;
  background-color: #fff;
  /* Замените на цвет, который вы хотите использовать */
  padding: 10px;
  z-index: 9999;
  /* Убедитесь, что уведомление находится над всеми элементами на странице */
  animation: slideDown 0.5s ease forwards;
}

/* Анимация для появления и скрытия уведомления */
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
  display: block !important;
  /* Показать уведомление, когда оно активируется */
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateY(0);
  }
}



.footer-list__socials {
  display: flex;
  gap: 0.5rem;
}

.footer-list__payments {
  height: 2rem;
}

.footer-list__social-link svg {
  width: 2rem
}

.video-container iframe {
  margin-block-start: 40px;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: 80svh;
}

.video-title {
  margin-block-start: 64px;
}

.wpml-ls-current-language .sub-menu {
  border-radius: 0 0px 8px 8px !important;
  width: 50px !important;
  left: 0 !important;
}

.product-features__use {
  display: flex;
  padding: var(--space-4x);
  align-items: flex-end
}

.product-features__more-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1x);
  align-items: flex-end;
}

.product-features__use-title {
  font-size: 32px;
  line-height: 40px;
}

.product-features__more {
  margin-block-end: 8px;
  color: #3F595F;
}

.product-features__more-item {
  background-color: #fff;
  color: #141414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  height: 32px;
  border-radius: 30px
}

.otgs-development-site-front-end {
  display: none !important
}

.blog-list__author-link {
  display: flex;
  gap: var(--space-1x);
  margin-block-start: 16px;
  align-items: center;
}

.blog-list__author-link img {
  display: inline-block;
  border-radius: 32px;
}

.blog-list__date,
.blog-list__time {
  font-size: 14px;
  opacity: .8;
  margin-block-end: 8px;
  display: flex;
  align-items: center;
  gap: var(--space-1x);
}

.blog-list__tags {
  margin-block-start: 16px;
  display: flex;
  gap: 4px;
  font-size: 14px;
}

.blog-list__item:hover .blog-list__item:not(:hover) {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.blog-list__row {
  display: flex;
  justify-content: space-between;
}

.author {
  margin-block-end: 80px;
}

.author-info {
  padding: 40px 0
}

.author-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-3x);
  margin-block-end: 24px;
}

.author-avatar {
  border-radius: 100px;
  overflow: hidden
}

.author-name {
  font-size: 48px;
  line-height: normal;
}

.author-rating {
  width: 96px !important;
  height: 16px !important;
  margin: 0 !important
}

.author-description {
  margin-block-end: 24px;
}

.author-social {
  display: flex;
  align-items: center;
  gap: 8px
}

.author-social a {
  display: flex;
  gap: var(--space-1x);
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #ebeff2
}

@media screen and (max-width: 578px) {
  .video-container iframe {
    height: 320px
  }
}

.up-sells {
  padding: 112px 0 0 0
}

.up-sells h2 {
  margin-block-end: 32px;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  padding: 0.5rem 1rem !important
}

.wpc-filter-title {
  margin-block-end: 0.5rem !important;
  font-size: var(--fs-h5) !important;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 1rem;
  gap: 0.5rem
}

.qty-btn {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  background-color: black;
  color: #fff
}

.qty-btn svg {
  pointer-events: none;
}

.quantity-wrapper input.qty {
  height: auto;
  width: 4rem;
  text-align: center;
  border: none;
  padding: 0
}


.wc-block-cart-item__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-media {
  position: sticky;
  max-width: 100%;
  overflow: hidden;
  min-height: 50dvh;
  max-height: 700px;
  top: 3rem
}

@media screen and (max-width: 1200px) {
  .product-media {
    position: relative;
    top: 0
  }
}

.product-head>* {
  min-width: 0;
}

@media screen and (max-width: 578px) {
  .product-media {
    aspect-ratio: 3/4;
    min-height: auto;
  }
}

.product-swiper {

  height: 100%;
  overflow: visible;
}

.product-swiper .swiper-wrapper {
  align-items: stretch;
}

.product-swiper .swiper-slide {
  width: var(--slide-size);
  height: var(--slide-size);
  border-radius: 1rem;
  overflow: hidden;
}

.product-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  background: #f6f6f6;
}


.product-accordion {
  margin-block-start: 1.5rem;
  border-top: 1px solid #ddd;
}

.product-accordion__item {
  border-bottom: 1px solid #ddd;
}

.product-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500
}

.product-accordion__content {
  display: none;
  padding: 0 1rem 1rem;
}

.product-accordion__item.active .product-accordion__content {
  display: block;
}

.product-accordion__icon {
  transition: transform .2s ease-in-out
}

.product-accordion__item.active .product-accordion__icon {
  transform: rotateZ(45deg);
}

.product-breadcrumbs {
  margin-block-end: 2rem;
  opacity: .6
}


.product-thumbs {
  position: absolute !important;
  bottom: 2rem;
  left: 2rem;
  max-width: calc(100% - 10vw);
}

@media screen and (max-width: 578px) {
  .product-thumbs {
    bottom: 1rem;
    left: 1rem;
    max-width: calc(100% - 8vw);
  }
}

.product-thumbs .swiper-slide {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #e6e6e6;
  transition: all .2s ease;
  cursor: pointer
}

.product-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #fff;
  transform: scale(0.95);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important
}

.swiper-button-prev {
  left: 2rem !important
}

.swiper-button-next {
  right: 2rem !important
}

.wpml-language-switcher-block {
  width: auto !important;
}


/* --- Стили ТОЛЬКО для информационных страниц --- */
/* Селектор читается так: 
   "Внутри body, у которого НЕТ класса .woocommerce-page И НЕТ класса .home,
    найти элемент .page и внутри него .container" */

body:not(.woocommerce-page):not(.home) .container-content {
  max-width: 60rem;
  /* Сужаем текст для удобного чтения */
  margin-left: auto;
  /* Центрируем блок */
  margin-right: auto;
}

/* Возвращаем отступы абзацам */
body:not(.woocommerce-page):not(.home) .container-content p {
  margin-block-end: 1rem;
}

/* Стили заголовков для инфо-страниц */
body:not(.woocommerce-page):not(.home) .container-content h1,
body:not(.woocommerce-page):not(.home) .container-content h2,
body:not(.woocommerce-page):not(.home) .container-content h3 {
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

/* Делаем списки (маркеры) видимыми, так как reset.css их часто скрывает */
body:not(.woocommerce-page):not(.home) .container-content ul,
body:not(.woocommerce-page):not(.home) .container-content ol {
  margin-block-end: 1rem;
}

body:not(.woocommerce-page):not(.home) .container-content ul {
  list-style-type: disc;
  /* Точки */
}

body:not(.woocommerce-page):not(.home) .container-content ol {
  list-style-type: decimal;
  /* Цифры */
}



/* =========================================
   BLOG PAGE STYLES (8px Grid System)
   ========================================= */

.blog-page {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: var(--c-bg, #fff);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1rem;
  margin-block-end: 4rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.04);
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: #f0f0f0;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #fff;
  color: #131212;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
}

.blog-card__meta {
  margin-block-end: 1rem;
  font-size: 0.875rem;
  color: #888;
}

.blog-card__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-block-end: 1rem;
  color: #131212;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-block-end: 1.5rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__footer {
  padding-top: 1rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-card__read-more {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #131212;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s ease;
}

.blog-card:hover .blog-card__read-more {
  gap: 1rem;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-block-end: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.blog-filter-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* 16px */
}

.blog-filter-select,
.blog-search-input {
  height: 3rem;
  padding: 0 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 3rem;
  background-color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

.blog-filter-select:focus,
.blog-search-input:focus {
  border-color: #131212;
}

.blog-search-form {
  display: flex;
  gap: 0.5rem;
}

.blog-search-button {
  height: 3rem;
  padding: 0 2rem;
  background-color: var(--c-bg-dark);
  color: #fff;
  border-radius: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.blog-search-button:hover {
  background-color: #333;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-block-start: 4rem;
}

.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #131212;
  font-weight: 600;
  transition: all 0.2s;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background-color: var(--c-bg-dark);
  color: #fff;
  border-color: #131212;
  text-decoration: none;
}


/* =========================================
   RESPONSIVE BREAKPOINTS (Перестроение колонок)
   ========================================= */


/* Tablet (меньше 992px) -> 2 колонки */
@media screen and (max-width: 992px) {
  .blog-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-filters__right,
  .blog-search-form,
  .blog-search-input {
    width: 100%;
  }
}

/* Mobile (меньше 578px) -> 1 колонка */
@media screen and (max-width: 578px) {
  .blog-card__image {
    aspect-ratio: 16 / 9;
    /* На мобилке чуть ниже картинка */
  }

  .blog-filter-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .blog-filter-select {
    width: 100%;
  }
}


/* =========================================
   SINGLE POST STYLES
   ========================================= */

.single-post-page {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* --- 1. Hero Section --- */
.post-hero {
  padding-top: 3rem;
  /* 48px */
  padding-bottom: 2rem;
  /* 32px */
  text-align: center;
}

.post-hero__container {
  max-width: 60rem;
  /* Ограничиваем ширину заголовков для красоты */
  margin: 0 auto;
}

.post-breadcrumbs {
  font-size: 0.875rem;
  color: #888;
  margin-block-end: 1.5rem;
}

.post-categories {
  margin-block-end: 1rem;
}

.post-categories a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f0f0f0;
  color: #131212;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0.25rem;
  transition: background 0.2s;
}

.post-categories a:hover {
  background-color: var(--c-bg-dark);
  color: #fff;
}

.post-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  /* Адаптивный огромный заголовок */
  line-height: 1.1;
  font-weight: 800;
  margin-block-end: 1.5rem;
  color: #131212;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}

.post-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* --- 2. Thumbnail --- */
.post-thumbnail {
  width: 100%;
  margin-block-end: 3rem;
  /* 48px */
  border-radius: 1rem;
  overflow: hidden;
  max-height: 600px;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 3. Content Area --- */
/* Используем узкий контейнер для текста, чтобы глаза не уставали */
.container-content {
  max-width: 50rem;
  /* ~800px */
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1rem;
}

.post-content {
  font-size: 1.125rem;
  /* 18px - чуть крупнее для чтения */
  line-height: 1.7;
  color: #333;
}

.post-content p {
  margin-block-end: 1.5rem;
}

.post-content h2 {
  font-size: 2rem;
  margin-block-start: 3rem;
  margin-block-end: 1rem;
  font-weight: 700;
}

.post-content h3 {
  font-size: 1.5rem;
  margin-block-start: 2.5rem;
  margin-block-end: 1rem;
  font-weight: 600;
}

.post-content ul,
.post-content ol {
  margin-block-end: var(--space-3x);
  padding-inline-start: var(--space-3x);
}

.post-content li {
  margin-block-end: 0.5rem;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

.post-content blockquote {
  border-left: 4px solid #131212;
  padding-inline-start: var(--space-3x);
  margin-block: var(--space-2x);
  font-style: italic;
}

/* --- 4. Tags --- */
.post-tags {
  margin-block-start: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.post-tags a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #666;
  font-size: 0.875rem;
}

.post-tags a::before {
  content: '#';
}

.post-tags a:hover {
  color: #131212;
  text-decoration: underline;
}

/* --- 5. Navigation --- */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-block-start: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  font-weight: 600;
}

.post-navigation a {
  max-width: 45%;
  display: inline-block;
}

.post-navigation__prev a {
  text-align: left;
}

.post-navigation__next a {
  text-align: right;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .post-hero {
    padding-top: 1rem;
    text-align: left;
  }

  .post-meta {
    justify-content: flex-start;
  }

  .post-thumbnail {
    border-radius: 0;
    margin-left: -1rem;
    /* Вылет за границы контейнера на моб */
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-height: 300px;
  }
}

.woocommerce-page .container-content {
  margin: 0;
  max-width: none;
  padding-inline: max(1rem, 5vw);
}

.container-content input {
  border: 1px solid var(--c-border);
  margin-block-end: .5rem;
}

.container-content input[type="submit"] {
  background-color: var(--c-bg-dark);
  border: none;
  color: var(--c-bg)
}