.collection-card{background-color:rgba(var(--secondary-color));border-radius:10px;padding:20px}.collection-card_bottom{align-items:center;display:flex;justify-content:space-between;margin:30px 0 10px}.collection-card_bottom .auth{align-items:center;display:flex;gap:10px}.collection-card_bottom .info{align-items:flex-start;display:flex;flex-direction:column}.collection-card_bottom .info a{font-size:var(--body-font-size);font-weight:var(--body-font-weight)}.collection-card_bottom .btn-like,.collection-card_bottom .designation{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:1}.collection-card_bottom .btn-like{align-items:center;border:0;border-radius:5px;display:flex;gap:5px;padding:7px 12px}.collection-card_bottom .btn-like:hover{background-color:rgba(var(--base-color));color:rgba(var(--primary-color))}.collection-card_thumb{display:grid;gap:8px;grid-template-columns:262px 1fr}@media only screen and (min-width:1200px) and (max-width:1549px){.collection-card_thumb{grid-template-columns:210px 1fr}}@media only screen and (min-width:992px) and (max-width:1199px){.collection-card_thumb{grid-template-columns:160px 1fr}}@media only screen and (min-width:768px) and (max-width:991px){.collection-card_thumb{grid-template-columns:185px 1fr}}@media only screen and (max-width:767px){.collection-card_thumb{grid-template-columns:300px 1fr}}@media only screen and (max-width:575px){.collection-card_thumb{grid-template-columns:64% 1fr}}.collection-card_thumb .box-image:first-child{grid-row-end:3;grid-row-start:1}.collection-card_thumb .box-image:first-child img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.collection-card_thumb .box-image:nth-child(2){grid-row-end:2;grid-row-start:1}.collection-card_thumb .box-image:nth-child(2) img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.collection-card_thumb .box-image:nth-child(3){grid-row-end:3;grid-row-start:2;position:relative}.collection-card_thumb .box-image:nth-child(3):before{background-color:#000;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.4s;visibility:hidden;width:100%;z-index:3}.collection-card_thumb .box-image:nth-child(3) span{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.4s;visibility:hidden;z-index:5}.collection-card_thumb .box-image:nth-child(3):hover:before{opacity:.4;transition:.4s;visibility:visible}.collection-card_thumb .box-image:nth-child(3):hover span{opacity:1;transition:.5s;visibility:visible}.collection-card_thumb .box-image:nth-child(3) img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}