.models-list{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.models-list img{width:100%;display:block}.models-list .item{aspect-ratio:318/424;background:#f4f4f4;position:relative}.models-list .item:hover .info{opacity:1}.models-list .item:empty{aspect-ratio:auto}.models-list .info{opacity:0;background:#fcbdbdf2;flex-direction:column;padding:2.4rem;font-family:Georgia,serif;transition:opacity .4s;display:flex;position:absolute;inset:0}.models-list h3{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;margin-bottom:0;overflow:hidden}.models-list .controls{flex-direction:column;flex-grow:3;justify-content:flex-end;display:flex}.models-list .cta{color:inherit;background:#fde6e0;justify-content:space-between;align-items:center;padding:1rem 1.6rem;text-decoration:none;display:flex}.models-list .cta.disabled{opacity:.6;cursor:default}.models-list .cta+.cta{margin-top:1px}.models-list .cta .award{width:1.6rem;height:2.2rem}.models-list .cta .chevron-down{transform:rotate(-90deg)}@media (width>=990px){.models-list .item:empty:nth-child(4n+1),.models-list .item:empty:nth-child(4n+1)~*{display:none}}@media (width<=989px){.models-list .item:empty:nth-child(3n+1),.models-list .item:empty:nth-child(3n+1)~*{display:none}}@media (width<=767px){.models-list .item:empty:nth-child(odd),.models-list .item:empty:nth-child(odd)~*{display:none}}@media (width<=575px){.models-list .item:empty{display:none}}@media (width<=989px){.models-list{grid-template-columns:repeat(3,1fr)}}@media (width<=767px){.models-list{grid-template-columns:repeat(2,1fr)}}@media (width<=575px){.models-list{grid-template-columns:1fr}}
