
/* =========================
   ШАПКА
   ========================= */
.header { 
    width: 100%;
    height: 90px;
    background-image:  url("header-base6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    z-index: 9999;
    margin: 0;
}

.container {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

  .logo img {
    height: 90px;
    width: auto;
    margin-left: 20px;
}

.menu { 
    display: flex;
    gap: 40px;
}
.menu a {
    font-family: "Afacad Flux";
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 10px;
}

.playlist-button {
    font-family: "Afacad Flux";
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 10px;
    border: transparent;
    background: transparent;
    cursor: pointer;
}

.gallery-button {
    font-family: "Afacad Flux";
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 10px;
    border: transparent;
    background: transparent;
    cursor: pointer;
}

.menu img {
    width: 20px;
}


main {
    width: 100%;
    min-height: 100vh;
    background-color: #F6F6F6; 
}

.header-right {
    display: flex;
    align-items: center;
    position: relative;
    gap: 25px;
    margin-right: 40px;

    color: #ffffff;
    text-decoration: none;

    font-family: "Afacad Flux";
    font-size: 20px;
}

.header-right a {
    text-decoration: none;
    color: white;
    margin-left: 10px;
}

.theme-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
     background: transparent;
    border: transparent;
    cursor: pointer;
}

.notification-button {
    position: relative;
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.notification-button img { width: 24px; height: 24px; object-fit: contain; filter: brightness(0) invert(1); }
.notification-badge {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #d85f69;
    color: #fff;
    font: 700 12px/18px "Afacad Flux", sans-serif;
    text-align: center;
}
.notification-panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 1000; display: none; width: min(340px, calc(100vw - 32px)); max-height: 360px; overflow-y: auto; padding: 14px; border: 1px solid #e1e1e1; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(36,36,36,.14); color: #424242; font: 16px "Afacad Flux", sans-serif; text-align: left; }
.notification-panel.is-open { display: block; }
.notification-panel h3 { margin: 0 0 10px; font-size: 18px; }
.notification-empty { margin: 0; color: #999; font-size: 14px; }
.notification-item { padding: 9px 0; border-top: 1px solid #eee; font-size: 14px; line-height: 1.35; }
.notification-item:first-of-type { border-top: 0; }
.notification-item time { display: block; margin-top: 3px; color: #999; font-size: 12px; }

.logout {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 20px;
    font-family: "Afacad Flux";
    white-space: nowrap;
    background: transparent;
    border: transparent;
    cursor: pointer;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: #F6F6F6; 
    font-family: Arial, sans-serif;
}




/* =========================
   HEADER
========================= */

.checkout-header {
    display: flex;
    align-items: center;

    gap: 25px;

    margin: 24px 7% 25px;
}


.back-button {
    height: 48px;

    padding: 0 20px;

    border: none;
    border-radius: 8px;

    background-color: #ffffff;

    color: #555;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;
}


.back-button span {
    margin-right: 12px;

    font-size: 24px;

    vertical-align: -2px;
}


.checkout-header h1 {
    margin: 0;

    font-size: 26px;

    font-weight: 400;
}


/* =========================
   MAIN LAYOUT
========================= */

.checkout-layout {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 32px;

    padding: 70px 20px;
    font-family: afacad flux;
}


/* =========================
   LEFT PAYMENT SECTION
========================= */

.payment-section h2 {
    margin: 0 0 20px;

    font-size: 30px;

    font-weight: 700;
    color: #5B5B5B;
}


.payment-box {
    background-color: #ffffff;

    border-radius: 15px;

    overflow: hidden;
}


/* =========================
   PAYMENT ROW
========================= */

.payment-method {
    min-height: 74px;

    padding: 22px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e5e5e5;
}


.payment-method:last-child {
    border-bottom: none;
}


/* =========================
   PAYMENT TITLE
========================= */

.payment-title {
    display: flex;
    align-items: center;

    gap: 10px;

    font-size: 20px;
}


/* =========================
   RADIO BUTTON
========================= */

.radio {
    width: 24px;
    height: 24px;

    cursor: pointer;

    flex-shrink: 0;

    border: 2px solid #cccccc;

    border-radius: 50%;
}


.radio.active {
    display: flex;
    align-items: center;
    justify-content: center;
}


.radio.active::after {
    content: "";

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background-color: #8BC2C5;
}


/* =========================
   CREDIT CARD
========================= */

.credit-card {
    min-height: 145px;

    display: block;
}


.payment-method-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* CARD BRANDS */

.card-brands {
    display: flex;


    gap: 5px;
}
.card-brands img {
    height: auto;
    width: 50px;
}

.card-brands span {
    width: 45px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 3px;

    border: 1px solid #ddd;
    border-radius: 4px;

    font-size: 7px;
    font-weight: 700;

    box-sizing: border-box;
    overflow: hidden;
}



/* CARD INPUT */

.card-input {
    width: calc(100% - 64px);

    height: 48px;

    margin: 24px 0 0 32px;

    padding: 0 10px 0 15px;

    display: flex;
    align-items: center;

    background-color: #f6f6f6;

    border-radius: 5px;
}

.card-input input {
    min-width: 0;
    height: 32px;
    padding: 0 8px;
    border: none;
    border-right: 1px solid #dddddd;
    outline: none;
    background: transparent;
    color: #333333;
    font: inherit;
    font-size: 14px;
}

.card-input input::placeholder {
    color: #cfcfcf;
}

.card-number {
    flex: 1 1 190px;
}

.card-expiry {
    width: 78px;
}

.card-cvc {
    width: 64px;
}


.autofill {
    margin-left: auto;

    padding: 6px 10px;

    border: none;

    border-radius: 5px;

    background-color: #004d32;

    color: white;

    font-size: 13px;

    font-weight: 700;
}


.autofill span {
    margin-left: 3px;

    font-size: 20px;
}


/* =========================
   PAYMENT LOGOS
========================= */

.payment-logo {
    font-weight: 700;
}


.paypal {
    color: #003087;

    font-size: 15px;
}


.link {
    color: #273b43;

    font-size: 20px;
}


.afterpay-logo {
    padding: 8px 14px;

    border-radius: 20px;

    background-color: #a8f2dc;

    color: #182d2b;

    font-size: 13px;
}



.apple-pay {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.google-pay {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

/* =========================
   AFTERPAY
========================= */

.afterpay {
    min-height: 108px;
}


.afterpay .payment-title {
    align-items: flex-start;
}


.afterpay p {
    margin: 3px 0;

    color: #777;

    font-size: 13px;
}


.afterpay small {
    color: #555;

    font-size: 11px;
}


/* =========================
   RIGHT COLUMN
========================= */

.right-column {
    display: flex;

    flex-direction: column;

    gap: 16px;
    margin-top: 56px;
}


/* =========================
   ORDER SUMMARY
========================= */

.summary-box {
    padding: 25px;

    background-color: #ffffff;

    border-radius: 20px;
}


/* SUMMARY HEADER */

.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 25px;
}


.summary-header h2 {
    margin: 0;

    font-size: 20px;

    font-weight: 700;
    color: #5B5B5B;
}


.summary-header span {
    color: #9b9b9b;

    font-size: 16px;
}


/* PRODUCT */

.product {
    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    gap: 20px;
}


.product span {
    max-width: 240px;

    font-size: 16px;

    line-height: 1.5;
    color: #5B5B5B;
}


.product strong {
    white-space: nowrap;

    font-size: 16px;
    color: #5B5B5B;;
}


/* SUBTOTAL */

.subtotal {
    margin-top: 18px;

    padding: 18px 0;

    display: flex;

    justify-content: space-between;

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #e5e5e5;

    font-size: 16px;
    color: #5B5B5B;
}


/* TOTAL */

.total {
    padding: 15px 0 25px;

    display: flex;

    justify-content: space-between;

    align-items: center;
    
}


.total span {
    font-size: 25px;
    color: #5B5B5B;
}


.total strong {
    font-size: 25px;
    color: #5B5B5B;
}


/* PAY BUTTON */

.pay-button {
    width: 100%;

    height: 60px;

    border: none;

    border-radius: 12px;

    background-image: url("BLUE.png");
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;

    color: white;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;
}

.paypal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
}

.paypal-modal {
    position: relative;
    width: min(100%, 420px);
    padding: 42px 34px 34px;
    box-sizing: border-box;
    border-radius: 14px;
    background-color: #ffffff;
    font-family: "Afacad Flux", sans-serif;
    text-align: center;
}

.paypal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: none;
    color: #707070;
    cursor: pointer;
    font-size: 32px;
}

.paypal-mark {
    color: #003087;
    font-size: 28px;
    font-weight: 700;
}

.paypal-modal h2 {
    margin: 18px 0 24px;
    color: #5B5B5B;
    font-size: 25px;
}

.paypal-modal input {
    width: 100%;
    height: 52px;
    margin-bottom: 14px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font: inherit;
    font-size: 16px;
}

.paypal-modal form button {
    width: 100%;
    height: 52px;
    margin-top: 8px;
    border: none;
    border-radius: 24px;
    background-color: #0070ba;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
}

.paypal-demo-message {
    display: none;
    color: #26734d;
}


/* =========================
   GUARANTEES
========================= */

.guarantees-box {
    padding: 25px;

    border: 2px solid #c9c9c9;

    border-radius: 20px;

    background-color: transparent;
}


.guarantee {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}

.guarantee img {
    fill: 5B5B5B;
    color: 5B5B5B;

}

.guarantee:last-child {
    margin-bottom: 0;
}


/* ICON */

.guarantee-icon {
    width: 32px;
    height: 32px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 2px solid #8888 (0 7% 93%);

    border-radius: 50%;

    font-size: 18px;
}


/* TEXT */

.guarantee span {
    display: block;

    margin-bottom: 4px;

    color: #888;

    font-size: 16px;
}


.guarantee p {
    margin: 0;
     color: #505050;

    font-size: 16px;
}


/* =========================
   CONTACT
========================= */

.contact {
    margin: 0;

    color: #888;

    font-size: 20px;
}


.contact a {
     color: #6ba39e;

    text-decoration: none;
}


.contact a:hover {
    text-decoration: underline;
}

.contact-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
}

.contact-modal {
    position: relative;
    width: min(100%, 520px);
    padding: 36px;
    box-sizing: border-box;
    border-radius: 18px;
    background-color: #ffffff;
    font-family: "Afacad Flux", sans-serif;
}

.contact-modal h2 {
    margin: 0 0 24px;
    color: #222222;
    font-size: 32px;
}

.contact-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: transparent;
    color: #222222;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
}

.contact-modal label {
    display: block;
    margin: 14px 0 6px;
    color: #222222;
    font-size: 18px;
}

.contact-modal input,
.contact-modal textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    color: #222222;
    font: inherit;
}

.contact-modal textarea {
    resize: vertical;
}

.contact-submit {
    width: 100%;
    margin-top: 22px;
    padding: 13px;
    border: none;
    border-radius: 8px;
    background-color: #8bc2c5;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
}

.contact-success {
    display: none;
    margin: 14px 0 0;
    color: #438b8f;
    text-align: center;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 800px) {

    .checkout-layout {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 500px) {

    .checkout-header {
        margin-left: 20px;
        margin-right: 20px;
    }

    .checkout-layout {
        margin-left: 20px;
        margin-right: 20px;
    }

    .card-input {
        width: calc(100% - 32px);
    }

    .card-brands {
        display: none;
    }

}

/* =========================
   TERMS OF USE
========================= */

 * {
            box-sizing: border-box;
        }
        body {
            margin: 0;
            padding: 0 0px;
            font-family: "Afacad Flux", sans-serif;
            color: #949393;
            background-color: #F6F6F6;
            line-height: 1.6;
        }

        main {
            width: 100%;
            max-width: 900px;
            margin: 60px auto;
        }

        h1,
        h2,
        h3 {
            color: #5B5B5B;
            font-weight: 600;
            line-height: 1.2;
        }

        h1 {
            font-size: 48px;
            margin: 0 0 12px;
        }

        h2 {
            font-size: 30px;
            margin: 48px 0 16px;
        }

        h3 {
            font-size: 22px;
            margin: 30px 0 10px;
        }

        p {
            font-size: 18px;
            font-weight: 400;
            margin: 0 0 16px;
        }

        ul {
            margin: 0 0 20px;
            padding-left: 28px;
        }

        li {
            font-size: 18px;
            margin-bottom: 8px;
        }

        strong {
            color: #5B5B5B;
            font-weight: 600;
        }

        a {
            color: #5B5B5B;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        @media (max-width: 600px) {
            body {
                padding: 0 18px;
            }

            main {
                margin: 40px auto;
            }

            h1 {
                font-size: 38px;
            }

            h2 {
                font-size: 26px;
                margin-top: 38px;
            }

            h3 {
                font-size: 20px;
            }

            p,
            li {
                font-size: 16px;
            }
        }
    

        /* =========================
   FOOTER
   ========================= */

.footer {
    height: 300px;
    width: 100%;
    background-color: #242424;
    position: relative;
    display: flex;
    padding-left: 20px;

    
    

}



.footer-right {
     margin-left: auto;
    margin-right: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 20px;
}


.footer-social {
    display: flex;
    gap: 30px;
    margin-top: 45px;

}


body {
    overflow-x: hidden;
}

.gmail {
    font-family: afacad flux;
    font-weight: 300;
    font-size: 20px;
    color: #c2c2c2;
    height: 30px;
    width: fit-content;
    position: relative ;

    z-index: 6;
   
   margin-left: auto
}


 .c {
    color: rgb(160, 160, 160);
     
    font-size: 30px;
    font-family: afacad flux ;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    
    margin-left: auto;
}


.ladkohit-logo {
    color: white;
    width: 300px;
    height: 100px;
    position: relative;
    z-index: 5;
    margin-top: 50px;
    margin-left: 15px;

}
.ladkohit {
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bolder;
    letter-spacing: 25%;

}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
    margin-top: 50px;
}

.footer-links a {
    color: #c2c2c2;
    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}



/* =========================
   LOGIN MODAL
   ========================= */

.login-overlay {
    position: fixed;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.65);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 99999;
}


/* Белое окно */

.login-modal {
    width: 620px;
    min-height: 650px;

    background-color: white;
    border-radius: 18px;

    position: relative;

    padding: 45px 40px 40px;

    box-sizing: border-box;

    font-family: "Afacad Flux", sans-serif;
}


/* Крестик */

.login-close {
    position: absolute;

    top: 20px;
    right: 25px;

    border: none;
    background: none;

    font-size: 42px;
    line-height: 1;

    color: #707070;

    cursor: pointer;
}


/* Заголовок */

.login-title {
    text-align: center;

    font-family: "Afacad Flux", sans-serif;
    font-size: 30px;

    font-weight: 700;

    margin: 10px 0 30px;

    color: #5B5B5B;
}


/* Google */

.google-login {
    width: 100%;
    height: 68px;

    border: 3px solid #2677e8;
    border-radius: 35px;

    background-color: #ffffff;
    color: #2677e8;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 5px 7px 5px 25px;

    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    font-weight: 700;

    cursor: pointer;
}


/* Буква Google */

.google-icon {
    width: 52px;
    height: 52px;

    border-radius: 50%;

    background-color: white;
    color: #2677e8;
    border: 1px solid #dfe7f5;
    box-shadow: 0 1px 4px rgba(36, 36, 36, 0.08);

    display: flex;
    justify-content: center;
    align-items: center;

}

.google-icon img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
}


/* OR */

.login-or {
    display: flex;
    align-items: center;

    gap: 15px;

    margin: 30px 0;
}

.login-or span {
    height: 1px;

    background-color: #cfcfcf;

    flex: 1;
}

.login-or p {
    margin: 0;

    color: #707070;

    font-size: 18px;
}


/* Inputs */

.login-input {
    width: 100%;
    height: 78px;

    box-sizing: border-box;

    border: none;
    border-radius: 15px;

    background-color: #f0f0f0;

    padding: 0 18px;

    margin-bottom: 18px;

    font-family: "Afacad Flux", sans-serif;
    font-size: 22px;

    outline: none;
}

.login-input:focus {
    box-shadow: 0 0 0 2px #8BC2C5;
}

.login-input::placeholder {
    color: #a0a0a0;
}


/* Forgot password */

.forgot-password {
    border: none;
    background: none;

    padding: 0;

    font-family: "Afacad Flux", sans-serif;
    font-size: 18px;

    color: #707070;

    cursor: pointer;

    margin: 5px 0 35px;
}


/* LOG IN */

.login-submit {
    width: 100%;
    height: 78px;

    border: none;
    border-radius: 15px;

    background-image: url("BLUE.png");
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    opacity: 1;

    font-family: "Afacad Flux", sans-serif;
    font-size: 23px;
    font-weight: 700;

    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.login-submit:hover {
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.08);
}


/* Sign up */

.signup-text {
    text-align: center;

    margin-top: 25px;

    color: #707070;

    font-size: 19px;
}

.signup-button {
    border: none;
    background: none;

    padding: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: 700;

    color: #5B5B5B;

    cursor: pointer;
}

.auth-panel {
    display: none;
}

.auth-panel.is-active {
    display: block;
}

.auth-message {
    min-height: 24px;
    margin: 16px 0 0;
    text-align: center;
    font-family: "Afacad Flux", sans-serif;
    font-size: 16px;
    color: #5f5f5f;
}

.auth-message.is-error {
    color: #be2d2d;
}

.auth-message.is-success {
    color: #1b8f58;
}