
/* /folder_shop_custom/static/src/css/catalog.css */
.folder-catalog{max-width: 1100px; margin: 0 auto; padding: 1rem;}.folder-catalog__toolbar{display: flex; gap: .5rem; align-items: center; justify-content: center; margin-bottom: 1rem;}.fc-indicator{min-width: 5rem; text-align: center; font-variant-numeric: tabular-nums;}.folder-catalog__book{max-width: 900px; margin: 0 auto;}.folder-catalog__book .stf__block, .folder-catalog__book .stf__item, .folder-catalog__book .fc-page__img{transition: none !important;}.fc-page{position: relative; background: #fff;}.fc-page__img{width: 100%; height: 100%; display: block;}.fc-hotspot{position: absolute; display: block; background: transparent; border: 2px solid transparent; border-radius: 3px; transition: background .15s ease, border-color .15s ease; cursor: pointer;}.fc-hotspot:hover{background: rgba(0, 123, 255, .18); border-color: rgba(0, 123, 255, .7);}.folder-catalog__thumbs{display: none;}.fc-thumb{width: 60px; height: auto; cursor: pointer; border: 2px solid transparent; border-radius: 2px;}.fc-thumb:hover{border-color: #007bff;}.fc-zoom-overlay{position: fixed; inset: 0; z-index: 2000; background: rgba(0, 0, 0, .9); overflow: auto; display: flex; justify-content: center; align-items: flex-start; cursor: zoom-out;}.fc-zoom-overlay img{max-width: none; width: auto; height: auto;}@media (max-width: 768px){.fc-thumb{width: 44px;}.folder-catalog{padding: .5rem;}}