

/* Start:/local/components/darneo/compare.vue/templates/list/style.css?17560535653306*/
/* Стили для страницы сравнения, на базе compare/index.php */
.compare { display: flex; width: 100%; gap: 20px; padding-bottom: 40px; }
.compare__sidebar { display: flex; flex-direction: column; gap: 242px; flex: 0 0 auto; }
.compare__sidebar-controls { display: flex; flex-direction: column; gap: 20px; }
.compare__btn { background: #E9EAEE; border: none; font-size: 16px; color: #5C5C5C; }
.compare__btn--consult { background: #EF9200; color: white; }
.compare__table-wrap { width: 305px; padding: 20px 10px; background: white; border-radius: 8px; }
.compare__table { margin-bottom: 0; table-layout: fixed; }
.compare__row { border: 1px solid #eee; }
.compare__row.compare__row--generator { font-size: 16px; height: 54px; }
.compare__row:first-child .compare__cell { font-size: 16px; }
.compare__cell { padding: 5px; border: 2px solid #f0f0f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.compare__products { display: flex; gap: 20px; padding-bottom: 15px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #EF9200 #E9EAEE; }
.compare__products::-webkit-scrollbar { height: 8px; }
.compare__products::-webkit-scrollbar-track { background: #E9EAEE; }
.compare__products::-webkit-scrollbar-thumb { background-color: #EF9200; border-radius: 4px; border: 2px solid #E9EAEE; }
.compare__products::-webkit-scrollbar-thumb:hover { background-color: #d97a00; }
.compare__products.scrollable { cursor: grab; }
.compare__products.scrollable.active { cursor: grabbing; user-select: none; }
.compare__product-card { position: relative; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 193px; padding: 50px 10px 20px; background: white; border-radius: 8px; }
.compare__product-card-link { display: flex; flex-direction: column; align-items: center; gap: 30px; margin-bottom: 25px; }
.compare__product-card-image { display: block; width: 145px; border: 2px solid #E9EAEE; border-radius: 8px; }
.compare__product-card-image img { border-radius: 8px; aspect-ratio: 16 / 11; }
.compare__product-card-title { text-align: center; font-size: 16px; color: #535353; font-weight: bold; min-height: 48px; }
.compare__product-card-price { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.compare__product-card-btn-wrap { flex-grow: 1; width: 100%; margin-bottom: 10px; }
.compare__product-card-btn { width: 100%; background: #EF9200; line-height: 32px; }
.compare__product-card-spec:first-child span:last-child { font-size: 16px; font-weight: normal; }
.compare__product-card-spec span { display: block; width: 175px; padding: 5px 0; border: 2px solid #f0f0f0; font-weight: bold; text-align: center; }
.compare__product-card-spec span:first-child { display: none; border-bottom: none; }
.compare__product-card-spec:not(:last-child) span:last-child { border-bottom: none; }
.compare__product-card-spec--generator span:last-child { display: flex; align-items: center; justify-content: center; height: 54px; font-weight: normal; }
.card-delete--compare { top: 20px; right: 10px; width: 30px; height: 20px; }
@media (max-width: 768px) {
    .compare { flex-direction: column; gap: 40px; }
    .compare__table-wrap { display: none; }
    .compare__product-card-spec span:first-child { display: block; font-weight: normal; }
}



/* End */
/* /local/components/darneo/compare.vue/templates/list/style.css?17560535653306 */
