#stores-gallery-section{padding-top:var(--section-top);padding-bottom:var(--section-bottom)}.stores-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 var(--side-padding);gap:var(--grid-gap);margin:0 auto;width:100%;display:grid}.stores-category-title{grid-column:1/-1;font-weight:700;margin-bottom:20px;text-align:center}.store-item{position:relative;cursor:pointer;width:100%}.store-image-wrapper{overflow:hidden;position:relative}.store-image{border-radius:0!important;width:100%;display:block}.store-image-wrapper.fade .store-image{transition:opacity .3s ease}.store-image-wrapper.fade:hover .store-image{opacity:.7}.store-image-wrapper.zoom .store-image{transition:transform .3s ease}.store-image-wrapper.zoom:hover .store-image{transform:scale(1.05)}.store-gradient{height:60%;bottom:0;left:0;z-index:2}.store-caption,.store-gradient{pointer-events:none;position:absolute;width:100%}.store-caption{transform:translate(-50%);bottom:12px;text-align:center;left:50%;z-index:3}.store-heading,.store-title{font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.7);margin:0}.store-popup{padding:40px;right:0;position:fixed;bottom:0;top:0;background:#ffffff80;left:0;display:none;z-index:99999}.store-popup.active{justify-content:center;align-items:center;display:flex}.popup-content{padding:40px;position:relative;max-width:650px;border-radius:12px;background:#fff;width:90%}.popup-logo{margin-bottom:25px;display:block}.popup-close{font-size:32px;right:18px;position:absolute;top:10px;cursor:pointer}@media (max-width:900px){.stores-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.stores-wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}}