.artwork-grid{display:grid;gap:50px;grid-template-columns:repeat(4,1fr)}.artwork-card{display:flex;flex-direction:column;flex-wrap:nowrap}.artwork-card>a{position:relative;padding-top:100%;cursor:zoom-in!important}.artwork-card>a>img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;object-position:center center;z-index:0}.artwork-card>a>span{position:absolute;top:0;left:0;padding:12px 24px;line-height:1;background:white;border-bottom-right-radius:10px}.card-content{padding:15px;height:100%;display:flex;flex-direction:column;row-gap:20px;justify-content:space-between}.card-content .top-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-content .top-content h2{text-transform:capitalize}.card-actions{display:flex;flex-direction:column;gap:20px}.filter-wrapper{display:flex;flex-wrap:wrap;margin-bottom:20px}.buy-btn{border:unset;color:white;background:#757575}.buy-btn:hover{background:#757575!important;border:unset!important}.learn-more-btn{border:unset;box-shadow:inset 0 0 5px rgba(0,0,0,0.3);color:#333}.learn-more-btn:hover{border:unset!important}.filter-wrapper .form-group{display:flex;column-gap:15px;flex-wrap:nowrap}.filter-wrapper select{padding-left:10px;padding-right:10px;min-width:100px;background:url('/wp-content/uploads/2025/06/triangle-down-svgrepo-com-1.png');background-size:14px;background-position:calc(100% - 10px) center;background-repeat:no-repeat;appearance:none;-webkit-appearance:none;-moz-appearance:none}@media (max-width:1080px){.artwork-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:500px){.artwork-grid{grid-template-columns:repeat(1,1fr)}}