@charset "UTF-8";
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid none;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 3000s ease-in-out 0s;
  transition: background-color 3000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 3000s ease-in-out 0s;
  -webkit-transition: background-color 353000s ease-in-out 0s;
  transition: background-color 353000s ease-in-out 0s;
}

html {
  padding: 0;
  margin: 0;
}

html.hold {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.appearance {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.desk {
  display: block;
}

ul[class],
ul,
ol[class] {
  padding: 0;
  margin: 0;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
span,
a,
dd {
  padding: 0;
  font-weight: inherit;
  font-size:clamp(14px , 0.833vw , 1rem) ;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

button {
  cursor: pointer;
  background: unset;
  border: none;
}

body {
  overflow-x: hidden;
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100vw;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}

ul[class],
ol[class] {
  list-style: none;
}

section:first-child {
  margin-top: 0;
}

section {
  margin-top: 60px;
  position: relative;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.mob {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
li {
  text-decoration: none;
  list-style: none;
}

.btn  , .wishlist_table .product-add-to-cart a ,  .wc-block-components-button:not(.is-link){
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: clamp(14px, 0.938vw, 1rem);
  white-space: nowrap;
  padding: 20px;
  display: inline-block;
  background: #4489e6;
  border-radius: 100px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button , .wc-block-components-button:not(.is-link) *{
  background: #4489e6!important;
    color: #fff;

}

.woocommerce-error li{
  line-height: 120%;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
  background-color: #4489e6!important;
}
.wp-block-woocommerce-product-new ,  .wp-block-woocommerce-empty-cart-block h2:nth-child(3), :root :where(.wp-block-separator.is-style-dots):before {
  display: none!important;
}
.btn.btnWhite {
  background: none;
  border: 1px solid #737373;
} 
.slider_nav .slick-track{
  margin-left: 0!important;
}
h1,
h2 {
  font-weight: 400;
  font-size: clamp(21px, 2.292vw, 292vw);
  color: #1a1a1a;
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 40px;
}

h3 {
  font-size: clamp(19px, 1.25vw, 1.25vw);
}

h4 {
  font-weight: 400;
  font-size: clamp(13px, 0.833vw, 0.833vw);
}

h5 {
  font-weight: 400;
  font-size: clamp(11px, 0.729vw, 0.729vw);
}

.header_top {
  background: #4489e6;
  width: 100%;
}

header {
  position: sticky;
  top: 0;
  z-index: 3;
  border-radius: 0 0 40px 40px;
}
header * {
  color: #fff;
}
header .btn {
  padding: 0.938vw;
  font-size: 0.833vw;
}
.wrapper .woocommerce{
  margin-top: 100px!important;
}
.container , .site-main , .wrapper .woocommerce , .wc-block-cart , .wp-block-woocommerce-checkout{
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
.wp-block-woocommerce-cart , .wp-block-woocommerce-checkout{
  margin-top: 100px;
}
.wp-block-woocommerce-checkout{
  margin: 100px auto 0!important;
}
.woocommerce-page{
  max-width: 100%   ;
  width: 100%;
  margin: 0 auto!important;
}
.header_top_inner,
.header_body_inner {
  width: 100%;
  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;
  max-width: 70%;
  z-index: 10;
}
.header_top_inner ul,
.header_body_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.header_top_inner ul a *, 
.header_body_inner ul a li  {
  color: #fff;
  font-weight: 400;
  font-size: clamp(0.7vw, 0.833vw, 1rem);
}
.header_top_inner ul a li{
  display: flex;
  gap: 5px;
  align-items: center;
}
.cat_cont{
  position: relative;
  cursor: pointer;
}
.drop-down_cat svg{
  margin-left: 10px;
}
.dgwt-wcas-search-wrapp{
	max-width:100%;
}
.drop-down_cat__menu{
    position: absolute;
    transition: none;
    left: -42px;
    padding: 5px;
    padding-left: 15px;
    background: #2b2b2b;
    border-radius: 0;
    min-width: 130px;
    max-height: 75vh;
    overflow-y: auto;

}
.drop-down_cat.active svg{
  transform: rotate(180deg);
}
.drop-down_cat__menu {
    /* Стили для скроллбара */
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: white transparent; /* Для Firefox */
}

/* Для Webkit браузеров (Chrome, Safari, Edge) */
.drop-down_cat__menu::-webkit-scrollbar {
    width: 4px; /* Ширина скроллбара */
    background-color: transparent; /* Прозрачный фон */
}

.drop-down_cat__menu::-webkit-scrollbar-track {
    background-color: transparent; /* Прозрачный трек */
    border-radius: 2px;
}

.drop-down_cat__menu::-webkit-scrollbar-thumb {
    background-color: white; /* Белый ползунок */
    border-radius: 2px;
}

.drop-down_cat__menu::-webkit-scrollbar-thumb:hover {
    background-color: #f0f0f0; /* Немного темнее при наведении */
}
.drop-down_cat__menu ul{
  justify-content: flex-start!important;
  flex-direction: column;
gap: 0!important;
}
.drop-down_cat__menu ul a{
      font-size: 1.2vw;
    padding: 1vw 2vw;
	padding-left:0;
  display: block;
}
.header_top_inner {
  margin: 0 auto;
}
.header_top_inner ul {
  padding: 20px 30px;
}

.header_body {
  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;
  gap: 38px;
      padding: 15px 40px;
  background: #444444;
}
.header_body .header_body_inner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

header .search {
      margin-left: 20px;
    width: 42.5vw;
	
}
.header_flex_logo{
	display:flex;
	flex-direction:column;
	gap:15px;
	
}
.header_flex_logo .btn{
	width:100%;
    padding: 0.938vw 2.2vw;
}
.nav_btn, .logo {
  width: 8.854vw;
}
.logo{
	transform:scale(0.9);
}
.nav_btn svg {
  width: 2.083vw;
  height: auto;
}

header ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.logo svg {
  height: auto;
  width: 11.854vw;
}

footer {
  margin-top: 150px;
  margin-bottom: 100px;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.footer_inner 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: 20px;
}
.footer_inner ul a svg {
  margin-right: 10px;
}
.footer_inner ul a span {
  line-height: 145%;
}
.footer_inner ul .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer_inner ul .logo {
  width: 100%;
}
.footer_inner ul:nth-child(3) a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.intro {
overflow: hidden;
  margin-top: -35px !important;
  background: url("../img/dest/Intro_bg.webp") center/cover no-repeat;
/*   height: 455px; */
  padding-top: 15px;
	padding-bottom:20px;
}
.intro * {
  color: #fff;
}
.intro .intro_slider {
  height: 100%;
}
.intro .slider {
  max-width: 80%;
  margin: 25px auto 0;
}
.intro .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  min-height: 380px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
.intro .slide img {
  width: 28vw;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro .slick-prev,
.intro .slick-next {
  top: auto;
  bottom: -15px;
  -webkit-transform: none;
          transform: none;
}
.intro .slick-dots {
  bottom: -15px;
}
.intro .slide__content {
  margin-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
/*   width: 30.646vw;
  max-width: 550px; */
}
.intro .slide__content h2 {
  font-size: clamp(16px, 1.5vw, 28px);
  margin-bottom: 10px;
  line-height: 1.25;
}
.intro .slide__content h4 {
  margin-bottom: 18px;
  line-height: 1.35;
  font-size: clamp(11px, 0.65vw, 13px);
}
.intro .slide__content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.intro .slick-dots li button:before {
  font-size: 0;
  background: #fff;
}
.intro .slick-dots li,
.intro .slick-dots li button,
.intro .slick-dots li button:before {
  height: 2px;
  width: 120px;
}
.intro .slick-dotted.slick-slider {
  height: 55%;
}
.intro .slick-prev,
.intro .slick-next {
  width: 40px;
  height: 40px;
}
.intro .slick-prev {
  background: url("../img/icons/prev-arr.svg") no-repeat center center;
}
.intro .slick-next {
  background: url("../img/icons/next-arr.svg") no-repeat center center;
}
.intro .slick-prev:before,
.intro .slick-next:before {
  font-size: 0;
}

.advantages_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages_inner .img_cont img {
  max-width: 20.833vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.advantages_inner .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
.advantages_inner .info .item {
  max-width: 18vw;
  width: 100%;
}
.advantages_inner .info .item img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.advantages_inner .info .item h3 {
  margin-bottom: 20px;
}
.advantages_inner .info .item h4 {
  line-height: 145%;
  opacity: 0.5;
}

.popularProduct .product_slider {
/*   display: grid; */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 70px;
  margin-bottom: 150px;
}

.popularProduct h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
      top: 0;
    left: -20px;
}
.woocommerce-error{
  padding: 10px!important;
  margin-bottom: 20px;

}
.product_slider .slick-prev,
.product_slider .slick-next {
  top: auto;
  bottom: -45px;
  -webkit-transform: none;
          transform: none;
}
.product_slider .slick-dots {
  bottom: -35px;
}
.product_slider .slide__content h4 {
  margin-bottom: 35px;
  line-height: 145%;
}
.product_slider .slide__content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product_slider .slick-dots li button:before {
  font-size: 0;
  background: #1a1a1a;
}
.product_slider .slick-dots li,
.product_slider .slick-dots li button,
.product_slider .slick-dots li button:before {
  height: 2px;
  width: 120px;
}
.product_slider .slick-prev,
.product_slider .slick-next {
  width: 40px;
  height: 40px;
  background-color: #4489e6;
  border-radius: 50%;
}
.product_slider .slick-prev {
  background: #4489e6 url("../img/icons/prev-arr.svg") no-repeat center center;
}
.product_slider .slick-next {
  background: #4489e6 url("../img/icons/next-arr.svg") no-repeat center center;
}
.product_slider .slick-prev:before,
.product_slider .slick-next:before {
  font-size: 0;
}
.product_slider .product-card {
  margin-right: 10px;
}

.product-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: auto !important;
  border-radius: 22.5px;
  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;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  margin: 0 auto;
}

.product-card__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
    padding: 20px 10px 5px;
  aspect-ratio: 1/1;
  min-height: 150px;
  max-height: 200px;
  background: #ECECEC;
  border-radius: 22.5px;
  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;
  margin-bottom: 10px;
  overflow: hidden;
}

.product-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-card__image img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-card__area {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  border: 0.9px solid rgba(26, 26, 26, 0.2);
  border-radius: 90px;
  font-size: 10.8px;
  line-height: 13px;
  color: #1A1A1A;
  padding: 6px 14px;
  text-align: left;
  z-index: 2;
}

.product-card__country {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #fff;
  border: 0.9px solid rgba(26, 26, 26, 0.2);
  border-radius: 90px;
  font-size: 10.8px;
  line-height: 13px;
  color: #1A1A1A;
  padding: 6px 14px;
  text-align: left;
  z-index: 2;
}
.img_cont{
  position: relative;
}
.img_cont .btn{
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.product-card__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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__name {
  min-height: 35px;
  font-size: 14px;
  line-height: 18px;
  color: #1A1A1A;
  margin-bottom: 8px;
  text-align: left;
}

.product-card__brand {
  border: 0.9px solid #4A7CBF;
  border-radius: 90px;
  color: #4A7CBF;
  font-size: 14.4px;
  line-height: 18px;
  padding: 9px 13.5px;
  margin-bottom: 18px;
  text-align: left;
}

.product-card__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
  gap: 5px;
}

.product-card__price {
  color: #1A1A1A;
  font-weight: 400;
}
.product-card__price * {
  font-size: 16px;
}

.product-card__old-price {
  font-size: 0.75vw;
  color: #1A1A1A;
  opacity: 0.3;
  text-decoration: line-through;
}

.product-card__discount {
  font-size: 0.563vw;
  color: #4A7CBF;
}

.product-card__button {
  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;
  background: #4489e6;
  border-radius: 90px;
  color: #fff;
  font-size: 16.2px;
  line-height: 20px;
  text-decoration: none;
  margin-top: auto;
  text-align: center;
  height: 56px;
  width: calc(100% - 60px);
  margin-right: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.product-card__button:hover {
  background: #345a8c;
}

/* --- Сетка карточек и фильтр --- */
.cards-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-block {
  width: 309px;
  min-width: 200px;
  background: #111;
  height: 100vh;
  border-radius: 18px;
  margin-right: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cards-grid-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 0;
}

.cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 809px;
  width: 100%;
  margin: 0 auto;
}

.frame {
  padding: 13px 15px 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  position: relative;
}

.price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  margin-bottom: 28px;
  position: relative;
}

.label {
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.selected-value {
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.arrow {
  color: #4a7cbf;
  text-align: right;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  position: absolute;
  right: 10px;
}

.arrow-active {
  color: #4a7cbf;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.price_label {
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.framNe {
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(26, 26, 26, 0.3);
  border-width: 1px;
  display: block;
  margin: 10px 0px;
  position: relative;
  width: auto;
  max-width: 310px;
  box-sizing: border-box;
}

.framNe .label {
  color: #1A1A1A !important;
  font-size: 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px);
}

.framNe .label.long-text {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
  text-overflow: unset;
  overflow: visible;
  line-height: 1.3;
}

.framNe .arrow {
  width: 100% !important;
  text-align: left;
  position: relative !important;
}

.filter .arrow {
  font-size: 10px !important;
}

.dropdown-menu {
  max-height: 250px;
  border: 1px solid rgb(186, 186, 186);
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(74, 124, 191) rgb(236, 236, 236);
  background: #ffffff;
  z-index: 1000;
  margin-top: 0;
}

.dropdown-menu::-webkit-scrollbar {
  display: none;
}

.dropdown-menu .li,
.dropdown-menu .li2,
.dropdown-menu .li3,
.dropdown-menu .li4,
.dropdown-menu .li5 {
  background: #ffffff;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.dropdown-menu .li:hover,
.dropdown-menu .li2:hover,
.dropdown-menu .li3:hover,
.dropdown-menu .li4:hover,
.dropdown-menu .li5:hover {
  background: rgb(152, 152, 152);
}

.dropdown-menu .li.selected,
.dropdown-menu .li2.selected,
.dropdown-menu .li3.selected,
.dropdown-menu .li4.selected,
.dropdown-menu .li5.selected {
  background: #e6e6e6;
}

.dropdown-menu .value {
  color: #1a1a1a;
  text-align: left;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.dropdown-menu .count {
  color: #4a7cbf;
  text-align: right;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* Недоступные значения фильтра */
.dropdown-menu .li.disabled,
.dropdown-menu .li2.disabled,
.dropdown-menu .li3.disabled,
.dropdown-menu .li4.disabled,
.dropdown-menu .li5.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.filter .elementor-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}

.qu {
  width: 11px;
  height: 11px;
  position: absolute;
  background: #4A7CBF;
  border-radius: 11px;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 7.5px;
  text-align: center;
  line-height: 11.17px;
}

.priceDiK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.priceDiK > input {
  width: 95px !important;
  height: 51px;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  outline: 0;
  text-align: center;
  border-radius: 10px !important;
  border: 1px solid rgba(26, 26, 26, 0.3) !important;
}

.product_slider.grid {
  max-width: 50.3vw;
  width: 100%;
}
.product_slider.grid .slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.product_slider.grid .slide .product-card {
  margin-right: 0;
  width: 100%;
  max-width: 16vw;
}
.product_slider.grid .slick-next {
  right: 0;
}
.product_slider.grid .slick-prev {
  left: 0;
}

.catalog_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}

.filters {
  flex-shrink: 0;
  width: 300px;
}

.product_containerr {
  flex: 1;
  width: 100%;
}


.reviwe_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.reviwe_inner .item {
  padding: 20px;
  border-radius: 25px;
  width: 100%;
  min-height: 195px;
  height: auto;
  background: #ececec;
  display: flex;
  align-items: center;
}
.reviwe_inner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-content {
  width: 100%;
}

.review-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.review-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}

.review-stars svg {
  width: 20px;
  height: 20px;
}

.review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.accardion_link svg,
.accardion_link {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.acordion-content {
  -webkit-transition: unset;
  transition: unset;
  -webkit-transition: none;
  transition: none;
  display: none;
  padding: 0 10px 0 0;
  margin: 0 0 0;
}

.acordion-content ul li {
  color: #242331;
  font-size: 20px;
  font-weight: 400;
}

.acordion-button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 55px;
  height: 55px;
  border: none;
  background: none;
}

.acordion-button span {
  margin: 0;
}

.acordion-button rect {
  fill: #000;
}

.acordion-button path {
  stroke: #fff;
}

.acordion-button.active svg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.acordion-button.active svg rect {
  fill: #fff;
}

.acordion-button.active svg path {
  stroke: #000;
}

.acordion_inner {
  padding: 25px 60px 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 75px;
}

.acordion_inner:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.acordion_inner h4 {
  margin-top: 20px;
  line-height: 145%;
  opacity: 0.5;
}

.about_us {
  border-radius: 0 0 3.125vw 3.125vw;
  overflow: hidden;
  margin-top: -35px !important;
  padding-top: 100px;
  height: 85vh;
  min-height: 800px;
  background: url("../img/dest/about.webp") center bottom 0/cover no-repeat;
}
.about_us * {
  color: #fff;
}
.about_us .about_us_inner {
  max-width: 31vw;
  width: 100%;
}
.about_us .about_us_inner h4 {
  margin-bottom: 30px;
  line-height: 145%;
}
.about_us .about_us_inner h3 {
  margin-bottom: 30px;
  display: block;
}
.about_us .about_us_inner h5 {
  line-height: 145%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.563vw;
}
.about_us .about_us_inner h5:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/icons/aboutUs.svg") center/cover no-repeat;
  width: 1.042vw;
  height: 1.042vw;
}
.about_us .about_us_inner .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  justify-items: baseline;
  gap: 20px;
}
.about_us .about_us_inner .info h4 {
  position: relative;
  margin-bottom: 0;
}
.about_us .about_us_inner .info h4:before {
  content: "";
  width: 0.26vw;
  height: 0.26vw;
  left: -0.781vw;
  top: 0.365vw;
  display: block;
  position: absolute;
  z-index: 99;
  border-radius: 100%;
  background: #4a7cbf;
}

.catalog.page {
  margin-top: 100px;
}
.catalog.page .products-grid{
  grid-column: span 2;
}

.products-grid {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
}
.products-grid .product-card {
  max-width: 100%;
}

.product_containerr {
  flex: 1;
  width: 100%;
}

.product_tabs_filter {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.product_tabs_filter a {
  margin-right: 30px;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.9vw;
  opacity: 0.5;
}
.product_tabs_filter a.active {
  opacity: 1;
}

.popup {
  position: fixed;
  left: -150vw;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  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;
}

.popup_inner {
  padding: 30px 60px;
  height: auto;
}

.popup.open {
  left: 50%;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px 20px;
  color: #000 !important;
}

.popup_inner {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f7fafc;
  border-radius: 10px;
  padding: 30px 40px;
}
.form_inner label {
  margin-top: 20px;
}
.form_inner .btn {
  margin: 40px auto 0;
  width: 100%;
  padding: 30px 10px;
  display: block;
  border: none!important;
}
.form_inner h2 {
  font-weight: 600;
  font-size: 36px;
  color: #222;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #4489e6;
}
.form_inner p {
  text-align: center;
  font-size: 1rem;
}
.form_inner label input {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  background: #f7fafc;
  border: 1px solid #689775;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #5c5c57;
  padding: 20px 30px;
  width: 100%;
}
.form_inner label p {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}


.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
  background: none!important;
  padding: 0!important;
}
.dgwt-wcas-suggestions-wrapp{
  border-radius: 40px!important;
}
header .search *{
 height:100%;
	color: #000;
transition: none;  
}
.woocommerce-breadcrumb , .woocommerce-products-header__title.page-title , .woocommerce-result-count, .woocommerce .woocommerce-ordering , #sidebar{
  display: none!important;
}
.product-card__price-block del{
  display: none!important;
}
.product-card__price *{
  text-decoration: none!important;
}


.product_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_head .product_slider {
  max-width: 500px;
  width: 100%;
  display: flex;
  gap: 15px;
  position: relative;
}
.product_head .slider_for {
  height: 400px;
  flex: 1;
  padding: 10px;
  width: 100%;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  border: 0.5px solid rgba(43, 43, 43, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.product_head .slider_for .slide {
  position: relative;
  height: 100%;
}
.product_head .slider_for .slide-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 20;
}
.product_head .slider_for .slide-controls .slider-prev,
.product_head .slider_for .slide-controls .slider-next {
  width: 40px;
  height: 40px;
  background-color: #4489e6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.product_head .slider_for .slide-controls .slider-prev:hover,
.product_head .slider_for .slide-controls .slider-next:hover {
  background-color: #3070d0;
}
.product_head .slider_for .slide-controls .slider-prev {
  background: #4489e6 url("../img/icons/prev-arr.svg") no-repeat center center;
}
.product_head .slider_for .slide-controls .slider-next {
  background: #4489e6 url("../img/icons/next-arr.svg") no-repeat center center;
}
.product_head .slider_for .slide-controls .slider-prev:before,
.product_head .slider_for .slide-controls .slider-next:before {
  font-size: 0;
}
.product_head .slider_for img {
  -o-object-fit: contain;
     object-fit: contain;
    height: 400px;
    width: 100%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}
.product_head .slider_for img:hover {
  transform: scale(1.15);
}
.product_head .slider_nav {
  width: 120px;
  flex-shrink: 0;
  order: -1;
  margin-bottom: 0;
  overflow: visible !important;
}
.product_head .slider_nav .slick-slide {
  opacity: 0.5;
  margin-bottom: 5px;
  background: #fafafa;
  padding: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  border: 0.5px solid rgba(43, 43, 43, 0.25);
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
  height: auto !important;
}
.product_head .slider_nav .slick-slide:hover {
  opacity: 0.8;
  transform: translateX(-2px);
}
.product_head .slider_nav .slick-current {
  opacity: 1;
  border-color: #4489e6;
}
.product_head .slider_nav .slick-list {
  overflow: hidden !important;
  max-height: 400px;
}
.product_head .slider_nav .slick-track {
  padding-bottom: 0;
}
.product_head .slider_nav img {
  border-radius: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100px;
  aspect-ratio: 1/1;
}
.product_head .info {
  max-width: 550px;
  width: 100%;
}
.product_head .info .sku {
  font-weight: 300;
  font-size: 15px;
  padding-bottom: 20px;
  display: block;
}
.product-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #1a1a1a;
  display: none;
}

@media (max-width: 768px) {
  .product-title {
    display: block;
  }
  
  .product_head .info h1 {
    display: none;
  }
}

.product_head .info h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}

.product_head .info .product-card__price-block {
  margin-bottom: 15px;
}

.product_head .info .product-card__price-block .product-card__price * {
  font-size: 28px !important;
  font-weight: 400;
}

.product_head .info .stock {
  color: #4a7cbf;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  padding-left: 0;
}

.product_head .info .stock:before {
  display: none;
}

.product_head .info .stock.in-stock {
  color: #4a7cbf;
}

.product_head .info .stock.out-of-stock {
  color: #c74a3a;
}

.product_head .info .product-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(26, 26, 26, 0.15);
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
}

.product_head .info .spec-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
}

.product_head .info .spec-label {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  opacity: 0.6;
}

.product_head .info .spec-value {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}

.product_head .info .spec-value a {
  color: #4489e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product_head .info .spec-value a:hover {
  color: #2d5080;
  text-decoration: underline;
}

.product_head .info .shortDesk {
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

/* Collapsible short description */
.product_head .info .short-desc-wrapper {
  position: relative;
}
.product_head .info .short-desc-collapse {
  max-height: 120px; /* collapsed height */
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.product_head .info .short-desc-collapse.expanded {
  max-height: 2000px; /* large enough to show full content */
}
.product_head .info .short-desc-wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
  transition: opacity 0.28s ease;
}
.product_head .info .short-desc-collapse.expanded + .short-desc-toggle + .short-desc-wrapper::after,
.product_head .info .short-desc-collapse.expanded ~ .short-desc-wrapper::after {
  opacity: 0;
}
.product_head .info .short-desc-toggle {
  margin-top: 6px;
  background: none;
  border: none;
  color: #4489e6 !important;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.product_head .info .short-desc-toggle:focus {
  outline: 2px solid rgba(64,111,174,0.25);
}

/* If description is short, hide toggle */
.product_head .info .short-desc-toggle.hide {
  display: none !important;
}
.product_head .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
}

.product_head .btns .btn {
  flex: 1;
  padding: 18px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_head .btns .btn.btn-order {
  background: #fff;
  border: 1px solid #4489e6;
  color: #4489e6;
}

.product_head .btns .btn.btn-order:hover {
  background: #4489e6;
  color: #fff;
}

.product_head .btns .btn.btn-share {
  background: #fff;
  border: 1px solid #4489e6;
  color: #4489e6;
}

.product_head .btns .btn.btn-share:hover {
  background: #4489e6;
  color: #fff;
}

.product_head .btns .yith-add-to-wishlist-button-block {
  position: static;
  flex: 0 0 auto;
}

.product_head .btns .yith-wcwl-add-to-wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}

.product_head .btns .yith-wcwl-add-to-wishlist-button:hover {
  background: #f5f5f5;
  border-color: #4489e6;
}

.product_head .btns .yith-wcwl-add-to-wishlist-button svg {
  width: 24px;
  height: 24px;
}

.product_head .btns .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.product_head .btns .btn-share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.product_head .btns .btn-share-icon:hover {
  background: #f5f5f5;
  border-color: #4489e6;
}

.product_head .btns .btn-share-icon svg {
  width: 24px;
  height: 24px;
  fill: #1a1a1a;
}
.product_head p {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.price-container {
  margin-bottom: 10px;
}
.tab-content ul li{
  margin-bottom: 10px;
}

.tab-content ul li h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.stock {
  margin-bottom: 40px;
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}

.tabs {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  padding: 12px 24px;
  background: #f5f5f5;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.tab:hover {
  background: #e8e8e8;
}

.tab.active {
  background: #4489e6;
  color: #fff;
  font-weight: 500;
}

.tab-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  color: #000;
  display: none;
  border-top: none;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
}

.tab-content.active {
  display: block;
}

/* Таблица характеристик */
.specifications-table {
  width: 100%;
  border-collapse: collapse;
}

.specifications-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.specifications-table tr:last-child {
  border-bottom: none;
}

.specifications-table td {
  padding: 12px 0;
  font-size: 16px;
  line-height: 145%;
  vertical-align: top;
}

.specifications-table .spec-name {
  width: 40%;
  font-weight: 500;
  color: #000;
}

.specifications-table .spec-value {
  width: 60%;
  font-weight: 300;
  color: #000;
  padding-left: 40px;
}

/* Блок "Как заказать" */
.how-to-order-block {
  margin: 40px 0;
  padding: 40px 30px;
  background: #f9f9f9;
  border-radius: 20px;
}

.how-to-order-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.order-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #4489e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.step-description {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}

@media (max-width: 1024px) {
  .order-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .order-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .how-to-order-title {
    font-size: 24px;
  }

  .tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs .tab {
    flex-shrink: 0;
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* Блок категорий */
.product-categories-block {
  margin: 40px 0;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 20px;
}

.categories-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-tag {
  padding: 10px 20px;
  background: #e8e8e8;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease;
}

.category-tag:hover {
  background: #4489e6;
  color: #fff;
}

.yith-wcwl-add-to-wishlist-button__label{
  font-size: 0;
}
.yith-add-to-wishlist-button-block{
  position: absolute;
  right: 5px;
  top: 5px;
}

.single_product .yith-add-to-wishlist-button-block{
  position: relative;
}
.single_product .yith-wcwl-add-to-wishlist-button__label{
font-size: inherit;
}
.hide{
  display: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  background: #fff;
  border-radius: 20px;
}
.dgwt-wcas-search-wrapp{
  margin: 0!important;
  max-width: auto!important;
  z-index: 1!important;
  
}
.nav_btn a{
    position: relative;
}
.cart-count , .wishlist-count{
position: absolute;
bottom: -5px;
    right: -5px;
    padding: 2px 5px;

border-radius: 100%;
background: #4489e6;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{


    padding: 7px 24px 7px 48px;
   font-size: 17px;
    border: 2px solid transparent;
     border-radius: 30px;
      height: 100%;
       font-family: Roboto, sans-serif;
        
        border-color:#585A5C ;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
  top: 50%;
  margin-top: 0!important;
  transform: translateY(-50%);
  left:15px;
}

.single_product .products-grid{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.toggle-filters{
  display: none;
}

/* Десктоп - отступ меню категорий */
@media (min-width: 1025px) {
	.drop-down_cat__menu{
		top: 67px !important; /* Отступ для ПК */
	}
}

@media (max-width: 1024px) {
	.drop-down_cat__menu{
		padding:10px;
		top: 103px !important; /* Опускаем ниже поиска и меню на моб */
	}
	.drop-down_cat__menu ul a{
		font-size:2.7vw;
	}
 .popularProduct  .product_slider {
  grid-template-columns:1fr 1fr;
  gap: 10px;
}

.single_product .products-grid{
  grid-template-columns: 1fr 1fr;
}
  .product-card__price-block{
      grid-column: span 2;
  gap: 10px;
    }
  .product_head .slider_nav {
    width: 100px;
  }
  .product_head .slider_nav img {
    height: 70px;
  }
  .product_head .slider_nav .slick-slide {
    padding: 8px;
    margin-bottom: 8px;
  }
  .product_head .slider_for {
    height: 350px;
    padding: 30px 50px;
  }
  .product_head .slider_for img {
    height: 350px;
  }
  .tabs {
    margin-top: 20px;
  }
  .product_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .product_head .slider_nav {
    height: auto;
  }
  .product_head .slider_for img,
  .product_head .product_slider {
    height: auto !important;
  }
  .catalog_banner img {
    max-height: none;
  }
  .product_head .info h1 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
  }

  .product_head .info .sku {
    display: none;
    border-bottom: 0;
  }
  .product_head .info {
    max-width: 100%;
  }
  
  .product_head .info .product-specs {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .product_head p {
    margin-top: 45px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .product_head .info .shortDesk {
  font-size: 1rem;
  }
  .price-container .regular-price {
    font-size: 32px;
  }
  .price-container .old-price {
    font-size: 24px;
  }

  .product_head .btns {
    gap: 10px;
  }
  
  .product_head .btns .btn {
    width: auto;
    flex: 1;
    padding: 15px 18px;
  }
  
  .product_head .btns .yith-wcwl-add-to-wishlist-button {
    width: 50px;
    height: 50px;
  }
  
  .product_head .btns .yith-wcwl-add-to-wishlist-button svg {
    width: 20px;
    height: 20px;
  }
  .stock {
    margin-bottom: 0;
    
  }
  .tabs {
    font-size: 16px;
  }
  .product_body {
    font-size: 16px;
    line-height: 130%;
    color: #000;
  }
  .product_body p {
    font-weight: 300;
  }
  .product_head .product_slider {
    flex-direction: column;
  }
  .product_head .slider_nav {
    width: 100%;
    order: 1;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .product_head .slider_nav .slick-track {
    flex-direction: row !important;
  }
  .product_head .slider_nav .slick-slide {
    margin-bottom: 0;
    margin-right: 8px;
    display: inline-block !important;
  }
  .product_head .slider_nav img {
    height: 80px;
    width: auto;
  }
  .product_head .slider_for {
    height: auto;
    max-height: 250px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_head .slider_for img {
    height: auto;
    max-height: 230px;
    object-fit: contain;
  }
  .cards-layout {
    max-width: 1024px;
  }
  .filter-block {
    width: 299px;
    margin-right: 30px;
  }
  .cards-grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 695px;
  }
  .product-card {
    max-width: 340px;
  }
  .product-card__image-wrapper {
    aspect-ratio: 1.1/1;
    min-height: 200px;
    max-height: 270px;
  }
  .products-grid{
    grid-template-columns: 1fr 1fr;
  }
}
  .apply_filters{
    width: 100%;
  width:100%;
  }
/* --- Mobile --- */
@media (max-width: 768px) {
  .product-card__price-block{
min-height: 45px;
  }
  .single_product .product_slider .slick-prev,.single_product .product_slider .slick-next{
    top: auto;
    bottom:20px;
  }
      .product_head .slider_nav {
padding-bottom: 10px;
      }
     .single_product  .product_slider{
padding-bottom: 0;
      }
  .framNe.filter{
    display: none;

  }
  .filter-button-container{
    justify-content: space-between;
display:flex;
  }
  .apply_filters{
     margin-left:10px;
    width: 50%;
  }
  .toggle-filters{
    display: block;
  }
  .advantages_inner .img_cont img{
    max-height: 500px;
    object-fit: cover;
  }
  .product_head .info h1{
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .product_head .info .stock{
    display: block;
    margin-bottom: 15px;
  }
  
  .product_head .info .product-specs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 25px;
    padding: 15px 0;
  }
  
  .product_head .btns {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .product_head .btns .btn {
    flex: 1 1 auto;
    min-width: auto;
    height: 48px;
    font-size: 14px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product_head .btns .btn.btn-order {
    order: 2;
  }
  
  .product_head .btns .yith-add-to-wishlist-button-block {
    flex: 0 0 auto;
    order: 3;
  }

  .product_head .btns .btn-share-icon {
    order: 4;
  }
  
  .product_head .btns .yith-wcwl-add-to-wishlist-button,
  .product_head .btns .btn-share-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  
  .product_head .btns .yith-wcwl-add-to-wishlist-button__label {
    display: none;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }
  form.lost_reset_password {
    width: 100% !important;
  }
  .cards-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 738px;
    padding: 0 15px;
  }
  .slide_list {
    overflow: hidden;
  }
  .slider_nav .slick-dots li {
    width: 2px !important;
  }
  .filter-block {
    display: none;
  }
  .cards-grid-wrapper {
    width: 100%;
    padding: 0;
  }
  .cards-grid {
    -ms-grid-columns: 1fr 7px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    max-width: 100%;
    width: 100%;
  }
  .product-card {
    max-width: 100%;
  }
  .product-card__name {
    font-size: 15px;
    line-height: 18px;
  }
  .product-card__brand {
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
  }
  .product-card__price * {
    font-size: 24px;
    line-height: 28px;
  }
  .product-card__button {
    width: 100%;
    margin-right: 0;
    height: 44px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-card__image-wrapper {
    aspect-ratio: 1/0.9;
    min-height: 160px;
    max-height: 220px;
  }
  .product-card__old-price * {
    font-size: 14px;
  }
}

.wc-block-checkout *{
  color: #000!important;

}
 .product-card__image{
    height: 220px!important;
  }
.popularCat {
  margin-bottom: 150px;
}

  .popularCat .product-card__image-wrapper{
padding-top: 10px;
  }
  .popularCat .btn{
    margin-top: 20px;
    
  }
  .categoryPage{
    margin-top: 80px!important;
  }
   .popularProduct.categoryPage .product-card__image-wrapper{
padding-top: 10px;
  }
  .popularProduct.categoryPage .btn{
    margin-top: 20px;
    
  }
@media (max-width: 768px) {
  

@media (max-width: 768px) {
    .drop-down_cat__menu{
        left: -22px;
        min-width: auto;
        max-width: calc(100vw - 20px);
        transform: translateX(calc(max(0px, -1 * (100vw - 100%))));
    }
}
  .cat_cont{
    z-index: 5;
  }
  .filter_MP  .product-card__price-block{
flex-wrap: wrap;
gap: 2px;
    align-items: flex-start;
  }
  .filter_MP .  .product-card{
    padding: 10px;
    font-size: 12px;
  }
  .product-card__image-wrapper{
    aspect-ratio: auto!important;
  }
  .filter_MP  .product-card__price{
    width: 100%;
  }
  .product-card__country , .product-card__area{
    font-size: 8px;
    padding: 4px 9px;
  }
h2{
  margin-bottom: 20px;
}
  footer li, footer span {
    font-size: 1rem;
  }
  .desk {
    display: none;
  }
  .intro {
    height: 650px;
	  
	  	padding-bottom:0;
    padding-top: 80px;
  }
  .intro .slider {
    margin-top: 0;
  }
  .intro .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .intro .slide .slide__content {
    width: 100%;
  }
  .intro .slide img {
    width: 80%;
  }
  .intro .slick-dots li, .intro .slick-dots li button, .intro .slick-dots li button:before, .product_slider .slick-dots li, .product_slider .slick-dots li button, .product_slider .slick-dots li button:before {
    width: 100%;
  }
  .advantages_inner .info .item {
    max-width: 100%;
    width: 100%;
  }
      .advantages.frst .info .item:last-child {
      grid-column: span 2;
      }
   .advantages.frst .info .item:last-child br {
      display: none;
      }

  .intro .slick-dots li {
    width: 20%;
  }
  .product_slider .slick-dots li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .product_slider .slick-dots {
    bottom: 15px;
  }
 
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .intro .slick-dots {
    bottom: 35px;
  }
  .intro .slick-prev, .intro .slick-next {
    bottom: 20px;
  }
  .btn ,.wishlist_table .product-add-to-cart a , .wc-block-components-button:not(.is-link){
    padding: 15px;
  }
  .intro .slick-dotted.slick-slider {
    height: 100%;
  }
  .catalog_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header_top.mob {
    position: relative;
    z-index: 5;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 5%;
  }
  .header_top.mob .logo, .header_top.mob .logo svg {
    width: 115px;
    height: auto;
    margin-top: 2px;
  }
   .popularCat   .product_slider .slick-dots{
    bottom: -30px;
  }


  .header_body.mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_body.mob .search {
    width: 100%;
    margin: 0 auto;
  }
  .header_body.mob .btns {
   margin-bottom:20px;
	  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    gap: 10px;
    width: 100%;
  }
  .header_body.mob .nav_btn {
    width: 100%;
  }
  .header_body.mob .nav_btn svg {
    width: 30px;
  }
  .filter-button-container.mob{
    display: flex!important;
    margin-top: 20px;
  }
  header .btn {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_body {
           padding: 13px 5%;
  }
  .btn.btnWhite {
    border-color: #585A5C;
  }
  .btn.reg {
    font-size: 12px;
    padding: 10px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 8px 10px;
  }
  .burger span {
    display: block;
    height: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 23px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: 1.5px solid #111;
  }
  .burger.active span {
    margin-top: 0;
  }
  .burger.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    width: 0 !important;
  }
  .burger.active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  .burger_inner {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50px;
    border-radius: 30px;
    left: -200vw;
    padding: 15px;
    z-index: 11;
    background: #444444;
    -webkit-transform: none;
    transform: none;
  }
  .burger_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .burger_inner ul a {
    padding: 5px 10px;
  }
  .burger_inner ul * {
    color: #fff;
    font-size: 1rem;
  }
  .burger_inner.open {
    left: 0;
  }
  .burger_inner nav {
    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;
  }
  .burger_inner .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .burger_inner .btn {
    margin-top: 30px;
  }
  .burger_inner .social {
    border-top: 1px solid #fffefe;
    padding: 0 0 0;
  }
.container , .site-main , .wrapper .woocommerce, section.whislist .wc-block-cart , .wp-block-woocommerce-checkout{
    max-width: 90%;
  }
  .advantages_inner .img_cont img {
    max-width: 100%;
  }
  .framNe {
    width: 100%;
    max-width: 100%;
  }
  .priceDiK > input {
    width: 50% !important;
  }
  .product_slider.grid {
    max-width: 100%;
  }
  .product_slider.grid .slide {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product_slider.grid .slide .product-card {
    max-width: 100%;
  }
  .product-card__discount {
    font-size: 0.8rem;
  }
  .reviwe_inner .item {
    height: 150px;
    padding: 10px;
  }
  .reviwe_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  header .btn {
    font-size: 11px;
  }
  header ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .intro .slide__content {
    margin-left: 0;
  }
  .footer_inner {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_inner * {
    text-align: center;
  }
  .footer_inner .logo {
    width: 100%;
    height: auto;
  }
  .footer_inner .logo img {
    margin: 0 auto;
  }
  .footer_inner ul:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer_inner ul:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: center;
  }
  .footer_inner ul .tel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
  }
  .about_us .about_us_inner {
    max-width: 100%;
  }
  .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product_tabs_filter {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .product_tabs_filter a {
    font-size: 1rem;
  }
  .about_us .about_us_inner h5:before {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .about_us .about_us_inner h5 {
    padding-left: 15px;
  }

  .popup_inner {
    width: 100%;
    padding: 20px;
  }
  .form_inner {
    padding: 30px;
  }
  .form_inner p {
    font-size: 12px;
  }
  .form_inner h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    color: #2b2b2b;
  } 
  .form_inner label input{
        border-radius: 14px;
    font-weight: 500;
    font-size: 13px;
    color: #5c5c57;
    padding: 15px 30px;
  }
  .form_inner label p{
    font-size: 14px;
  }
  .form_inner .btn{
    margin-top: 30px;
        padding: 20px 10px;
  }
}
@media (max-width: 340px) {
  h3 {
    font-size: 16px;
  }
  header .btn {
    font-size: 11px;
    padding: 5px;
  }
  .header_body.mob .nav_btn svg {
    width: 25px;
  }
}
.woocommerce nav.woocommerce-pagination{
  margin-top: 40px;
}

/* Стили для сетки категорий */
.categoryPage .categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}

.categoryPage .category-card {
  width: 100%;
  max-width: 100%;
}

.categoryPage .product-card__namee {
  min-height: 45px;
  font-size: 18px;
  line-height: 22px;
  color: #1A1A1A;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 500;
}

.categoryPage .category-card .btn {
  width: 100%;
  margin-top: auto;
}

/* Адаптив для планшетов */
@media (max-width: 1024px) {
  .categoryPage .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .categoryPage .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .categoryPage .product-card__namee {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
}

@media (max-width: 480px) {
  .categoryPage .categories-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Стили для Хиты продаж - уменьшенный размер как у Популярных категорий */
.popularProduct .product-card__image-wrapper {
  min-height: 180px;
  max-height: 220px;
  padding: 20px 15px 10px;
}

.popularProduct .product-card__name {
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

.popularProduct .product-card .btn {
  padding: 15px;
  font-size: 14px;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .popularProduct .product-card__image-wrapper {
    min-height: 150px;
    max-height: 180px;
  }
  
  .popularProduct .product-card__name {
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
  }
  
  .popularProduct .product-card .btn {
    padding: 12px;
    font-size: 13px;
  }
}

/* Замена текста "Предполагаемый итог" на "Итоговая сумма" */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
  content: "Итоговая сумма";
  font-size: 16px;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__image-wrapper {
  flex-shrink: 0;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__name {
  min-height: 60px;
  margin-bottom: auto;
}

.product-card__price-block {
  margin-top: auto;
  margin-bottom: 15px;
}

.product-card .btn {
  margin-top: auto;
}

/* Стили для сетки товаров на главной странице */
.products-grid-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .products-grid-home {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .products-grid-home {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Ограничение высоты для товаров в сетке */
.products-grid-home .product-card {
  height: auto;
  max-width: 100%;
}

/* Стили для сетки популярных категорий на главной странице */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.categories-grid .product-card {
  height: auto;
  max-width: 100%;
}

/* Отступ между названием категории и кнопкой */
.categories-grid .product-card__namee {
  margin-bottom: 20px;
}

/* Стили для блока с брендами */
.brands {
  padding: 80px 0;
}

.brands h2 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.brand-item.hidden {
  display: none;
}

.brand-logo {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  display: block;
  margin: 0 auto;
}

.brand-item:hover .brand-logo {
  filter: grayscale(0%);
}

.brand-name {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.2;
}

.brand-placeholder {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #406FAE, #6ba3d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.brands-toggle-container {
  text-align: center;
}

.brands-toggle-btn {
  background: #406FAE;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.brands-toggle-btn:hover {
  background: #2d5199;
}

@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .brand-item {
    padding: 15px;
    min-height: 100px;
  }
  
  .brand-logo {
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Секция "Наши работы" */
.our-works {
  padding: 80px 0;
  background: #fff;
}

.our-works h2 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
}

.our-works-slider {
  margin: 0 -10px;
}

.our-works-slide {
  padding: 0 10px;
}

.our-works-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-works-slide img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.our-works .slick-prev,
.our-works .slick-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.our-works .slick-prev:hover,
.our-works .slick-next:hover {
  background-color: transparent;
  opacity: 0.7;
}

.our-works .slick-prev {
  left: -60px;
  background-image: url('../img/icons/prev-arr.svg');
}

.our-works .slick-next {
  right: -60px;
  background-image: url('../img/icons/next-arr.svg');
}

.our-works .slick-prev:before,
.our-works .slick-next:before {
  font-size: 0;
  content: '';
}

.our-works .slick-dots {
  bottom: -40px;
}

.our-works .slick-dots li button:before {
  font-size: 12px;
  color: #406FAE;
}

.our-works .slick-dots li.slick-active button:before {
  color: #406FAE;
  opacity: 1;
}

@media (max-width: 1024px) {
  .our-works-slide img {
    height: 280px;
  }
  
  .our-works .slick-prev {
    left: -45px;
  }
  
  .our-works .slick-next {
    right: -45px;
  }
}

@media (max-width: 768px) {
  .our-works {
    padding: 50px 0;
  }
  
  .our-works h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .our-works-slide img {
    height: 220px;
  }
  
  .our-works .slick-prev,
  .our-works .slick-next {
    width: 35px;
    height: 35px;
  }
  
  .our-works .slick-prev {
    left: 5px;
  }
  
  .our-works .slick-next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .our-works-slide img {
    height: 180px;
  }
}
