.gallery-page{padding:0 0 20px}.gallery-page__skeleton-section{margin-bottom:60px}.gallery-page__skeleton-title{margin-bottom:20px;font-size:18px;font-weight:700}.gallery-page__skeleton-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:768px){.gallery-page__skeleton-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.gallery-page__skeleton-card{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%) 0 0/400% 100%;border-radius:12px;height:220px;animation:1.4s infinite skeleton}@keyframes skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}
.gallery-card{display:block;overflow:hidden}.gallery-card__imageWrap{width:100%;position:relative;overflow:hidden}.gallery-card__image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.gallery-card:hover .gallery-card__image{transform:scale(1.04)}.gallery-card__soldBadge{color:#fff;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;background:#000000a6;border-radius:4px;padding:6px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}
.gallery-tabs{border-bottom:1px dashed #d9d9d9;justify-content:start;width:100%;margin-bottom:20px;padding:15px 0;display:flex}.gallery-tabs__wrapper{justify-content:space-between;width:100%;max-width:360px;display:flex}.gallery-tabs__link{font-size:12px;text-decoration:none}.gallery-tabs__link--active{font-weight:700}@media (max-width:768px){.gallery-tabs{margin-bottom:16px;padding:0 0 4px}.gallery-tabs__wrapper{max-width:unset}}
