:root {
    --color-grey-200: #D9D9D9;
    --line-200: #000;
    --color-border-100: #D9D9D9;
}

.w_btn__products_found {
    background: #000;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.w_btn__products_clear {
    padding: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border: 1px solid var(--color-grey-200);
    text-transform: uppercase;
    cursor: pointer;
}

.w_btn__products_clear:hover {
    color: rgb(109 107 102);
    border: 1px solid rgb(109 107 102);
}

.w_btn__products_found:hover {
    background: rgb(109 107 102);
}

.shop--sidebar .shop__header .panel-trigger {
    display: inline;
}

.bb-product-filter {
    background: #FBF9F4;
    margin-bottom: 25px;
    padding: 0px;
}

.bb-product-filter-title {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

ul.bb-product-filter-items.filter-visual {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 8px;
}

ul.bb-product-filter-items.filter-checkbox {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 8px;
}

.filter-cate__checkbox {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
}

.bb-product-filter-items li {
    padding: 0;
}

.bb-product-filter-items.filter-visual .bb-product-filter-item .bb-product-attribute-swatch-display,
.bb-product-filter-items.filter-visual .bb-product-filter-item .bb-product-attribute-text-display {
    height: 10px;
    line-height: 10px;
    top: 11px;
    width: 10px;
    left: 10px;
}

.bb-product-filter-items li label {
    width: 100%;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #D9D9D9;
    text-transform: uppercase;
    font-size: 12px;
}

/* .bb-product-filter-item input[type="checkbox"]:hover + label {
  border: 1px solid #000;
} */

.bb-product-filter-item input[type="checkbox"]:checked+label {
    border: 1px solid #000;
}

.bb-product-filter-items.filter-checkbox .bb-product-filter-item label:after {
    display: none;
}

.bb-product-filter-link {
    color: #000000;
    text-transform: uppercase;
}

.sort-item:has(input[type="radio"]:checked) {
    border: 1px solid #000;
}

.bb-product-filter .bb-product-filter-attribute-item {
    border-bottom: none;
    margin-bottom: 0px;
}

.shop--sidebar {
    padding: 0;
}

.lm_pc_filter_close {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    display: flex;
    gap: 4px;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
}

.lm_pc_filter_close:hover {
    color: #000;
}


span.feather.icon.icon-x {
    font-size: 14px;
}

.sidebar_header h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.lm_pc_p1 {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.lm_pc_title {
    padding-top: 21px;
    padding-left: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #000;
}

.lm_pc_title h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

.lm_pc_title h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #6D6B66;
    font-weight: 300;
}

.lm_pc_filter {
    padding: 27px 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.lm_pc_filter .btn {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    background: none;
    border: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

.lm_pc_filter .btn:focus,
.btn:active {
    border: none !important;
    box-shadow: none;
    background: none;
}

/* .sidebar {
    position: fixed;
    top: 0;
    left: -635px;
    width: 635px;
    height: 100%;
    background: #FBF9F4;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    z-index: 1111;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
} */

.sidebar_left {
    position: fixed;
    top: 0;
    left: -635px;
    width: 635px;
    height: 100%;
    background: #FBF9F4;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1111;
    border-right: 1px solid var(--color-grey-200);
}

.sidebar_right {
    position: fixed;
    top: 0;
    right: -635px;
    width: 635px;
    height: 100%;
    background: #FBF9F4;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 99999999999999999999;
    border-left: 1px solid #000;
}

.sidebar_right.active {
    right: 0;
}

.sidebar_left.active {
    left: 0;
}

.sidebar_header {
    padding: 30px 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-grey-200);
    border-top: 1px solid var(--color-grey-200);
}

.sidebar_left .sidebar_body {
    padding: 15px;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 145px;
}

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

.overlay.active {
    display: block;
}

.filter-section {
    border: 1px solid #dee2e6;
    padding: 25px;
    max-width: 400px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.btn-close {
    font-size: 14px;
    opacity: 0.5;
}

.category-btn {
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #dee2e6;
    background: white;
    color: #000;
    transition: all 0.2s;
}

.category-btn:hover {
    background: #fff;
    color: #000;
}

h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

button[data-bs-toggle="collapse"] {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 5px 0;
    color: #000;
}

button[data-bs-toggle="collapse"] span {
    font-size: 18px;
    line-height: 1;
}

hr {
    margin: 15px 0;
    opacity: 0.1;
}

.btn-dark {
    width: 100%;
    padding: 12px;
    font-weight: 500;
    border-radius: 0;
    background: #000;
}

.btn-outline-dark {
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 0;
    width: 100%;
}

input[type="radio"] {
    margin-right: 8px;
}

label {
    font-size: 12px;
    color: #000;
}

.lm_sortt {
    margin-bottom: 28px;
}

.sort-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sort-item {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    padding: 5px 12px;
    border-radius: 0;
    cursor: pointer;
}

.sort-item:hover {
    border: 1px solid #000;
    background-color: #f8f9fa;
}

.sort-item input[type="radio"] {
    margin-right: 8px;
    accent-color: #000;
}

.sort-item label {
    cursor: pointer;
    margin: 0;
    flex: 1;
}

.sort-item:last-child {
    grid-column: 1 / -1;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.category-item {
    display: flex;
    justify-content: center;
    width: 100%;
}

.colors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 10px 0;
}

.color-item {
    border: 1px solid #dee2e6;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.color-item:hover {
    border-color: #000;
}

.color-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.color-dot.beige {
    background-color: #F5F5DC;
}

.color-dot.black {
    background-color: #000000;
}

.color-dot.blue {
    background-color: #0000FF;
}

.color-dot.brown {
    background-color: #A52A2A;
}

.color-dot.gold {
    background-color: #FFD700;
}

.color-dot.green {
    background-color: #008000;
}

.color-dot.grey {
    background-color: #808080;
}

.color-dot.multicolor {
    background: linear-gradient(45deg, red, blue, green);
}

.color-dot.purple {
    background-color: #800080;
}

.color-dot.red {
    background-color: #FF0000;
}

.color-dot.silver {
    background-color: #C0C0C0;
}

.color-dot.white {
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.color-dot.yellow {
    background-color: #FFFF00;
}

.sizes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 10px 0;
}

.size-item {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.size-item:hover {
    border: 1px solid #000;
}

.sidebar_footer__wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background-color: #FBF9F4;
    z-index: 999;
}

.bb-product-filter-content {
    overflow-y: unset;
    max-height: 100% !important;
}

.sidebar_footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.lm_btn_size_guide {
    font-size: 13px;
    color: #000;
}

@media (max-width: 768px) {
    .sidebar {
        max-width: 100%;
    }

    .lm_pc_filter {
        display: flex;
        justify-content: center;
    }

    label {
        font-size: 12px;
    }

    .w_btn__products_found {
        font-size: 12px;
    }

    .w_btn__products_clear {
        font-size: 12px;
    }

    .sidebar_header {
        padding: 15px;
    }

    .sidebar_body h6 {
        margin-top: 10px;
    }

    .bb-product-filter {
        margin-bottom: 15px;
    }

    .lm_pc_filter {
        padding: 24px 15px;
    }

}

/* Product detail */
.lm_product_dt {
    align-items: start;
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
}

.lm_product_dt_left {
    grid-column: span 16 / span 16;
}

.lm_product_dt_right {
    display: inline-block;
    padding: calc(var(--sm)* 3) var(--sm) 0;
    position: sticky;
    top: 0;
    transition: top .3s var(--ease-in-out-quad);
    grid-column: span 8 / span 8;
}

.swiper-scrollbar {
    margin-bottom: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000000 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 17px !important;
}

.swiper-scrollbar-drag {
    background: #000 !important;
}

@media only screen and (max-width: 1024px) {
    .product__thumbnail1 {
        display: none;
    }

    .lm_product_dt_left {
        grid-column: span 24 / span 24;
    }

    .lm_product_dt_right {
        grid-column: span 24 / span 24;
    }

}

@media only screen and (min-width: 1024px) {
    .mySwiper_mobile {
        display: none !important;
    }
}

.lmz_image-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.lmz_image-box:hover {
    cursor: zoom-in;
    cursor: url('../icons/zoom_out.png'), zoom-in;
}

.lmz_image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.lmz_image-box:hover img {
    transform: scale(1.05);
}

.lmz_popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    cursor: zoom-out;
}

.lmz_popup-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lmz_popup-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lmz_popup-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lmz_popup-image:hover {
    cursor: url('../icons/zoom_in.png'), zoom-in;
}

.lmz_close-button {
    position: fixed;
    top: 10px;
    right: 20px;
    color: #000000;
    font-size: 37px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.lmz_product-list {
    padding: 20px;
}

.lmz_product-item {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

.lmz_product-item h3 {
    margin-top: 0;
}


swiper-container {
    --swiper-theme-color: black;
}

@media (max-width: 991px) {
    .section--related-posts .section__header h3 {
        padding-left: 0px;
    }
}

.fas_custom .btn.btn-link.btn-block.text-left {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-align: left;
}

.fas_custom .card {
    border: none !important;
    background: #FBF9F4;
}

.fas_custom p {
    font-size: 12px;
    color: #000;
}

.fas_custom .card-body {
    font-size: 12px;
    color: #000;
    padding-left: 0px;
    padding-bottom: 0px;
}

.fas_custom .card .card-header {
    background: #FBF9F4;
    border-radius: 0;
    padding: 0px;
    border: none;
}

.fas_custom .card .card-header h2 button:after {
    border: none;
}

.fas_custom .card .card-header h2 button {
    background: #FBF9F4;
}

.fas_custom .card .card-header h2 button:after {
    top: -11px;
}

.section--related-posts {
    border: none;
}

.section--related-posts .section__header h3 {
    padding-left: 15px;
    margin-bottom: 0;
}

.lm-related-wrap {
    border-top: 1px solid var(--color-border-100);
}

.lm-related-product .lm-product {
    border-right: 1px solid var(--color-border-100);
    border-bottom: 1px solid var(--color-border-100);
}

.lm_product_different {
    border-top: 1px solid var(--color-border-100);
    border-right: 1px solid var(--color-border-100);
    border-bottom: 1px solid var(--color-border-100);
}

.reviews_custom {
    margin-top: 15px;
}

.product--detail .product__price p span {
    font-weight: 600;
}

.product--detail .product__info {
    padding-left: 15px;
    padding-right: 15px;
}

.section__header_mix {
    padding: 13px 16px;
}

.section__header_mix h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.section--related-posts {
    padding-top: 0px;
}

.page--product--detail .product--detail {
    margin-bottom: 0px;
}

.page--blog,
.page--inner {
    padding: 0;
}


/* Find Size */
.shop--sidebar {
    padding: 0;
}

.guide_size_desc {
    padding: 15px 15px 23px 15px;
}

.guide_size_desc p {
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.zoom-container {
    position: fixed;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.zoom-close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.zoom-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1024px) {
    .mySwiper_mobile .swiper-slide img {
        width: 100%;
        height: auto;
        cursor: zoom-in;
    }

    .zoom-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
}