/** Shopify CDN: Minification failed

Line 561:0 All "@import" rules must come first

**/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.shopify-policy__container {
    max-width: 100% !important;
    width: 60%;
    margin: 0;
    padding-top: 61px;
}

.shopify-policy__container .shopify-policy__title {
    display: none;
}

.align_center {
    align-items: center;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.flex {
    display: flex;
}

.just_bw {
    justify-content: space-between;
}

.contanier {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}

.border_top {
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
}

.border_bottom {
    border-bottom: .5px solid #e5e5e5;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
}

.Main_header {
    width: 100%;
    position: fixed;
    width: 100%;
    z-index: 20;
    padding: 0px 0;
    top: 0;
    background: #ffffff;
}

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

.homepage_banner_image,
.homepage_banner_image_mob {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
}

.homepage_banner_image img,
.homepage_banner_image_mob img {
    height: 100%;
    object-fit: cover;
}

.homepage_banner_image_mob {
    display: none;
}

.Main_header_link {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
}

.main_header_items {
    display: flex;
    align-items: center;
    /* width: 100%; */
    width: 30%;
    gap: 16px;
    padding: 14.5px 0;
}

.index .main_header_items {
    justify-content: space-between;
}

.cart_image {
    display: flex;
    align-items: center;
    position: relative;
    display: none;
    /* z-index: -20; */
    cursor: pointer;
}

.cart_image svg {
    width: 18px;
    height: 21px;
}

.cart_image span {
    color: #29282d;
    font-size: 7px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    line-height: 9px !important;
}

body.index .cart_image span{
    color: #fff;
}


html:has(body[freezz]),
body[freezz] {
    height: 100dvh !important;
    overflow: hidden !important;
}

.active .cart_image span {
    color: #fff;
}

.bgwhite .cart_image span {
    color: #29282d !important;
}

.mega_manu_header_items {
    position: fixed;
    transform: translate3d(-100%, 0, 0);
    top: 0;
    right: auto;
    max-width: 378px;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
    z-index: 50;
    opacity: 0;
    background: linear-gradient(#ffffff1a, #ffffff1a), linear-gradient(to bottom, #000c, #000c);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    visibility: hidden;
    /* padding: 0 30px; */
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (min-width: 768px) {
    .mega_manu_header_items {
        background: #fff;
        color: #000;
    }
    .mega_manu_header_item1 {
        color: #000 !important;
    }
}

.mega_manu_header_item1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* margin-top: 2rem; */
    padding: .25rem 0 1rem;
    height: calc(100vh - 0rem);
}

.mega_manu_header_item1 ul .mega_manu_header_item1_nav {
    margin-bottom: 18px;
    display: flex;
}

.mega_manu_header_item1 .mega_manu_header_item1_nav.mobile_show {
    display: none;
}

@media screen and (max-width:1024px) {
    .mega_manu_header_item1 .mega_manu_header_item1_nav.mobile_show {
        display: block;
    }
    .mega_manu_header_item1 {
        margin-top: 0rem;
    }
    .main_header_items {
        padding: 10.2px 0 !important;
    }
    .Main_header {
        z-index: 9999 !important;
    }
}

.mega_manu_header_item1 ul .mega_manu_header_item1_nav a {
    color: #29282d;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}


/* search bar  */

.mega_manu_header_item2 .mob_search {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    display: none;
}

.mega_manu_header_item2 .mob_search input {
    width: 88%;
}

.mob_search input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.mega_manu_header_item2 .mob_search input,
.mega_manu_header_item2 .mob_search button {
    background-color: transparent;
    outline: none;
    border: none;
}

.mega_manu_header_item2 .mob_search input::placeholder {
    text-transform: uppercase;
}

.mega_manu_header_item2 .mob_search input::placeholder,
.mega_manu_header_item2 .mob_search input {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 14px;
    opacity: .8;
}

.mega_manu_header_item2_A {
    margin-top: 32px;
}

.mega_manu_header_item2 .mega_manu_header_item2_A li {
    margin-bottom: 6px;
    display: flex;
}

.mega_manu_header_item2 .mega_manu_header_item2_A li a {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

.mega_manu_header_item2_B {
    margin: 23px 0 38px;
    position: relative;
    margin-bottom: 0px;
}

.mega_manu_header_item2_B .newsletter-form__message {
    display: none;
}

.mega_manu_header_item2_B form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    border-bottom: 1px solid #29282d;
    max-width: 100%;
    width: 100%;
}

.mega_manu_header_item2_B form input,
.mega_manu_header_item2_B form input::placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    opacity: .8;
    line-height: 14px;
    box-shadow: none;
    outline: none;
}

.mega_manu_header_item2_B form input {
    width: 70%;
}

.mega_manu_header_item2_B form input,
.mega_manu_header_item2_B form button {
    background-color: transparent;
    border: none;
    color: #29282d;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 14px;
    cursor: pointer;
}

.mega_manu_header_item2_C {
    max-width: 100%;
    width: 100%;
}

.mega_manu_header_item2_C .ruppes {
    align-items: center;
    justify-content: space-between;
    display: none;
}

.mega_manu_header_item2_C a {
    display: flex;
    align-items: center;
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
    width: 100%;
}

.mega_manu_header_item2_C a span {
    padding-left: 4px;
    color: #fff !important;
    width: max-content;
}

.mega_manu_header_item2_C a span br {
    display: none !important;
}

.mega_manu_header_item2_C .arrow svg path {
    stroke: #fff;
}


/* @media screen and (max-width: 449px){
    .mega_manu_header_item2_C a,
    .mega_manu_header_item2_C a span {
        color: #fff !important;
    }
    .mega_manu_header_item2_C .arrow svg path {
        stroke: #fff;
    }
} */

.mega_manu_header_item2_C .arrow {
    display: flex;
    width: 12px;
    height: 17px;
}

.mega_manu_header_item2_C .arrow svg {
    width: 100%;
    transform: rotate(-90deg);
}

.mega_manu_header_item2_C p {
    margin-top: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #29282d;
    letter-spacing: 0.6px;
    line-height: 17px;
}

.main_header_logo {
    display: flex;
    /* width: 70%; */
    justify-content: center;
}

.main_header_logo a {
    max-width: 130px;
    width: 100%;
    display: flex;
}

.main_header_logo a img {
    height: auto;
}

.main_header_nav {
    width: 30%;
    /* overflow: hidden; */
}

.main_header_nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    transition: all 0.3s ease-in;
    /* margin-right: -80px; */
}

.main_header_nav ul.slide {
    margin-right: 0px;
}

.main_header_nav ul li a,
.cart_my_bag,
.first_menu_btns {
    color: #29282d;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 15.5px;
    text-transform: uppercase;
    display: flex !important;
}

.search_nav_li {
    margin-top: 0px;
    cursor: pointer;
}

.cart_my_bag {
    color: #29282d;
    display: flex;
}


/* hamburger css */

.header_hamburger {
    width: 30%;
    position: relative;
    z-index: 99999;
    display: flex;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 16px;
    height: 17px;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.1s;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
    transform-origin: center;
    display: inline-block !important;
    width: 16px;
}

#line1.open {
    transform: translateY(8px) rotate(45deg);
}

#line2.open {
    opacity: 0;
}

#line3.open {
    transform: translateY(-8px) rotate(-45deg);
}

.mega_manu_header_items.open {
    left: 0;
}

.hamburger-menu.none {
    opacity: 0;
}


/* hmaburger cross css */

.close-button {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    width: 16px;
    top: 25px;
    right: 20px;
    height: 17px;
}

.firstline1 {
    display: block;
    font-size: 20px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #29282d;
}

.firstline1 svg {
    fill: #29282d;
}

.firstline1 svg path {
    stroke: #29282d;
}

@import "path/to/hamburgers";
.hpage_timer {
    margin: 12px 0;
    position: fixed;
    width: 100%;
}

@media screen and (min-width:768px) {
    .mega_manu_header_item2_B form input,
    .mega_manu_header_item2_B form input::placeholder {
        color: #000;
    }
}

@media screen and (max-width:931px) {
    .hpage_timer {
        margin: 0;
    }
    .mega_manu_header_item2 .mob_search {
        display: none;
    }
    .main_header_logo a img {
        position: relative;
        z-index: 999;
    }
}

.hpage_timer.hide {
    transition: all 0.3s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.hpage_timer .date-time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 75px;
}

.hpage_timer .date-time * {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 10px;
    letter-spacing: 0.6px;
}

.hpage_timer .date-time span {
    width: 0.5px;
    height: 10px;
    background-color: #fff;
    margin: 0 4px;
}


/* collection page  */
.main_collection_page {
    width: 100%;
    position: relative;
    /* overflow-x: hidden; */
    margin-top: 124px;
}


.collection_page_header button {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 12px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    font-family: var(--font-body-family) !important;
}


/* .refine_text {
    border: 1px solid #29282d !important;
    padding: .8rem 1rem;
    border-radius: 100px;
} */

.collection_page_header button:last-child {
    padding-right: 0px;
}

.refine_data {
    position: fixed;
    right: 0;
    transform: translateX(100%);
    top: 61px;
    max-width: 268px;
    width: 100%;
    padding: 31px 25px 40px;
    background-color: #fff;
    height: calc(100vh - 65px);
    transition: all 0.3s ease;
    margin-top: 65.5px;
    z-index: 20;
}

.refine_data.refine {
    transform: translateX(0%);
    overflow-y: auto;
}

.refine_data .collection_filters {
    margin-top: 32px;
}

.refine_data .filter_box {
    margin-top: 8px;
}

.refine_data .filter_box ul:not(:last-child) {
    margin-bottom: 20px;
}

.refine_data .filter_box .filter_set {
    border-bottom: 1px solid #e5e5e5;
}

.refine_data .filter_box .heading_box {
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}

.refine_data .filter_box .heading_box span {
    position: relative;
}

.refine_data .filter_box .heading_box span::after,
.refine_data .filter_box .heading_box span::before {
    content: "";
    position: absolute;
    background-color: #29282d;
    height: 1.25px;
    width: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.refine_data .filter_box .heading_box span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.refine_data .filter_box .heading_box span.minus::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.refine_data .filter_box h4 {
    font-size: 10px;
    text-transform: uppercase;
}

.filter_box .filter_set .filter_wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.refine_data .filter_box ul li {
    padding: 6px 0;
}

.refine_data .sold_sale_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.refine_data .sold_sale_box label {
    align-items: center;
    cursor: pointer;
    font-size: 11px;
}

.refine_data .sold_sale_box label p {
    font-size: 10px;
    color: #29282d;
}

.refine_data .sold_sale_box label .input {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #29282d;
}

.refine_data .sold_sale_box label input {
    display: none;
}

.refine_data .sold_sale_box label input:checked+.input {
    background-color: #29282d;
}

.close_filter_collection {
    width: 14px;
    height: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 25px;
    top: 20px;
    cursor: pointer;
    display: none;
}

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

.hide_sold_data label {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 11px;
}

.hide_sold_data input {
    border-radius: 100%;
    appearance: none;
    width: 9.6px;
    height: 9.6px;
    z-index: 10;
    border: 1px solid #29282d;
    margin-right: 0;
}

.hide_sold_data input[type=checkbox]:checked {
    background-color: #29282d;
}

.collection_types {
    margin-top: 32px;
}

.collection_types h2,
.collection_filters h2 {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 14px;
    margin-bottom: 8px;
}

.refine_data .page-width {
    padding: 0;
}

.refine_data .facets-vertical .active-facets {
    display: none;
}

.refine_data .facets-vertical .facets-wrapper {
    width: 100%;
}

.refine_data .facet-checkbox {
    display: flex;
    line-height: normal;
    align-items: center;
    cursor: pointer;
    /* position: relative; */
}

.refine_data .facet-checkbox input {
    opacity: 0;
    display: none;
    pointer-events: none;
    visibility: hidden;
}

.refine_data .facet-checkbox .input {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 9px;
    border: 1px solid #29282d;
}

.refine_data .facet-checkbox input:checked+.input {
    background-color: #29282d;
}

.refine_data .facet-checkbox span {
    font-size: 10px;
}


/* collection accordian  */

.collection_accordion-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 7px;
}

.collection_accordion-item-header {
    min-height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    color: #29282d;
    letter-spacing: 0.5px;
    line-height: 14px;
}

.collection_accordion-item-header::after {
    content: "\002B";
    font-size: 17px;
    position: absolute;
    right: 0;
    font-weight: 700;
}

.collection_accordion-item-header.active::after {
    content: "\2212";
}

.collection_accordion-item-header.active {
    font-weight: 700;
}

.collection_accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collection_accordion-item-body-content {
    margin-bottom: 5px;
    display: flex;
}

.collection_accordion-item-body-content a {
    font-size: 10px;
    font-weight: 400;
    color: #29282d;
    letter-spacing: 0.6px;
    line-height: 17px;
    width: 100%;
}

.collection_accordion-item-body-content:last-child {
    padding-bottom: 11px;
    margin-bottom: 0;
}


/* .collection_filters {
    margin-top: 32px;
} */

.color_radio_variant {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
}

.color_radio_variant input {
    appearance: none;
    width: 9.6px;
    height: 9.6px;
    border-radius: 100%;
    border: 1px solid #29282d;
    margin-right: 0;
}

.color_radio_variant input[type=checkbox]:checked {
    background-color: #29282d;
}

.color_radio_variant label {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 11px;
}

.collection_overlay {
    width: 100vw;
    height: calc(100vh - 125px);
    background: rgba(24, 24, 24, .6);
    position: fixed;
    top: 127px;
    left: 0;
    transition: opacity 0s, visibility 0.3s linear;
    opacity: 0;
    z-index: -10;
}

.collection_overlay.refine {
    opacity: 1;
    z-index: 2;
}

.header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

@media screen and (min-width: 1025px) {
    .Main_header.active .header_overlay {
        opacity: .5;
        visibility: visible;
        z-index: 10;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .Main_header.bgwhite svg path {
        fill: #29282d !important;
    }
    .Main_header.bgwhite.active svg path {
        fill: #29282d !important;
    }
    .collection_overlay {
        background-color: #fff;
    }
}

body.refine {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.collection_size_arrow.active::before {
    transform: rotate(-137deg);
}

.collection_size_item {
    padding: 10px 0;
}

.collection_accordian_size {
    min-height: auto;
}

.collection_accordian_size_body {
    overflow: scroll;
}

.collection_accordian_size_item1 {
    border-bottom: none;
}

.payment_icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 60px 0 40px 0;
    flex-wrap: wrap;
    padding: 50px 10px;
}

.payment_icon1 li {
    display: flex;
    align-items: center;
    max-width: 33px;
    width: 100%;
}


/* collection accordian end  */

.main_collection_page_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 14px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.main_collection_page_item1 {
    width: calc(25% - 11px);
    z-index: 0;
    flex-grow: unset;
}

.main_collection_page_item1_img {
    width: 100%;
}

.main_collection_page_item1_data {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 10px 0 10px;
}

.main_collection_page_item1_data h2,
.main_collection_page_item1_data p {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
}


/* About Page css**************************************************************************************************** */

.main_about_page {
    width: 100%;
    padding: 20px 0 100px 0;
}

.about_page_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 56px;
}

.about_page_image {
    width: calc(29.4% - 20px);
}

.about_page_datas {
    width: calc(70.6% - 20px);
}

.about_page_data {
    max-width: 460px;
}

.about_page_data h1 {
    color: #29282d;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.about_page_data .content {
    margin-top: 24.4px;
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

.about_page_data .content a {
    color: rgb(196, 196, 196);
}


/* product page ****************************************************
*********************************************************** */

.main_product_page {
    width: 100%;
    margin-top: 77px;
}

.main_product_page_items {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 60px;
}

.main_product_page_images {
    width: 40%;
    position: sticky;
    left: 50%;
    transform: translate(-50%, 50px);
}

.main_product_page1,
.main_product_page_size {
    width: 24%;
    position: fixed;
    height: 44vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.main_product_page1 {
    max-width: 285px;
    padding: 0 0 0 60px;
}

.main_product_page_size {
    max-width: 285px;
    padding: 0 60px 0 0px;
}

.main_product_page1_all_items::-webkit-scrollbar-track {
    display: none;
}

.main_product_page1_all_items::-webkit-scrollbar {
    display: none;
}

.main_product_page1_all_items::-webkit-scrollbar-thumb {
    display: none;
}

.main_product_page1 {
    left: 0;
}

.main_product_page1_all_items,
.main_product_page_size_all_data {
    height: 44vh;
    overflow-y: auto;
}

.main_product_page_size {
    right: 0;
}

.main_product_page_image_item1 {
    width: 89%;
    margin: 0 auto;
}

.main_product_page1 h2,
.main_product_page1 p {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 12px;
}

.main_product_page1 p {
    margin: 5px 0 20px 0;
}

.final_sale_text {
    margin-top: 8px;
    padding: 3px 10px;
    border: 1px solid #f7f7f7;
    background: #F7F7F7;
    font-size: 9px;
    line-height: 14px;
    color: #29282d;
    letter-spacing: 0.45px;
}

.mobile_text {
    display: none;
}


/* product page accordian */

.product_accordion {
    margin-top: 20px;
}

.product_accordion-item {
    margin-bottom: 10px;
}

.product_accordion-item-header {
    min-height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: 400;
    color: #29282d;
    letter-spacing: 0.5px;
    line-height: 14px;
    border-bottom: 1px solid #29282d;
}

.product_accordion-item-header::before,
.collection_size_arrow::before {
    content: "";
    padding: 4px;
    border: solid #29282d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    transition: all 0.5s;
}

.collection_size_arrow::before {
    padding: 2.6px;
    margin-right: 2px;
    border-width: 0 1px 1px 0;
}

.collection_size_arrow::after {
    display: none;
}

.product_accordion-item-header.active::before {
    transform: rotate(-135deg);
}

.product_accordion-item-header.active {
    font-weight: 700;
}

.product_accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.product_accordion-item-body ul li div div {
    font-size: 10px !important;
    /* background-color: #29282d; */
}

.product_accordion-item-body-content,
.product_accordion-item-body-content p {
    margin-bottom: 5px;
    display: flex;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14px;
}

.product_accordion-item-body-content p {
    padding: 0;
    margin: 0;
}

.product_accordion-item-body-content a {
    color: #29282d;
    text-decoration: underline;
}

.product_accordion-item-body-content p:first-child {
    margin-bottom: 24px;
}

.product_accordion-item-body-content p:not(:first-child) {
    height: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 10px 20px;
}

.product_accordion-item-body-content p:not(:first-child):hover {
    background-color: #d9d9d933;
}

.product_accordion-item-body-content p:last-child {
    /* border-bottom: 1px solid #e5e5e5; */
}

.product_accordion-item-body-content:last-child {
    margin-bottom: 0;
}

.size_chart_scroll {
    overflow-x: auto;
}

.size_selector {
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 930px) {
    .size_selector {
        width: 100% !important;
    }
}

.size_selector.error {
    background-color: #FFE6E6;
}

.size_selector.error .size_selector_in_size {
    border-color: #d43f21;
}

.size_selector.error .size_arrow {
    border-left: 1px solid #d43f21;
    z-index: 2;
}

.size_selector.error .size_selector_in_size .show_value {
    color: #d43f21 !important;
}

.size_selector.error .size_selector_in_size .size_arrow::before {
    border-color: #d43f21 !important;
}

.size_selector_in_size,
.product_out_stock_data_selector {
    width: 100%;
    min-height: 40px;
    appearance: none;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 38px;
    padding-left: 12px;
}

.size_selector_in_size {
    cursor: pointer;
}

.size_selector_in_size .option_list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 3;
    left: 0;
    width: 100%;
    /* border: 1px solid #e5e5e5; */
    border-bottom: none;
}

.size_selector_in_size .option_list .option {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .size_selector_in_size .option_list .option {
        font-size: 10px !important;
        line-height: 12px !important;
    }
    .size_selector_in_size .option_list {
        top: auto;
        bottom: 33px;
        width: 100%;
        left: calc(0vw - 0px);
        padding: 0 0px;
        padding-top: 0px;
    }
    .main_collection_page {
        margin-top: 102px;
    }
}

.size_selector_in_size .option_list.hidden+.size_arrow::before {
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.size_selector_in_size .size_arrow::before {
    transform: rotate(225deg);
    transition: all 0.2s ease-in;
    position: relative;
    top: 2px;
}

.size_selector_in_size .option_list span {
    cursor: pointer;
    width: 100%;
    display: block;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
}

.size_selector_in_size .option_list span[disabled] {
    opacity: 0.6 !important;
    cursor: default !important;
    pointer-events: none !important;
}

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

.size_selector select option {
    border: none;
    outline: none;
    background-color: #f7f7f7;
}


/* .size_selector_in_size {
    max-width: 38px;
    height: 38px;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1px;
    border-left: 1px solid #e5e5e5;
    z-index: -20;
} */

.size_arrow,
.stock_arrow {
    position: absolute;
    padding: 0 14px;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    border-left: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    min-height: 40px;
    z-index: -10;
}

.notify_text {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14.1px;
    margin: 15px 0 13px 0;
}

.size_arrow::before,
.stock_arrow::before {
    content: "" !important;
    padding: 3px;
    border: solid #29282d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.size_selector_in_size:focus+.size_arrow:before {
    transform: rotate(-135deg);
}

.product_out_stock_data_options:focus+.stock_arrow::before {
    transform: rotate(-135deg);
}

.product_out_stock_data_options {
    position: relative;
}

.Product_details_data .swatch_wrapper {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .Product_details_data .swatch_wrapper {
        display: block !important;
    }
}

.Product_details_data .swatch_wrapper .opt_box {
    display: none;
}

.product_out_stock_data {
    width: 100%;
    border: 1px solid #e5e5e5;
    min-height: 40px;
    margin-bottom: 8px;
}

.product_out_stock_data::placeholder {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 10px;
    text-align: center;
}

.Product_details_data .color_selector .swatch {
    display: flex;
    width: 43px;
    aspect-ratio: 1;
}

.Product_details_data .color_selector .swatch .swatch_label {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.color_title {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14.1px;
    margin-bottom: 12.5px;
}

.add_to_bag_btn,
.product_out_stock_btn {
    margin-top: 20px;
    width: 100%;
    min-height: 40px;
    border-radius: 0px;
    background-color: #29282d;
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 11.5px;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
    /* display: none; */
    text-transform: uppercase;
    font-family: var(--font-body-family) !important;
}

.add_to_bag_btn:hover,
.product_out_stock_btn:hover {
    background-color: transparent;
    color: #29282d;
    border: 1px solid #29282d;
}

.main_product_page_image_items {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}

.mobile_title_size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    display: none;
}

.mobile_title_size .title {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 10px;
    margin: 0;
}

.main_product_page_size .mobile_title_size .price {
    font-size: 10px;
    font-weight: 400;
}

.Product_details_data .metaBox .swatch_title_box {
    display: none;
}


/* .Product_details_data .metaBox .swatch_title {
    display: none;
} */

.metaBox {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
    .metaBox {
        gap: 20px 10px;
    }
}

.metaBox a {
    width: max-content;
}

@media screen and (max-width:1024px) {
    .size_selector_in_size .option_list span {
        height: 30px;
        padding-left: 12px;
    }
    .main_product_page_size_all_data {
        overflow: unset;
    }
    .Product_details_data .swatch_wrapper {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .Product_details_data .swatch_wrapper .opt_box p {
        font-size: 10px;
        color: #29282d;
        min-height: 30px;
        display: flex;
        align-items: center;
        padding-left: 12px;
    }
    .Product_details_data .swatch_wrapper .defult_title {
        display: none !important;
    }
    .Product_details_data .swatch_wrapper.show .select_color {
        display: none !important;
    }
    .Product_details_data .swatch_wrapper.show .defult_title {
        display: flex !important;
    }
    .Product_details_data .swatch_wrapper .value {
        border: 1px solid #e5e5e5;
    }
    .Product_details_data .swatch_wrapper a {
        display: flex;
        align-items: center;
        border: none !important;
    }
    .Product_details_data .color_selector .swatch {
        width: 100%;
        height: 100%;
        display: flex;
        width: max(4vw, 16px);
        padding: 3px;
    }
    .Product_details_data .swatch_wrapper .opt_box {
        display: block;
        cursor: default;
    }
    .Product_details_data .swatch_wrapper .metaBox {
        display: none;
        flex-direction: column;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        width: 100vw;
        left: -24px;
        bottom: 32px;
        padding: 0 24px;
        padding-top: 0px;
    }
    .Product_details_data .swatch_wrapper .opt_box {
        padding: 0;
    }
    .swatch_wrapper.size_arrow::before {
        transition: all .2s ease-in;
        transform: rotate(0deg);
    }
    .swatch_wrapper.show .size_arrow::before {
        transform: rotate(225deg);
    }
    .Product_details_data .swatch_wrapper .metaBox.show {
        display: flex;
    }
    .Product_details_data .swatch_wrapper .metaBox a {
        width: 100%;
    }
    .Product_details_data .color_selector .swatch {
        display: none;
    }
    .Product_details_data .swatch_wrapper .metaBox a {
        padding: 10px;
    }
    .Product_details_data .metaBox .swatch_title_box {
        display: block;
        line-height: 1;
    }
    .Product_details_data .metaBox .swatch_title_box .swatch_title {
        font-size: 10px;
        color: #29282d;
        line-height: 12px !important;
    }
}


/* login password page  */

.login_page {
    width: 100%;
}

.sign_in_btn,
.create_account_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
}

.sign_in_btn a,
.create_account_btn a {
    width: 50%;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 14px;
}

.sign_in_btn a+a {
    border-left: 1px solid #e5e5e5;
}

.create_account_btn a+a {
    border-left: 1px solid #e5e5e5;
}

.sign_in_btn a.active {
    background-color: #f7f7f7;
    color: #c4c4c4;
}

.login_signup_page,
.create_account_page {
    max-width: 410px;
    margin: 0 auto;
    width: 100%;
    margin: 140px 0 100px 0;
    border: 1px solid #e5e5e5;
}

.login_signup_page_data form,
.create_account_data form {
    padding: 25px 30px 40px;
}

.sign_all_data h2,
.create_account_data h2,
.login_forget_password_page h2 {
    color: #29282d;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.85px;
    line-height: 24px;
    margin-bottom: 27px;
}

.main_form,
.login_forget_password_page .email {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.main_form label,
.login_forget_password_page .email label {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
    margin-bottom: 8px;
}

.main_form input,
.main_form select,
.login_forget_password_page .email input {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    min-height: 40px;
    letter-spacing: 0.6px;
    line-height: 12px;
    padding: 10px 12px;
}

.main_form select {
    appearance: none;
}

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

.main_form .login_password p {
    color: rgb(196, 196, 196);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
    margin-bottom: 8px;
    cursor: pointer;
}

.login_signin_btn,
.create_password_btn,
.login_forget_password_page button {
    width: 100%;
    background-color: #29282d;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 13px;
    min-height: 45px;
    margin: 13px 0 20px 0;
    padding: 10px 20px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.term_and_condition,
.mailing_list_checkbox,
.signme_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.term_and_condition label,
.mailing_list_checkbox label,
.signme_checkbox label {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
    letter-spacing: 0.5px;
}

.term_and_condition label a {
    text-decoration: underline;
    color: #29282d;
}

.mailing_list_checkbox {
    margin-top: 16px;
}

.term_and_condition input,
.mailing_list_checkbox input,
.signme_checkbox input {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    outline: 1px solid #e5e5e5;
    position: relative;
}

.term_and_condition input::before,
.mailing_list_checkbox input::before,
.signme_checkbox input::before {
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #29282d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.term_and_condition input[type=checkbox]:checked::before {
    opacity: 1;
}

.signme_checkbox input[type=checkbox]:checked::before {
    opacity: 1;
}

.mailing_list_checkbox input[type=checkbox]:checked::before {
    opacity: 1;
}

.signme_checkbox {
    margin: 12px 0 1px 0;
}

.signme_checkbox input {
    margin-right: 0px;
    margin-left: 1px;
}

.login_forget_password_page {
    display: none;
    transition: all 0.3s;
}

.login_forget_password_page.visible {
    display: block;
}

.sign_all_data.novisible {
    display: none;
}


/* lookbook page  ****************************************************************************************/

.new_look_book .contanier {
    padding: 0 14px;
}

.new_look_book,
.new_look_book_items {
    width: 100%;
    text-align: center;
}

.new_look_book_items {
    max-width: 1280px;
    margin: 0 auto;
}

.new_look_book {
    padding: 0px 0 80px 0;
    margin-top: 120px;
}

.new_look_book_items p {
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 14px;
}

.new_look_book_items h2 {
    margin-top: 17px;
    color: #29282d;
    font-size: 26px;
    font-weight: 500;
    line-height: 25px;
}

.new_look_book_item1 {
    margin-top: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.new_look_book_item1_img {
    width: calc(33.33% - 10px);
}

.mega_manu_header_items.overflow {
    overflow: hidden !important;
}

.login_active {
    background-color: #F7F7F7;
    color: #c4c4c4 !important;
}

.login_signup_page_btns,
.create_account_btns {
    background-color: #fff;
}

.login_signup_page form,
.create_account_page form {
    background-color: #fff;
}


/* Cart Page Start */

.cart_page_header {
    margin-top: 79px;
    padding-bottom: 25px;
}

.cart_page_header .cart_title,
.cart_title span {
    color: #29282d;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 24px;
}

.Cart_data_titles,
.cart_other_data_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_page_header .cart_title {
    margin-bottom: 24px;
}

.cart_other_data_title,
.cart_other_datas {
    max-width: 600px;
    width: 100%;
}

.Cart_data_titles {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.Available_title {
    width: 100%;
}

.Available_title h3,
.cart_other_data_title h3 {
    color: #c4c4c4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 15.5px;
    text-transform: uppercase;
}

.cart_other_data_title h3 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cart_product_data,
.cart_other_datas {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_product_data {
    border-bottom: 1px solid #e5e5e5;
}

.cart_product_img_datas {
    display: flex;
    gap: 14px;
    width: 100%;
}

.cart_product_img {
    max-width: 100px;
    width: 100%;
}

.cart_product_img_data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart_product_img_data a:first-child {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

.cart_product_img_data .color {
    color: rgb(196, 196, 196);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
    margin-top: 7px;
}

.cart_product_img_data .remove_btn {
    color: #29282d;
    font-size: 9.6px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-transform: uppercase;
}

.title_color {
    display: flex;
    flex-direction: column;
}

.title_color .product-option {
    margin-top: 7px;
}

.title_color .product-option dt,
.title_color .product-option dd {
    color: rgb(196, 196, 196);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

.quantity_data {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity_data label {
    color: #29282d;
    font-size: 9.6px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14px;
}

.quantity_data input {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #29282d;
    color: #29282d;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 11px;
}

.quantity_data input[type="number"]::-webkit-inner-spin-button,
.quantity_data input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_other_datas {
    max-width: 600px;
    width: 100%;
}

.cart_other_datas .qty_box,
.orignal_price,
.cart-item__price-wrapper {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cart-item__price-wrapper {
    justify-content: flex-end;
}

.cart_other_datas p {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

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

.cart_other_datas .qty_box label {
    color: #29282d;
    font-size: 9.6px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14px;
}

.cart_other_datas .qty_box input {
    max-width: 35px;
    height: 35px;
    width: 100%;
    border: 1px solid #29282d;
    font-size: 11px;
    color: #29282d;
    font-weight: 400;
    line-height: 11px;
}

.quantity_data,
.cart_other_datas p {
    /* width: 100%;  */
    display: flex;
    justify-content: flex-end;
}

.total_datas {
    max-width: 450px;
    width: 100%;
    margin: 10px 0 0 auto;
}

.subtotal_data,
.shipping_data,
.cart_pave_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subtotal_data,
.shipping_data {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 0 0 10px 0;
}

.subtotal_data .subtotal_title,
.shipping_data .shipping_title {
    color: rgb(196, 196, 196);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 17px;
}

.subtotal_data .subtotal_price,
.shipping_data .shipping_price {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 17px
}

.subtotal_data .subtotal_price {
    font-weight: 600;
}

.shipping_data {
    display: none;
}

.cart_pave_btns {
    gap: 20px;
    margin: 40px 0 20px 0;
}

.cart_pave_btns button,
.cart_pave_btns input {
    border: none;
    outline: none;
    background-color: rgb(247, 247, 247);
    color: #29282d;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 13px;
    max-width: 335px;
    min-height: 60px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #29282d;
}

.cart_pave_btns .button2 {
    background: #29282d;
    color: #fff;
}

.cart_pave_btns .button2:hover {
    background-color: transparent;
    color: #29282d;
}

.cart_pave_btns .button1:hover {
    background-color: #29282d;
    color: #fff;
}

.invalid_email_text {
    color: rgb(212, 63, 33) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.6px !important;
    line-height: 17px !important;
    position: absolute;
    background-color: #fff;
    display: none;
}

.invalid_email_text.massage_show {
    display: block;
    z-index: 10;
}

.invalid_email_text.massage_hide {
    display: none;
}

.mob_account {
    display: none;
}

.cart_page_header .empty_cart {
    padding: 20px;
}

.cart_page_header .empty_cart h1 {
    margin-bottom: 20px;
    font-size: 24px;
}

.cart_page_header .empty_cart p {
    font-size: 14px;
    color: #29282d;
}

.cart_page_header .empty_cart p a {
    color: #c4c4c4;
}


/* privercy policees */

.section__content p,
ul li,
tr td,
div span {
    font-size: 10px !important;
    color: #29282d;
    font-weight: 400 !important;
    letter-spacing: 0.6px !important;
    line-height: 12px !important;
}

@keyframes backdropblur {
    0% {
        backdrop-filter: blur(0px);
    }
    25% {
        backdrop-filter: blur(5px);
    }
    50% {
        backdrop-filter: blur(10px);
    }
    75% {
        backdrop-filter: blur(15px);
    }
    100% {
        backdrop-filter: blur(20px);
    }
}

@media screen and (max-width: 1024px) {
    .main_header_nav ul li {
        display: none;
    }
    .mob_account {
        display: block;
    }
    .cart_image {
        display: flex;
        cursor: pointer;
    }
    .cart_my_bag {
        display: none;
    }
    .shopify-policy__container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .Main_header .contanier {
        padding: 0 20px;
        height: 65px;
        /* border-bottom: .5px solid #e5e5e5; */
    }
    .homepage_banner_image {
        display: none;
    }
    .homepage_banner_image_mob {
        display: block;
    }
    .main_product_page1_all_items,
    .main_product_page_size_all_data {
        height: auto !important;
    }
    .mega_manu_header_items {
        padding: 60px 35px 35px;
        height: 100vh;
    }
    .main-nav__link {
        font-size: 14px;
    }
    .mega_manu_header_item2_B form,
    .mega_manu_header_item2_C {
        max-width: 100%;
    }
    .main_collection_page .contanier {
        padding: 0;
    }
    .close_filter_collection {
        display: flex;
        width: 17px;
        height: 40px;

    }   
    .collection_page_header {
        padding: 0px 20px;
        height: calc(100vh - 73px);
        background: #fff;
    }
    .main_collection_page_item1_data {
        padding: 16px 10px 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .main_collection_page_item1_data h2 {
        margin-bottom: 10px;
    }
    .refine_data {
        max-width: 100%;
        padding: 78px 25px 70px;
        top: 30px;
        position: absolute !important;
        margin-top: -0.5px !important;
        z-index: 99999 !important;
        height: calc(100vh - 120px) !important;
    }
    body.refine {
        overflow: hidden !important;
        height: calc(100vh - 118px);
    }
    html:has(body.refine) {
        overflow: hidden;
    }
    .collection_accordion-item-header:after {
        font-weight: 500;
    }
    .main_collection_page_items {
        gap: 30px 7px;
        padding-top: 30px;
    }
    .main_collection_page_item1 {
        width: calc(50% - 4px);
    }
    .main_about_page .contanier {
        padding: 0 20px;
    }
    .about_page_items {
        flex-direction: column;
    }
    .about_page_image,
    .about_page_datas {
        width: 100%;
    }
    .about_page_data {
        max-width: 100%;
    }
    /* cart :start */
    .cart_page_header {
        padding-bottom: 16px;
    }
    .cart_page_header .cart_title {
        margin-bottom: 20px;
    }
    .cart_other_data_title {
        display: none;
    }
    .cart_other_datas {
        flex-direction: column-reverse;
    }
    .cart_other_datas .orignal_price {
        display: none;
    }
    .cart_other_datas {
        padding: 0;
    }
    .cart_product_data {
        align-items: stretch;
    }
    .cart_other_datas p {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 20px;
    }
    .quantity_data label {
        font-size: 11.2px;
    }
    .quantity_data {
        gap: 7px;
    }
    .quantity_data input {
        font-size: 12px;
    }
    .total_datas {
        max-width: 100%;
    }
    .shipping_data {
        gap: 20px;
    }
    /* cart :end */
    .about_page_data .content {
        margin-top: 20px;
    }
    .new_look_book {
        padding: 0px 0 115px 0;
        margin-top: 120px;
    }
    .new_look_book_item1 {
        margin-top: 100px;
        gap: 14px 7px;
    }
    .new_look_book_item1_img {
        width: calc(33.33% - 5px);
    }
    .new_look_book .contanier {
        padding: 0;
    }
    .main_product_page .contanier {
        padding: 0 50px;
    }
    .main_product_page_items {
        flex-direction: column-reverse;
        gap: 0;
    }
    .main_product_page1 {
        position: relative;
        width: 100%;
    }
    .main_product_page_images,
    .main_product_page_image_item1 {
        width: 100%;
        transform: translate(0);
    }
    .main_product_page1 {
        margin-top: 0;
        padding: 0;
        height: auto;
        padding-bottom: 150px;
    }
    .main_product_page1 h2,
    .final_sale_text,
    .main_product_page1 .price {
        display: none;
    }
    .size_selector {
        gap: 10px;
    }
    .mobile_text {
        display: block !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #29282d !important;
        letter-spacing: 0.7px !important;
        line-height: 20px !important;
        margin: 20px 0 25px !important;
    }
    .product_accordion-item-header:before {
        margin-right: 5px;
    }
    .add_to_bag_btn {
        margin-top: 12px;
        min-height: 40px;
    }
    .main_product_page_size {
        bottom: 0;
        width: 100%;
        margin: 0;
        height: auto;
        background-color: #fff;
        padding: 16px 24px 24px;
        border-top: 1px solid #e5e5e5;
    }
    .size_selector select {
        min-height: 30px;
        line-height: 25px;
    }
    .size_selector {
        /* margin-left: auto; */
        width: 50%;
    }
    .size_selecter_arrow {
        height: 31px;
    }
    .mobile_title_size {
        display: flex;
    }
    /* .hide_mobile {
        display: none;
    } */
    .new_look_book_items h2 {
        font-size: 22px;
    }
    .megamanuheaderitem.open body.overflow {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .main_product_page1 .soldOut {
        display: none;
    }
    .Product_details_data {
        flex-direction: column;
    }
    .size_and_color_select {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 15px;
    }
    .color_box,
    .size_selector,
    .product_out_stock_data_options {
        width: 100%;
    }
    .product_out_stock_data_options {
        padding-left: 7.5px;
        margin: 8px 0 0 auto;
    }
    .notify_text {
        display: none;
    }
    .size_arrow {
        top: 15px;
        min-height: 31px;
    }
    .product_out_stock_data {
        margin: 12px 0 8px 0;
    }
    .product_out_stock_btn {
        margin-top: 0;
    }
    .bag_btn {
        width: 100%;
    }
    .main_product_page1,
    .main_product_page_size {
        max-width: 100%;
    }
    .main_product_page1_all_items,
    .main_product_page_size_all_data {
        height: 15vh;
    }
    .main_product_page1_all_items {
        height: 27vh;
    }
    .cart_my_bag {
        display: none;
    }
    .signme_checkbox {
        width: 100%;
    }
    .product_out_stock_data_selector {
        min-height: 30px;
        line-height: 30px;
    }
    .stock_arrow {
        min-height: 30px;
        top: 18px;
    }
    .product_out_stock_btn {
        min-height: 40px;
    }
    .cart_other_datas .qty_box,
    .cart-item__price-wrapper {
        max-width: 100%;
        justify-content: flex-end;
        width: 100% !important;
    }
    .cart_pave_btns {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .mega_manu_header_items {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        top: 0px;
        transition: all .3s cubic-bezier(.39, .575, .565, 1);
    }
    .lv-backdrop {
        display: none !important;
    }
    .mega_manu_header_items.active {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .mega_manu_header_item1 ul .mega_manu_header_item1_nav {
        margin-bottom: 15px;
    }
    .hamburger-menu {
        height: 17px;
    }
    .hpage_timer {
        padding: 0 0 15px 0;
    }
    .mega_manu_header_item1 ul .mega_manu_header_item1_nav a {
        font-size: 14px;
        line-height: 28px;
        color: #29282d;
    }
    .mega_manu_header_item2 .mega_manu_header_item2_A li a,
    .mega_manu_header_item2_B form button,
    .mega_manu_header_item2_C p {
        color: #29282d;
    }
    .mega_manu_header_item2_B form {
        border-bottom-color: #29282d;
    }
    .Main_header_link {
        top: 85px;
    }
    .about_page_items {
        gap: 20px;
    }
    .about_page_data .content {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 20px;
    }
    .login_page .contanier {
        padding: 0 20px;
    }
    .main_product_page .contanier {
        padding: 0 24px;
    }
    .main_product_page_image_items {
        gap: 32px;
    }
    .cart_pave_btns {
        justify-content: space-between;
    }
    .size_selector_in_size {
        min-height: 33px;
    }
}

@media screen and (max-width:1024px) {
    .Product_details_data {
        display: flex;
        align-items: center;
    }
    .Product_details_data .color_box h2 {
        display: none;
    }
    .Product_details_data .swatch_wrapper {
        margin: 0;
    }
}

.new_account_page {
    width: 100%;
    min-height: 100vh;
    padding: 150px 0;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contanier {
    /* max-width: 1250px; */
    margin: 0 auto;
    width: 100%;
}

.new_accound_title {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 24px;
    color: #29282d;
    margin-bottom: 30px;
}

.new_account_page_items {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.new_account_page_item1 li {
    margin-top: 12px;
    min-height: 30px;
}

.new_account_page_item1 li .list-text_wrapper {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.new_account_page_item1 li .list-text {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.new_account_page_item1 li .list-text p {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
}

#shopify-section-template--21422423998741__main {
    height: 100%;
}

.list-text_data {
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.new_account_page_item1 .list-heading h2 {
    width: 90%;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 20px;
    line-height: 17px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 12px;
    color: #29282d;
}

.order_shop_btn {
    border: none;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 40px;
    align-items: center;
    color: #29282d;
    font-size: 10px;
    letter-spacing: 1.4px;
    line-height: 14px;
    font-weight: 400;
}

.list-text_customer {
    align-items: stretch;
    justify-content: space-between;
    padding: 17px 12px;
}

.text_customer_data p,
.text_customer_data h2,
.list-text_customer button {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 20px;
}

.list-text_customer_data {
    justify-content: flex-start !important;
}

.list-text_customer button {
    color: #29282d;
    display: flex;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.text_customer_data *+* {
    margin-top: 14px;
}

.sign_out_btn {
    width: fit-content;
    color: #29282d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 14px;
    margin: 22px auto 7px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    display: flex;
    border-bottom: 1px solid #29282d;
}


/* bydefault css of accordian */

.new_account_page_item1 .list-heading {
    background: #ffffff;
    border: none;
    border: solid 1px #e5e5e5;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    text-align: left;
    width: 100%;
    min-height: 40px;
}

.new_account_page_item1 li .list-heading:before {
    background: #29282d;
    content: '';
    height: 1px;
    right: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
    width: 11px;
}

.new_account_page_item1 li .list-heading:after {
    background: #29282d;
    content: '';
    height: 1px;
    right: 16px;
    position: absolute;
    top: 50%;
    width: 11px;
}

.new_account_page_item1 li .list-heading.active:before {
    transform: rotate(0deg);
}


/* .new_account_page_item1 li .list-heading.active h2, .new_account_page_item1 li .list-heading:focus h2 {
    position: relative;
    color: #ff8383;
  } */

.new_account_page_item1 li .list-text {
    /* background: #d6d6d6; */
    /* display: none; */
    /* overflow: hidden; */
}


/* shaipping address section  */

.shipping_address_section {
    width: 100%;
    background-color: #f7f7f7;
    height: 100%;
    padding-top: 100px;
}

#shopify-section-template--21422424031509__main {
    height: 100%;
}

#shopify-section-template--21422424031509__main form {
    height: 100%;
}

.shipping_address_datas {
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 30px;
    background-color: #fff;
}

.shipping_address_title {
    color: #29282d;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.85px;
    line-height: 17px;
    margin: 4px 0 27px 0;
}

.shipping_address_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 14px;
}

.shipping_address_data_1 {
    width: calc(50% - 7px);
    display: flex;
    flex-direction: column;
}

.shipping_address_data_1 label {
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 17px;
    margin-bottom: 8px;
}

.shipping_address_data_1 input,
.shipping_address_data_1 select,
.shipping_address_data_1 .state,
.shipping_address_data_1 .country {
    padding: 12px;
    color: #29282d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 12px;
    min-height: 40px;
    border: 1px solid #e5e5e5;
    appearance: none;
}

.add_address_btn {
    background-color: #29282d;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 13px;
    margin-top: 15px;
    min-height: 45px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.default_shipping_address {
    margin: 20px 0 12px 0;
}

@media screen and (max-width: 1024px) {
    .shipping_address_data_1 {
        width: 100%;
    }
    .new_account_page .contanier,
    .shipping_address_section .contanier {
        padding: 0 20px;
    }
}

#shopify-section-template--21422424097045__main {
    min-height: 100vh;
}

.mega_manu_header_item1 .mega_manu_header_item1_nav .mobile_link {
    display: none;
    text-transform: uppercase;
}

@media screen and (max-width:1024px) {
    .mega_manu_header_item1 .mega_manu_header_item1_nav .mobile_link {
        display: flex;
    }
}


/* 
.Product_details_data .swatch_wrapper .metaBox a{
    border-top: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}

.Product_details_data .swatch_wrapper .metaBox a:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
} */

.Product_details_data .swatch_wrapper .opt_box,
.Product_details_data .swatch_wrapper,
.Product_details_data .swatch_wrapper .metaBox a {
    border-radius: 0px !important;
}

.Product_details_data .swatch_wrapper .opt_box p {
    background-color: #ffffff;
}

.Product_details_data .swatch_wrapper .metaBox a {
    background-color: #ffffff;
    border-top: 0px solid #e5e5e5 !important;
}

.Product_details_data .swatch_wrapper .metaBox a:last-child {
    border-bottom: 0px solid #e5e5e5 !important;
}
.size_selector_in_size .option_list span:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
}
@media screen and (max-width: 1024px) {
    .Product_details_data .swatch_wrapper .metaBox a {
        border-top: 1px solid #e5e5e5 !important;
        border-inline: 1px solid #e5e5e5 !important;
    }
    .Product_details_data .swatch_wrapper .metaBox a.bgactive {
        background-color: #ddd !important;
        border-top: 0px solid #e5e5e5 !important;
    }
    .Product_details_data .swatch_wrapper .metaBox a:last-child {
        border-bottom: 0px solid #e5e5e5 !important;
    }
    .size_selector_in_size .option_list span:last-child {
        border-bottom: 0px solid #e5e5e5 !important;
    }
}

.size_selector_in_size .option_list span {
    border-top: 1px solid #e5e5e5 !important;
    border-inline: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}



.size_arrow {
    z-index: 1;
}

.delete_button {
    outline: 0 none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-height: 60px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    font-weight: 400;
    transition: all .4s ease-in-out;
    background: #d43f21;
    color: #fff;
    min-height: 45px;
    font-size: 11px;
    margin-top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .edit_address .btn_box {
        gap: 15px !important;
    }
    .delete_button {
        margin-top: 15px;
    }
    .size_selector_in_size .option_list span:last-child {
        border-bottom: 0px solid transparent !important;
    }
    .size_selector_in_size .show_value {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    html:has(.menu-icon.active),
    body:has(.menu-icon.active) {
        overflow: hidden !important;
        height: 100vh;
    }
}


/* new update css start  */

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

.refine_text svg {
    width: 12px;
    height: 12px;
}

.main_collection_page_item1_img {
    position: relative;
    transition: all 2s ease-in;
    overflow: hidden;
}

.collection_hover_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* z-index: -1; */
    opacity: 0;
    transition: all .3s ease-in;
    /* transition-timing-function: cubic-bezier(.4,0,.2,1); */
}

.main_collection_page_item1_img:hover .collection_hover_image {
    /* z-index: 1; */
    opacity: 1;
}

.search_box {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 41px 0;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

#HeaderSearchForm {
    width: 100%;
    max-width: 720px;
    margin: auto;
    border: 1px solid #e1e1e1;
    border-radius: 100px;
    overflow: hidden;
}

.site-header__search-input_new {
    width: 100%;
    background: transparent !important;
}

.site-header__search-input_new::placeholder {
    /* font-size: 12px;
    line-height: 18px; */
}

.site-header__search-input_new::-ms-clear {
    display: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* or  */

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

.site-header__search-btn--submit_1 {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header__search-btn--submit_1 {
    padding: 0 1rem;
}

.site-header__search-btn--submit_1 svg {
    height: 16px;
    width: 16px;
}

.site-header__search-input_new {
    border: none;
    padding: 0 10px;
    height: 44px;
    appearance: none !important;
}


/* .item_container h2 {
    max-width: 720px;
    margin: auto;
    padding: 0 20px;
    padding-top: 20px;
} */

.search_list_header {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    max-width: 720px;
    margin: auto;
    gap: 20px 10px;
    padding: 0 20px;
    padding-top: 20px;
}

.overline {
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 24px !important;
}

.search_list_header li {
    width: calc(50% - 5px);
}

.search_list_header li article {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search_list_header li article img {
    max-width: 140px;
}

.hp-title {
    width: calc(100% - 120px);
}

.lv-predictive-products-list__more {
    width: 100%;
    max-width: 720px;
    margin: auto;
}

.lv-button {
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
}

.lv-button,
.lv-chip-button {
    border-radius: 100vmax;
    cursor: pointer;
    text-align: center;
}

.lv-button {
    background: none;
    border: none;
    padding: 1.3rem 3.2rem;
    transition: border .3s cubic-bezier(.39, .575, .565, 1), box-shadow .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1), background .3s cubic-bezier(.39, .575, .565, 1), box-shadow .3s cubic-bezier(.39, .575, .565, 1);
}

.lv-button.-secondary {
    background-color: hsla(0, 0%, 100%, .2);
    border: 1px solid #29282d;
}

.lv-button.-secondary:not(:disabled) {
    --focus-outline-offset: -6px;
}

.lv-predictive-products-list__more {
    margin-top: 2.5rem;
}

.lv-button.-secondary {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: #29282d;
}

.field .field__label.lv-button.-secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 1px #29282d;
}

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


/* .mobile_account {
    width: 20px;
} */

.mibile_icon,
.mobile_search_icon {
    display: none;
}

.money-styling {
    display: none;
}

.cart_image {
    position: relative;
}

.cart_image {
    position: absolute;
    left: 7px;
    top: 9px;
    background: transparent;
    /* border-radius: 100px; */
    color: #000 !important;
    width: 12px;
    height: 12px;
    font-size: 9px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .search_list_header li article .grid__image {
        width: 90px;
    }
    .drawer__inner {
        padding: 0 20px !important;
        width: 35rem !important;
    }
    .mobile_search_icon {
        display: block;
        position: relative;
        z-index: 99;
        width: 18px !important;
        height: 18px !important;
    }
    .mibile_icon {
        display: flex !important;
        gap: 16px;
        width: 70px;
        justify-content: end;
        position: relative;
        z-index: 999;
    }
    .search_section {
        top: 12px !important;
    }
    .search_cross_btn {
        display: none !important;
    }
    .search_box {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .search_section.search_show {
        transform: translateY(52px) !important;
        background-color: #fff !important;
    }
    .menu-text {
        display: none !important;
    }
    .mobile_account svg {
        width: 16px !important;
        height: 16px !important;
    }
}

.item_container {
    overflow-y: auto;
    position: fixed;
    top: 125px;
    width: 100%;
    background: #fff;
    transition: all .5s cubic-bezier(.39, .575, .565, 1);
    transform: translateY(-100%);
}

.search_show .item_container.active {
    transform: translateY(0px);
}

.overlay_secarch {
    background-color: rgba(0, 0, 0, .8);
    content: '';
    position: fixed;
    width: 100%;
    z-index: 2;
    display: block;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    transition: all .5s cubic-bezier(.39, .575, .565, 1);
}

.active.overlay_secarch {
    opacity: 1;
    visibility: visible;
}

.Cart__NoteButton {
    border: none;
    background: transparent;
    font-size: 14px !important;
    cursor: pointer;
    display: none;
}

.Cart__OffscreenNoteContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #dddddd;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.Cart__OffscreenNoteContainer[aria-hidden=false] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 1px 0 6px rgba(54, 54, 54, .2);
    box-shadow: 1px 0 6px #36363633;
}

.Form__Item {
    position: relative;
    margin-bottom: 15px;
}

.Form__Textarea {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid #dddddd;
    width: 100%;
    line-height: normal;
    resize: none;
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
    background: transparent;
}

.Cart__Note {
    margin-top: 10px;
}

.Buttoncomment {
    max-width: none;
    padding: 14px 28px;
    background-color: #29282d;
    color: #fff !important;
    border-radius: 100px;
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
}

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
    padding: 20px 20px 20px;
}

@media screen and (min-width: 641px) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
        padding: 20px 30px 30px;
    }
    .Form__Item,
    .Form__Alert,
    #shopify-product-reviews .spr-form-message {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .search_list_header {
        flex-direction: column;
        flex-wrap: unset;
    }
    .search_list_header li {
        width: 100%;
        max-width: 100%;
    }
    .item_container {
        transform: translateY(-100%);
        overflow-y: auto;
        position: fixed;
        top: 70px;
        background: #fff;
        height: calc(100vh - 130px);
    }
    .search_show .item_container.active {
        transform: translateY(0px);
    }
}

.collection_page_header .breadcrumbs {
    display: flex;
}

.collection_page_header .breadcrumbs ul {
    display: flex;
}

.collection_page_header .breadcrumbs ul li {
    display: flex;
    align-items: center;
}

.collection_page_header .breadcrumbs ul li a {
    color: #29282d;
    font-size: 10px !important;
}

.collection_page_header .breadcrumbs ul li:after {
    content: "/";
    display: block;
    margin: 0 4px;
}

.collection_page_header .breadcrumbs ul li:after {
    background: url(/cdn/shop/files/ico-arrow-breadcrumb.svg?v=1721728040);
    background-position: center;
    width: 7px;
    height: 7px;
    margin: 0 8px;
    content: "";
    position: relative;
}

.collection_page_header .breadcrumbs ul li:last-child::after {
    display: none;
}

@media screen and (max-width: 560px) {
    .collection_page_header .breadcrumbs ul li:after {
        width: 4px;
        height: 7px;
        background-size: 4px 7px;
        margin: 0 4px;
        top: 1px;
    }
    .collection_page_header .breadcrumbs ul li a {
        font-size: inherit;
    }
    .collection_page_header .breadcrumbs ul li {
        font-size: 10px;
    }
}

.mega_manu_header_items::-webkit-scrollbar {
    display: none;
}


/* Custom css */

.collection_page_header .breadcrumbs ul li:after {
    background-size: 7px 7px;
}

.cart #MainContent {
    margin-top: 100px;
}

.swatch_wrapper .metaBox .active label{
    border: 1px solid #000;
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    .search-advanced__container {
        width: 90%;
        margin: auto;
    }
}