/* ==========================================================================
   EPerde Ana Sayfa — Pro Seviye Tasarim
   ==========================================================================
   Premium e-ticaret deneyimi icin optimize edilmis,
   Trendyol / Hepsiburada kalitesinde modern ana sayfa stilleri.
   ========================================================================== */

/* ==========================================================================
   1. HERO SECTION — Apple-vari Premium Tasarim
   ========================================================================== */
.ep-hero-section {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 30%, #fed7aa 60%, #fef3c7 100%);
    padding: 32px 24px 28px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    isolation: isolate;
}

/* Animated glow orbs */
.ep-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.ep-hero-glow--1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 127, 0, 0.25) 0%, transparent 70%);
    top: -20%;
    right: -5%;
    animation: epHeroFloat1 8s ease-in-out infinite;
}

.ep-hero-glow--2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.2) 0%, transparent 70%);
    bottom: -25%;
    left: -5%;
    animation: epHeroFloat2 10s ease-in-out infinite;
    opacity: 0.5;
}

@keyframes epHeroFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 20px) scale(1.1); }
}

@keyframes epHeroFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -15px) scale(1.08); }
}

/* Removed noise — clean warm gradient is enough */
.ep-hero-section::before {
    display: none;
}

.ep-hero-section::after {
    display: none;
}

.ep-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Eyebrow */
.ep-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #c2410c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    animation: epHeroFadeIn 0.8s ease-out 0.1s both;
}

.ep-hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF7F00;
    box-shadow: 0 0 8px rgba(255, 127, 0, 0.6);
    animation: epHeroPulse 2s ease-in-out infinite;
}

@keyframes epHeroPulse {
    0%, 100% { box-shadow: 0 0 8px rgba(255, 127, 0, 0.6); }
    50% { box-shadow: 0 0 16px rgba(255, 127, 0, 0.9); }
}

/* Title */
.ep-hero-title {
    margin: 0 0 8px;
    line-height: 1.05;
    animation: epHeroFadeIn 0.8s ease-out 0.2s both;
}

.ep-hero-title span {
    display: block;
    color: #78350f;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}

.ep-hero-title h1 {
    display: block;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #ea580c 0%, #FF7F00 40%, #c2410c 70%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: epHeroGradient 6s ease-in-out infinite;
    line-height: 1.05;
}

@keyframes epHeroGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Subtitle */
.ep-hero-subtitle {
    color: #92400e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
    line-height: 1.45;
    max-width: 440px;
    animation: epHeroFadeIn 0.8s ease-out 0.3s both;
}

/* Actions */
.ep-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    animation: epHeroFadeIn 0.8s ease-out 0.4s both;
}

/* CTA */
.ep-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 28px;
    background: linear-gradient(135deg, #FF7F00, #ff5500);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 980px;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 24px rgba(255, 127, 0, 0.35);
    letter-spacing: 0.02em;
}

.ep-hero-cta:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 40px rgba(255, 127, 0, 0.5);
    gap: 14px;
    color: #fff !important;
}

.ep-hero-cta i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ep-hero-cta:hover i {
    transform: translateX(3px);
}

/* Shipping badge */
.ep-hero-shipping-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(234, 88, 12, 0.15);
    border-radius: 980px;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ep-hero-shipping-badge:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 127, 0, 0.4);
    box-shadow: 0 4px 16px rgba(255, 127, 0, 0.12);
}

.ep-hero-shipping-badge i {
    color: #ea580c;
    font-size: 14px;
}

.ep-hero-shipping-badge span {
    color: #78350f;
    font-size: 13px;
    font-weight: 500;
}

.ep-hero-shipping-badge span strong {
    color: #c2410c;
    font-weight: 700;
}

/* Stats */
.ep-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    animation: epHeroFadeIn 0.8s ease-out 0.6s both;
}

.ep-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 0 24px;
}

.ep-hero-stat-num {
    font-size: 24px;
    font-weight: 800;
    color: #c2410c;
    letter-spacing: -0.5px;
    line-height: 1;
}

.ep-hero-stat-label {
    font-size: 11px;
    font-weight: 500;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ep-hero-stat-divider {
    width: 1px;
    height: 28px;
    background: rgba(194, 65, 12, 0.15);
    flex-shrink: 0;
}

/* Hero fade in */
@keyframes epHeroFadeIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Scroll parallax effect — JS ile ep-hero-section'a uygulanir */
.ep-hero-section {
    transition: transform 0.1s linear, opacity 0.1s linear;
    will-change: transform, opacity;
}

/* ==========================================================================
   2. VALUE PROPOSITIONS BAR — Guven & Avantaj Cubugu
   ========================================================================== */
.ep-value-bar {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 0;
    position: relative;
    z-index: 10;
    border-radius: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.ep-value-bar-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    max-width: 100%;
    overflow: hidden;
}

.ep-value-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    flex: 1 1 0;
    justify-content: center;
    text-align: left;
    position: relative;
    transition: all 0.25s ease;
    cursor: default;
    text-decoration: none !important;
    color: inherit !important;
}

.ep-value-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background: #e8e8e8;
}

.ep-value-item:hover {
    background: #fff3e6;
}

.ep-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff3e6 0%, #ffe4cc 100%);
    color: #FF7F00;
    font-size: 18px;
    transition: all 0.3s ease;
}

.ep-value-item:hover .ep-value-icon {
    background: linear-gradient(135deg, #FF7F00 0%, #ff8f33 100%);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 127, 0, 0.25);
}

.ep-value-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ep-value-title {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
}

.ep-value-desc {
    font-size: 11px;
    color: #999999;
    line-height: 1.3;
    white-space: nowrap;
}

/* ==========================================================================
   3. CATEGORY BANNERS — Modern Grid
   ========================================================================== */
.ep-cat-banners {
    padding: 8px 0 0;
}

.ep-cat-banners .row {
    margin-left: -6px;
    margin-right: -6px;
}

.ep-cat-banners [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

.ep-cat-banner-item {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ep-cat-banner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.ep-cat-banner-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ep-cat-banner-item:hover img {
    transform: scale(1.03);
}

.ep-cat-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.ep-cat-banner-item:hover .ep-cat-banner-overlay {
    opacity: 1;
}

.ep-cat-banner-overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ep-cat-banner-overlay span i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.ep-cat-banner-item:hover .ep-cat-banner-overlay span i {
    transform: translateX(4px);
}

/* Tam genislik banner (son banner) */
.ep-cat-banner-full {
    border-radius: 12px;
    overflow: hidden;
}

.ep-cat-banner-full img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   3b. CATEGORY CARDS — Modern Banner Kart Grid
   ========================================================================== */
.ep-cat-cards-grid {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    overflow: hidden;
}

.ep-cat-card {
    display: block;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
    text-decoration: none;
    color: inherit;
}

.ep-cat-card:hover,
.ep-cat-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    border-color: rgba(0, 0, 0, 0.22);
    text-decoration: none;
    color: inherit;
}

.ep-cat-card:active {
    transform: translateY(-1px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.ep-cat-card-img {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    line-height: 0;
    aspect-ratio: 1 / 1;
}

.ep-cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Kart alt baslik alani */
.ep-cat-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fff;
}

.ep-cat-card-title {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ep-cat-card-arrow {
    color: #c0392b;
    font-size: 13px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
    margin-left: 8px;
    opacity: 0.5;
}

.ep-cat-card:hover .ep-cat-card-arrow {
    transform: translateX(4px);
    opacity: 1;
}

.ep-cat-swiper {
    width: 100%;
    overflow: hidden;
    padding: 4px 10px;
}


/* Giris animasyonlari */
.ep-cat-card:nth-child(1) { animation: epFadeInUp 0.4s ease-out 0.05s both; }
.ep-cat-card:nth-child(2) { animation: epFadeInUp 0.4s ease-out 0.1s both; }
.ep-cat-card:nth-child(3) { animation: epFadeInUp 0.4s ease-out 0.15s both; }
.ep-cat-card:nth-child(4) { animation: epFadeInUp 0.4s ease-out 0.2s both; }
.ep-cat-card:nth-child(5) { animation: epFadeInUp 0.4s ease-out 0.25s both; }
.ep-cat-card:nth-child(6) { animation: epFadeInUp 0.4s ease-out 0.3s both; }
.ep-cat-card:nth-child(7) { animation: epFadeInUp 0.4s ease-out 0.35s both; }

@media (max-width: 767px) {
    .ep-cat-card {
        border-radius: 12px;
    }

    .ep-cat-card-body {
        padding: 6px 8px;
    }

    .ep-cat-card-title {
        font-size: 11px;
    }
}

/* Animasyonlari azalt preferi */
@media (prefers-reduced-motion: reduce) {
    .ep-cat-card {
        animation: none !important;
    }
}

/* ==========================================================================
   4. SECTION HEADERS — Modern Basliklar
   ========================================================================== */
.ep-section {
    padding: 28px 0;
}

.ep-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.ep-section-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #FF7F00;
    border-radius: 2px;
}

.ep-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ep-section-title i {
    color: #FF7F00;
    font-size: 20px;
}

.ep-section-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FF7F00 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    padding: 6px 14px;
    border-radius: 20px;
    background: #fff3e6;
}

.ep-section-link:hover {
    background: #FF7F00 !important;
    color: #fff !important;
    gap: 10px;
}

.ep-section-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ep-section-link:hover i {
    transform: translateX(3px);
}

/* ==========================================================================
   5. SHOWCASE PRODUCTS — Vitrin Urunler
   ========================================================================== */
.ep-showcase-section {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
    border: 1px solid #e8e8e8;
}

.ep-showcase-section .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
}

.ep-showcase-section .panel-heading {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 0 12px !important;
}

.ep-showcase-section .panel-heading h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.ep-showcase-section .panel-heading h4::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    color: #FF7F00;
    font-size: 18px;
}

.ep-showcase-section hr {
    margin: 0 0 16px;
    border-color: #e8e8e8;
}

.ep-showcase-section .panel-body {
    padding: 0 !important;
}

/* ==========================================================================
   6. SPONSORED PRODUCTS — Vitrin Urunler (mainPageIndex==1)
   ========================================================================== */
.ep-sponsored-section {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 24px;
    margin-top: 16px;
    border: 1px solid #e8e8e8;
}

.ep-sponsored-section .panel {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: transparent !important;
}

.ep-sponsored-section .panel-heading {
    background: transparent !important;
    border: none !important;
    padding: 0 0 14px !important;
}

.ep-sponsored-section .panel-heading h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.ep-sponsored-section .panel-heading h4::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    color: #FF7F00;
    font-size: 20px;
}

.ep-sponsored-section hr {
    margin: 0 0 20px;
    border-color: #e8e8e8;
}

.ep-sponsored-section .panel-body {
    padding: 0 !important;
}

/* Load More Button Modernize */
#ProdSponsoredButton {
    margin: 24px 0 8px;
}

#ProdSponsoredButton .btn {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 600;
    background: #FF7F00 !important;
    border-color: #FF7F00 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(255, 127, 0, 0.25);
}

#ProdSponsoredButton .btn:hover {
    background: #e06d00 !important;
    border-color: #e06d00 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 127, 0, 0.35);
}

#infoSponsoredMessage {
    color: #999 !important;
    font-size: 13px !important;
}

#infoSponsoredMessage strong {
    font-weight: 500;
    color: #666;
}

#EndOfSponsoredProds {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    margin: 16px 0;
}

#EndOfSponsoredProds strong {
    color: #666;
    font-weight: 500;
}

/* Loader */
#prodLoader {
    padding: 20px;
}

#prodLoader img {
    width: 32px;
    height: 32px;
    opacity: 0.6;
}

#prodLoader strong {
    color: #999;
    font-size: 13px;
    font-weight: 500;
}

/* ==========================================================================
   7. CATEGORY PRODUCT SLIDERS — Horizantal Urun Listeleri
   ========================================================================== */

/* ==========================================================================
   7b. PROD VARIANT COLORS SLIDER — Ürünün Diğer Renkleri
   Ana stiller prod-detail.css dosyasındadır.
   Burada sadece ana sayfa bağlamında ek ayarlar yer alır.
   ========================================================================== */

/* ==========================================================================
   8. BANNER CONTAINER — Genel Banner Stilleri
   ========================================================================== */
.banner-container {
    background-color: #ffffff;
    border: none;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1025px) {
    .banner-item {
        height: auto;
    }
}

.banner-item a {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.banner-item a span {
    display: block;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.banner-item a:hover img {
    transform: scale(1.02);
}

.banner-item .banner-title {
    display: block;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   10. PRODUCT ROW — Urun Satiri
   ========================================================================== */
.prod-row {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e8e8e8;
}

.prod-row h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.prod-row h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #FF7F00;
    border-radius: 2px;
}

.prod-row h2 .cat-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.prod-row h2 .cat-name:hover {
    color: #FF7F00;
}

.prod-row h2 .all-cat-prod {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #FF7F00 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 6px 14px;
    border-radius: 20px;
    background: #fff3e6;
    transition: all 0.2s ease;
}

.prod-row h2 .all-cat-prod:hover {
    background: #FF7F00;
    color: #fff !important;
}

/* ==========================================================================
   11. FOOTER PRO — Modern Footer
   Zemin renkleri ve yirtik kenar gecisleri footer.css'te tanimli (tek kaynak).
   Burada tekrarlanmaz; footer.css bu dosyadan sonra yuklenir.
   ========================================================================== */
.ep-footer-pro {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 40px;
}

.ep-footer-trust {
    padding: 28px 0;
}

.ep-footer-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.ep-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.ep-footer-trust-item i {
    font-size: 24px;
    color: #FF7F00;
}

.ep-footer-trust-item strong {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 14px;
}

.ep-footer-main {
    padding: 40px 0 24px;
}

.ep-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.ep-footer-brand-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 1.7;
    margin-top: 12px;
}

.ep-footer-logo img {
    height: 36px;
    width: auto;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

.ep-footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF7F00;
    display: inline-block;
}

.ep-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ep-footer-links li {
    margin-bottom: 8px;
}

.ep-footer-links a {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ep-footer-links a:hover {
    color: #FF7F00 !important;
    transform: translateX(4px);
}

.ep-footer-links a i {
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ep-footer-links a:hover i {
    opacity: 1;
}

.ep-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.ep-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ep-footer-social a:hover {
    background: #FF7F00;
    color: #fff !important;
    border-color: #FF7F00;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 127, 0, 0.3);
}

.ep-footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.ep-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.ep-footer-copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.ep-footer-copyright a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ep-footer-copyright a:hover {
    color: #FF7F00 !important;
}

.ep-footer-payment {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ep-footer-payment img {
    height: 24px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.ep-footer-payment img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ==========================================================================
   12. MAIN DISCOUNT BANNER — Ust Banner Alani
   ========================================================================== */
#mainDiscountBanner {
    position: relative;
}

#mainDiscountBanner a img {
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

#mainDiscountBanner a:hover img {
    opacity: 0.95;
}

.ep-banner-btn {
    font-size: 1rem !important;
    background-color: #ff7f00 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.25s ease !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.ep-banner-btn:hover {
    background-color: #e06d00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 767px) {
    .ep-banner-btn {
        font-size: 0.8rem !important;
        padding: 6px 12px !important;
        gap: 4px;
    }
}

@media (max-width: 575px) {
    .ep-banner-btn {
        font-size: 0.7rem !important;
        padding: 5px 10px !important;
    }
}

/* Compact mobile store banner (flat image, replaces #mainDiscountBanner below 767px) */
.ep-magaza-banner-mobil-wrap {
    display: none;
}
@media (max-width: 767px) {
    #mainDiscountBanner {
        display: none;
    }
    .ep-magaza-banner-mobil-wrap {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 12px;
        border-radius: 14px;
        overflow: hidden;
    }
    .ep-magaza-banner-mobil-wrap img {
        width: 100%;
        display: block;
    }
    .ep-magaza-banner-mobil-wrap .ep-yol-tarifi-hit {
        position: absolute;
        left: 24.86%;
        top: 54.65%;
        width: 22.57%;
        height: 22.09%;
        z-index: 5;
    }
}

/* ==========================================================================
   12b. #site-top-slogan OVERRIDE — Yeni hero icinde kullanilacak
   ========================================================================== */
#site-top-slogan {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important; /* Eski slogan gizle, yeni hero var */
}

/* ==========================================================================
   12c. ANA SAYFA CONTAINER MAX GENİŞLİK
   Büyük ekranlarda içerik alanı çok genişlemesin.
   Header/menü etkilenmez çünkü #page > .container sadece
   @RenderBody() wrapper'ını hedefler.
   ========================================================================== */
#page > .container {
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   13. RESPONSIVE — Ana Sayfa Ozel
   ========================================================================== */

/* --- Genis ekranlar --- */
@media (min-width: 1400px) {
    .ep-hero-section { padding: 36px 32px 32px; }
    .ep-hero-title h1 { font-size: 48px; }
    .ep-hero-title span { font-size: 22px; }
    .ep-hero-subtitle { font-size: 16px; }
    .ep-hero-stat-num { font-size: 26px; }
    .ep-section-title { font-size: 24px; }
    .ep-value-title { font-size: 14px; }
    .ep-value-desc { font-size: 12px; }
}

@media (min-width: 1920px) {
    .ep-hero-section { padding: 40px 40px 36px; }
    .ep-hero-title h1 { font-size: 54px; letter-spacing: -2px; }
    .ep-hero-title span { font-size: 24px; }
    .ep-hero-subtitle { font-size: 17px; max-width: 500px; }
    .ep-hero-stat-num { font-size: 30px; }
    .ep-hero-stat-label { font-size: 12px; }
    .ep-hero-cta { padding: 13px 34px; font-size: 15px; }
    .ep-section-title { font-size: 28px; }
    .ep-value-item { padding: 20px 32px; }
    .ep-value-icon { width: 52px; height: 52px; min-width: 52px; font-size: 22px; }
    .ep-value-title { font-size: 15px; }
    .ep-value-desc { font-size: 13px; }
    .ep-cat-banners [class*="col-"] { margin-bottom: 20px; }
    .ep-cat-card-title { font-size: 15px; }
    .ep-cat-card-body { padding: 16px 18px; }
}

@media (min-width: 2560px) {
    .ep-hero-title h1 { font-size: 60px; }
    .ep-hero-title span { font-size: 28px; }
    .ep-hero-subtitle { font-size: 19px; max-width: 540px; }
    .ep-hero-stat-num { font-size: 34px; }
    .ep-hero-stat { padding: 0 32px; }
    .ep-value-icon { width: 60px; height: 60px; min-width: 60px; font-size: 24px; border-radius: 16px; }
    .ep-value-title { font-size: 17px; }
    .ep-value-desc { font-size: 14px; }
    .ep-section-title { font-size: 32px; }
    .ep-cat-card-title { font-size: 16px; }
    .ep-cat-card-body { padding: 18px 20px; }
    .ep-cat-card { border-radius: 20px; }
}

/* --- Tablet (<992px) --- */
@media (max-width: 991px) {
    .ep-hero-section { display: none; }
    .ep-hero-glow { display: none; }

    .ep-value-bar { border-radius: 10px; margin-top: 12px; margin-bottom: 12px; }
    .ep-value-bar-inner {
        flex-wrap: wrap;
    }
    .ep-value-item {
        flex: 1 1 calc(50% - 1px);
        padding: 10px 14px;
    }
    .ep-value-item:nth-child(2)::after { display: none; }
    .ep-value-icon { width: 34px; height: 34px; min-width: 34px; font-size: 14px; border-radius: 8px; }
    .ep-value-title { font-size: 12px; }
    .ep-value-desc { font-size: 10px; }

    .ep-cat-banners { padding: 0 0 4px; }
    .ep-cat-banners [class*="col-"] { padding-left: 6px; padding-right: 6px; margin-bottom: 12px; }
    .ep-cat-banner-item { border-radius: 10px; }
    .ep-cat-banner-overlay { opacity: 1; padding: 10px 10px 8px; }

    .ep-showcase-section,
    .ep-sponsored-section {
        padding: 16px;
        border-radius: 12px;
    }

    .ep-section-title { font-size: 18px; }

    .ep-footer-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ep-footer-trust {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ep-footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ep-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

/* --- Telefon (<768px) --- */
@media (max-width: 767px) {
    .ep-hero-section { display: none; }
    .ep-hero-glow { display: none; }

    .ep-value-bar { border-radius: 8px; margin-top: 10px; margin-bottom: 10px; }
    .ep-value-bar-inner { flex-wrap: wrap; }
    .ep-value-item {
        flex: 1 1 calc(50% - 1px);
        padding: 8px 10px;
    }
    .ep-value-item:nth-child(2)::after { display: none; }
    .ep-value-item:nth-child(4)::after { display: none; }
    .ep-value-icon { width: 30px; height: 30px; min-width: 30px; font-size: 13px; border-radius: 8px; }
    .ep-value-title { font-size: 11px; }
    .ep-value-desc { font-size: 9px; }

    .ep-cat-banners [class*="col-"] { margin-bottom: 8px; padding-left: 4px; padding-right: 4px; }
    .ep-cat-banner-item { border-radius: 8px; }

    .ep-showcase-section,
    .ep-sponsored-section {
        padding: 14px;
        border-radius: 10px;
    }

    .ep-section-title { font-size: 16px; }

    .ep-footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ep-footer-trust-inner { gap: 16px; }
    .ep-footer-trust-item { font-size: 12px; }
    .ep-footer-trust-item i { font-size: 18px; }
}

/* --- Kucuk telefon (<576px) --- */
@media (max-width: 575px) {
    .ep-hero-section { display: none; }
    .ep-hero-glow { display: none; }

    .ep-value-bar { border-radius: 8px; margin-top: 8px; margin-bottom: 8px; }
    .ep-value-item { padding: 7px 8px; }
    .ep-value-icon { width: 28px; height: 28px; min-width: 28px; font-size: 12px; border-radius: 6px; }
    .ep-value-title { font-size: 10px; }
    .ep-value-desc { display: none; }

    .ep-section-title { font-size: 15px; }

    .ep-showcase-section,
    .ep-sponsored-section {
        padding: 12px;
        border-radius: 8px;
    }
}

/* ==========================================================================
   14. ANIMATIONS — Giris Animasyonlari
   ========================================================================== */
@keyframes epFadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes epFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.ep-animate-in {
    animation: epFadeIn 0.4s ease-out both;
}

.ep-cat-banners [class*="col-"]:nth-child(1) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.05s both; }
.ep-cat-banners [class*="col-"]:nth-child(2) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.1s both; }
.ep-cat-banners [class*="col-"]:nth-child(3) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.15s both; }
.ep-cat-banners [class*="col-"]:nth-child(4) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.2s both; }
.ep-cat-banners [class*="col-"]:nth-child(5) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.25s both; }
.ep-cat-banners [class*="col-"]:nth-child(6) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.3s both; }
.ep-cat-banners [class*="col-"]:nth-child(7) .ep-cat-banner-item { animation: epFadeInUp 0.4s ease-out 0.35s both; }

/* Animasyonlari azalt preferi */
@media (prefers-reduced-motion: reduce) {
    .ep-animate-in,
    .ep-cat-banners [class*="col-"] .ep-cat-banner-item {
        animation: none !important;
    }
}

/* ==========================================================================
   15. SEO CONTENT CARD — Stiller footer.css'e taşındı (global yükleniyor)
   ========================================================================== */

/* Eski .home-custome-page uyumu */
.home-custome-page .well {
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 32px;
    background: #fff;
    line-height: 1.8;
    color: #666;
}

.home-custome-page .well h2,
.home-custome-page .well h3 {
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* ==========================================================================
   16. PAGE FOOTER — Alt Sayfa Footer (Mobil)
   ========================================================================== */
.page-footer {
    padding: 20px 0;
    text-align: center;
}

.page-footer a {
    color: #666 !important;
    text-decoration: none !important;
    padding: 4px 10px;
    font-size: 13px;
    transition: color 0.2s ease;
}

.page-footer a:hover {
    color: #FF7F00 !important;
}

/* ==========================================================================
   17. ABOUT US SLIDER — Pro Seviye Hakkimizda Slider
   ========================================================================== */
.ep-about {
    position: relative;
    margin: 20px 0 8px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.ep-about::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 127, 0, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.ep-about-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px 24px 0;
    position: relative;
    z-index: 1;
}

.ep-about-header img {
    height: 48px;
    width: auto;
}

.ep-about-header .ep-about-logo {
    height: 36px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* Slider Container */
.ep-about-slider {
    position: relative;
    padding: 20px 0 0;
    z-index: 1;
}

.ep-about-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 0 24px 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ep-about-track::-webkit-scrollbar {
    display: none;
}

/* Cards */
.ep-about-card {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 280px;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.ep-about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF7F00, #ff9f40);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ep-about-card:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 127, 0, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.ep-about-card:hover::before {
    opacity: 1;
}

/* Card Icon */
.ep-about-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 127, 0, 0.15), rgba(255, 127, 0, 0.05));
    border: 1px solid rgba(255, 127, 0, 0.2);
    color: #FF7F00;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ep-about-card:hover .ep-about-card-icon {
    background: linear-gradient(135deg, #FF7F00, #ff9f40);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(255, 127, 0, 0.3);
    transform: scale(1.05);
}

/* Card Title */
.ep-about-card-title {
    font-size: 17px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

/* Card Text */
.ep-about-card-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.ep-about-card-text b,
.ep-about-card-text strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Call CTA inside card */
.ep-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding: 10px 20px;
    background: rgba(255, 127, 0, 0.12);
    border: 1px solid rgba(255, 127, 0, 0.2);
    border-radius: 50px;
    color: #FF7F00 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.ep-about-cta:hover {
    background: #FF7F00;
    color: #fff !important;
    border-color: #FF7F00;
    box-shadow: 0 4px 16px rgba(255, 127, 0, 0.3);
    transform: translateY(-1px);
}

.ep-about-cta i {
    font-size: 15px;
}

/* Navigation Dots */
.ep-about-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 24px 20px;
    position: relative;
    z-index: 1;
}

.ep-about-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ep-about-dot.active {
    width: 24px;
    border-radius: 4px;
    background: #FF7F00;
}

.ep-about-dot:hover:not(.active) {
    background: rgba(255, 255, 255, 0.4);
}

/* Navigation Arrows */
.ep-about-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    z-index: 5;
    padding: 0;
}

.ep-about-nav:hover {
    background: #FF7F00;
    border-color: #FF7F00;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 127, 0, 0.3);
}

.ep-about-nav--prev {
    left: 8px;
}

.ep-about-nav--next {
    right: 8px;
}

/* === Responsive === */

/* Tablet */
@media (max-width: 991px) {
    .ep-about {
        border-radius: 12px;
        margin: 14px 0 6px;
    }

    .ep-about-header {
        padding: 20px 20px 0;
        gap: 10px;
    }

    .ep-about-header img { height: 40px; }
    .ep-about-header .ep-about-logo { height: 30px; }

    .ep-about-track {
        gap: 12px;
        padding: 0 20px 20px;
    }

    .ep-about-card {
        flex: 0 0 calc(50% - 6px);
        min-width: 260px;
        padding: 22px 20px;
        border-radius: 12px;
    }

    .ep-about-card-icon { width: 46px; height: 46px; font-size: 20px; border-radius: 12px; }
    .ep-about-card-title { font-size: 16px; }
    .ep-about-card-text { font-size: 13px; }

    .ep-about-dots { padding: 0 20px 16px; }

    .ep-about-nav { display: none; }
}

/* Telefon */
@media (max-width: 767px) {
    .ep-about {
        border-radius: 10px;
        margin: 10px 0 4px;
    }

    .ep-about-header {
        padding: 16px 16px 0;
        gap: 8px;
    }

    .ep-about-header img { height: 36px; }
    .ep-about-header .ep-about-logo { height: 26px; }

    .ep-about-track {
        gap: 10px;
        padding: 0 16px 16px;
    }

    .ep-about-card {
        flex: 0 0 calc(85% - 5px);
        min-width: 240px;
        padding: 20px 18px;
        border-radius: 10px;
    }

    .ep-about-card-icon { width: 42px; height: 42px; font-size: 18px; border-radius: 10px; }
    .ep-about-card-title { font-size: 15px; }
    .ep-about-card-text { font-size: 12.5px; line-height: 1.65; }

    .ep-about-cta { font-size: 13px; padding: 8px 16px; }

    .ep-about-dots { padding: 0 16px 14px; gap: 5px; }
    .ep-about-dot { width: 6px; height: 6px; }
    .ep-about-dot.active { width: 20px; }
}

/* Kucuk telefon */
@media (max-width: 575px) {
    .ep-about {
        border-radius: 8px;
        margin: 8px 0 4px;
    }

    .ep-about-header {
        padding: 14px 14px 0;
    }

    .ep-about-header img { height: 32px; }
    .ep-about-header .ep-about-logo { height: 22px; }

    .ep-about-track {
        gap: 8px;
        padding: 0 14px 14px;
    }

    .ep-about-card {
        flex: 0 0 calc(88% - 4px);
        min-width: 220px;
        padding: 18px 16px;
        gap: 10px;
    }

    .ep-about-card-icon { width: 38px; height: 38px; font-size: 16px; border-radius: 8px; }
    .ep-about-card-title { font-size: 14px; }
    .ep-about-card-text { font-size: 12px; line-height: 1.6; }

    .ep-about-cta { font-size: 12px; padding: 7px 14px; gap: 8px; }

    .ep-about-dots { padding: 0 14px 12px; }
}

/* ==========================================================================
   Performans: Fold altındaki bölümler görünene kadar render atlanır.
   contain-intrinsic-size tarayıcıya tahmini yükseklik verir (CLS önlemi).
   ========================================================================== */
.ep-about,
.ep-showcase-section,
.ep-sponsored-section {
    content-visibility: auto;
    contain-intrinsic-size: 0 420px;
}

/* ==========================================================================
   CSS Spinner — loading.gif yerine, FA bağımlılığı yok
   ========================================================================== */
@keyframes epLoaderSpin {
    to { transform: rotate(360deg); }
}

.ep-prod-loader-spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid rgba(255, 127, 0, 0.25);
    border-top-color: #FF7F00;
    border-radius: 50%;
    animation: epLoaderSpin 0.75s linear infinite;
    vertical-align: middle;
    margin-bottom: 4px;
}

