* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Maison_Neue_Mono";
    src: url(../font/maison/Maison_Neue_Mono.ttf);
}

@font-face {
    font-family: "Maison_Neue_Book";
    src: url(../font/maison/Maison_Neue_Book.ttf);
}

@font-face {
    font-family: "Maison_Neue_Bold";
    src: url(../font/maison/Maison_Neue_Bold.ttf);
}

@font-face {
    font-family: "Maison_Neue_Light";
    src: url(../font/maison/Maison_Neue_Light.ttf);
}

:root {
    --Maison_Neue_Mono: "Maison_Neue_Mono";
    --Maison_Neue_Book: "Maison_Neue_Book";
    --Maison_Neue_Bold: "Maison_Neue_Bold";
    --Maison_Neue_Light: "Maison_Neue_Light";

    --fs_12: 12px;
    --fs_14: 14px;
    --fs_16: 16px;
    --fs_18: 18px;
    --fs_20: 20px;
    --fs_22: 22px;
    --fs_24: 24px;
    --fs_26: 26px;
    --fs_28: 28px;
    --fs_30: 30px;
    --fs_32: 32px;
    --fs_34: 34px;
    --fs_36: 36px;
    --fs_38: 38px;
    --fs_40: 40px;
    --fs_42: 42px;
    --fs_44: 44px;
    --fs_46: 46px;
    --fs_48: 48px;
    --fs_50: 50px;
    --fs_52: 52px;
    --fs_54: 54px;
    --fs_60: 60px;

    --bg_color_1: #000000;
    --bg_color_2: #262626;
    --bg_color_3: #FFFFFF;
    --bg_color_4: #F5F4F4;

    --text_color_1: #000000;
    --text_color_2: #262626;
    --text_color_3: #FFFFFF;
    --text_color_4: #737373;
    --text_color_5: #DDDBDC;

}

.top_bar_part {
    background-color: var(--bg_color_1);
    padding: 10px;
}

.top_bar_part .top_content {
    display: flex;
    justify-content: space-between;
}

.top_bar_part .second_part {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.top_bar_part .second_part span {
    color: var(--text_color_3);
    font-size: var(--fs_12);
    font-family: var(--Maison_Neue_Bold);
}

.top_bar_part .second_part a {
    color: var(--text_color_3);
    font-size: var(--fs_12);
    font-family: var(--Maison_Neue_Book);
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.top_bar_part .second_part a svg {
    color: var(--text_color_3);
    height: 20px;
    font-family: var(--Maison_Neue_Book);
    margin-left: 5px;
}

.top_bar_part .third_part {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top_bar_part .third_part img {
    height: 20px;
}

.top_bar_part .third_part span {
    color: var(--text_color_3);
    font-size: var(--fs_12);
    font-family: var(--Maison_Neue_Book);
    margin-left: 10px;
}

@media only screen and (max-width: 576px) {
    .top_bar_part .top_content {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .top_bar_part .second_part {
        display: flex;
        justify-content: start;
    }

    .top_bar_part .third_part {
        display: flex;
        justify-content: start;
        margin-top: 10px;
    }
}

.main_navbar_part {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #FFFFFF;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
    will-change: box-shadow, transform;
}

.main_navbar_part {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.main_navbar_part.is-sticky {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.main_navbar_part .user_menu .dropdown .dropdown-menu {
    margin-top: 18px !important;
}

.main_navbar_part .user_menu .dropdown .dropdown-menu a {
    height: fit-content;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
}

.main_navbar_part .user_menu .dropdown .dropdown-menu a svg {
    height: 14px;
    width: 14px;
}

.search-offcanvas {
    width: 650px;
    max-width: 85vw;
    background-color: var(--bg_color_3);
}

.search-offcanvas .offcanvas-backdrop.show {
    opacity: 0.65;
}

.search-offcanvas .search-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: var(--bg_color_4);
    padding: 0 20px;
    border-bottom: 1px solid #bebebe;
}

.search-offcanvas .search-row-icon {
    width: 18px;
    height: 18px;
    color: var(--text_color_1);
}

.search-offcanvas .search-input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    padding: 10px 0;
    font-family: var(--Maison_Neue_Book);
    background-color: var(--bg_color_4);
}

.search-offcanvas .tredning_search_list {
    margin-top: 40px;
    position: absolute;
    bottom: 20px;
    padding: 0 5px;
}

.search-offcanvas .tredning_search_list .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
    width: 360px;
}

.search-offcanvas .tredning_search_list h5 {
    font-size: var(--fs_18);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
    letter-spacing: 2%;
}

.search-offcanvas .tredning_search_list a {
    margin-bottom: 5px;
    font-size: var(--fs_16);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-offcanvas .tredning_search_list a:hover {
    color: var(--text_color_1);
}

header {
    padding: 15px 100px;
}

header .left_side_part {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

header .left_side_part a {
    text-decoration: none;
}

header .left_side_part p {
    font-size: var(--fs_12);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
    margin-bottom: 0;
    margin-right: 25px;
    letter-spacing: 0.8px;
}

header .left_side_part p:hover {
    color: var(--text_color_1);
    font-weight: bold;
}

header .middle_part {
    display: flex;
    justify-content: center;
}

header .right_side_part {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

header .right_side_part a {
    height: 18px;
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
    margin-bottom: 0;
    margin-left: 25px;
    cursor: pointer;
}

header .right_side_part a:nth-of-type(1) {
    margin-left: 0;
}

header .right_side_part a svg {
    height: 18px;
    width: 18px;
    max-height: 18px;
    max-width: 18px;
}

.navbar-toggler {
    border: none;
    width: 100%;
    display: flex;
    justify-content: end;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media only screen and (max-width: 992px) {

    header {
        padding: 15px 12px;
    }

}

@media only screen and (max-width: 576px) {
    header .middle_part {
        display: flex;
        justify-content: start;
    }

    header .right_side_part {
        display: flex;
        justify-content: start;
    }

    header .right_side_part svg:nth-of-type(1) {
        margin-left: 0;
    }
}

.navbar {
    border-top: 1px solid var(--text_color_5);
    border-bottom: 1px solid var(--text_color_5);
}

.navbar .navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: var(--fs_12);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
    letter-spacing: 0.8px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--text_color_1);
    font-weight: bold;
}


.homepage_first_section {
    position: relative;
}

.homepage_first_section .swiper-slide {
    position: relative;
}

.homepage_first_section .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.homepage_first_section .image_wrapper {
    position: relative;
    z-index: 0;
}

.homepage_first_section .image_wrapper img {
    width: 100%;
    height: 85vh;
    display: block;
    object-fit: cover;
    object-position: top;
}

.homepage_first_section .content_part {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: absolute;
    z-index: 2;
}

.homepage_first_section .content_part h2 {
    font-size: var(--fs_54);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    margin-bottom: 10px;
}

.homepage_first_section .content_part p {
    font-size: var(--fs_24);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    margin-bottom: 20px;
}

.homepage_first_section .shop_now_btn {
    padding: 9px 35px 7px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    border-radius: 0;
    font-size: var(--fs_14);
}

.homepage_first_section .shop_now_btn:focus {
    background-color: var(--bg_color_3);
}

@media only screen and (max-width: 1400px) {

    .homepage_first_section .image_wrapper img {
        height: 100%;
        object-fit: contain;
    }

}

@media only screen and (max-width: 992px) {

    /* .homepage_first_section .image_wrapper img {
        min-height: 520px;
    } */

    .homepage_first_section .content_part {
        left: 5%;
        max-width: 420px;
        align-items: flex-start;
        text-align: left;
    }

    .homepage_first_section .content_part h2 {
        font-size: var(--fs_36);
    }

    .homepage_first_section .content_part p {
        font-size: var(--fs_18);
    }

    .homepage_first_section .shop_now_btn {
        padding: 10px 28px;
        font-size: var(--fs_14);
    }
}

@media only screen and (max-width: 576px) {

    /* .homepage_first_section .image_wrapper img {
        min-height: 440px;
    } */

    .homepage_first_section .content_part {
        left: 16px;
        right: 16px;
        max-width: 100%;
    }

    .homepage_first_section .content_part h2 {
        font-size: var(--fs_28);
        margin-bottom: 8px;
    }

    .homepage_first_section .content_part p {
        font-size: var(--fs_16);
        margin-bottom: 16px;
    }
}

.homepage_second_section {
    padding: 100px 0;
}

.homepage_second_section .heading_part .heading {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 26px;
}

.homepage_second_section .categorySwiper {
    padding: 15px 45px;
    position: relative;
}

.homepage_second_section .categorySwiper .swiper-wrapper {
    margin-bottom: 20px;
}

.homepage_second_section .categorySwiper .swiper-slide {
    height: auto;
}

.homepage_second_section .categorySwiper .card {
    border-radius: 0;
    border: none;
    cursor: pointer;
    height: 100%;
}

.homepage_second_section .categorySwiper .card .model_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.homepage_second_section .categorySwiper .card .card-body {
    padding: 12px 0 0 0;
}

.homepage_second_section .categorySwiper .card .card-body .card-title {
    margin-bottom: 0;
}

.homepage_second_section .categorySwiper .card .card-body .card-title a {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_12);
    color: var(--text_color_2);
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.homepage_second_section .categorySwiper .swiper-button-prev,
.homepage_second_section .categorySwiper .swiper-button-next {
    color: var(--bg_color_2);
    z-index: 10;
}

.homepage_second_section .categorySwiper .swiper-button-prev::after,
.homepage_second_section .categorySwiper .swiper-button-next::after {
    font-size: var(--fs_22);
}

.homepage_second_section .categorySwiper .swiper-pagination-bullet-active {
    background-color: var(--bg_color_2);
}

/* .homepage_second_section .card_part .card {
    border-radius: 0;
    border: none;
}

.homepage_second_section .card_part .card .model_image {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.homepage_second_section .card_part .card .card-body .card-title {
    margin-bottom: 0;
}

.homepage_second_section .card_part .card .card-body .card-title a {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    width: 100%;
    display: flex;
    justify-content: center;
} */

.homepage_third_section .heading_part .heading {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 26px;
}

.homepage_third_section .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

.homepage_third_section .image_wrapper {
    position: relative;
}

.homepage_third_section .image_wrapper img {
    width: 100%;
    display: block;
    height: 700px;
    object-fit: cover;
    object-position: top;
}

.homepage_third_section .image_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0) 100%);

    z-index: 1;
    pointer-events: none;
}

.homepage_third_section .card-title {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-bottom: 30px;
}

.homepage_third_section .card-title p {
    font-size: var(--fs_40);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    margin-bottom: 16px;
}

.homepage_third_section .shop_now_btn {
    padding: 9px 35px 7px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    border-radius: 0;
    font-size: var(--fs_14);
}

.homepage_third_section .shop_now_btn:focus {
    background-color: var(--bg_color_3);
}

.homepage_fourth_section {
    padding: 100px 0;
}

/* .homepage_fourth_section .bg_image_part {
    background-image: url(../image/lady2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
} */

.homepage_fourth_section .bg_image_part {
    background-image: url(../image/lady2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.homepage_fourth_section .bg_image_part::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.homepage_fourth_section .content_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.homepage_fourth_section .content_part .text1 {
    font-size: var(--fs_32);
    color: var(--text_color_3);
    font-family: var(--Maison_Neue_Book);
}

.homepage_fourth_section .content_part .text2 {
    font-size: var(--fs_16);
    color: var(--text_color_3);
    font-family: var(--Maison_Neue_Book);
}

.homepage_fourth_section .shop_now_btn {
    padding: 9px 35px 7px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    border-radius: 0;
    font-size: var(--fs_14);
    margin-top: 10px;
}

.homepage_fourth_section .shop_now_btn:focus {
    background-color: var(--bg_color_3);
}

.homepage_fifth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage_fifth_section .heading_part .title {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    margin-bottom: 15px;
}

.homepage_fifth_section .heading_part .desc {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
}

.homepage_fifth_section .everlaneSwiper {
    padding: 15px 45px;
    position: relative;
}

.homepage_fifth_section .everlaneSwiper .swiper-wrapper {
    margin-bottom: 20px;
}

.homepage_fifth_section .everlaneSwiper .product_card {
    cursor: pointer;
}

.homepage_fifth_section .everlaneSwiper .product_card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.homepage_fifth_section .everlaneSwiper .product_card .info_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: var(--fs_12);
    margin-top: 12px;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.homepage_fifth_section .everlaneSwiper .swiper-button-prev,
.homepage_fifth_section .everlaneSwiper .swiper-button-next {
    color: var(--bg_color_2);
    z-index: 10;
}

.homepage_fifth_section .everlaneSwiper .swiper-button-prev::after,
.homepage_fifth_section .everlaneSwiper .swiper-button-next::after {
    font-size: var(--fs_22);
}

.homepage_fifth_section .swiper-pagination-bullet-active {
    background-color: var(--bg_color_2);
}

.homepage_sixth_section {
    padding: 100px 0;
}

.homepage_sixth_section .talkingSwiper {
    position: relative;
    padding: 0 50px 0 50px;
}

.homepage_sixth_section .talkingSwiper .swiper-wrapper {
    margin-bottom: 30px;
}

.homepage_sixth_section .talkingSwiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
}

.homepage_sixth_section .talkingSwiper .talking_slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 520px;
    gap: 40px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left {
    max-width: 520px;
    padding-left: 60px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left .small_title {
    font-size: var(--fs_16);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
    margin-bottom: 35px;
    letter-spacing: 0.8px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left .stars {
    font-size: var(--fs_18);
    margin-bottom: 6px;
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left .quote {
    font-size: var(--fs_24);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
    margin-bottom: 35px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left .meta {
    font-size: var(--fs_16);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
    letter-spacing: 0.8px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_left .meta a {
    font-size: var(--fs_16);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
    text-decoration: underline;
    letter-spacing: 0.8px;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_right {
    display: flex;
    justify-content: center;
}

.homepage_sixth_section .talkingSwiper .talking_slide .talking_right img {
    width: 100%;
    max-width: 420px;
    height: 520px;
    object-fit: cover;
}

.homepage_sixth_section .talkingSwiper .swiper-button-prev,
.homepage_sixth_section .talkingSwiper .swiper-button-next {
    color: var(--text_color_2);
    z-index: 10;
}

.homepage_sixth_section .talkingSwiper .swiper-button-prev::after,
.homepage_sixth_section .talkingSwiper .swiper-button-next::after {
    font-size: var(--fs_22);
}

.homepage_sixth_section .talkingSwiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.homepage_sixth_section .talkingSwiper .swiper-pagination-bullet {
    background: var(--text_color_2);
}

@media only screen and (max-width: 992px) {
    .homepage_sixth_section .talkingSwiper .talking_slide .talking_left {
        padding-left: 20px;
        max-width: 100%;
    }

    .homepage_sixth_section .talkingSwiper .talking_slide {
        grid-template-columns: 1fr;
        gap: 25px;
        min-height: auto;
    }

    .homepage_sixth_section .talkingSwiper .talking_right img {
        height: 420px;
        max-width: 520px;
    }

    .homepage_sixth_section .talkingSwiper .talking_slide .talking_left .quote {
        font-size: var(--fs_22);
    }
}

@media only screen and (max-width: 576px) {
    .homepage_sixth_section .talkingSwiper {
        padding: 0 20px 30px;
    }

    .homepage_sixth_section .talkingSwiper .talking_right img {
        height: 340px;
    }

    .homepage_sixth_section .talkingSwiper .talking_slide .talking_left .quote {
        font-size: var(--fs_22);
    }
}

.homepage_seventh_section .container-fluid .info_part {
    padding: 80px 0;
    border-top: 1px solid var(--text_color_2);
    margin: 0 40px;
}

.homepage_seventh_section .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 20px;
}

.homepage_seventh_section .card .card-body {
    margin-top: 3px;
}

.homepage_seventh_section .card .card-body .card-title {
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_2);
    font-size: var(--fs_14);
    margin-bottom: 2px;
}

.homepage_seventh_section .card .card-body .card-text {
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
    font-size: var(--fs_14);
    margin-bottom: 0;
}

.homepage_eighth_section {
    background-color: var(--bg_color_4);
    padding: 80px 50px 20px 50px;
}

.homepage_eighth_section .first h5 {
    font-size: var(--fs_16);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Bold);
    margin-bottom: 20px;
}

.homepage_eighth_section .first p {
    font-size: var(--fs_14);
    color: var(--text_color_4);
    font-family: var(--Maison_Neue_Book);
    margin-bottom: 6px;
}

.homepage_eighth_section .first p a {
    text-decoration: none;
    color: var(--text_color_4);
}

.homepage_eighth_section .first p a:hover {
    color: var(--text_color_1);
}

.homepage_eighth_section .mail_field .email_field {
    display: flex;
    align-items: center;
    background-color: var(--bg_color_3);
}

.homepage_eighth_section .mail_field .email_field input {
    flex: 1;
    border: 1px solid #DDDBDC;
    padding: 14px 16px;
    outline: none;
    font-size: var(--fs_14);
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Book);
}

.homepage_eighth_section .mail_field .email_field button {
    padding: 13px 16px;
    background: var(--bg_color_2);
    color: var(--text_color_3);
    border: none;
    font-size: var(--fs_20);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_eighth_section .mail_field .email_field button svg {
    width: 25px;
}

.homepage_eighth_section .menu_option {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.homepage_eighth_section .menu_option p {
    margin: 0 20px 6px 20px;
    font-size: var(--fs_14);
    color: var(--text_color_4);
    font-family: var(--Maison_Neue_Book);
}

.homepage_eighth_section .all_rights_part {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.homepage_eighth_section .all_rights_part p {
    margin: 0 20px 0 20px;
    font-size: var(--fs_14);
    color: var(--text_color_4);
    font-family: var(--Maison_Neue_Book);
}

@media only screen and (max-width: 992px) {
    .homepage_eighth_section .menu_option {
        display: flex;
        flex-direction: column;
        margin-top: 35px;
    }

    .homepage_eighth_section .menu_option p {
        margin: 0 20px 6px 0;
    }
}

@media only screen and (max-width: 576px) {
    .homepage_eighth_section .mail_field {
        max-width: 100%;
    }

    .homepage_eighth_section {
        padding: 80px 12px 20px 12px;
    }
}

.shop_first_section {
    padding: 100px 0;
}

.shop_first_section .accordion-button {
    color: var(--text_color_1);
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_20);
}

.shop_first_section .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.shop_first_section .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none;
}

.shop_first_section .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important;
}

.shop_first_section .accordion-button:focus {
    box-shadow: none;
}

.shop_first_section .left_side_filter_part {
    position: sticky;
    top: 10px;
    height: fit-content;
    overflow: hidden !important;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .browse_part .category_names {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body input[type="checkbox"] {
    accent-color: var(--bg_color_1);
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 0;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    margin-top: 3px;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .range-wrap {
    width: 100%;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider {
    position: relative;
    height: 34px;
    width: 100%;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .track {
    position: absolute;
    inset: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    background: #e5e7eb;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .range-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: var(--bg_color_2);
    border-radius: 999px;
    left: 0;
    width: 0;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--bg_color_2);
    pointer-events: auto;
    cursor: pointer;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--bg_color_2);
    cursor: pointer;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .slider input[type="range"]::-moz-range-track {
    background: transparent;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .labels {
    display: flex;
    justify-content: space-between;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    margin-top: 6px;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part .colour_name {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part .color_selection_part {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part .color-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part .color-dot.active {
    border-color: var(--bg_color_2);
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part1 .colour_name {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part1 .color_selection_part {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part1 .color-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .color_accordion_part1 .color-dot.active {
    border-color: var(--bg_color_2);
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body .size_part .size_names {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px;
    cursor: pointer;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body input[type="checkbox"] {
    accent-color: var(--bg_color_1);
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 0;
}

.shop_first_section .left_side_filter_part .accordion .accordion-item .accordion-body label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    margin-top: 3px;
}

.shop_first_section .right_side_item_part .product_card_part .card {
    border-radius: 0;
    border: none;
}

.shop_first_section .right_side_item_part .product_card_part .card .image_wrapper img {
    width: 100%;
    border-radius: 0;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.shop_first_section .right_side_item_part .product_card_part .card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

.shop_first_section .right_side_item_part .product_card_part .card .card-body .card-title {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_18);
    color: var(--text_color_1);
}

.shop_first_section .right_side_item_part .product_card_part .card .card-body .card-text {
    display: flex;
    align-items: center;
}

.shop_first_section .right_side_item_part .product_card_part .card .card-body .card-text .discounted_price {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.shop_first_section .right_side_item_part .product_card_part .card .card-body .card-text .actual_price {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: #00000076;
    text-decoration: line-through;
    margin-left: 10px;
}

.shop_first_section .right_side_item_part .product_card_part .card .btn_addto_cart {
    font-family: var(--Maison_Neue_Book);
    background-color: transparent;
    border-radius: 0;
    font-size: var(--fs_14);
    color: var(--text_color_2);
    padding: 8px 16px 7px 16px;
    border: 1px solid var(--text_color_2);
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.shop_first_section .right_side_item_part .product_card_part .card .btn_addto_cart:hover {
    background-color: var(--bg_color_2);
    border: 1px solid var(--text_color_2);
    color: var(--text_color_3);
}

.about_first_section {
    padding: 70px 0;
    background-color: var(--bg_color_4);
}

.about_first_section .main_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_first_section .main_page p {
    font-size: var(--fs_32);
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
}

.about_first_section .breadcumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_first_section .breadcumb_part span {
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
}

.about_first_section .breadcumb_part span svg {
    height: 16px;
    margin: 0 10px;
}

.about_second_section {
    padding: 100px 0;
}

.about_second_section .left_side_part .title {
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
    font-size: var(--fs_32);
    color: var(--text_color_2);
    letter-spacing: 1px;
}

.about_second_section .left_side_part .subtitle {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_18);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.about_second_section .right_side_part .desc {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.about_second_section .main_image_part {
    margin-top: 50px;
}

.about_second_section .main_image_part img {
    border-radius: 20px;
}

.about_third_section {
    padding: 0 0 100px 0;
}

.about_third_section .top_part .title {
    text-align: center;
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
    font-size: var(--fs_32);
    color: var(--text_color_2);
    letter-spacing: 1px;
}

.about_third_section .top_part .desc {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
    text-align: center;
}

.about_third_section .content_part {
    margin-top: 100px;
}

.about_third_section .content_part .left_side_part .info {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.about_third_section .content_part .left_side_part .info .title {
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
    font-size: var(--fs_24);
    color: var(--text_color_2);
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about_third_section .content_part .left_side_part .info .desc {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
    line-height: 1.4;
}

.about_third_section .content_part .right_side_part {
    margin-left: 50px;
}

.about_third_section .content_part .right_side_part img {
    border-radius: 20px;
}

.cart_first_section {
    padding: 70px 0;
    background-color: var(--bg_color_4);
}

.cart_first_section .main_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_first_section .main_page p {
    font-size: var(--fs_32);
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
}

.cart_first_section .breadcumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_first_section .breadcumb_part span {
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
}

.cart_first_section .breadcumb_part span svg {
    height: 16px;
    margin: 0 10px;
}

.cart_second_section {
    padding: 100px 0 100px 0;
}

.cart_second_section .cart_layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
}

.cart_second_section .cart_layout .left_side_part {
    display: block;
    width: 100%;
}

.cart_second_section .cart_layout .right_side_part {
    display: block;
    width: 100%;
    max-width: 420px;
}

.cart_second_section .left_side_part .cart_table_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .left_side_part .cart_table_head .h_product {
    font-family: var(--Maison_Neue_Bold);
    text-align: center;
}

.cart_second_section .left_side_part .cart_table_head .h_price,
.cart_second_section .left_side_part .cart_table_head .h_qty {
    font-family: var(--Maison_Neue_Bold);
    text-align: center;
}

.cart_second_section .left_side_part .cart_table_head .h_total {
    font-family: var(--Maison_Neue_Bold);
    text-align: right;
}

.cart_second_section .left_side_part .cart_table_head .h_price {
    margin-left: auto;
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_table_head .h_qty {
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_table_head .h_total {
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_item_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 26px 0;
    border-bottom: 1px solid #eaeaea;
}

.cart_second_section .left_side_part .cart_item_row .cell {
    min-width: 0;
}

.cart_second_section .left_side_part .cart_item_row .cell_product {
    display: block;
}

.cart_second_section .left_side_part .cart_item_row .cell_price {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_item_row .cell_qty {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_item_row .cell_total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 24px;
}

.cart_second_section .left_side_part .cart_item_row .product_info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cart_second_section .left_side_part .cart_item_row .product_img {
    /* width: 90px;
    min-width: 90px; */
    border-radius: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.cart_second_section .left_side_part .cart_item_row .product_img img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.cart_second_section .left_side_part .cart_item_row .product_meta .title {
    margin: 0;
    font-size: var(--fs_16);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .cart_item_row .product_meta .variant {
    margin: 6px 0 10px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_4);
}

.cart_second_section .left_side_part .cart_item_row .product_meta .remove_link {
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_4);
    text-decoration: underline;
}

.cart_second_section .left_side_part .cart_item_row .price_text,
.cart_second_section .left_side_part .cart_item_row .total_text {
    font-size: var(--fs_16);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .cart_item_row .qty_pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f2f2f2;
}

.cart_second_section .left_side_part .cart_item_row .qty_btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .cart_item_row .qty_val {
    min-width: 18px;
    text-align: center;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .cart_bottom {
    padding-top: 18px;
}

.cart_second_section .left_side_part .cart_bottom .gift_wrap {
    padding: 14px 0;
}

.cart_second_section .left_side_part .cart_bottom .gift_check input[type="checkbox"] {
    height: 14px;
    width: 14px;
    margin-top: -3px;
}

.cart_second_section .left_side_part .cart_bottom .gift_check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .left_side_part .cart_bottom .discount_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 14px 0 22px;
    max-width: 520px;
}

.cart_second_section .left_side_part .cart_bottom .discount_input {
    width: 100%;
    border-radius: 0;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    font-family: var(--Maison_Neue_Book);
    outline: none;
}

.cart_second_section .left_side_part .cart_bottom .discount_btn {
    padding: 15px 35px 13px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
}

.cart_second_section .left_side_part .cart_bottom .notes_part {
    margin-top: 6px;
}

.cart_second_section .left_side_part .cart_bottom .notes_title {
    margin: 0 0 10px;
    font-size: var(--fs_16);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .cart_bottom .notes_area {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 12px 14px;
    font-family: var(--Maison_Neue_Book);
    outline: none;
    resize: vertical;
}

.cart_second_section .left_side_part .card_box {
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 22px;
    background: #ffffff;
}

.cart_second_section .left_side_part .card_box.card_box_space {
    margin-top: 18px;
}

.cart_second_section .left_side_part .box_title {
    margin: 0 0 18px;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .form_group {
    margin-bottom: 14px;
}

.cart_second_section .left_side_part .form_label {
    display: block;
    margin-bottom: 8px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .left_side_part .form_control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 12px 14px;
    font-family: var(--Maison_Neue_Book);
    outline: none;
}

.cart_second_section .left_side_part .cart_page_btn {
    display: flex;
    justify-content: end;
}

.cart_second_section .left_side_part .cart_page_btn .primary_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
    margin-top: 20px;
}


.cart_second_section .left_side_part .cart_page_btn .primary_btn a {
    text-decoration: none;
    color: var(--text_color_3);
}

.cart_second_section .left_side_part .total_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cart_second_section .left_side_part .total_label,
.cart_second_section .left_side_part .total_amount {
    margin: 0;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .left_side_part .tax_note {
    margin: 10px 0 14px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_4);
}

.cart_second_section .left_side_part .terms_row {
    margin-top: 6px;
    margin-bottom: 10px;
}

.cart_second_section .left_side_part .terms_check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .left_side_part .terms_check a {
    color: var(--text_color_2);
    text-decoration: underline;
    font-family: var(--Maison_Neue_Bold);
}

/*.cart_second_section .right_side_part .card_box {
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 22px;
    background: #ffffff;
}

 .cart_second_section .right_side_part .card_box.card_box_space {
    margin-top: 18px;
}

.cart_second_section .right_side_part .box_title {
    margin: 0 0 18px;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .right_side_part .form_group {
    margin-bottom: 14px;
}

.cart_second_section .right_side_part .form_label {
    display: block;
    margin-bottom: 8px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .right_side_part .form_control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 12px 14px;
    font-family: var(--Maison_Neue_Book);
    outline: none;
}

.cart_second_section .right_side_part .primary_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
}

.cart_second_section .right_side_part .total_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cart_second_section .right_side_part .total_label,
.cart_second_section .right_side_part .total_amount {
    margin: 0;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.cart_second_section .right_side_part .tax_note {
    margin: 10px 0 14px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_4);
}

.cart_second_section .right_side_part .terms_row {
    margin-top: 6px;
    margin-bottom: 10px;
}

.cart_second_section .right_side_part .terms_check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.cart_second_section .right_side_part .terms_check a {
    color: var(--text_color_2);
    text-decoration: underline;
    font-family: var(--Maison_Neue_Bold);
} */


@media only screen and (max-width: 992px) {
    .cart_second_section .cart_layout {
        flex-direction: column;
    }

    .cart_second_section .cart_layout .right_side_part {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .cart_second_section .left_side_part .cart_table_head {
        display: none;
    }

    .cart_second_section .left_side_part .cart_item_row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .cart_second_section .left_side_part .cart_item_row .cell_product {
        width: 100%;
    }

    .cart_second_section .left_side_part .cart_item_row .cell_price,
    .cart_second_section .left_side_part .cart_item_row .cell_qty,
    .cart_second_section .left_side_part .cart_item_row .cell_total {
        margin-left: 0;
        padding-left: 0;
        justify-content: flex-start;
    }

    .cart_second_section .left_side_part .cart_bottom .discount_row {
        flex-direction: column;
        max-width: 100%;
    }

    .cart_second_section .left_side_part .cart_bottom .discount_btn {
        width: 100%;
    }
}

.shipping_policy_first_section {
    padding: 70px 0;
    background-color: var(--bg_color_4);
}

.shipping_policy_first_section .main_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping_policy_first_section .main_page p {
    font-size: var(--fs_32);
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
}

.shipping_policy_first_section .breadcumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping_policy_first_section .breadcumb_part span {
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
}

.shipping_policy_first_section .breadcumb_part span svg {
    height: 16px;
    margin: 0 10px;
}

.shipping_policy_second_section {
    padding: 100px 0;
}

.shipping_policy_second_section .top_part .subtitle {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .top_part .subtitlepoints {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
    margin-top: 15px;
}

.shipping_policy_second_section .top_part ul {
    padding-left: 0;
}

.shipping_policy_second_section .top_part ul li {
    list-style-type: none;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .title {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_20);
    color: var(--text_color_2);
    font-weight: 600;
}

.shipping_policy_second_section .info1 ul li {
    list-style-type: decimal;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .info2 ul li {
    list-style-type: decimal;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .info2 p {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .info3 {
    margin-top: 20px;
}

.shipping_policy_second_section .info3 ul li {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .info3 p {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.shipping_policy_second_section .info4 p {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.size_guide_first_section {
    padding: 70px 0;
    background-color: var(--bg_color_4);
}

.size_guide_first_section .main_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_guide_first_section .main_page p {
    font-size: var(--fs_32);
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
}

.size_guide_first_section .breadcumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_guide_first_section .breadcumb_part span {
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--Maison_Neue_Book);
}

.size_guide_first_section .breadcumb_part span svg {
    height: 16px;
    margin: 0 10px;
}

.size_guide_second_section {
    padding: 100px 0;
}

.size_guide_second_section .left_side_part .size_image {
    max-height: 500px;
}

.size_guide_second_section .middle_side_part .info {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.size_guide_second_section .middle_side_part .info .title {
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
    font-size: var(--fs_24);
    color: var(--text_color_2);
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.size_guide_second_section .middle_side_part .info .desc {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
    line-height: 1.4;
}

.size_guide_second_section .right_side_part {
    border: 1px solid #dcdcdc;
}

.size_guide_second_section .right_side_part .measurements_title_wrap {
    width: 100%;
    background-color: var(--bg_color_4);
    padding: 20px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.size_guide_second_section .right_side_part .measurements_title {
    font-family: var(--Maison_Neue_Book);
    font-weight: 600;
    font-size: var(--fs_24);
    color: var(--text_color_2);
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}

.size_guide_second_section .right_side_part .measurements_table_wrap {
    width: 100%;
}

.size_guide_second_section .right_side_part .measurements_table_responsive {
    width: 100%;
}

.size_guide_second_section .right_side_part .measurements_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.size_guide_second_section .right_side_part .measurements_table tbody tr td {
    border: 0;
}

.size_guide_second_section .right_side_part .measurements_table .add-info {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    padding: 14px;
    text-align: center;
    vertical-align: middle;
}

.size_guide_second_section .right_side_part .measurements_head_row .add-info {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_16);
}

.size_guide_second_section .right_side_part .measurements_table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.size_guide_second_section .right_side_part .measurements_table tbody tr:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.shop_detail_first_section {
    padding: 100px 0;
}

.shop_detail_first_section .left_side_part .product_gallery {
    width: 100%;
}

.shop_detail_first_section .left_side_part .productMainSwiper {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
}

.shop_detail_first_section .left_side_part .productMainSwiper .swiper-slide {
    width: 100%;
}

.shop_detail_first_section .left_side_part .productMainSwiper img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
    background: #f5f4f4;
}

.shop_detail_first_section .left_side_part .productThumbSwiper {
    margin-top: 10px;
    padding: 0 2px;
}

.shop_detail_first_section .left_side_part .productThumbSwiper .swiper-slide {
    opacity: 0.55;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.shop_detail_first_section .left_side_part .productThumbSwiper .swiper-slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    display: block;
}

.shop_detail_first_section .left_side_part .productThumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #000;
}

.shop_detail_first_section .left_side_part .product_nav {
    color: #000;
}

.shop_detail_first_section .left_side_part .productMainSwiper .swiper-button-prev,
.shop_detail_first_section .left_side_part .productMainSwiper .swiper-button-next {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.shop_detail_first_section .left_side_part .productMainSwiper .swiper-button-prev:after,
.shop_detail_first_section .left_side_part .productMainSwiper .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
}

.shop_detail_first_section .right_side_part .product_name {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_28);
    color: var(--text_color_2);
    margin-bottom: 12px;
}

.shop_detail_first_section .right_side_part .price_part .discounted_price {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
}

.shop_detail_first_section .right_side_part .price_part .original_price {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    text-decoration: line-through;
    color: var(--text_color_4);
    margin-left: 12px;
}

.shop_detail_first_section .right_side_part .size_selection_part {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shop_detail_first_section .right_side_part .size_label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    letter-spacing: 0.5px;
}

.shop_detail_first_section .right_side_part .size_select_wrapper {
    position: relative;
    width: 350px;
}

.shop_detail_first_section .right_side_part .size_selection_part select {
    width: 100%;
    padding: 10px 38px 10px 14px;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    border: 1px solid #dcdcdc;
    background-color: var(--bg_color_3);
    cursor: pointer;
    appearance: none;
    outline: none;
    transition: all 0.2s ease;
}

.shop_detail_first_section .right_side_part .size_select_wrapper::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
    color: var(--text_color_1);
}

.shop_detail_first_section .right_side_part .size_selection_part select:hover {
    border-color: var(--bg_color_1);
}

.shop_detail_first_section .right_side_part .size_selection_part select:focus {
    border-color: var(--bg_color_1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.shop_detail_first_section .right_side_part .color_selection_part {
    margin-top: 22px;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_1);
}

.shop_detail_first_section .right_side_part .color_selection_part .color_label .req {
    color: var(--text_color_2);
}

.shop_detail_first_section .right_side_part .color_selection_part .color_name {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}

.shop_detail_first_section .right_side_part .color_selection_part .color_options {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--c);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
    display: inline-block;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item input:checked+.dot {
    box-shadow:
        0 0 0 2px var(--bg_color_3),
        0 0 0 3px var(--bg_color_1);
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item::after {
    content: attr(data-name);
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bg_color_1);
    color: var(--text_color_3);
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_12);
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.15s ease;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--bg_color_1);
    opacity: 0;
    transition: 0.15s ease;
}

.shop_detail_first_section .right_side_part .color_selection_part .color_item:hover::after,
.shop_detail_first_section .right_side_part .color_selection_part .color_item:hover::before {
    opacity: 1;
}

@media (max-width: 576px) {
    .shop_detail_first_section .right_side_part .color_selection_part .size_select_wrapper {
        width: 100%;
    }
}

.shop_detail_first_section .right_side_part .addto_cart_btn_part .add_to_cart_btn {
    font-family: var(--Maison_Neue_Book);
    background-color: transparent;
    border-radius: 0;
    font-size: var(--fs_14);
    color: var(--text_color_2);
    padding: 12px 20px 10px 20px;
    border: 1px solid var(--text_color_2);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    width: 350px;
    margin-top: 25px;
}

.shop_detail_first_section .right_side_part .addto_cart_btn_part .add_to_cart_btn:hover {
    background-color: var(--bg_color_2);
    border: 1px solid var(--text_color_2);
    color: var(--text_color_3);
}

.shop_detail_first_section .right_side_part .accordion_part {
    margin-top: 20px;
}

.shop_detail_first_section .right_side_part .accordion_part .custom_product_accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

.shop_detail_first_section .right_side_part .accordion_part .custom_product_accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 18px 0;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    letter-spacing: 5%;
    color: var(--text_color_2);
}

.shop_detail_first_section .right_side_part .accordion_part .custom_product_accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--text_color_2);
    box-shadow: none;
}

.shop_detail_first_section .right_side_part .accordion_part .custom_product_accordion .accordion-body {
    padding: 0 0 18px 0;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    line-height: 1.6;
}

.shop_detail_first_section .right_side_part .accordion_part .acc_list {
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

/* @media only screen and (max-width: 992px) {
    .shop_detail_first_section .left_side_part .productMainSwiper img {
        height: 58vh;
        max-height: 620px;
    }

    .shop_detail_first_section .left_side_part .productThumbSwiper .swiper-slide img {
        height: 64px;
    }
}

@media only screen and (max-width: 576px) {
    .shop_detail_first_section .left_side_part .productMainSwiper img {
        height: 52vh;
        max-height: 520px;
    }

    .shop_detail_first_section .left_side_part .productThumbSwiper {
        margin-top: 8px;
    }

    .shop_detail_first_section .left_side_part .productThumbSwiper .swiper-slide img {
        height: 58px;
    }
} */

.login_first_first_section {
    padding: 100px 0;
}

.login_first_first_section .login_card {
    background-color: var(--bg_color_3);
    padding: 30px;
    border: 1px solid var(--text_color_5);
}

.login_first_first_section .login_card .login_title {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_28);
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3%;
}

.login_first_first_section .login_card .form-label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
}

.login_first_first_section .login_card .custom_input {
    border-radius: 0;
    border: 1px solid var(--text_color_5);
    padding: 10px 14px;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    box-shadow: none;
}

.login_first_first_section .login_card .custom_input:focus {
    border-color: var(--bg_color_1);
    box-shadow: none;
}

.login_first_first_section .login_card .login_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
    transition: 0.3s ease;
}

.login_first_first_section .login_card .login_btn:hover {
    background-color: var(--bg_color_1);
    color: var(--text_color_3);
}

.login_first_first_section .login_card .forgot_password .forgot_password_link {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    text-decoration: none;
    transition: all 0.5s ease;
    display: flex;
    justify-content: end;
}

.login_first_first_section .login_card .forgot_password .forgot_password_link:hover {
    text-decoration: underline;
    color: var(--text_color_1);
}

.login_first_first_section .login_card .signup_link_part {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.login_first_first_section .login_card .signup_link_part .signup_link {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    text-decoration: none;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.login_first_first_section .login_card .signup_link_part .signup_link:hover {
    text-decoration: underline;
    color: var(--text_color_1);
}

.login_first_first_section .login_card .signup_link_part .signup_text {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}





















.signup_first_first_section {
    padding: 100px 0;
}

.signup_first_first_section .signup_card {
    background-color: var(--bg_color_3);
    padding: 30px;
    border: 1px solid var(--text_color_5);
}

.signup_first_first_section .signup_card .signup_title {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_28);
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3%;
}

.signup_first_first_section .signup_card .form-label {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
}

.signup_first_first_section .signup_card .custom_input {
    border-radius: 0;
    border: 1px solid var(--text_color_5);
    padding: 10px 14px;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    box-shadow: none;
}

.signup_first_first_section .signup_card .custom_input:focus {
    border-color: var(--bg_color_1);
    box-shadow: none;
}

.signup_first_first_section .signup_card .signup_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
    transition: 0.3s ease;
}

.signup_first_first_section .signup_card .signup_btn:hover {
    background-color: var(--bg_color_1);
    color: var(--text_color_3);
}

.signup_first_first_section .signup_card .forgot_password .forgot_password_link {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    text-decoration: none;
    transition: all 0.5s ease;
    display: flex;
    justify-content: end;
}

.signup_first_first_section .signup_card .forgot_password .forgot_password_link:hover {
    text-decoration: underline;
    color: var(--text_color_1);
}

.signup_first_first_section .signup_card .signup_link_part {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.signup_first_first_section .signup_card .signup_link_part .signup_link {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    text-decoration: none;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.signup_first_first_section .signup_card .signup_link_part .signup_link:hover {
    text-decoration: underline;
    color: var(--text_color_1);
}

.signup_first_first_section .signup_card .signup_link_part .signup_text {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_4);
}


.checkout_first_section {
    padding: 100px 0 100px 0;
}

.checkout_first_section .checkout_title {
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
    margin: 30px 0 15px;
}

.checkout_first_section .form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.checkout_first_section .form_group.full {
    grid-column: span 2;
}

.checkout_first_section .form_label {
    display: block;
    font-size: var(--fs_14);
    color: var(--text_color_2);
    margin-bottom: 8px;
    font-family: var(--Maison_Neue_Book);
}

.checkout_first_section .form_input {
    width: 100%;
    border-radius: 0;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    font-family: var(--Maison_Neue_Book);
    outline: none;
    background: #fff;
}

.checkout_first_section .form_input:focus {
    border-color: #000;
}

.checkout_first_section .form_textarea {
    width: 100%;
    border-radius: 0;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    font-family: var(--Maison_Neue_Book);
    outline: none;
    resize: vertical;
    background: #fff;
}

.checkout_first_section .form_row {
    margin-top: 18px;
}

.checkout_first_section .check_row {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
}

.checkout_first_section .option_box {
    border: 1px solid #e6e6e6;
    padding: 14px;
}

.checkout_first_section .radio_row {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    padding: 10px 0;
    cursor: pointer;
}

.checkout_first_section .radio_row+.radio_row {
    border-top: 1px solid #ededed;
}

.checkout_first_section .left_side_part .primary_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .checkout_first_section {
        padding: 60px 0;
    }

    .checkout_first_section .form_grid {
        grid-template-columns: 1fr;
    }

    .checkout_first_section .form_group.full {
        grid-column: span 1;
    }
}

.checkout_first_section .right_side_part .cart_bottom .gift_wrap {
    padding: 30px 0 0 0;
}

.checkout_first_section .right_side_part .cart_bottom .gift_check input[type="checkbox"] {
    height: 14px;
    width: 14px;
    margin-top: -3px;
}

.checkout_first_section .right_side_part .cart_bottom .gift_check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.checkout_first_section .right_side_part .cart_bottom .discount_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 14px 0 22px;
    max-width: 520px;
}

.checkout_first_section .right_side_part .cart_bottom .discount_input {
    width: 100%;
    border-radius: 0;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    font-family: var(--Maison_Neue_Book);
    outline: none;
}

.checkout_first_section .right_side_part .cart_bottom .discount_btn {
    padding: 15px 35px 13px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
}

.checkout_first_section .right_side_part .cart_bottom .notes_part {
    margin-top: 6px;
}

.checkout_first_section .right_side_part .cart_bottom .notes_title {
    margin: 0 0 10px;
    font-size: var(--fs_16);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.checkout_first_section .right_side_part .cart_bottom .notes_area {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 12px 14px;
    font-family: var(--Maison_Neue_Book);
    outline: none;
    resize: vertical;
}

.checkout_first_section .right_side_part .card_box {
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 22px;
    background: #ffffff;
}

.checkout_first_section .right_side_part .card_box.card_box_space {
    margin-top: 18px;
}

.checkout_first_section .right_side_part .box_title {
    margin: 0 0 18px;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.checkout_first_section .right_side_part .form_group {
    margin-bottom: 14px;
}

.checkout_first_section .right_side_part .form_label {
    display: block;
    margin-bottom: 8px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.checkout_first_section .right_side_part .form_control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 12px 14px;
    font-family: var(--Maison_Neue_Book);
    outline: none;
}

.checkout_first_section .right_side_part .primary_btn {
    padding: 12px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border-radius: 0;
    font-size: var(--fs_14);
    border: none;
    margin-top: 20px;
}

.checkout_first_section .right_side_part .total_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.checkout_first_section .right_side_part .total_row span {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    color: var(--text_color_1);
}

.checkout_first_section .right_side_part .total_row .total_title {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_16);
    color: var(--text_color_1);
}

.checkout_first_section .right_side_part .total_label,
.checkout_first_section .right_side_part .total_amount {
    margin: 0;
    font-size: var(--fs_18);
    font-family: var(--Maison_Neue_Bold);
    color: var(--text_color_1);
}

.checkout_first_section .right_side_part .tax_note {
    margin: 10px 0 14px;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_4);
}

.checkout_first_section .right_side_part .terms_row {
    margin-top: 6px;
    margin-bottom: 10px;
}

.checkout_first_section .right_side_part .terms_check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: var(--fs_14);
    font-family: var(--Maison_Neue_Book);
    color: var(--text_color_2);
}

.checkout_first_section .right_side_part .terms_check a {
    color: var(--text_color_2);
    text-decoration: underline;
    font-family: var(--Maison_Neue_Bold);
}



.empty_cart_section {
    padding: 80px 20px;
    background: var(--bg_color_3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_cart_section .empty_cart_inner {
    max-width: 500px;
    width: 100%;
}

.empty_cart_section .empty_cart_icon {
    font-size: var(--fs_60);
    margin-bottom: 20px;
}

.empty_cart_section .empty_cart_title {
    font-family: var(--Maison_Neue_Bold);
    font-size: var(--fs_28);
    color: var(--text_color_1);
    margin-bottom: 15px;
}

.empty_cart_section .empty_cart_text {
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin-bottom: 30px;
}

.empty_cart_section .start_shopping_btn {
    display: inline-block;
    padding: 14px 35px;
    background: var(--bg_color_1);
    color: var(--text_color_3);
    text-decoration: none;
    font-family: var(--Maison_Neue_Book);
    font-size: var(--fs_14);
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.empty_cart_section .start_shopping_btn:hover {
    background: var(--bg_color_2);
    color: var(--text_color_3);
}