.store-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px;display:grid}.store-gallery-item,.store-gallery-add{border:1px solid var(--line);background:#f8faf4;border-radius:16px;min-height:150px;position:relative;overflow:hidden}.store-gallery-item img{object-fit:cover;width:100%;height:118px;display:block}.store-gallery-item>span{color:#fff;background:#17241d;border-radius:50%;place-items:center;width:25px;height:25px;font-size:10px;display:grid;position:absolute;top:8px;right:8px}.store-gallery-item>div{gap:5px;padding:7px;display:flex}.store-gallery-item button{border:1px solid var(--line);background:#fff;border-radius:7px;min-width:28px;padding:5px 7px;font-size:9px}.store-gallery-item button.danger{color:#b45c4c;margin-right:auto}.store-gallery-item button:disabled{opacity:.35}.store-gallery-add{color:#58703e;text-align:center;cursor:pointer;border-style:dashed;place-content:center;padding:20px;display:grid}.store-gallery-add:hover{background:#f3f8e4;border-color:#9ab92b}.store-gallery-add small{color:var(--muted);margin-top:7px;font-size:9px;line-height:1.8}.store-gallery-add input{display:none}@media (max-width:680px){.store-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.store-profile-texts .form-field{grid-column:span 1}.store-profile-texts textarea{resize:vertical;min-height:150px;line-height:1.9}@media (max-width:680px){.store-profile-texts .form-field{grid-column:1/-1}}
