/*Ваши стили будут в приоритете*/
/*
 *
 *
 *
 * Bootstrap 4 Component - Chosen
 * Version: 1.1.1
 * Copyright (c) 2017-19 Martin Haubek
 *
 *
 *
 */
 /* .chosen-select,
 .chosen-select-deselect {
   width: 100%; }

 .chosen-container {
   display: inline-block;
   position: relative;
   width: 100% !important;
   font-size: 1rem;
   text-align: left;
   vertical-align: middle;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none; }
   .chosen-container .chosen-drop {
     background: #fff;
     border: 1px solid #80bdff;
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
     margin-top: -1px;
     position: absolute;
     top: 100%;
     left: -9000px;
     z-index: 1060; }
   .chosen-container.chosen-with-drop .chosen-drop {
     left: 0;
     right: 0; }
   .chosen-container .chosen-results {
     margin: 0;
     position: relative;
     max-height: 15rem;
     padding: .5rem 0 0 0;
     color: #6c757d;
     overflow-x: hidden;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch; }
     .chosen-container .chosen-results li {
       display: none;
       line-height: 1.5;
       list-style: none;
       margin: 0;
       padding: .25rem .25rem .25rem 1.5rem; }
       .chosen-container .chosen-results li em {
         font-style: normal;
         color: #6c757d; }
       .chosen-container .chosen-results li.group-result {
         display: list-item;
         cursor: default;
         padding-left: .75rem;
         color: #adb5bd;
         font-weight: normal;
         text-transform: uppercase; }
       .chosen-container .chosen-results li.group-option {
         padding-left: 1.5rem; }
       .chosen-container .chosen-results li.active-result {
         cursor: pointer;
         display: list-item; }
       .chosen-container .chosen-results li.result-selected {
         color: #495057; }
         .chosen-container .chosen-results li.result-selected:before {
           display: inline-block;
           position: relative;
           top: .3rem;
           width: 1.25rem;
           height: 1.25rem;
           margin-left: -1.25rem;
           content: "";
           background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
           background-size: 1.25rem 1.25rem;
           background-position: center center;
           background-repeat: no-repeat; }
       .chosen-container .chosen-results li.highlighted {
         background-color: #007bff;
         background-image: none;
         color: white; }
         .chosen-container .chosen-results li.highlighted:before {
           background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); }
         .chosen-container .chosen-results li.highlighted em {
           background: transparent;
           color: rgba(255, 255, 255, 0.8); }
       .chosen-container .chosen-results li.disabled-result {
         display: list-item;
         color: #ced4da; }
     .chosen-container .chosen-results .no-results {
       display: list-item;
       padding: .25rem 0 1rem 1.065rem;
       color: #dc3545; }
   .chosen-container .chosen-results-scroll {
     background: white;
     margin: 0 .25rem;
     position: absolute;
     text-align: center;
     width: 20rem;
     z-index: 1; }
     .chosen-container .chosen-results-scroll span {
       display: inline-block;
       height: 1.5;
       text-indent: -5000px;
       width: .5rem; }

 .chosen-container-single .chosen-single {
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
   color: #6c757d;
   display: block;
   height: calc(1.5em + 0.75rem);
   overflow: hidden;
   line-height: calc(1.5em + 0.75rem);
   padding: 0 0 0 .75rem;
   position: relative;
   text-decoration: none;
   white-space: nowrap; }
   .chosen-container-single .chosen-single abbr {
     display: inline-block;
     position: absolute;
     top: .325rem;
     right: 2rem;
     width: 2rem;
     height: 1.5rem;
     cursor: pointer;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
     background-size: 1.5rem 1.5rem;
     background-position: center center;
     background-repeat: no-repeat;
     background-color: #fff;
     box-shadow: 4px 0 16px 16px #fff; }
     .chosen-container-single .chosen-single abbr:hover {
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); }
   .chosen-container-single .chosen-single span {
     display: block;
     margin-right: 1.5rem;
     text-overflow: ellipsis; }
   .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
     background-position: right 2px; }
   .chosen-container-single .chosen-single div {
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     width: 2rem;
     height: 100%;
     padding-left: .5rem;
     background-color: #fff; }
     .chosen-container-single .chosen-single div:after {
       display: inline-block;
       position: relative;
       top: .125rem;
       left: -1rem;
       width: 2rem;
       height: 2rem;
       content: "";
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
       background-size: 2rem 2rem;
       background-position: center center;
       background-repeat: no-repeat; }
   .chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after {
     background-color: #fff;
     box-shadow: 4px 0 16px 16px #fff; }
 
 .chosen-container-single .chosen-default {
   color: #adb5bd; }
 
 .chosen-container-single a:not([href]):not([tabindex]) {
   color: #6c757d !important; }
 
 .chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
   color: #6c757d !important; }
 
 .chosen-container-single .chosen-search-input {
   border: none; }
 
 .chosen-container-single .chosen-search {
   margin: 0;
   padding: .5rem .5rem 0 .5rem;
   position: relative;
   white-space: nowrap;
   z-index: 1000; }
   .chosen-container-single .chosen-search:after {
     display: inline-block;
     position: relative;
     top: .365rem;
     left: -1.75rem;
     width: 1.25rem;
     height: 1.25rem;
     content: "";
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
     background-size: 1.25rem 1.25rem;
     background-position: center center;
     background-repeat: no-repeat; }
   .chosen-container-single .chosen-search input[type="text"] {
     background-color: #f8f9fa;
     border: 1px solid #ced4da;
     outline: none;
     border-top-left-radius: 0.25rem;
     border-top-right-radius: 0.25rem;
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
     padding: .25rem 1rem .25rem .5rem;
     width: 100%; }
 
 .chosen-container-single .chosen-drop {
   margin-top: -1px;
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
   background-clip: padding-box; }
 
 .chosen-container-single-nosearch .chosen-search {
   display: none; }
 
 .chosen-container-multi .chosen-choices {
   background-color: #fff;
   border: 1px solid #ced4da;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
   cursor: text;
   height: auto !important;
   margin: 0;
   padding: .175rem;
   overflow: hidden;
   position: relative; }
   .chosen-container-multi .chosen-choices li {
     float: left;
     list-style: none; }
   .chosen-container-multi .chosen-choices .search-field {
     margin: 0;
     padding: 0;
     white-space: nowrap; }
     .chosen-container-multi .chosen-choices .search-field input[type="text"] {
       width: 100% !important;
       margin: 0;
       padding: .175rem .175rem .175rem .5rem;
       border: 0 !important;
       background: transparent !important;
       color: #6c757d;
       outline: 0; }
     .chosen-container-multi .chosen-choices .search-field .default {
       color: #ced4da; }
   .chosen-container-multi .chosen-choices .search-choice {
     background-clip: padding-box;
     position: relative;
     max-width: 320px;
     margin: .175rem .25rem;
     padding: .25rem 1.5rem .25rem .25rem;
     border: 1px solid #ced4da;
     background-color: #f8f9fa;
     border-top-left-radius: 0.25rem;
     border-top-right-radius: 0.25rem;
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
     cursor: default;
     font-size: 0.875rem;
     line-height: 1;
     color: #6c757d;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap; }
     .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
       display: inline-block;
       position: absolute;
       top: .2rem;
       right: .125rem;
       width: 1rem;
       height: 1rem;
       cursor: pointer;
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
       background-size: 1rem 1rem;
       background-position: center center;
       background-repeat: no-repeat; }
       .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); }
   .chosen-container-multi .chosen-choices .search-choice-focus {
     background: #dee2e6; }
     .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
       background-position: right -11px; }
 
 .chosen-container-multi .chosen-drop .result-selected {
   display: none; }
 
 .chosen-container-active .chosen-single {
   border: 1px solid #80bdff;
   box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
   transition: border linear 0ms, box-shadow linear 0ms; }
   @media (prefers-reduced-motion: reduce) {
     .chosen-container-active .chosen-single {
       transition: none; } }
 
 .chosen-container-active.is-valid .chosen-single {
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.4); }
 
 .chosen-container-active.is-invalid .chosen-single {
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.4); }
 
 .chosen-container-active.chosen-with-drop .chosen-single {
   background-color: #fff;
   border: 1px solid #80bdff;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
   box-shadow: none;
   transition: border linear 0ms, box-shadow linear 0ms; }
   @media (prefers-reduced-motion: reduce) {
     .chosen-container-active.chosen-with-drop .chosen-single {
       transition: none; } }
   .chosen-container-active.chosen-with-drop .chosen-single div:after {
     display: inline-block;
     position: relative;
     top: .125rem;
     left: -1rem;
     width: 2rem;
     height: 2rem;
     content: "";
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
     background-size: 2rem 2rem;
     background-position: center center;
     background-repeat: no-repeat; }
 
 .chosen-container-active .chosen-choices {
   border: 1px solid #80bdff;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
   transition: border linear 0ms, box-shadow linear 0ms; }
   @media (prefers-reduced-motion: reduce) {
     .chosen-container-active .chosen-choices {
       transition: none; } }
   .chosen-container-active .chosen-choices .search-field input[type="text"] {
     color: #6c757d !important; }
 
 .chosen-container-active.chosen-with-drop .chosen-choices {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0; }
 
 .chosen-container-active.chosen-with-drop .chosen-search-input {
   display: inline-block; }
 
 .chosen-disabled {
   cursor: default;
   opacity: .5 !important; }
   .chosen-disabled .chosen-single {
     cursor: default; }
   .chosen-disabled .chosen-choices .search-choice .search-choice-close {
     cursor: default; }
 
 .chosen-container-optgroup-clickable li.group-result {
   text-transform: none !important; }
   .chosen-container-optgroup-clickable li.group-result:hover {
     background-color: #007bff;
     color: white;
     cursor: pointer; }
     .chosen-container-optgroup-clickable li.group-result:hover em {
       color: white; }
 
 .chosen-container.is-valid .chosen-single,
 .chosen-container.is-valid .chosen-choices,
 .chosen-container.is-valid .chosen-drop, .chosen-container:valid .chosen-single,
 .chosen-container:valid .chosen-choices,
 .chosen-container:valid .chosen-drop {
   border-color: #28a745; }
 
 .chosen-container.is-invalid .chosen-single,
 .chosen-container.is-invalid .chosen-choices,
 .chosen-container.is-invalid .chosen-drop, .chosen-container:invalid .chosen-single,
 .chosen-container:invalid .chosen-choices,
 .chosen-container:invalid .chosen-drop {
   border-color: #dc3545; }
 
 input[type="text"].chosen-focus-input {
   position: absolute;
   top: -9000px;
   width: 0;
   height: 0;
   margin: 0;
   padding: 0;
   background: transparent !important;
   border: 0 !important;
   outline: 0; }
 
 .input-group:nth-of-type(1) .chosen-container .chosen-choices {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0; }
 
 .input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0; }
 
 .input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem; }
 
 .input-group .chosen-container {
   position: relative;
   -ms-flex: 1 1 auto;
       flex: 1 1 auto;
   width: 1% !important; }
 
 .input-group .chosen-choices .search-field {
   min-height: calc(1.5em + 0.75rem); } */

   .custom-color-wrap {
    width: 100%;
    height: auto;
    display: none;
  }
  
  #color-current-custom, .color-scheme li button.sp-choose {
    width: auto;
    height: auto;
  }
  
  .color-scheme li button.sp-choose {
    font-size: inherit;
  }
  
  .palette-current-color-wrap {
    display: flex;
    justify-content: space-between;
  }
  
  .palette-current-color {
    width: 120px;
    height: 40px;
    border-radius: 6px;
  }
  
  .sp-container {
    background-color: transparent;
    border: none
  }
  
  .sp-container.sp-flat {
    width: 100%;
  }
  
  .sp-picker-container {
    border: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
  
  .sp-color {
    border: none;
    width: 208px;
    height: 208px;
  }
  
  .sp-top-inner {
    height: 208px;
  }
  
  .sp-input {
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    width: 120px;
    height: 40px;
  }
  
  .sp-input-container {
    margin-top:20px;
    margin-bottom: 0;
    width: 120px;
  }
  
  .sp-initial-disabled .sp-input-container {
    width: 120px;
  }
  
  .sp-button-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top:24px;
    align-items: center;
  }
  
  #customizer .sp-choose {
    width: 120px;
    height: 48px;
    background-color: #FB631D;
    border-radius: 6px;
    background-image: unset;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Museo Sans';
  }
  
  #customizer .sp-button-container:after {
    content: unset;
  }
  
  #customizer .sp-cancel {
    width: 120px;
    font-size: 16px;
    line-height: 12px;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  .sp-clear-display {
    background-color: #EAEAEA;
    border: none;
  }
  
  .sp-clear-enabled .sp-hue {
    top: 40px;
    height: 81%;
    width: 32px;
    border: none;
    left: 87%;
  }
  
  .sp-slider {
    width: 30px;
    left: 0px;
    right: 0px;
    border: 1px solid #777;
  }
  
  .sp-container input {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 17px;
    color: #000
  }
  
  .sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 87%;
    height: 32px;
    width: 32px;
  }
  
  #options, #customizer {
    border-radius: 16px;
  }
  
  #color-palette-trigger {
    background-image: url('/palette.png');
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 50%;
  }
  
  .fixed-height {
    /* overflow-y: auto; */
    height: 65rem;
  }
  
  .options-box .mCSB_container {
    margin: inherit;
  }
  
  .customizer-text {
    width: 100%;
  }
  
  .color-preset.active {
    border: 4px solid;
    padding: 4px;
    border-radius: 50%;
  }
  
  .modal-phone {
    padding: 0;
  }
  
  .modal-phone a {
    color: #102e50 !important;
    font-size: 14px !important;
  }
  
  .modal-phone {
    padding: 0;
    line-height: 16px;
  }
  
  .header__sections a {
    font-size: 14px !important;
  }
  @media(max-width: 1199px) {
    .header__sections a {
      font-size: 12px !important;
    }
  }
  .header .nav-link.tel, .header .navbar-nav .nav-link.tel {
    font-weight: 900 !important;
  }
  
  .profile .cart__number span {
    position: absolute;
    top: -14px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3rem;
    background-color: #fff;
  }
  
  .cart.nav-link:hover .cart__number {
    color: #102e50;
  }
  
  .mCSB_container {
    display: block !important;
  }
  
  .catalog__menu-modal .catalog__menu-item.active .catalog-list__category {
    background-color: #f6a518 !important;
  }
  
  .button.cart-button {
    background-color: #f6a518 !important;
  }
  
  .button {
    border-color: #f6a518 !important;
  }
  
  .order-box button {
    background-color: #f6a518 !important;
  }
  
  .order-box a.button {
    background-color: #f6a417 !important;
  }
  
  .order-accepted__link a.button {
    background-color: #f2a115 !important;
  }
  
  .product__price .current {
    color: #102e50 !important;
  }
  
  .contacts-form .button {
    background-color: #f6a416 !important;
  }
  
  .bx-basket-item-list-item-name {
    font-size: 12px;
    color: black;
    font-weight: bold;
  }
  
  .footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .socials-footer {
    display: flex;
  }
  
  .socials-footer a {
    padding-right: 15px;
  }
  
  .ask{
  bottom: 10%;
  }
  
  .ask-button_color {
    fill: #f6a416 !important;
  }

  .price-request-wrapper-desk {
    display: none;
  }


  .is-main-page .price-request-wrapper-desk {
    display: block;
  }
  .is-main-page .price-request-wrapper-mobile {
    display: none;
  }

  @media(max-width: 1000px) {
    .is-main-page .price-request-wrapper-desk {
      display: none;
    }
    .is-main-page .price-request-wrapper-mobile {
      display: block;
    }
  }

  .is-main-page .price-request-wrapper-mobile {
    display: none;
  }

  .is-main-page .ur,
  .is-main-page #search {
    display: none;
  }




  .product-video-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.product-video-slide video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover !important;
    cursor: pointer;
}
.product-image-wrap[data-video] {
    background: #000;
}








/* Стиль для контейнера видео-миниатюры */
.video-preview-box {
  background: #1a1a1a;  /* Тёмный фон */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.video-trigger:hover .video-preview-box {
  background: #333;  /* При наведении чуть светлее */
}

/* Белая кнопка play */
.play-button-white-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button-white {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.video-trigger:hover .play-button-white {
  transform: scale(1.1);
  background: #ff0000;
}

.play-button-white span {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 3px;
}

.video-trigger:hover .play-button-white span {
  border-left-color: white;
}

/* Активная миниатюра */
.swiper-slide.active {
  border: 2px solid #ff0000;
  border-radius: 6px;
}

/* Обычные миниатюры */
.swiper-slide {
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: 2px solid transparent;
}



/* ======================== */
/* Шкала складов (под дизайн) */
/* ======================== */
.product__stock-scale {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.stock-scale__title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.stock-scale__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-scale__city {
  font-size: 16px;
  min-width: 110px;
}

.stock-scale__bars {
  display: flex;
  gap: 8px;
  cursor: help;
}

.stock-scale__bar {
  width: 5px;
  height: 25px;
  background-color: #e0e0e0;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.stock-scale__bar.active {
  background-color: #f6a518;
}








/* ======================== */
/* Бейджи на фото           */
/* ======================== */
.product-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .badge {
        padding: 3px 8px;
        font-size: 10px;
    }
    .product-badges {
        top: 10px;
        left: 10px;
        gap: 5px;
    }
}


/* Бейджи в каталоге */
.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.badge {
  display: inline-block;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}

.badge--new,
.product-item-label-text span.product_mark[title="Новинка"] { 
  background-color: #FFF !important; color: #1C2F54 !important; 
}      /* Новинка */
.badge--stock,
.product-item-label-text span.product_mark[title="Акция"] { 
  background-color: #F44 !important; color: #fff !important; 
}    /* Акция */
.badge--sale,
.product-item-label-text span.product_mark[title="Распродажа"] { 
  background-color: #1C2F54 !important; color: #fff !important; 
}     /* Распродажа */
.badge--hit,
.product-item-label-text span.product_mark[title="Хит"] { 
  background-color: #F7A412 !important; color: #1C2F54 !important; 
}      /* Хит */

@media (max-width: 768px) {
  .badge {
      padding: 2px 6px;
      font-size: 9px;
  }
  .product-badges {
      top: 8px;
      left: 8px;
      gap: 4px;
  }
}

.product-item-label-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  padding: 10px;
}



/* Кастомный тултип */
.stock-tooltip-custom {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: opacity 0.2s ease;
  /* Центрирование */
  transform: translateX(-50%);
}

/* Стрелка тултипа */
.stock-tooltip-custom::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .stock-tooltip-custom {
      font-size: 11px;
      padding: 5px 10px;
      white-space: normal;
      max-width: 200px;
      text-align: center;
  }
}

/* Шкала складов — курсор-подсказка */
.stock-scale__bars {
  cursor: help;
}

@media (max-width: 768px) {
  .stock-scale__bars {
      cursor: pointer;
  }
}





/* Кастомное уведомление для сравнения */
.custom-compare-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  min-width: 300px;
  max-width: 400px;
  transform: translateX(120%);
  transition: transform 0.3s ease;
  overflow: hidden;
  font-family: inherit;
}

.custom-compare-notification.show {
  transform: translateX(0);
}

.custom-compare-notification.error {
  border-left: 4px solid #f44336;
}

.custom-compare-notification__inner {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
}

.custom-compare-notification__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.custom-compare-notification__icon svg {
  width: 100%;
  height: 100%;
}

.custom-compare-notification__content {
  flex: 1;
}

.custom-compare-notification__message {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.custom-compare-notification__action {
  margin-top: 4px;
}

.custom-compare-link {
  font-size: 13px;
  color: #2196f3;
  text-decoration: none;
  font-weight: 500;
}

.custom-compare-link:hover {
  text-decoration: underline;
}

.custom-compare-notification__close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s ease;
}

.custom-compare-notification__close:hover {
  color: #333;
}

/* Прогресс-бар */
.custom-compare-notification__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e0e0e0;
}

.custom-compare-notification__progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2196f3;
  animation: custom-progress-shrink 3s linear forwards;
}

.custom-compare-notification.error .custom-compare-notification__progress::after {
  background: #f44336;
}

.custom-compare-notification .custom-compare-notification__progress::after {
  animation: custom-progress-shrink 3s linear forwards;
}

@keyframes custom-progress-shrink {
  from {
      width: 100%;
  }
  to {
      width: 0%;
  }
}

/* Адаптив для мобильных */
@media (max-width: 576px) {
  .custom-compare-notification {
      bottom: 10px;
      right: 10px;
      left: 10px;
      min-width: auto;
      max-width: none;
  }
}










/* Контейнер для иконок поверх слайдера */
.product-slider-buttons {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#compare-button {
  background: transparent;
}
.compare-btn.active .compare-button__stroke {
  fill: #F7A412;
  stroke: #F7A412;
}
.compare-btn {
  background: transparent;
}

.product-card-buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 111;
  padding: 10px;
}
.product__detail-compare {
  display: none;
}








.product__layout-col1 {
  max-width: 580px;
  width: 100%;
}
.product__layout-col2 {
  width: calc(100% - 950px);
  padding: 0px 40px;
}
.product__layout-col3 {
  width: 370px;
}

.product__other-colors {
  padding: 0 0px 30px;
}
.product__layout-wrapper {
  background: #F3F3F3;
  padding: 30px;
}

@media(max-width: 1479px) {
  .product__layout-col1 {
    max-width: 430px;
  }
  .product__layout-col2 {
    width: calc(100% - 750px);
    padding: 0px 40px;
  }
  .product__layout-col3 {
    width: 320px;
  }
}
@media(max-width: 1199px) {
  .product__layout-col1 {
    max-width: 380px;
  }
  .product__layout-col2 {
    width: calc(100% - 650px);
    padding: 0px 30px;
  }
  .product__layout-col3 {
    width: 270px;
  }
}
@media(max-width: 1000px) {
  .product__layout-col1 {
    max-width: 100%;
  }
  .product__layout-col2 {
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }
  .product__layout-col3 {
    width: 100%;
  }
  .product__layout-wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 30px 15px;
  }
}




.product__prices-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.price-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 3px;
}
.price-label {
  font-size: 12px;
  line-height: 1;
  color: #A2A9AD;
}
.price-value {
  font-size: 24px;
  font-weight: 500;
}

.price-note {
  font-size: 12px;
  line-height: 1;
  color: #A2A9AD;
  text-decoration: underline;
}



.other-colors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.other-color-item {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.other-color-item.active {
  border-color: #ff6600;
}

.other-color-item.expected {
  opacity: 0.5;
  position: relative;
}

.other-color-item.expected::after {
  content: 'Ожидается';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
}











/* Кастомный select */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  user-select: none;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.custom-select-trigger:hover {
  border-color: #aaa;
}

.custom-select-value {
  color: #333;
}

.custom-select-arrow {
  color: #999;
  font-size: 10px;
  transition: transform 0.2s ease;
}

.custom-select-wrapper.open .custom-select-arrow {
  transform: rotate(180deg);
}

.custom-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 4px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.custom-select-wrapper.open .custom-select-dropdown {
  display: block;
}

.custom-select-option {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.custom-select-option:hover {
  background: #f5f5f5;
}

.custom-select-option.selected {
  background: #e3f2fd;
  color: #2196f3;
}
.quantity-note {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1;
  color: #A2A9AD;
  text-align: right;
}



.product__quantity-block {
  margin-top: 30px;
}
.quantity-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-item-amount {
  margin-top: 30px;
}



.product-media-info {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-top: 20px;
}
.product-media-info-call {
  font-size: 14px;
  line-height: 1.5;
}
.product-media-info-call b {
  font-weight: 900;
  color: #000;
}
.product-media-info-phone {
  font-weight: 900;
  color: #000;
}
.product-media-info-link {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #A2A9AD;
  text-decoration: underline;
  text-align: right;
}
.product-media-info-link-col {
  min-width: 150px;
}

.other-colors__title {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}


.product__kompanon-select {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  margin: 15px 0;
}

.product__kompanon-select label {
  display: block;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: #1f1f1f;
}

.product__kompanon-select select {
  width: 100%;
  height: 52px;
  padding: 0 18px;

  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;

  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 8px;
}

.product__kompanon-select select:hover {
  border-color: #bdbdbd;
}

.product__kompanon-select select:focus {
  outline: none;
  border-color: #f5a300;
  box-shadow: 0 0 0 3px rgba(245, 163, 0, 0.12);
}