* {
    box-sizing: border-box;
}

body {
    background-color: #090909;
    margin: 0px;
    font-family: ProximaNova;
    padding-top: 60px;
}

body.index-page {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.main_background {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

#bagSubtotal {
    font-family: ProximaNova;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 4.4px 0px #00000040;
    z-index: 1000;
    transition: background 0.3s ease;
}

.header.scrolled {
    background: rgba(17, 17, 17, 0.95);
    backdrop-filter: blur(15px);
}

.header_conainer {
    max-width: 1480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0 100px;
    margin: auto;
}

.header_left ul li {
    list-style: none;
}

.header_left ul {
    display: flex;
    gap: 10px;
}

.header_left a {
    font-family: ProximaNova;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.header_center img {
    width: 100px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_right svg {
    width: 21px;
}

.header_right img {
    width: 24px;
}

.footer_container {
    max-width: 1480px;
    margin: auto;
    padding: 0 140px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_title {
    margin: 0px;
    color: #ffffff;
    font-family: Inter;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    margin-top: 15px;
}

.footer_copy {
    margin: 0px;
    color: #b2b2b2;
    font-family: ProximaNova;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 15px;
}

.footer_copy a {
    color: #b2b2b2 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_copy a:hover {
    color: #ffffff !important;
}

@media (max-width: 1480px) {
    .header_center img {
        width: 42px;
    }

    .header_left a {
        font-size: 10px;
    }

    .header_conainer {
        padding: 0 240px;
    }

    .header_right svg {
        width: 11px;
    }

    .header_right img {
        width: 14px;
    }

    .footer_container {
        max-width: 1480px;
        padding: 0 240px;
    }
}

@media (max-width: 1200px) {
    .header_conainer {
        padding: 0 20px;
    }

    .header_center img {
        width: 60px;
    }

    .footer {
        width: 60%;
        display: none;
    }

    .login_dropdown {
        position: absolute;
        top: calc(100% + 0px);
        width: 120px;
        right: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: 0.25s ease;

        background: #0c0c0c;
        border-radius: 5px;
    }

    .main_container {
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
    }
}

@media (max-width: 500px) {
    .more_dropdown {
        display: none;
    }

    .header_left {
        display: none !important;
    }

    .header_mobile_left {
        display: block !important;
    }

    .shop_modal {
        width: 100%;
        height: 100% !important;
        background-color: #000000 !important;
        border-radius: 0px !important;
        overflow: auto;
    }

    .shop_modal_flex {
        flex-wrap: wrap;
    }

    .shop_modal_inner {
        margin-bottom: 20px;
    }

    .shop_modal_inner {
        width: 49% !important;
    }

    .newsseller_modal_content {
        width: 100%;
        height: 100% !important;
    }
}

.mobile_footer {
    display: none;
}

@media (max-width: 500px) {
    .mobile_footer {
        display: block;
    }

    .mobile_footer {
        width: 100%;
        background-color: #090909;
        padding: 20px;
        position: fixed;
        bottom: 0px;
    }
}

.header_mobile_left {
    display: none;
}

.main_container {
    position: fixed;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main_inner:nth-child(1) p {
    font-family: ProximaNova;
    font-weight: 400;
    font-style: Regular;
    font-size: 53px;
    color: #ffffff;
    margin: 0px;
    line-height: 1.5;
}

.main_inner_second {
    display: inline-block;
    margin-left: 185px;
}

.main_inner_first {
    margin-left: 0;
}

.main_inner {
    position: relative;
}

.main_inner button {
    position: absolute;
    left: 98px;
    top: -25px;
    border: 1px solid #ff0000;
    width: 66px;
    height: 33px;
    border-radius: 14px;
    cursor: pointer;
    color: #ff0000;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ProximaNova;
    transition: all 0.3s ease;
}

.main_inner button:hover {
    border: 1px solid #ff0000;
    background-color: #ff000054;
}

.main_inner:nth-child(2) {
    position: relative;
    height: 20px;
}

.main_inner:nth-child(2) p {
    position: absolute;
    left: 205px;
    top: 0;
    font-family: ProximaNova;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    color: #808080;
    margin: -10px;
    white-space: nowrap;
}

.tool_center {
    position: fixed;
    top: calc(50% + 30%);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 7px;
}

.tool_inner {
    position: relative;
}

.cookie_content {
    position: fixed;
    bottom: 110px;
    width: 100%;
    background: #0a0a0adb;
    backdrop-filter: blur(13.800000190734863px);
}

.cookie_container {
    max-width: 1200px;
    margin: auto;
    padding-top: 41px;
    padding-bottom: 41px;
}

.cookie_title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    color: #ffffff;
    margin: 0px;
}

.cookie_paragraph {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    margin-top: 19px;
}

.cookie_bottom {
    display: flex;
    justify-content: end;
    gap: 40px;
    margin-top: 40px;
    align-items: center;
}

.cookie_bottom button {
    width: 311px;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    background-color: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie_bottom button:hover {
    background-color: #ffffff;
    color: #000000;
}

.manage_cookie {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    color: #ffffff;
}

.newsseller_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.newsseller_modal.show {
    opacity: 1;
    pointer-events: auto;
}

.newsseller_modal_content {
    background: #0a0a0adb;
    border-radius: 10px;
    max-width: 635px;
    width: 100%;
    transform: scale(0.5);
    opacity: 0;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
    padding: 0 32px;
    backdrop-filter: blur(13.800000190734863px);
}

.newsseller_modal.show .newsseller_modal_content {
    transform: scale(1);
    opacity: 1;
}

.newsseller_close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.newsseller_modal_content h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    color: #ffffff;
    margin: 0px;
    margin-top: 32px;
}

.newsseller_modal_content p {
    color: #ffffff;
    font-family: Inter;
    font-size: 9px;
}

.newsseller_modal_content input {
    width: 100%;
    height: 23px;
    border-bottom: 1px solid #ffffff;
    background-color: inherit;
    outline: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #ffffff;
    font-family: inter;
    margin-top: 46px;
    padding-bottom: 10px;
}

.newsseller_flex {
    margin-top: 49px;
    display: flex;
    justify-content: end;
    gap: 40px;
    margin-bottom: 32px;
}

.newsseller_flex button {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    background-color: inherit;
    color: #ffffff;
    font-family: inter;
    cursor: pointer;
    transition: all 0.2s ease;
}

.newsseller_flex button:hover {
    background-color: #ffffff;
    color: #000000;
}

/**/

.bag_modal_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.bag_modal_overlay.active,
.bag_modal_overlay.closing {
    visibility: visible;
}

.bag_modal_overlay.active {
    opacity: 1;
}

.bag_modal_overlay.closing {
    opacity: 0;
}

.bag_modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background: #5e5e5e14;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    backdrop-filter: blur(31.8px);
    padding: 0 12px;
    border-radius: 10px 0 0 10px;

    display: flex;
    flex-direction: column;
}

.bag_items {
    flex: 1;
    overflow-y: auto;
    margin-top: 12px;
    padding-bottom: 20px;

    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 transparent;
}

.bag_items::-webkit-scrollbar {
    width: 6px;
}

.bag_items::-webkit-scrollbar-track {
    background: transparent;
}

.bag_items::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.bag_items::-webkit-scrollbar-thumb:hover {
    background-color: #9f9f9f;
}

.bag_modal_overlay.active .bag_modal {
    transform: translateX(0);
}

.bag_modal_overlay.closing .bag_modal {
    transform: translateX(100%);
}

.bag_flex_close {
    display: flex;
    padding: 0 6px;
    justify-content: space-between;
}

.bag_flex_close p {
    font-family: ProximaNova;
    color: #ffffff;
    font-weight: 400;
}

.bag_flex_close button {
    background-color: inherit;
    border: 0px;
    cursor: pointer;
}

.bag_line {
    width: 100%;
    height: 1px;
    background-color: #ffffff52;
}

.bag_flex_inner {
    display: flex;
    gap: 13px;
    margin-top: 12px;
}

.bag_left {
    width: 83px;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    background-position: center;
}

.bag_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bag_title {
    color: #ffffff;
    font-family: ProximaNova;
    margin-top: 0px;
    margin: 0px;
}

.bag_size {
    margin-top: 10px;
}

.counter-wrap {
    display: flex;
    align-items: center;
    width: 70px;
    border: 1px solid #fff;
    border-radius: 2px;
    justify-content: space-between;
    margin-top: 7px;
}

.counter-btn {
    background: none;
    border: none;
    color: #fff;
    font-family: ProximaNova;
    cursor: pointer;
    line-height: 1;
}

.counter-value {
    color: #fff;
    font-family: ProximaNova;
    font-weight: 600;
}

.bag_price {
    display: flex;
    justify-content: end;
}

.bag_price p {
    color: #ffffff;
    font-family: ProximaNova;
    font-size: 14px;
}

.bag_checkout_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bag_checkout_flex p {
    margin: 0px;
    color: #ffffff;
    font-family: ProximaNova;
    margin-bottom: 6px;
}

.bag_line_checkout {
    width: 100%;
    height: 1px;
    background-color: #ffffff52;
    margin-bottom: 15px;
}

.bag_checkout_inner {
    position: sticky;
    bottom: 0;
    padding: 0 12px;
}

.bag_checkout_button {
    width: 70%;
    height: 28px;
    background-color: #d9d9d9;
    border: 0px;
    margin-top: 23px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s ease;
    margin-bottom: 25px;
}

.bag_checkout_button:hover {
    background-color: #ffffff;
}

.bag_checkout_inner_button {
    text-align: center;
}

.header_left li {
    position: relative;
    list-style: none;
}

.more_dropdown {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 420px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.25s ease;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 4.4px 0px #00000040;
    border-radius: 5px;
    padding: 19px;
}

.more_dropdown a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.more_dropdown a:hover {
    color: #ffffff !important;
}

.more_item:hover .more_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.more_flex {
    display: flex;
    justify-content: space-between;
}

.more_title {
    color: #ffffff38;
    font-family: ProximaNova;
    font-weight: 700;
    margin-top: 0px;
}

.more_email {
    margin: 0px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 8px;
}

.more_horizontal_line {
    width: 108px;
    height: 1px;
    background-color: #ffffff52;
    margin-top: 11px;
    margin-bottom: 11px;
}

.more_name {
    margin: 0px;
    color: #ffffff;
    font-weight: 700;
}

.more_vertical_line {
    width: 1px;
    height: 112px;
    background-color: #ffffff52;
}

.more_right {
    display: flex;
    gap: 22px;
}

.more_right_inside {
    display: block;
}

.more_social {
    color: #ffffff;
    font-family: ProximaNova;
    margin-bottom: 12px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 12px;
    cursor: pointer;
}

.login_dropdown {
    position: absolute;
    top: calc(100% + 0px);
    width: 120px;
    margin-left: -50px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.25s ease;

    background: #0c0c0c;
    border-radius: 5px;
}

.gerb_content:hover .login_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.login_dropdown a {
    color: #ffffff;
    font-family: ProximaNova;
    text-decoration: none;
}

.login_dropdown div {
    padding: 10px;
}

.login_dropdown div:hover {
    background: #161616;
}

.shop_modal_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 9999;
}

.shop_modal {
    background: #0e0e0e8a;
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    height: 621px;
    max-width: 1000px;
    overflow-y: auto;

    opacity: 0;
    transition: opacity 0.2s ease;
    position: relative;
}

.shop_modal::-webkit-scrollbar {
    width: 8px;
}

.shop_modal::-webkit-scrollbar-track {
    background: transparent;
}

.shop_modal::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}

.shop_modal::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f;
}

/* OPEN */
.shop_modal_overlay.shop_active {
    opacity: 1;
    pointer-events: auto;
}

.shop_modal_overlay.shop_active .shop_modal {
    opacity: 1;
}

.shop_modal_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    row-gap: 30px;
}

.shop_modal_inner {
    width: 199px;
    height: 316px;
    background-color: #000000;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shop_modal_bottom {
    width: 100%;
    height: 120px;
    overflow: hidden;
    width: 100%;
    height: 215px;
    background-color: #000000;
    margin-top: 30px;
    border-radius: 4px;
}

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

.shop_modal_title {
    color: #ffffff;
    font-family: ProximaNova;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.shop_modal_right {
    text-align: right;
    color: #ffffff;
    font-family: ProximaNova;
    margin-right: 10px;
    margin-bottom: 0;
}

.shop_modal_absolute {
    bottom: 10px;
    left: 0;
    right: 0;
    position: absolute;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.shop_modal_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 60%;
    transition: all 0.3s ease;
}

.shop_modal_inner img:hover {
    opacity: 77%;
}

.shop_modal_close {
    position: absolute;
    z-index: 9;
    right: 5px;
    background-color: inherit;
    color: #ffffff;
    border: 0px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.product_container {
    max-width: 100%;
    display: flex;
    gap: 74px;
    margin: auto;
    height: 90vh;
}

@media (max-width: 1000px) {
    .product_container {
        display: block !important;
        flex-wrap: wrap !important;
        height: auto !important;
    }

    .product_left {
        width: 100% !important;
        height: 100%;
    }

    .product_right {
        padding: 0 20px !important;
    }

    .product_button_cart {
        width: 100% !important;
    }

    .product_description_content {
        width: 100% !important;
    }

    .product_description_content {
        margin-bottom: 20px !important;
    }
}

.product_left {
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_left img {
    object-fit: cover;
}

.product_title {
    color: #ffffff;
    font-size: 16px;
    font-family: ProximaNova;
    margin: 0px;
}

.product_right {
    margin-top: 46px;
}

.product_price {
    color: #ffffff;
    font-size: 16px;
    font-family: ProximaNova;
    margin: 0px;
    margin-top: 11.32px;
}

.product_size {
    margin-top: 37px;
    display: flex;
    gap: 2px;
}

.product_size button {
    padding: 12px 18px;
    background-color: transparent;
    border: 1px solid #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.product_size button.selected {
    background-color: #ffffff;
}

.product_svg {
    width: 20px;
    height: 13px;
    fill: #ffffff;
    transition: 0.2s ease;
}

.product_svg.deactive {
    fill: #484848;
    cursor: not-allowed;
}

.product_svg.active {
    fill: #000000;
}

.product_button_cart {
    width: 391px;
    height: 39px;
    background-color: #ffffff;
    color: #000000;
    font-family: Inter;
    font-weight: 600;
    cursor: pointer;
    border: 0px;
    margin-top: 30px;
}

.product_description_content {
    overflow-y: auto;
    height: 400px;
    width: 450px;
}

.product_description_content::-webkit-scrollbar {
    width: 8px;
}

.product_description_content::-webkit-scrollbar-track {
    background: transparent;
}

.product_description_content::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 999px;
    transition: background 0.2s ease;
}

.product_description_content::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f;
}

.product_description_title {
    margin: 0px;
    color: #ffffff;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 22px;
    margin-top: 37px;
    margin-bottom: 10px;
}

.product_description_paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: ProximaNova;
    font-size: 16px;
    color: #ffffff;
}

.product_description_content ul,
li {
    color: #ffffff;
    font-family: ProximaNova;
    font-size: 16px;
    line-height: 20px;
    list-style: circle;
}

.purchase_container {
    margin: auto;
    justify-content: center;
    margin-top: 68px;
    gap: 150px;
    display: flex;
}

.purchase_left {
    width: 581px;
    position: relative;
    border-top: 1px solid #ffffff52;
}

.purchase_left_title {
    font-family: ProximaNova;
    color: #ffffff;
}

.purchase_inside_choose {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.purchase_inside_choose:hover {
    background-color: #acacac1a;
}

.purchase_inside_choose_1:hover {
    background-color: #acacac1a;
}

.purchase_inside_choose.active {
    background-color: #d9d9d91a;
}

.purchase_inside_choose_1 {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.purchase_inside_choose_1.active {
    background-color: #d9d9d91a;
}

.purchase_inside_left {
    display: flex;
    gap: 6px;
}

.purchase_inside_left_texts p:first-child {
    color: #ffffff;
    font-family: ProximaNova;
    margin: 0px;
}

.purchase_inside_left_texts p:last-child {
    color: #fff;
    font-family: ProximaNova;
    margin: 0px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}

.purchase_inside_right p {
    color: #ffffff;
    font-family: ProximaNova;
    font-weight: 600;
}

.purchase_horizontal_line {
    width: 100%;
    height: 1px;
    background-color: #ffffff52;
    margin-top: 14px;
    margin-bottom: 24px;
}

.purchase_padding {
    padding: 0 20px;
}

.purchase_input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.purchase_input input {
    width: 256px;
    height: 39px;
    background-color: inherit;
    border: 1px solid #9e9e9e;
    padding-left: 12px;
    color: #ffffff;
    font-family: ProximaNova;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.purchase_input input:hover {
    border: 1px solid #ffffff;
}

.purchase_input textarea {
    width: 256px;
    height: 78px;
    background-color: inherit;
    border: 1px solid #9e9e9e;
    padding-left: 12px;
    padding-top: 10px;
    color: #ffffff;
    font-family: ProximaNova;
    border-radius: 2px;
    transition: all 0.3s ease;
    resize: none;
    margin-bottom: 10px;
}

.purchase_input textarea:hover {
    border: 1px solid #ffffff;
}

.purchase_polity {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.purchase_polity p {
    font-family: ProximaNova;
    color: #ffffff;
    font-size: 14px;
}

.purchase_vertical_line {
    width: 1px;
    height: 800px;
    background-color: #ffffff52;
}

.purchase_right {
    display: flex;
    gap: 30px;
}

.purchase_inner_left {
    width: 66px;
    height: 93px;
    background-color: #000000;
}

.purchase_inner {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.purchase_inner_right p {
    margin: 0px;
    color: #ffffff;
    font-family: ProximaNova;
    margin-top: 10px;
}

.purchase_inner_left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.purchase_right_horizontal_line {
    width: 100%;
    height: 1px;
    background-color: #ffffff52;
    margin-top: 7px;
    margin-bottom: 52px;
}

.purchase_checkout {
    width: 341px;
    margin: auto;
}

.purchase_checkout_promo {
    width: 341px;
    margin: auto;
    height: 32px;
    border: 1px solid #ffffff42;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    align-items: center;
    margin-bottom: 20px;
}

.purchase_checkout_promo p {
    color: #ffffff;
    font-family: ProximaNova;
}

.purchase_checkout_total {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.purchase_checkout_total p {
    color: #ffffff;
    font-family: ProximaNova;
    margin: 0px;
}

.purchase_checkout_total span {
    color: #9e9e9e;
    font-size: 10px;
    text-decoration: line-through;
}

.purchase_checkout_price {
    display: flex;
    justify-content: space-between;
}

.purchase_checkout_price p {
    color: #ffffff;
    font-family: ProximaNova;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    margin-top: 20px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: 0.4px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: transparent;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #ffffff;
}

input[type="checkbox"]:hover {
    transform: scale(1.1);
}

.purchase_checkbox input {
    pointer-events: none;
}

.purchase_continue {
    position: absolute;
    right: -100px;
}

.purchase_continue a {
    color: #ffffff;
    text-decoration: none;
    font-family: ProximaNova;
    display: flex;
    align-items: center;
}

.auth_header {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_inner {
    position: relative;
    width: 400px;
}

.auth_inner input {
    width: 100%;
    height: 49px;
    background-color: inherit;
    border: 1px solid #9e9e9e;
    margin-top: 20px;
    padding-left: 15px;
    color: #ffffff;
    font-family: ProximaNova;
}

.auth_title {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-family: ProximaNova;
    margin: 0px;
}

.auth_paragraph {
    text-align: center;
    color: #ffffff;
    font-family: ProximaNova;
    margin: 0px;
    margin-top: 20px;
}

.auth_passwd {
    display: flex;
    align-items: center;
}

.auth_passwd img {
    position: absolute;
    cursor: pointer;
    right: 10px;
    margin-top: 20px;
}

.auth_btn {
    background-color: inherit;
    display: flex;
    gap: 7px;
    color: #ffffff;
    font-family: ProximaNova;
    border: 0px;
    cursor: pointer;
}

.auth_left {
    justify-content: end;
    text-align: end;
    display: flex;
    margin-top: 18px;
}

.auth_forgot_a {
    text-align: end;
    color: #9e9e9e;
    font-family: ProximaNova;
    display: flex;
    justify-content: end;
    margin-top: 20px;
    margin-bottom: 20px;
}

.field {
    position: relative;
    margin-top: 20px;
}

.field input {
    width: 100%;
    height: 49px;
    background-color: inherit;
    border: 1px solid #9e9e9e;
    padding: 18px 15px 6px 15px;
    color: #ffffff;
    font-family: ProximaNova;
    outline: none;
}

.field label {
    position: absolute;
    left: 15px;
    top: 60%;
    transform: translateY(-50%);
    color: #9e9e9e;
    font-family: ProximaNova;
    pointer-events: none;
    transition: 0.2s ease;
    background: #000;
    /* или твой фон */
    padding: 0 4px;
}

/* когда фокус */
.field input:focus+label {
    top: 20px;
    font-size: 12px;
    color: #ffffff;
}

/* когда уже есть текст */
.field input:not(:placeholder-shown)+label {
    top: 20px;
    font-size: 12px;
    color: #ffffff;
}

/* по умолчанию скрыто */
.mobile_menu,
.mobile_overlay {
    display: none;
}

/* только мобилка */
@media (max-width: 500px) {
    .mobile_overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        z-index: 998;
    }

    .mobile_overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile_menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100%;
        background: #000;
        z-index: 999;
        transition: 0.35s ease;
        overflow-y: auto;
    }

    .mobile_menu.active {
        left: 0;
    }

    .mobile_menu_inner {
        padding: 30px 20px;
        color: #fff;
        font-family: sans-serif;
    }

    .mobile_block {
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile_title {
        font-size: 14px;
        letter-spacing: 2px;
        opacity: 0.6;
        text-transform: uppercase;
    }

    .mobile_block a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .mobile_block a:hover {
        opacity: 0.7;
    }
}

.purchase_button_cont {
    display: none;
}

@media (max-width: 1200px) {
    .purchase_container {
        display: block !important;
        padding: 0 20px !important;
        width: 100% !important;
        max-width: 100%;
    }

    .purchase_left_title {
        width: 100% !important;
    }

    .purchase_left {
        width: 100% !important;
        padding: 0px !important;
    }

    .purchase_input {
        width: 100% !important;
        display: block !important;
    }

    .purchase_input input {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .purchase_input textarea {
        width: 100%;
    }

    .purchase_continue {
        position: relative !important;
        display: none;
    }

    .purchase_vertical_line {
        display: none;
    }

    .purchase_horizontal_line {
        width: 100% !important;
    }

    .purchase_padding {
        padding: 0px !important;
    }

    .purchase_polity {
        margin-bottom: 30px;
    }

    .purchase_polity p {
        font-size: 11px !important;
    }

    .purchase_checkout {
        margin-bottom: 150px;
        width: 100%;
        margin-top: 20px;
    }

    .purchase_button_cont {
        width: 100%;
        display: block;
        margin-top: 50px;
        height: 50px;
        background-color: inherit;
        color: #ffffff;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .purchase_checkout_promo {
        margin-bottom: 50px;
        width: 100%;
    }
}

.profile_container {
    max-width: 1200px;
    margin: auto;
    color: #fff;
    margin-top: 50px;
}

.profile_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.profile_info {
    flex: 1;
}

.profile_name {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.profile_detail {
    font-size: 18px;
    margin: 10px 0;
    color: #ccc;
    width: 400px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
}

.profile_detail strong {
    color: #fff;
    font-weight: 400;
}

.profile_card {
    width: 400px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 15px;
    padding: 13px 22px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.card_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.card_logo p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card_logo img {
    width: 50px !important;
    height: 35px !important;
    max-width: 50px !important;
    max-height: 35px !important;
    object-fit: contain;
}

.profile_card > img {
    width: 50px !important;
    height: 35px !important;
    max-width: 50px !important;
    max-height: 35px !important;
    object-fit: contain;
}

.card_number {
    font-size: 24px;
    letter-spacing: 4.2px;
    margin-top: 10px;
    font-family: "Courier New", monospace;
}

.card_name {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.card_label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.karma_section {
    text-align: center;
    margin: 60px 0;
}

.karma_label {
    font-size: 24px;
    color: #999;
    margin-bottom: 10px;
    color: #811C1C;
    text-align: start;
}

.karma_value {
    font-size: 60px;
    text-align: start;
    font-weight: bold;
    color: #811C1C;
}

.orders_section {
    margin-top: 60px;
}

.orders_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.orders_table {
    width: 100%;
    border-collapse: collapse;
}

.orders_table th {
    border-bottom: 1px solid #333;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.orders_table td {
    padding: 15px;
    border-bottom: 1px solid #333;
}

.orders_table tr:hover {
    background: #1a1a1a;
}

.status_badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.status_pending {
    background: #ff9800;
    color: #000;
}

.status_paid {
    background: #4caf50;
    color: #fff;
}

.status_processing {
    background: #2196f3;
    color: #fff;
}

.status_shipped {
    background: #9c27b0;
    color: #fff;
}

.btn_change_password {
    background: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    width: 239px;
    height: 45px;
    font-size: 14px;
    margin-left: 60px;
    font-weight: 700;
    border-radius: 10px;
}

.btn_change_password:hover {
    background: #ccc;
}

.no_orders {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 18px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_content {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.modal_close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.form_group {
    margin-bottom: 20px;
}

.form_group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.form_group input {
    width: 100%;
    padding: 12px;
    background: #000;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
}

.btn {
    padding: 12px 24px;
    background: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.btn:hover {
    background: #ccc;
}

.btn_edit {
    background: #2196f3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}

.btn_edit:hover {
    background: #1976d2;
}

.success_message,
.error_message {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.success_message {
    background: #4caf50;
}

.error_message {
    background: #f44336;
}

.order_clickable {
    cursor: pointer;
}

.order_clickable:hover {
    background: #222 !important;
}

.order_details {
    padding: 20px;
    background: #0a0a0a;
    margin-top: 10px;
}

.order_item {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.order_item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.order_item_info {
    flex: 1;
}


.card_num_1 {
    display: flex;
    text-align: end;
    font-size: 10px;
    margin: end;
    justify-content: end;
}

@media (max-width: 1300px) {
    .profile_container {
        display: block !important;
    }

    .profile_header {
        display: block !important;
    }

    .profile_card {
        width: 95%;
        margin: auto;
        margin-top: 20px;
    }

    .profile_info {
        text-align: center;
        margin: auto;
        justify-content: center;
    }

    .profile_detail {
        margin: auto;
        margin-bottom: 15px;
    }

    .karma_label {
        text-align: center;
    }

    .karma_value {
        text-align: center;
    }

    .orders_title {
        text-align: center;
    }

}

.offer-block {
    max-width: 987px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 50px;
    margin-bottom: 150px;
    padding: 0 20px;
}

.offer-block h1,
.offer-block h2 {
    text-align: center;
    margin-bottom: 20px;
}

.offer-block p {
    margin: 8px 0;
    color: #fff;
}



.offer-block h1 {
    margin: 8px 0;
    color: #fff;
}

.offer-block h2 {
    margin: 8px 0;
    color: #fff;
}