/* hotfix конфигуратора (test) */
body.page-configurator-active .header{top:0!important;}
body.page-configurator-active .header__top{display:flex!important;}
body.page-configurator-active .catalog-card__specs{margin-top:8px;font-size:12px;line-height:1.4;color:#5a6b7d;}
body.page-configurator-active .catalog-card__specs-row{display:block;}
body.page-configurator-active .catalog-card__info-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:0;background:rgba(11,31,58,.75);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:2;}
body.page-configurator-active .catalog-card__media{position:relative;}
body.page-configurator-active .catalog-card__meta{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:8px;margin:4px 0 0;font-size:13px;line-height:1.35;color:#5b6b7c;}
body.page-configurator-active .catalog-card__meta-val{text-align:right;font-weight:600;color:#0b1f3a;}
body.page-configurator-active .reviews-popup__photos{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;}
body.page-configurator-active .reviews-popup__photo-link{display:block;width:140px;height:140px;border-radius:12px;overflow:hidden;background:#eef2f6;flex-shrink:0;}
body.page-configurator-active .reviews-popup__photo-link:first-child{grid-column:auto;}
body.page-configurator-active .reviews-popup__photo{width:100%;height:100%;object-fit:contain;border-radius:0;cursor:pointer;}
body.page-configurator-active .component-popup--case-info{z-index:calc(var(--z-modal, 80) + 8);}
body.page-configurator-active .case-info-popup{display:flex;flex-direction:column;gap:16px;padding:4px 0;}
body.page-configurator-active .case-info-popup__img{width:100%;max-height:200px;object-fit:contain;background:#f4f6f8;border-radius:12px;}
body.page-configurator-active .case-info-popup__props{margin:0;padding:0;}
body.page-configurator-active .case-info-popup__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(11,31,58,.08);font-size:14px;}
body.page-configurator-active .case-info-popup__key{color:#5a6b7d;}
body.page-configurator-active .case-info-popup__value{font-weight:600;color:#0b1f3a;text-align:right;}
body.page-configurator-active .case-info-popup__empty{margin:0;color:#5a6b7d;font-size:14px;}
body.page-configurator-active .case-info-popup__actions{display:flex;gap:8px;margin-top:8px;}
body.page-configurator-active .case-info-popup__actions .button{flex:1;}
body.page-configurator-active [data-popup="case"] .catalog-card__media,
body.page-configurator-active [data-popup="case"] .catalog-card__info{cursor:pointer;}
body.page-configurator-active .configurator__filter-btn.is-empty{display:none;}
