.collection-detail-page{display:flex;flex-direction:column;gap:50px;margin:0 20px 20px}.collection-detail-page-grid{display:flex;flex-direction:column;gap:10px}.collection-detail-page-grid-items{display:flex;flex-wrap:wrap;gap:10px}.collection-detail-page-grid-items .big-project-view{flex:1 1 40%;max-width:50%}@media(max-width:600px){.collection-detail-page-grid-items .big-project-view{flex:unset;max-width:unset;width:100%}.collection-detail-page-grid-items .big-project-view-texts{left:10px;bottom:10px}.collection-detail-page-grid-items .big-project-view .fullscreen-image-view img{width:100%;height:100%;object-fit:cover}}:export{primaryAccent:#ef181f;secondaryAccent:#770c10;primaryText:#fff;secondaryText:#8f8e94;primaryBackground:#000;secondaryBackground:#1c1c1e;maxContentWidth:1000px}.big-project-view{display:flex;position:relative;border-radius:10px;overflow:hidden}.big-project-view:hover .fullscreen-image-view{transform:scale(1.1)}.big-project-view .fullscreen-image-view{transition:all .3s ease-in-out;width:100%}.big-project-view-gradient{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 25%,black)}.big-project-view-texts{position:absolute;left:20px;bottom:20px}