.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.store-single-container {
    max-width: var(--wd-container-w);
}

.store-hero {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.store-featured-image {
    flex: 0 0 40%;
    position: relative;
}

.store-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.store-image-placeholder {
    width: 100%;
    height: 300px;
    background: color-mix(in srgb, var(--wd-primary-color) 25%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-image-placeholder .fa {
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: color-mix(in srgb, var(--wd-primary-color) 50%, transparent);
}

.store-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.store-status.open {
    background: #4CAF50;
}

.store-status.closed {
    background: #F44336;
}

.store-status.renovation {
    background: #FF9800;
}

.store-basic-info {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-basic-info .store-title {
    margin: 0 0 15px 0;
    color: var(--wd-primary-color);
    font-size: 28px;
}

.store-basic-info .store-meta {
    margin-bottom: 20px;
}

.store-basic-info .meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: black;
}

.store-basic-info .meta-item.floor {
    display: none;
}

.store-basic-info .meta-item a {
    color: var(--wd-primary-color);
}

.store-basic-info .meta-item a:hover {
    text-decoration: underline;
    color: var(--wd-alternative-color);
}

.store-basic-info .meta-item .fa,
.store-basic-info .meta-item .fab {
    margin-left: 8px;
    color: var(--wd-alternative-color);
}

.store-basic-info .buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.store-basic-info .buttons-container .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    background: var(--wd-alternative-color);
    color: white;
    border-radius: 25px;
    font-weight: bold;
    gap: 5px;
    width: 100%;
}

.store-basic-info .buttons-container .button.store-discount {
    background: #F7490F;
}

.store-basic-info .buttons-container .button:hover {
    background: var(--btn-accented-bgcolor-hover);
    color: white;
}

.store-content-wrapper {
    display: flex;
    gap: 30px;
}

.store-main-content {
    flex: 1;
}

.store-sidebar {
    flex: 0 0 300px;
}

.store-description, .store-details, .store-custom-section, .store-discounts, .store-social-links, .store-extra-images, .store-video {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.store-description h2, .store-details h2, .store-custom-section h2, .store-discounts h2, .store-social-links h2, .store-extra-images h2, .store-video h2 {
    margin-top: 0;
    color: black;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.store-description p {
    text-align: justify;
    line-height: 2.2;
}

.store-description p:last-child {
    margin: 0;
}

.store-details .opening-hours {
    text-decoration: underline;
    color: var(--wd-primary-color);
}

.store-video .wp-video {
    width: 100% !important;
}

.store-extra-images .images {

}

.store-extra-images .images img {
    border-radius: 5px;
    width: 200px;
    object-fit: contain;
    border: 1px solid #ccc;
    height: 150px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.detail-card {
    display: flex;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.detail-icon {
    flex: 0 0 60px;
    background: var(--wd-primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon .fa,
.detail-icon .fab {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.detail-content {
    padding: 15px;
    flex: 1;
}

.detail-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
}

.detail-content p {
    margin: 0;
    color: #555;
}

.payment-methods {
    margin: 0;
    padding-right: 15px;
}

.discount-content {
    background: #F7490F21;
    padding: 15px;
    border-radius: 5px;
    border-right: 4px solid #F7490F;
}

.social-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}

.social-button:hover {
    background: #e0e0e0;
}

.social-button .fa,
.social-button .fab {
    margin-left: 5px;
}

.social-button.instagram {
    background: #faf0f6;
    color: #E1306C;
}

.social-button.website {
    background: var(--wd-alternative-color);
    color: white;
}

.store-sidebar > div {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.store-sidebar h3 {
    margin-top: 0;
    color: black;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.map-container {
    margin-top: 15px;
}

.map-container iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 5px;
}

.map-placeholder {
    text-align: center;
    padding: 30px 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.store-categories ul, .store-floors ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.store-categories li, .store-floors li {
    margin-bottom: 8px;
}

.store-categories a, .store-floors a {
    color: var(--wd-primary-color);
    text-decoration: none;
}

.store-categories a:hover, .store-floors a:hover {
    text-decoration: underline;
    color: var(--wd-alternative-color);
}

@media (max-width: 768px) {
    .store-hero {
        flex-direction: column;
        gap: 0;
    }

    .store-basic-info .meta-item.floor {
        display: block;
    }
    
    .store-content-wrapper {
        flex-direction: column;
    }
    
    .store-sidebar {
        flex: 1;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
    }
}