.store-header{background: #fff; border-radius: 16px; padding: 30px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); display: flex; gap: 40px; align-items: flex-start}

.store-logo-area{width: 200px; flex-shrink: 0; text-align: center}

.store-logo, .store-logo-letter{width: 120px; height: 120px; border-radius: 50%; object-fit: contain; background: #f8f8f8; margin-bottom: 16px; padding: 10px}

.store-logo-letter{width: 110px; height: 110px; margin-left: auto; margin-right: auto; display: flex; align-items: center; justify-content: center; border: 10px solid #f8f8f8; font-size: 42px; font-weight: 500;}

.store-floor{display: inline-block; background: var(--bg-body); padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-muted)}
.store-info-area{flex-grow: 1}
.store-title{font-size: 32px; margin-bottom: 16px; color: var(--text-black)}
.store-desc{font-size: 15px; color: var(--text-main); line-height: 1.6; margin-bottom: 24px; max-width: 800px}
.store-contacts{display: flex; gap: 30px; margin-bottom: 24px}
.store-contact-item{display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--text-main); text-decoration: none}
.store-contact-item iconify-icon{font-size: 20px; color: var(--primary-color)}
.store-contact-item:hover{color: var(--primary-color);}
.store-map-btn{display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--bg-body); color: var(--text-main); border-radius: 8px; text-decoration: none; font-weight: 500; transition: background 0.2s; border: 1px solid var(--border-color);}
.store-map-btn:hover{background: #e8e8e8;}
.store-map-btn iconify-icon{font-size: 20px}
@media (max-width: 992px){
	.store-header{flex-direction: column; gap: 20px; align-items: center; text-align: center;}
    .store-desc{margin-left: auto; margin-right: auto;}
    .store-contacts{justify-content: center; flex-wrap: wrap;}
}
