.stores{grid-template-columns:.72fr 1.28fr}.storeList{display:grid;grid-template-columns:1fr 1fr;gap:18px}.storeList article{display:block;padding:0;border:1px solid #ffffff1c;border-radius:14px;overflow:hidden;background:#292a2d}.storePhoto{height:155px;position:relative;overflow:hidden}.storePhoto img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.storeList article:hover .storePhoto img{transform:scale(1.04)}.storePhoto:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,#000b)}.storePhoto span{position:absolute;z-index:1;left:14px;bottom:11px;font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#fff}.storeInfo{display:flex;align-items:flex-start;gap:12px;padding:17px}.storeIndex{color:#a75358;font-size:10px;margin-top:3px}.storeInfo>div{min-width:0;flex:1}.storeList .storeInfo h3{font-size:16px}.storeList .storeInfo p{line-height:1.45}.storeList .storePhone{display:inline-block;margin:9px 0 0;color:#d07579;font-size:12px}.storeList .storeArrow{margin:0;color:#d07579;font-size:20px}.storeList article:last-child{grid-column:1/-1}.storeList article:last-child .storePhoto{height:190px}@media(max-width:780px){.stores{grid-template-columns:1fr}.storeList{grid-template-columns:1fr}.storeList article:last-child{grid-column:auto}.storePhoto,.storeList article:last-child .storePhoto{height:210px}}
