/* ========== CUSTOM HOMEPAGE STYLES ========== */

/* Improve button styling across the site */
.woocommerce a.button,
.woocommerce button.button {
    background-color: #3498db;
    color: white;
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Product grid improvements */
.woocommerce ul.products li.product {
    text-align: center;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

/* Style the sale badge */
.woocommerce span.onsale {
    background: #e74c3c;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    padding: 5px 10px;
    min-height: auto;
    line-height: 1;
}
/* ============================================
   ADIDAS-STYLE HERO SECTION
   ============================================ */

.adidas-hero-wrapper {
    width: 100%;
    background: #fff;
    font-family: 'AdihausDIN', 'Helvetica Neue', Arial, sans-serif;
}

/* Top Navigation */
.adidas-top-nav {
    background: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 0.75rem;
    border-bottom: 1px solid #333;
}

.top-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-left .nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.top-nav-right {
    display: flex;
    gap: 25px;
}

.top-nav-right .nav-link {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.top-nav-right .nav-link:hover {
    color: #fff;
}

/* Main Navigation */
.adidas-main-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo .logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    gap: 35px;
    flex: 1;
    justify-content: center;
}

.nav-item {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    position: relative;
    transition: color 0.2s;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
}

.nav-item:hover::after {
    width: 100%;
}

.nav-item:hover {
    color: #333;
}

.nav-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.nav-search:hover {
    border-color: #999;
    background: #f9f9f9;
}

.nav-cart {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #000;
}

/* Hero Content */
.adidas-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 600px;
}

.hero-text-container {
    max-width: 500px;
}

.hero-tag {
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 3px;
}

.hero-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #000;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 400px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.hero-btn {
    display: inline-block;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-primary:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.btn-secondary {
    background: #fff;
    color: #000;
    border-color: #000;
}

.btn-secondary:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
}

.feature svg {
    color: #000;
    flex-shrink: 0;
}

/* Hero Image Side */
.hero-image-side {
    position: relative;
}

.shoe-display {
    position: relative;
    height: 500px;
}

.shoe-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.shoe-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.shoe-main:hover img {
    transform: scale(1.05);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.scroll-indicator span {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.indicator-line {
    width: 1px;
    height: 40px;
    background: #ddd;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .adidas-hero-content {
        padding: 60px 30px;
        gap: 60px;
    }
    
    .hero-main-title {
        font-size: 3rem;
    }
    
    .top-nav-container,
    .nav-container {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .adidas-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
        min-height: auto;
        padding: 40px 30px;
    }
    
    .hero-text-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .shoe-display {
        height: 400px;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .nav-menu {
        display: none; /* Hide full menu on mobile */
    }
    
    .top-nav-right {
        display: none; /* Hide top nav links on mobile */
    }
}

@media (max-width: 768px) {
    .adidas-hero-content {
        padding: 40px 20px;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .hero-btn {
        padding: 14px 25px;
        font-size: 0.85rem;
    }
    
    .shoe-display {
        height: 300px;
    }
    
    .top-nav-container,
    .nav-container {
        padding: 0 20px;
    }
    
    .nav-logo .logo-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-main-title {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-btn {
        width: 100%;
        text-align: center;
    }
    
    .shoe-display {
        height: 250px;
    }
    
    .adidas-top-nav {
        display: none; /* Hide top nav completely on mobile */
    }
}