.text-shadow {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}

/* Store banner styles */
.store-banner-area {
    position: relative;
    margin-bottom: 30px;
}

.store-cover-banner {
    height: 375px;
    overflow: hidden;
    position: relative;
}

.store-cover-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-profile-header {
    display: flex;
    align-items: flex-end;
    margin-top: -75px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.store-logo {
    width: 200px;
    height: 200px;
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-info {
    padding: 20px;
    flex: 1;
}

.store-meta {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.store-meta span {
    font-size: 18px;
    color: #666;
}

.store-meta i {
    color: #0866C6; /* Gold color for icons */
    margin-right: 5px;
}

/* Store navigation */
.store-navigation {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.store-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-nav li {
    margin-right: 30px;
}

.store-nav li a {
    display: block;
    padding: 15px 0;
    color: #555;
    font-weight: 500;
    position: relative;
}

.store-nav li.active a {
    color: #2B38D1;
}

.store-nav li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2B38D1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .store-profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -50px;
    }
    
    .store-logo {
        width: 100px;
        height: 100px;
    }
    
    .store-info {
        padding: 15px 0;
    }
    
    .store-meta {
        justify-content: center;
    }
    
    .store-nav ul {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Tab Sections */
.tab-section {
    display: none;
}

.tab-section.active {
    display: block;
}

/* About Section Styles */
.about-store-content {
    padding: 20px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-item h3 {
    font-size: 2.5rem;
    color: #0866C6;
    margin-bottom: 10px;
}

.value-item {
    text-align: center;
    padding: 20px;
}

.value-item i {
    color: #0866C6;
}

/* Deals Section Styles */
.deal-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.deal-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4757;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.deal-content {
    padding: 20px;
}

.deal-countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.deal-countdown span {
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

/* Featured Products Styles */
.featured-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.featured-product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-product-card:hover .product-overlay {
    opacity: 1;
}

.product-info {
    padding: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
}

/* Top Selling Styles */
.top-products-table img {
    border-radius: 4px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Reviews Styles */
.review-summary {
    padding: 20px;
}

.rating-bars {
    margin-top: 20px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.rating-bar .progress {
    flex-grow: 1;
    height: 8px;
}

.review-item {
    margin-bottom: 20px;
}

.review-images img {
    border-radius: 4px;
}

/* Contact Styles */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 1.5rem;
    color: #0866C6;
    margin-top: 5px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

/* Desktop menu hairline separator */
@media (min-width: 992px) {
    .desktop-separator li.list-inline-item:not(:last-child) {
        position: relative;
        padding-right: 10px; /* space for separator */
        margin-right: 10px;  /* space between items */
    }

    .desktop-separator li.list-inline-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;          /* use 1px for consistent rendering */
        height: 12px;        /* length of line */
        background-color: rgba(255, 255, 255, 0.3); /* hairline effect */
    }
}

/* Mobile search full width */
@media (max-width: 991px) {
    .header__search-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cart-dropdown {
        display: none !important;
    }
}




