.elementor-45 .elementor-element.elementor-element-2eebab5d:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-2eebab5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #FFFFFF 100%);}.elementor-45 .elementor-element.elementor-element-2eebab5d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 101px 0px;}.elementor-45 .elementor-element.elementor-element-2eebab5d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-45 .elementor-element.elementor-element-d28da22{text-align:center;}.elementor-45 .elementor-element.elementor-element-d28da22 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:43px;font-weight:600;color:#FFFFFF;}.elementor-45 .elementor-element.elementor-element-1eb5d61 > .elementor-container{max-width:1300px;}@media(max-width:767px){.elementor-45 .elementor-element.elementor-element-d28da22 .elementor-heading-title{font-size:29px;}}/* Start custom CSS for wc-elements, class: .elementor-element-c797cfa *//* === 1) İndirmeler Sekmesini Gizle === */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* === 2) Hesabım Menü Modern Sağ İkonlu === */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

/* Sağdaki sabit ikon */
.woocommerce-MyAccount-navigation ul li a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f054"; /* Sağ ok */
    color: #ff6f91;
    transition: transform 0.3s ease, color 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(135deg, #ff6f91, #ff9472);
    color: #fff !important;
    transform: translateX(5px);
}

.woocommerce-MyAccount-navigation ul li a:hover::after,
.woocommerce-MyAccount-navigation ul li.is-active a::after {
    color: #fff;
    transform: translateX(4px);
}

/* === 3) Sağ İçerik Alanı Modern === */
.woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-top: 20px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    color: #333;
    font-weight: 700;
}

.woocommerce-MyAccount-content a {
    color: #ff6f91;
    font-weight: 600;
    transition: color 0.3s;
}

.woocommerce-MyAccount-content a:hover {
    color: #ff9472;
}

@media(max-width: 768px){
    .woocommerce-MyAccount-navigation ul li a {
        width: 100%;
    }
    .woocommerce-MyAccount-content {
        margin-top: 15px;
        padding: 18px;
    }
}/* End custom CSS */