/* RESET & BASE */
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: #fff;
    color: #3c3d38;
}

/* NAVIGATION */
.kwjdhge {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
}

.iefiye {
    height: 25px;
}

/* Desktop Navigation */
.jdge {
    display: flex;
    align-items: center;
}

.jdge li {
    margin: 0 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.jdge li i {
    font-size: 11px;
    margin-left: 6px;
}

/* Right side icons */
.ugidee {
    display: flex;
    align-items: center;
}

.ugidee li {
    margin: 0 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ugidee li i.fa-user {
    margin-right: 9px;
}

/* Cart badge */
.wdijehou {
    background-color: #f8cd2b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
}

.djioef {
    position: relative;
}

/* MAIN CONTENT */
/* Login form section */
.rghjek {
    font-size: 56px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.gfjdk {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.hfruivrf {
    width: 100%;
}

.hjrfvhg {
    width: 100%;
    border: 1px solid #e3e5e2;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 15px;
}

.hjrfvhg:focus {
    outline: none;
    border-color: #ffbd00;
}

button {
    background-color: #ffbd00;
    border: none;
    padding: 14px;
    border-radius: 14px;
    font-weight: 700;
    width: 100%;
    margin-top: 5px;
    color: #3c3d38;
    cursor: pointer;
}

/* Right image section */
.uhfei {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.eidufhv {
    width: 50%;
    margin-left: 25%;
    margin-top: 25%;
    background: white;
    border-radius: 20px;
    padding: 16px;
}

/* FOOTER */
.lejkdfh {
    background: #3c3d38;
    color: #a7a6a2;
    padding: 70px 0;
    border-top: 4px solid #ffbd00;
}

.edhjka {
    height: 36px;
    margin-bottom: 25px;
}

.wkdjekhfk {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.ljhgf li {
    margin-bottom: 6px;
    cursor: pointer;
}

.hgfds {
    background: #ffbd00;
    color: #3c3d38;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.hgfdsjdhe {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.fhdsaaf {
    margin-top: 20px;
    font-size: 13px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 767.98px) {
    .rghjek {
        font-size: 40px;
        margin: 20px 0 15px;
    }
    
    .gfjdk {
        font-size: 18px;
    }
    
    .kwjdhge {
        padding: 15px 20px;
    }
}