/* TR.Run Sports Shop - Enhanced Styles */
.trrun-shop-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.trrun-hero {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.trrun-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,255,136,0.2);
}

.trrun-product-card img {
    transition: transform 0.3s ease;
}

.trrun-product-card:hover img {
    transform: scale(1.05);
}

/* WooCommerce uyumluluk */
.woocommerce .trrun-shop-wrapper .button {
    background: #00ff88 !important;
    color: #0f0f1a !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    font-weight: bold !important;
}

.woocommerce .trrun-shop-wrapper .button:hover {
    background: #00cc6a !important;
}

/* Sepet sayfası düzeltmeleri */
.trrun-shop-wrapper .woocommerce-message,
.trrun-shop-wrapper .woocommerce-info {
    background: #1a1a2e;
    color: #fff;
    border: 1px solid #00ff88;
}

/* Responsive */
@media (max-width: 768px) {
    .trrun-hero h1 {
        font-size: 2rem !important;
    }
}
