/* Підключення шрифту Myriad Pro */
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/Myriad Pro/MyriadPro-Semibold.eot');
  src: url('../fonts/Myriad Pro/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Myriad Pro/MyriadPro-Semibold.woff2') format('woff2'),
       url('../fonts/Myriad Pro/MyriadPro-Semibold.woff') format('woff'),
       url('../fonts/Myriad Pro/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/Myriad Pro/MyriadPro-Regular.eot');
  src: url('../fonts/Myriad Pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Myriad Pro/MyriadPro-Regular.woff2') format('woff2'),
       url('../fonts/Myriad Pro/MyriadPro-Regular.woff') format('woff'),
       url('../fonts/Myriad Pro/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* CSS змінні для sticky header offset */
:root {
  --sticky-header-offset-mobile: -156px;
  --sticky-header-offset-desktop: -140px;
}

/* Розмір скролбару для елементів всередині .compare-page */
.compare-page ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.compare-page * {
  scrollbar-width: auto;
}

/* Стилізація табів катеорій для порівняння */
.compare-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

@media only screen and (max-width: 799.9px) {
  .product-characteristics__item[data-v-88436aa2] .product-characteristics__item-info[data-v-88436aa2] {
    font-size: 13px !important;
  }
  .compare-category-tabs {
    padding-right: 20px;
  }

  .comparison-control__clear-btn-mobile[data-v-88436aa2] {
    margin:15px 5px 15px 0 !important;
  }

  .comparison-control[data-v-88436aa2] { flex-direction: column !important; align-items: stretch !important; gap: 6px; height: auto !important; padding: 6px 0 !important; }
  .pcmp-mobile-row { display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 0 15px; 
  min-height: 40px; 
  max-height: 40px;
  height: 40px;
  }
  .pcmp-mobile-divider { height: 1px; background: #E8EDF1; margin: 0 15px; }
  /* second row layout: label left, toggle right */
  .comparison-control__display-section[data-v-88436aa2] { 
    padding: 0 11px 0 15px;
    flex-direction: row !important; 
    align-items: center; 
    justify-content: space-between; 
    gap: 10px; 
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    }
  .comparison-control__show-text[data-v-88436aa2] { display: block !important; font-family: 'Myriad Pro', sans-serif; font-size: 16px; font-weight: 600; margin: 0; color: #333; }
  .comparison-control__toggle-wrapper[data-v-88436aa2] { gap: 10px; }

  /* Visuals to match product-comparison-controls.html */
  .comparison-control__clear-btn-mobile[data-v-88436aa2] { display: inline-flex; align-items: center; gap: 8px; background: transparent !important; border: 0 !important; padding: 0; color: #5B6871; font-family: 'Myriad Pro', sans-serif; font-size: 14px; font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
  .comparison-control__clear-btn-mobile[data-v-88436aa2] svg { width: 12px; height: 12px; flex-shrink: 0; }
  .comparison-control__mobile-add-btn[data-v-88436aa2] { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    color: #5B6871; 
    font-family: 'Myriad Pro', sans-serif; 
    font-size: 14px; 
    font-weight: 600; 
    text-decoration: none; 
  }
  .comparison-control__mobile-add-btn[data-v-88436aa2] span { color:#5B6871; }
  .comparison-control__mobile-add-btn-svg { width: 32px; height: 32px; }

}
.compare-tab {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color:#231F20;

  padding-top: 7px;
  padding-right: 13px;
  padding-bottom: 7px;
  padding-left: 13px;
  border: 1px solid #D1D8DD;
  border-radius: 70px;
}
.compare-tab:hover {
  border: 1px solid #ED6E00;
}
.compare-tab.tab-active {
  border: 1px solid #ED6E00;
}
.compare-tab.tab-active:hover {
  border: 1px solid #ED6E00;
}

/* Стилізація скролбара для нижнього comparison-content-wrapper */
.comparison-content-wrapper:nth-of-type(2)::-webkit-scrollbar {
  height: 21px;
}

.comparison-content-wrapper:nth-of-type(2)::-webkit-scrollbar-track {
  background: transparent;
}

.comparison-content-wrapper:nth-of-type(2)::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 0;
  border: 1px solid #e7e7e7;
}

.comparison-content-wrapper:nth-of-type(2)::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

/* Вимикаємо sticky header на сторінці порівняння */
body.compare-page .header {
  position: relative !important;
}

body.compare-page {
  padding-top: 0 !important;
}

.comparison-categories[data-v-51cf61fa] {
  display:block;
  margin-right:15px;
  width:100%;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
@media only screen and (min-width:801px) {
  .comparison-categories[data-v-51cf61fa] {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-right:0
  }
}
.comparison-categories__btn[data-v-51cf61fa] {
  padding:8px 15px;
  border-radius:3px;
  border:1px solid #e7e7e7;
  background:transparent;
  margin:0 20px 10px 0;
  white-space:nowrap;
  font-size:12px
}
.product-card-comparison .product-photo__thumb {
  width:145px;
  height:145px;
  max-width:145px;
  max-height:145px;
  display:block;
}
.product-card-comparison .product-photo__thumb img {
  width:100%;
  height:100%;
  object-fit:contain;
}
.comparison-categories__btn--selected[data-v-51cf61fa] {
  border-color:#ff2f00
}
@media only screen and (min-width:601px) {
  .comparison-categories__btn[data-v-51cf61fa] {
    font-size:14px
  }
}
.toggle-switcher[data-v-0d13374f] {
  display:block;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:5px 0
}
.toggle-switcher__toggle[data-v-0d13374f] {
  display:inline-block;
  position:relative;
  cursor:pointer
}
.toggle-switcher__toggle[data-v-0d13374f]:after,.toggle-switcher__toggle[data-v-0d13374f]:before {
  content:"";
  display:block;
  margin:0 3px;
  -webkit-transition:all .1s cubic-bezier(.4,0,.2,1);
  transition:all .1s cubic-bezier(.4,0,.2,1)
}
.toggle-switcher__toggle[data-v-0d13374f]:before {
  height:24px;
  width:40px;
  border-radius:30px;
  background:#e7e7e7
}
.toggle-switcher__toggle[data-v-0d13374f]:after {
  position:absolute;
  top:2px;
  height:20px;
  width:20px;
  border-radius:50%;
  background:#fff;
  left:2px
}
.toggle-switcher__input[data-v-0d13374f] {
  position:absolute;
  opacity:0;
  pointer-events:none
}
.toggle-switcher__input:focus+.toggle-switcher__toggle[data-v-0d13374f] {
  outline:none;
}
.toggle-switcher__input:disabled+.toggle-switcher__toggle[data-v-0d13374f] {
  cursor:not-allowed;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity:.6
}
.toggle-switcher__input:disabled+.toggle-switcher__toggle[data-v-0d13374f]:after {
  -webkit-box-shadow:none;
  box-shadow:none
}
.toggle-switcher__input:checked+.toggle-switcher__toggle[data-v-0d13374f]:before {
  background:#ff6b35;
}
.toggle-switcher__input:checked+.toggle-switcher__toggle[data-v-0d13374f]:after {
  -webkit-transform:translate(calc(36px - 100%));
  transform:translate(calc(36px - 100%))
}
.product-card-comparison[data-v-380c5217] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  height:100%;
  padding:5px;
}
@media only screen and (min-width:800px) {
  .product-card-comparison[data-v-380c5217] {
    padding:5px;
  }
}
.product-card-comparison__title[data-v-380c5217] {
  margin:10px 0;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  color:#333;
  font-weight:400;
  font-size:14px;
  line-height:17px;
  max-height:51px
}
.product-card-comparison__title--secondary[data-v-380c5217] {
  margin:10px 0 0 0;
  color:#909090
}
.product-card-comparison__title--hidden[data-v-380c5217] {
  display:none
}
.product-card-comparison__price-actions[data-v-380c5217],.product-card-comparison__reviews-wrap[data-v-380c5217],.product-card-comparison__reviews[data-v-380c5217] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.product-card-comparison__price-actions[data-v-380c5217],.product-card-comparison__reviews-wrap[data-v-380c5217] {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.product-card-comparison__reviews-wrap[data-v-380c5217] {
  margin-bottom:10px
}
.product-card-comparison__reviews[data-v-380c5217] {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.product-card-comparison__rating[data-v-380c5217] {
  margin-right:10px
}
@media only screen and (max-width:769px) {
  .product-card-comparison__rating[data-v-380c5217] {
    margin-right:28px
  }
}
.product-card-comparison__price-actions[data-v-380c5217] {
  margin:auto 0 0;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
}
@media only screen and (min-width:800px) {
  .product-card-comparison__price-actions[data-v-380c5217] {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
}
.product-card-comparison__price[data-v-380c5217] {
  margin-top:5px;
  margin-bottom:6px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-flow:column-reverse wrap;
  flex-flow:column-reverse wrap
}
@media only screen and (min-width:800px) {
  .product-card-comparison__price[data-v-380c5217] {
    display:block;
    margin-bottom:0
  }
}
.product-card-comparison__price--not-available[data-v-380c5217] {
  color:#909090;
  font-weight:500;
  font-size:16px;
  line-height:19px
}
@media only screen and (min-width:769px) {
  .product-card-comparison__price--not-available[data-v-380c5217] {
    font-size:18px;
    line-height:21px
  }
}
button[data-v-88436aa2],h1[data-v-88436aa2],p[data-v-88436aa2],span[data-v-88436aa2] {
  color:#333
}
.link[data-v-88436aa2] {
  background:transparent;
  display:block;
  font-size:14px
}
.comparison-categories--main[data-v-88436aa2] {
  margin-bottom:0
}
.comparison-categories--control[data-v-88436aa2] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
@media only screen and (min-width:800px) {
  .comparison-categories--control[data-v-88436aa2] {
    display:none
  }
}

.comparison-page {
  margin-bottom:80px;
}
.comparison-page[data-v-88436aa2] {
  position:relative;
  min-height:600px;
  overflow:hidden
}
.product-comparison[data-v-88436aa2] {
  position:relative;
  overflow:hidden;
  left:0
}
@media only screen and (min-width:1430px) {
  .product-comparison[data-v-88436aa2] {
    margin-left:calc(50% - 715px);
    padding-left:0
  }
}
@media only screen and (min-width:800px) {
  .product-comparison[data-v-88436aa2] {
    padding-left:15px
  }
}
.product-comparison-title[data-v-88436aa2] {
  padding:0
}
.product-comparison-title[data-v-88436aa2],.show-comparison-filters[data-v-88436aa2] {
  margin-left:15px
}
@media only screen and (min-width:800px) {
  .product-comparison-title[data-v-88436aa2],.show-comparison-filters[data-v-88436aa2] {
    margin-left:0
  }
}
.product-comparison-title[data-v-88436aa2] {
  font-weight:400;
  font-size:24px;
  margin-bottom:30px
}
.comparison-content-wrapper[data-v-88436aa2] {
  position:static;
  overflow-y:auto
}
@media only screen and (min-width:800px) {
  .comparison-content-wrapper[data-v-88436aa2] {
    position:relative
  }
}
.comparison-content[data-v-88436aa2] {
  border-collapse:collapse;
  display:block
}
.comparison-control[data-v-88436aa2],.product-cards__items[data-v-88436aa2] {
  text-align:initial;
  font-weight:400
}
.comparison-control[data-v-88436aa2] {
  border-bottom:1px solid #dedede;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  background:#fff;
  position:sticky;
  left:0;
  z-index:3;
  width:100vw;
  height:51px;
  padding:0;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
@media only screen and (min-width:800px) {
  .comparison-control[data-v-88436aa2] {
    width:270px;
    height:auto;
    padding:16px 15px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-top:1px solid #dedede;
    border-right:1px solid #dedede;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:stretch;
    gap:12px;
  }
}
.comparison-control--relative[data-v-88436aa2] {
  display:none;
  z-index:1
}
@media only screen and (min-width:800px) {
  .comparison-control--relative[data-v-88436aa2] {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
}
/* Кнопка "Очистити список" */
.comparison-control__btn-wrapper[data-v-88436aa2] {
  display:none;
}

@media only screen and (min-width:800px) {
  .comparison-control__btn-wrapper[data-v-88436aa2] {
    display:block;
    margin-bottom:0;
  }
}

.comparison-control__clear-btn[data-v-88436aa2] {
  display:flex;
  align-items:center;
  gap:8px;
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
  font-family:'Myriad Pro', sans-serif;
  font-size:14px;
  font-weight:400;
  color:#5B6871;
  text-decoration:underline;
  text-underline-offset:3px;
}

.comparison-control__clear-btn[data-v-88436aa2] svg {
  width:12px;
}

.comparison-control__clear-btn:hover[data-v-88436aa2] {
  text-decoration:none;
}

.comparison-control__clear-btn svg[data-v-88436aa2] {
  flex-shrink:0;
}

/* Обгортка кнопки "Додати модель" */
.comparison-control__add-wrapper[data-v-88436aa2] {
  display:none;
}

@media only screen and (min-width:800px) {
  .comparison-control__add-wrapper[data-v-88436aa2] {
    display:flex;
    justify-content:center;
    align-items:center;
    flex:1;
  }
}

/* Кнопка "Додати модель" */
.comparison-control__add-btn[data-v-88436aa2] {
  display:none;
}

@media only screen and (min-width:800px) {
  .comparison-control__add-btn[data-v-88436aa2] {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    background:transparent;
    border:none;
    padding:0;
    cursor:pointer;
    opacity:1;
    transition: none !important;
  }
  .product-cards--fixed .comparison-control__add-btn[data-v-88436aa2] {
    opacity:0;
  }

  .pcmp-mobile-row {
    display: none !important;
  }
  .pcmp-mobile-divider {
    display: none !important;
  }
  
  
  .comparison-control__add-btn span[data-v-88436aa2] {
    font-family:'Myriad Pro', sans-serif;
    font-size:14px;
    font-weight:400;
    color:#5B6871;
  }
}

/* Секція "Відображати" */
.comparison-control__display-section[data-v-88436aa2] {
  display:flex;
  flex-direction:column;
  gap:8px;
}

.comparison-control__show-text[data-v-88436aa2] {
  display:none;
}

@media only screen and (min-width:800px) {
  .comparison-control__show-text[data-v-88436aa2] {
    display:block;
    font-family:'Myriad Pro', sans-serif;
    font-size:14px;
    font-weight:600;
    color:#333;
    margin-bottom:0;
  }
}

.comparison-control__show-text--hidden[data-v-88436aa2] {
  display:none;
}

.comparison-control__toggle-wrapper[data-v-88436aa2] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:8px;
}

.comparison-control__only-diffs[data-v-88436aa2] {
  font-family:'Myriad Pro', sans-serif;
  font-size:12px;
  font-weight:400;
  color:#5B6871;
}

@media only screen and (min-width:481px) {
  .comparison-control__only-diffs[data-v-88436aa2] {
    font-size:14px;
  }
}

.comparison-control__toggle[data-v-88436aa2] {
  margin-left:0;
}

/* Старі стилі для мобільних */
.comparison-control__clear-btn-mobile[data-v-88436aa2] {
  margin:30px 15px;
}
@media (max-width: 576px) {
  .comparison-control__clear-btn-mobile[data-v-88436aa2] {
    margin:15px 5px 15px 0 !important;
  }


}

@media only screen and (min-width:800px) {
  .comparison-control__clear-btn-mobile[data-v-88436aa2] {
    display:none;
  }
}

.comparison-control__mobile-add-btn[data-v-88436aa2] {
  font-size:12px;
  color:#333;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

@media only screen and (min-width:800px) {
  .comparison-control__mobile-add-btn[data-v-88436aa2] {
    display:none;
  }
}

@media only screen and (min-width:481px) {
  .comparison-control__mobile-add-btn[data-v-88436aa2] {
    font-size:14px;
  }
}

.comparison-categories[data-v-88436aa2],.comparison-control__mobile-add-btn-svg[data-v-88436aa2] {
  margin-left:15px;
}

@media only screen and (min-width:800px) {
  .comparison-categories[data-v-88436aa2] {
    margin-left:0;
  }
}

.comparison-categories-filter-title[data-v-88436aa2] {
  display:inline;
  font-size:18px;
}

@media only screen and (min-width:800px) {
  .comparison-categories-filter-title[data-v-88436aa2] {
    display:none;
  }
}

.comparison-categories-title[data-v-88436aa2] {
  color:#909090;
  margin:40px 0 20px 0;
}

@media only screen and (min-width:800px) {
  .comparison-categories-title[data-v-88436aa2] {
    display:none;
  }
}
.product-cards[data-v-88436aa2] {
  background:#fff;
  z-index:1
}
.product-cards--bottom[data-v-88436aa2] {
  top:unset!important;
  bottom:0!important;
  position:absolute!important
}
.product-cards--fixed[data-v-88436aa2] {
  position:fixed;
  top: var(--sticky-header-offset-mobile);
}
@media only screen and (min-width:800px) {
  .product-cards--fixed[data-v-88436aa2] {
    top: var(--sticky-header-offset-desktop);
  }
}
.product-cards__wrapper[data-v-88436aa2] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse
}
.product-cards__wrapper--overflow[data-v-88436aa2] {
  overflow:hidden
}
.product-cards__wrapper--overflow .product-card__full[data-v-88436aa2] {
  display:none
}
@media only screen and (min-width:800px) {
  .product-cards__wrapper[data-v-88436aa2] {
    -webkit-box-orient:initial;
    -webkit-box-direction:initial;
    -ms-flex-direction:initial;
    flex-direction:row
  }
}
.product-cards__items[data-v-88436aa2] {
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  text-align:initial;
  border-bottom:1px solid #dedede;
  border-top:1px solid #dedede
}
.product-cards__item[data-v-88436aa2] {
  border-right:1px solid #f5f5f5;
  position:relative;
  background:#fff;
  width:100%;
  margin-bottom:0;
  min-width:165px
}
.product-cards__item--add-model[data-v-88436aa2] {
  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;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
@media only screen and (min-width:800px) {
  .product-cards__item[data-v-88436aa2] {
    width:270px;
    min-width:0
  }
}
@media only screen and (min-width:601px) {
  .product-cards__item[data-v-88436aa2] {
    min-width:270px
  }
}
.product-cards__item-add-link[data-v-88436aa2] {
  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:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.product-cards__item-add-link--sticky[data-v-88436aa2] {
  margin-top:120px
}
@media only screen and (min-width:800px) {
  .product-cards__item-add-link--sticky[data-v-88436aa2] {
    margin-top:180px
  }
}
.product-cards__item-add-text[data-v-88436aa2] {
  margin-top:20px;
  border-bottom:1px dotted #333;
  font-size:14px
}
.product-cards__item-add-text[data-v-88436aa2]:hover {
  border-bottom-color:transparent
}
.product-cards__item-close-btn svg {
  width: 16px;
  height: 20px;
}
.product-cards__item-close-btn[data-v-88436aa2] {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer;
  border:0;
  background:transparent;
}
.product-cards__item-close-btn:hover svg[data-v-88436aa2] {
  fill:#909090
}
@media only screen and (min-width:800px) {
  .product-cards__item-close-btn[data-v-88436aa2] {
    right:10px;
    top:10px
  }
}
.comparison-table-body[data-v-88436aa2] {
  display:block
}
.comparison-table-body--offset[data-v-88436aa2] {
  padding-top:40px
}
@media only screen and (min-width:800px) {
  .comparison-table-body--offset[data-v-88436aa2] {
    padding-top:0
  }
}
.product-characteristics__item[data-v-88436aa2] {
  list-style:none;
  font-size:14px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%
}
@media only screen and (min-width:800px) {
  .product-characteristics__item[data-v-88436aa2] {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
  }
}
.product-characteristics__item .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item .product-characteristics__item-title[data-v-88436aa2] {
  background:#f5f5f5
}

/* Динамічна зебра для видимих рядків - має вищий пріоритет */
.product-characteristics__item.zebra-even .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item.zebra-even .product-characteristics__item-title[data-v-88436aa2] {
  background:#f5f5f5 !important
}

.product-characteristics__item.zebra-odd .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item.zebra-odd .product-characteristics__item-title[data-v-88436aa2] {
  background:#fff !important
}

/* Перевизначаємо статичні правила зебри коли застосовані динамічні класи */
.product-characteristics__item.zebra-even:nth-child(2n) .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item.zebra-even:nth-child(2n) .product-characteristics__item-title[data-v-88436aa2] {
  background:#f5f5f5 !important
}

.product-characteristics__item.zebra-odd:nth-child(2n) .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item.zebra-odd:nth-child(2n) .product-characteristics__item-title[data-v-88436aa2] {
  background:#fff !important
}
.product-characteristics__item .product-characteristics__item-title[data-v-88436aa2] {
  color:#909090;
  background:transparent
}
@media only screen and (min-width:800px) {
  .product-characteristics__item .product-characteristics__item-title[data-v-88436aa2] {
    background:#f5f5f5
  }
}
.product-characteristics__item:nth-child(2n) .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__item:nth-child(2n) .product-characteristics__item-title[data-v-88436aa2] {
  background:#fff
}
.product-characteristics__item-title[data-v-88436aa2] {
  position:absolute;
  left:50%;
  max-width:80%;
  -ms-flex-negative:0;
  flex-shrink:0;
  text-align:center;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  margin-top:30px;
  color:#909090
}
@media only screen and (min-width:800px) {
  .product-characteristics__item-title[data-v-88436aa2] {
    width:270px;
    position:sticky;
    border-right:1px solid #dedede;
    text-align:left;
    left:0;
    -webkit-transform:translate(0);
    transform:translate(0);
    padding:10px 15px;
    margin-top:0
  }
}
.product-characteristics__item-info[data-v-88436aa2] {
  z-index:-1;
  padding-top:60px;
  padding-bottom:15px;
  -ms-flex-negative:initial;
  flex-shrink:1;
  min-width:165px;
  text-align:center;
  width:100%
}
@media only screen and (min-width:800px) {
  .product-characteristics__item-info[data-v-88436aa2] {
    width:270px;
    padding:10px 15px;
    text-align:left;
    border-right:1px solid #f5f5f5
  }
}
@media only screen and (min-width:601px) {
  .product-characteristics__item-info[data-v-88436aa2] {
    min-width:270px
  }
}
.product-characteristics__accessory-title[data-v-88436aa2] {
  position:absolute;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  border:0;
  margin-top:40px;
  list-style:none
}
.product-characteristics__accessory-title .product-characteristics__item-title[data-v-88436aa2] {
  font-size:18px;
  color:#333
}
@media only screen and (min-width:800px) {
  .product-characteristics__accessory-title .product-characteristics__item-title[data-v-88436aa2] {
    padding:30px 15px
  }
}
.product-characteristics__accessory-title .product-characteristics__item-info[data-v-88436aa2],.product-characteristics__accessory-title .product-characteristics__item-title[data-v-88436aa2] {
  background:#fff
}
@media only screen and (min-width:800px) {
  .product-characteristics__accessory-title[data-v-88436aa2] {
    left:0;
    position:sticky;
    margin:0;
    -webkit-transform:translate(0);
    transform:translate(0)
  }
}
.product-characteristics__first-accessory-item[data-v-88436aa2] {
  margin-top:80px
}
@media only screen and (min-width:800px) {
  .product-characteristics__first-accessory-item[data-v-88436aa2] {
    margin-top:0
  }
}
.empty-comparison[data-v-88436aa2] {
  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:center;
  -ms-flex-align:center;
  align-items:center
}
.empty-comparison__svg[data-v-88436aa2] {
  margin-top:150px
}
.empty-comparison__title[data-v-88436aa2] {
  margin:50px 0 20px 0;
  font-size:24px
}
.empty-comparison__subtitle[data-v-88436aa2] {
  font-weight:400;
  color:#909090
}
.link--comparison[data-v-88436aa2] {
  margin-top:20px;
  color:#3e77aa
}

/* Нові стилі для карточки товару відповідно до дизайну */
.product-cards__item {
  background: #fff;
  border: none;
  border-right: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 280px;
  min-width: 280px;
  position: relative;
  overflow: visible;
}

.product-card-comparison {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

/* Секція зображення */
.product-card__image-section {
  position: relative;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

.product-card__image-section .product-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product-card__image-section .product-photo__thumb {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__image-section .product-photo__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Кнопка видалення */
.product-cards__item-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.product-cards__item-close-btn svg {
  fill: #eaeaea;
  transition: fill 0.2s ease;
}

.product-cards__item-close-btn:hover svg {
  fill: #999;
}

/* Секція інформації */
.product-card__info-section {
  position: relative;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Бейдж знижки */
.product-card__discount-badge {
  position: absolute;
  top: -26px;
  left: 10px;
  background: #FF2F00;
  color: white;
  padding: 7px 9px;
  border-radius: 4px;
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  z-index: 2;
  opacity:1;
}

.product-cards--fixed .product-card__discount-badge {
  opacity:0
}
/* Назва товару */
.product-title {
  text-decoration: none;
  color: #333;
}

.product-title__title {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Нижній ряд з кнопкою та інформацією */
.product-card__bottom-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
}

/* Колонка з кнопкою кошика */
.product-card__cart-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 60px;
}

/* Колонка з інформацією (рейтинг + ціни) */
.product-card__info-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  min-height: 60px;
}

/* Рейтинг */
.product-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.star-rating {
  display: flex;
  gap: 1px;
}

.star {
  font-size: 15px;
  line-height: 1;
}

.star--filled {
  color: #ffc107;
}

.star--empty {
  color: #ddd;
}

.product-card__reviews-count {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color:#5B6871;
}

/* Ціни */
.product-card__price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-card__price-current {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color:#FF2F00;
}

.product-card__price-old {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  color:#5B6871;
}

/* Кнопка додавання в кошик */
.product-card__add-to-cart {
  background: #ff6b35;
  border: none;
  border-radius: 6px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.product-card__add-to-cart:hover {
  background: #e55a2b;
}

.product-card__add-to-cart svg {
  width: 18px;
  height: 18px;
}

/* Товар недоступний */
.product-card__not-available {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* Адаптивність */
@media (max-width: 769.9px) {

  .product-cards--fixed[data-v-88436aa2] {
    position: fixed;
    top: var(--sticky-header-offset-mobile);
  }

  .product-cards__item-close-btn[data-v-88436aa2] {
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .product-cards__item[data-v-88436aa2], 
  .product-characteristics__item-info[data-v-88436aa2] {
      min-width: 195px;
  }

  .product-card__info-column {
    justify-content: flex-end;
  }

  .product-cards__item {
    width: 240px;
    min-width: 240px;
    margin: 0;
  }
  
  .product-card__image-section {
    min-height: 120px;
    padding: 8px;
  }
  
  .product-card__image-section .product-photo__thumb {
    width: 140px;
    height: 140px;
  }
  
  .product-card__info-section {
    padding: 8px;
  }
  
  .product-card__bottom-row {
    gap: 6px;
  }

  .product-card__cart-column {
    display:flex;
    align-items: flex-end;
  }
  
  .product-card__cart-column,
  .product-card__info-column {
    min-height: 50px;
  }
  
  .product-card__add-to-cart {
    width: 40px;
    height: 40px;
  }
  
  .product-card__price-current {
    font-size: 16px;
  }
  
  .product-card__price-old {
    font-size: 11px;
  }
  
  .star {
    font-size: 12px;
  }
  
  .product-card__reviews-count {
    font-size: 10px;
  }
}

@media (max-width: 349.9px) {
  .product-card__reviews-count {
    display: none;
  }
}

/* Заглушка для порожнього списку порівняння */
.compare-empty {
  display: flex;
  gap: 20px;
  padding: 40px 0px;
  max-width: 1254px;
  margin: 0 auto;
  border: 1px solid #E8EDF1;
  background: #fff;
}

/* Ліва колонка */
.compare-empty__left {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width:calc(30% - 1px);
  min-height: 364px;
  height: 364px;
  border-right: 1px solid #E8EDF1;
  background:#F8F9FA;
}

.compare-empty__clear-btn,
.compare-empty__add-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #F8F9FA;
  border: none;
  font-size: 14px;
  color: #5B6871;
  cursor: pointer;
  transition: all 0.3s;
}

.compare-empty__add-btn {
  display: flex !important;
  justify-content: center !important;
}

.compare-empty__toggle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #F8F9FA;
  border-radius: 4px;
  font-size: 14px;
  color: #5B6871;
}

.compare-empty__toggle span:first-child {
  font-weight: 500;
}

.compare-empty__toggle span:nth-child(2) {
  color: #999;
}

.compare-empty__toggle .toggle-switcher {
  margin-top: 8px;
}

.compare-empty__toggle .toggle-switcher__input:disabled + .toggle-switcher__toggle {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Права колонка */
.compare-empty__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F8F9FA;
  padding: 60px 40px;
  text-align: center;
  min-height: 364px;
  height: 364px;
  width:calc(70% - 1px);
  border-left: 1px solid #E8EDF1;
}

.compare-empty__icon {
  margin-bottom: 24px;
}

.compare-empty__text {
  font-size: 20px;
  line-height: 28px;
  color: #D6DBDF;
  margin: 0;
}

/* Адаптація для мобільних */
@media (max-width: 768px) {
  .compare-empty {
    flex-direction: column;
    padding: 20px;
    gap:10px !important;
  }

  .compare-empty__left {
    width: 100%;
    order: 2;
    min-height: 304px !important;
    height: 304px !important;
  }

  .compare-empty__right {
    order: 1;
    min-height: 400px;
    padding: 40px 20px;
    width: 100% !important;
  }

  .compare-empty__text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Стилі для товарів, яких немає в наявності */
.product-out-of-stock .product-photo__thumb img {
  opacity: 0.5;
  filter: grayscale(20%);
}

.product-out-of-stock .product-card__add-to-cart.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
}

.product-out-of-stock .product-card__add-to-cart.disabled:hover {
  background-color: #ccc;
}