:root{--primary-button-color: #1957A6; --main-third-color: #1957A6; --main-fourth-color: #1957A6; --main-second-color: #eff8ff; --border-radius: 5px; --product-card-bg: #fff; --product-card-border: #1957A6; --product-card-color: #1957A6;} /* Checkout Hesabım İkonu Değişimi */
.usermenu-dropdown-btn i.v-icon.mdi-account-circle-outline {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 21C20 18.2386 16.4183 16 12 16C7.58172 16 4 18.2386 4 21" stroke="%231957a6" stroke-width="2" stroke-linecap="round"/><circle cx="12" cy="7" r="4" stroke="%231957a6" stroke-width="2"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
}

/* Eski font ikonunu (yazı karakterini) gizle */
.usermenu-dropdown-btn i.v-icon.mdi-account-circle-outline::before {
    display: none !important;
    content: "" !important;
}

/* Butonun genel yapısını sabitle */
.usermenu-dropdown-btn {
    box-shadow: none !important;
    background: transparent !important;
}