.catalog-modal-skeleton{z-index:100;justify-content:center;align-items:flex-start;padding:95px 20px 40px;display:flex;position:fixed;inset:0;overflow-y:auto}.catalog-modal-skeleton__overlay{background:#000000b8;position:fixed;inset:0}.catalog-modal-skeleton__dialog{z-index:1;background:var(--color-white);width:min(100%,720px);color:var(--color-black);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 20px 70px #00000073}.catalog-modal-skeleton__close{z-index:3;color:#ffffffb8;font-size:38px;line-height:1;position:absolute;top:14px;right:18px}.catalog-modal-skeleton__close:hover{color:var(--color-white)}.catalog-modal-skeleton__gallery{color:#ffffffb3;background:#171717;justify-content:center;align-items:center;width:100%;height:315px;font-size:22px;font-weight:700;display:flex}.catalog-modal-skeleton__body{padding:20px 30px 24px}.catalog-modal-skeleton__title-row,.catalog-modal-skeleton__price-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.catalog-modal-skeleton__title,.catalog-modal-skeleton__price,.catalog-modal-skeleton__badge,.catalog-modal-skeleton__status,.catalog-modal-skeleton__line,.catalog-modal-skeleton__subtitle,.catalog-modal-skeleton__button{background:#e5e5e5;border-radius:8px;animation:1.1s ease-in-out infinite catalog-modal-skeleton-pulse}.catalog-modal-skeleton__title{width:220px;height:32px}.catalog-modal-skeleton__badge{border-radius:999px;width:60px;height:24px}.catalog-modal-skeleton__price{width:130px;height:28px}.catalog-modal-skeleton__status{border-radius:999px;width:100px;height:26px}.catalog-modal-skeleton__line{height:16px;margin-bottom:8px}.catalog-modal-skeleton__line--wide{width:100%}.catalog-modal-skeleton__line--medium{width:65%}.catalog-modal-skeleton__divider{background:#00000029;height:1px;margin:16px 0}.catalog-modal-skeleton__subtitle{width:150px;height:18px;margin-bottom:10px}.catalog-modal-skeleton__actions{justify-content:center;gap:24px;margin-top:22px;display:flex}.catalog-modal-skeleton__button{background:var(--color-accent);width:190px;height:48px}.catalog-modal-skeleton__button--gray{background:#a8a8a8;width:150px}@keyframes catalog-modal-skeleton-pulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}@media (max-width:768px){.catalog-modal-skeleton{padding:80px 20px 30px}.catalog-modal-skeleton__dialog{border-radius:8px;width:100%;max-width:360px}.catalog-modal-skeleton__close{font-size:42px;top:8px;right:10px}.catalog-modal-skeleton__gallery{height:220px;font-size:20px}.catalog-modal-skeleton__body{padding:12px 14px 14px}.catalog-modal-skeleton__title{width:170px;height:26px}.catalog-modal-skeleton__price{width:120px;height:24px}.catalog-modal-skeleton__actions{flex-direction:column;gap:10px;margin-top:18px}.catalog-modal-skeleton__button,.catalog-modal-skeleton__button--gray{width:100%}}
.admin-catalog-card{min-width:0;position:relative}.admin-catalog-card>:first-child{width:100%}.admin-catalog-card__edit{z-index:5;width:40px;height:40px;color:var(--color-white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex;position:absolute;top:10px;right:10px}.admin-catalog-card__edit img{object-fit:contain;width:18px;height:18px;display:block}.admin-catalog-card__edit:hover{border-color:var(--color-accent);background:var(--color-accent);transform:translateY(-1px)}.admin-catalog-card__edit:active{transform:translateY(0)}.admin-catalog-card__edit:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media (max-width:768px){.admin-catalog-card__edit{border-radius:8px;width:36px;height:36px;top:8px;right:8px}.admin-catalog-card__edit img{width:19px;height:19px}}
