/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
    --bg-color: #f6f1ed;
    --text-color: #000;
    --dot-bg: #716f6c;
    --dot-active-bg: #2b2b2b;
    --dot-active-border-color: #ecded2;
}
html.offcanvas-open {
    overflow: hidden;
}
body {
    background-color: var(--bg-color);
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1598px;
}
.col, .columns, .gallery-item {
    padding: 0 24px 24px;
}
.container {
    padding-left: 24px;
    padding-right: 24px;
}

.header-wrapper {
    border-bottom: 1px solid #bab6b3;
}
#wrapper .header-main,
#wrapper .header.show-on-scroll, 
#wrapper .stuck .header-main {
    height: unset !important; 
}
.header-main {
    padding-block: 26px 8px;
}
.header-nav-main.nav-right {
    gap: 30px;
}
.header-nav-main.nav-right > li {
    margin: 0;
}
.header-nav-main.nav-right > li > a {
    padding: 0;
    color: var(--text-color);
    display: block;
}

.header-bottom-nav {
    gap: 40px;
}
.header-bottom-nav > li {
    margin: 0;
}
.header-bottom-nav > li > a {
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
    padding: 0;
    color: var(--text-color);
    letter-spacing: 0.1em;
}
.searchform .button.icon {
    width: 28px;
    height: 28px;
    padding: 0;
    background: 0;
    color: var(--text-color);
    border: none;
    min-width: unset;
    min-height: unset;
}
.mf-filter-toggle-btn img {
    width: 24px;
    height: auto;
    display: block;
} 
form.searchform > .flex-row {
    gap: 5px;
}
form.searchform .search-field {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;
    padding: 0 4px;
    height: 24px;
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2em;
    width: 132px;
    background: var(--bg-color);
}
form.searchform .search-field::placeholder {
    color: var(--text-color);
    align-items: flex-end;
}
#search-lightbox form.searchform .search-field  {
    width: 100%;
    height: 44px;
    padding: 10px;
}
#search-lightbox .searchform .button.icon {
    position: absolute;
    top: 8px;
    right: 8px;
}
.account-link,
.nav-top-not-logged-in {
    display: block;
}
.account-link svg,
.nav-top-not-logged-in svg {
    width: 28px;
    display: block;
    height: 28px;
}
.header-cart-link .cart-img-icon {
    width: 28px;
    height: 28px;
    display: block;
}

.section-heading > * {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
}
.product-list.row {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
    row-gap: 70px;
}
.product-list.row:after {
    display: none;
}
.product-list.row > .col {
    padding: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.product-small .box-text {
    padding: 18px 0 0;
}
.product-small .product-title {
    margin: 0;
}
.product-small .product-title a {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-color);
    line-height: 23px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-small .price-wrapper {
    height: unset !important;
}
.product-small span.amount {
    font-size: 16px;
    line-height: 23px;
    color: var(--text-color) !important;
    opacity: 1;
    font-weight: 500;
    margin-right: 3px;
    display: block;
}
.product-small .price-wrapper .price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.product-small .product-suffix {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--text-color);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.button.btn-plain-link {
    padding: 5px 30px;
    border: none;
    border-bottom: 1px solid var(--text-color);
    min-height: unset;
    line-height: 1;
    background: transparent;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    margin: 0;
    box-shadow: none !important;
    font-size: 22px;
}
.button.btn-plain-link span {
    line-height: inherit;
}
.product-cat-list.row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.product-cat-list.row:after {
    display: none;
}
.product-cat-list.row > .product-category.col {
    padding: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.product-cat-list .box-text {
    padding: 17px 0 0;
    text-align: left;
}
.product-cat-list .box-text {
    padding: 17px 0 0;
    text-align: left;
}
.product-cat-list .header-title {
    margin: 0;
    line-height: normal;
    font-size: 19px;
    font-weight: 500;
}
.sec3 {
    padding-top: 6px !important;
    padding-bottom: 15px !important;
}
.sec3 .main-img,
.sec4 .main-img {
    text-align: center;
}
.sec3 .main-img img,
.sec4 .main-img img  {
    max-width: 440px;
    padding-inline: 24px;
    height: auto;
    margin-inline: auto;
}
.sec4 {
    padding-top: 70px !important;
    padding-bottom: 25px !important;
}
.sec4 .main-img img {
    max-width: 737px;
    padding: 0 24px;
}
.sec4 .main-img-mb .img-inner {
    text-align: center;
}
.sec4 .main-img-mb img {
    max-width: 77.4%;
}
.feedback-slider .flickity-page-dots {
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.feedback-slider .flickity-page-dots li {
    width: 13px;
    height: 13px;
    margin: 0;
    border-radius: 20px;
    background-color: var(--dot-bg);
    border: none;
    opacity: 1;
}
.feedback-slider .flickity-page-dots li.is-selected {
    width: 20px;
    height: 20px;
    border: 5px solid var(--dot-active-border-color);
    background-color: var(--dot-active-bg) !important;
}
.gallery-carousel img {
    aspect-ratio: 1215 / 1050;
    object-fit: cover;
}
.sec7 {
    padding-bottom: 135px !important;
}
.section-heading-big > * {
    font-size: 71px !important;
    line-height: normal !important;
    letter-spacing: 0.2em;
    font-weight: 400 !important;
    margin: 0 !important;
}
.aboutus-button {
    width: 202px;
    height: 55px;
    padding: 0;
    line-height: 55px;
    font-size: 18px;
    color: var(--text-color) !important;
    border: none;
    letter-spacing: 0.2em;
    background-color: var(--bg-color) !important;
    margin: 0 !important;
}
.aboutus-header .img {
    width: auto !important;
}
.aboutus-header img {
    width: 58px;
    height: auto;
}
.aboutus-header .text > * {
    font-size: 49px;
    line-height: normal;
    font-weight: 400;
}
.aboutus-content {
    color: var(--text-color);
    line-height: normal;
}
.aboutus-content p:last-of-type {
    margin-bottom: 0;
}

.footer-heading > * {
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-logo {
    text-align: center;
    margin: 0 0 10px !important;
}
.footer-logo img {
    width: 104px;
    height: auto;
    margin-inline: auto;
}
.absolute-footer {
    display: none;
}
.footer-copyright > * {
    margin: 0;
}
.footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.footer-socials .button {
    margin: 0;
    min-width: unset;
}
.footer-socials .button i {
    font-size: 38px;
    top: 0;
}

.mf-banner-slide {
    position: relative;
    width: 100%;
    height: calc( 100svh - 121px ); /* full màn hình - header */
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.admin-bar .mf-banner-slide {
    height: calc( 100svh - 121px - 32px ); /* full màn hình - header - admin bar */
}

.mf-banner-video,
.mf-banner-slide img.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mf-banner-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.mf-banner-content {
    max-width: 1570px;
    margin-inline: auto;
    width: 100%;
    padding-inline: 24px;
    margin-bottom: 128px;
    z-index: 2;
}
.mf-content-inner {
    display: flex;
    flex-direction: column;
}
.mf-banner-title {
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    max-width: 400px;
}
.mf-banner-btn {
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #ecded2;
    color: var(--text-color) !important;
    font-size: 19px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-align: center;
}
.mf-video-controls {
    display: flex;
    justify-content: space-between;
}
.mf-video-controls svg {
    width: 20px;
    height: 20px;
    color: #ecded2;
    display: block;
}
.mf-video-controls button {
    min-height: unset;
    line-height: unset;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    margin: 0;
}
.fixed-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 250px;
    height: 58px;
    line-height: 58px;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.3em;
    font-weight: 500;
    border: 2px solid var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    margin: 0;
}
.fixed-button.button:hover {
    background-color: var(--text-color);
    color: #fff;
}
.fixed-button.button i {
    margin: 0 4px 0 0 !important;
    font-size: 20px;
    top: -1px;
}
.mf-banner-carousel .splide__pagination {
    gap: 6px;
    bottom: 50px;
}
.mf-banner-carousel .splide__pagination__page {
    line-height: unset;
    margin: 0;
    height: 11px;
    width: 11px;
    border-radius: 20px;
    background-color: #b9afa6;
    transform: none;
    display: block;
    min-height: unset;
    opacity: 1;
}
.mf-banner-carousel .splide__pagination__page.is-active {
    height: 14px;
    width: 14px;
    background-color: #000;
    border: 2px solid var(--dot-active-border-color);
}

.mf-carousel li {
    margin: 0 !important;
}
.mf-carousel .splide__pagination {
    bottom: 11px;
    gap: 3px;
    opacity: .6;
}
.mf-carousel .splide__pagination__page {
    line-height: unset;
    margin: 0;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    background-color: #aea49b;
    transform: none;
    display: block;
    min-height: unset;
    opacity: 1;
}
.mf-carousel .splide__pagination__page.is-active {
    height: 12px;
    width: 12px;
    background-color: #000;
    border: 3px solid var(--dot-active-border-color);
}
.mf-carousel li {
    margin: 0 !important;
}
.aboutus-page-title h1 {
    font-size: 66px;
    font-weight: 500 !important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 80px;
}
.text-about {
    color: #424242;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-size: 25px;
}
.text-about h2 {
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.mf-banner-content.mf-banner-content--mobile {
    margin-bottom: 50px;
}

.shop-page-title .page-title-inner {
    min-height: unset;
    padding-top: 0;
}

.shop-page-title {
    margin-top: 10px;
}
.shop-page-title h1 {
    margin: 0;
    line-height: normal;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.woocommerce-pagination .page-numbers {
    margin: 0 0 70px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.woocommerce-pagination .page-numbers li {
    margin: 0;
}
.woocommerce-pagination .page-numbers li .page-number {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    background: transparent;
    border: none;
    min-width: unset;
    height: 22px;
    display: block;
    color: #606060;
}
.woocommerce-pagination .page-numbers li .page-number.current,
.woocommerce-pagination .page-numbers li .page-number:hover {
    text-decoration: underline;
    color: #000;
}

.archive.post-type-archive-product .products,
.archive.tax-product_cat .products {
    margin: 0 0 70px !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
    row-gap: 70px;
}
.archive.post-type-archive-product .products:after,
.archive.tax-product_cat .products:after {
    display: none;
}
.archive.post-type-archive-product .products .product-small,
.archive.tax-product_cat .products .product-small {
    max-width: 100%;
    padding: 0;
}

#masthead > .container,
#wide-nav > .container,
.related-products-wrapper > .row.row-small {
    max-width: 1580px;
}

p {
    margin-bottom: 1rem;
}

.sidebar-menu .nav-sidebar li.html {
    padding: 15px 24px;
    background-color: var(--bg-color);
    font-size: 24px;
    letter-spacing: 0.1em;
}
.nav-vertical>li {
    padding-block: 24px;
}
.nav.nav-vertical>li>a {
    padding-block: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--text-color) !important;
}
.nav-vertical a {
    text-decoration: none;
    padding-inline: 24px !important;
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #adadad
}
.nav-vertical li li {
    padding: 0;
}
.nav-vertical>li>ul li a {
    color: #444444;
    padding-block: 5px;
}
.nav:not(.nav-slide) .active>.children {
    padding-bottom: 0;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background: #fff;
}
.mobile-sidebar {
    left: -100%;
    top: 67px;
    transition: left .4s;
    position: fixed;
    height: calc(100svh - 67px);
    background: #fff;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
}
.mobile-sidebar.active {
    left: 0;
}
.sidebar-menu .nav-sidebar li .toggle {
    opacity: 1;
    transform: rotate(-90deg);
}
.sidebar-menu .nav-sidebar li.active > .toggle {
    transform: rotate(0deg);
}
.product-footer .woocommerce-tabs {
    padding: 0;
    border: none;
    margin-bottom: calc(75px - 1rem);
}
.tab-panels .panel {
    line-height: 30px;
    font-size: 25px;
    letter-spacing: 0.05em;
}

@media (max-width: 849px) {
    .product-footer .woocommerce-tabs {
        margin-bottom: calc(50px - 1rem);
    }
    .tab-panels .panel {
        font-size: 20px;
        line-height: 1.4;
    }
    .header-main {
        padding-block: 1rem;
    }
    .aboutus-page-title h1 {
        font-size: 28px;
        line-height: normal;
    }
    .text-about {
        letter-spacing: 0;
        font-size: 16px;
        line-height: 1.5;
    }
    .text-about h2 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0;
        position: relative;
    }
    .text-about h2:after {
        content: '';
        display: block;
        width: 66%;
        height: 1px;
        background-color: #000;
    }
    .mobile-nav {
        gap: 20px;
    }
    .mobile-nav > li {
        margin: 0 !important;
    }
    .mobile-nav > li > a {
        padding: 0;
        display: block;
        color: var(--text-color);
    }
    .mobile-nav > li > a svg,
    .header-cart-link .cart-img-icon {
        width: 24px;
        height: 24px;
        display: block;
    }
    .product-list.row {
        grid-template-columns: repeat(3,1fr);
        column-gap: 20px;
        row-gap: 30px;
    }
    .product-cat-list.row {
        gap: 30px;
    }
    .mf-banner-slide,
    .admin-bar .mf-banner-slide {
        height: calc( 100svh - 66px );
    }
    .aboutus-header .text > * {
        font-size: 32px;
    }
    .section-heading-big > * {
        font-size: 48px !important;
        letter-spacing: 0.1em;
    }
    .aboutus-button {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .footer-heading > * {
        font-size: 24px;
    }
    .footer-socials {
        justify-content: flex-start;
        gap: 20px;
    }
    .footer-socials .button i {
        font-size: 24px;
    }
    
    .footer-heading {
        margin-bottom: 10px;
    }
    .footer-socials {
        margin-bottom: 10px;
    }
    .archive.post-type-archive-product .products,
    .archive.tax-product_cat .products {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 30px;
        margin-bottom: 50px !important;
    }
    .section-heading > * {
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .button.btn-plain-link {
        font-size: 20px;
    }
    .product-cat-list .header-title {
        font-size: 18px;
    }
    .fixed-button {
        width: 100%;
        right: 0;
        bottom: 0;
        height: 50px;
        font-weight: 600;
    }
    
    .mf-banner-slide,
    .admin-bar .mf-banner-slide {
        height: calc( 100svh - 66px - 50px );
    }
    .shop-page-title h1 {
        font-size: 28px;
    }
    .woocommerce-pagination .page-numbers {
        margin-bottom: 50px;
    }
}
@media (max-width: 549px) {
    .product-footer .woocommerce-tabs {
        margin-bottom: calc(40px - 1rem);
    }
    .tab-panels .panel {
        font-size: 18px;
    }
    #logo a {
        max-width: 90px !important;
        margin-inline: auto;
    }
    .mf-video-controls svg {
        width: 16px;
        height: 16px;
    }
    .mf-banner-carousel .splide__pagination {
        opacity: 0.6;
    }
    .mf-banner-carousel .splide__pagination__page {
        height: 8px;
        width: 8px;
    }
    .mf-banner-carousel .splide__pagination__page.is-active {
        height: 10px;
        width: 10px;
    }
    .section-heading-big > * {
        font-size: 32px !important;
    }
    .text-about h2:after {
        width: 75%;
    }
    .product-list.row {
        grid-template-columns: repeat(2,1fr);
        column-gap: 15px;
    }
    .product-cat-list.row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .button.btn-plain-link {
        letter-spacing: 0.1em;
        font-size: 18px;
    }
    .gallery-carousel img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
    .sec5 .row ,
    .sec-6 .row,
    .sec7 .row {
        margin: 0 !important;
    }
    .sec5 .row > .col,
    .sec-6 .row > .col,
    .sec7 .row > .col {
        padding: 0 !important;
    }
    .aboutus-header img {
        width: 40px;
    }
    .aboutus-header .text > * {
        font-size: 24px;
    }
    .footer-heading > * {
        font-size: 20px;
    }
    .footer-socials .button i {
        font-size: 20px;
    }
    .flickity-page-dots {
        pointer-events: auto !important;
    }
    .section-heading > * {
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .mf-banner-carousel .splide__pagination {
        bottom: 20px;
    }
    .mf-banner-content.mf-banner-content--mobile {
        margin-bottom: 20px;
    }
    .mf-banner-title {
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .mf-banner-btn {
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }
    .archive.post-type-archive-product .products,
    .archive.tax-product_cat .products {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px !important;
    }
    .mf-filter-button-container {
        margin-top: 20px;
    }
    .shop-page-title {
        margin-top: 20px;
    }
    .mf-product-count, .mf-filter-toggle-btn {
        font-size: 16px;
    }
    .mf-filter-toggle-btn img {
        width: 16px;
    }
    .woocommerce-pagination .page-numbers {
        margin-bottom: 30px;
        gap: 24px;
    }
    .woocommerce-pagination .page-numbers li .page-number {
        font-size: 14px;
    }
    .product-small .product-title a,
    .product-small .product-suffix,
    .product-small span.amount {
        font-size: 14px;
        line-height: normal;
    }
    .mf-carousel .splide__pagination__page {
        height: 6px;
        width: 6px;
    }
    .mf-carousel .splide__pagination__page.is-active {
        height: 10px;
        width: 10px;
        border: 2px solid var(--dot-active-border-color);
    }
    .product-cat-list .header-title {
        font-size: 14px;
    }
    .product-cat-list .box-text {
        padding: 10px 0 0;
    }
    .sec4 {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .sec3 .main-img img {
        max-width: 55%;
        padding: 0;
    }
    .feedback-slider .flickity-page-dots {
        opacity: 0.6;
    }
    .feedback-slider .flickity-page-dots li {
        width: 8px;
        height: 8px;
        margin: 0;
    }
    .feedback-slider .flickity-page-dots li.is-selected {
        width: 12px;
        height: 12px;
        border: 4px solid var(--dot-active-border-color);
    }
    .sec7 {
        padding-bottom: 50px !important;
    }
}

/* Product Card Styling */
.mf-product-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto 10px;
    width: 100%;
}

.mf-product-image {
    flex-shrink: 0;
    width: 80px;
    overflow: hidden;
}

.mf-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mf-product-info {
    flex: 1;
    min-width: 0;
}

.mf-product-title {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mf-product-card .mf-product-price {
    color :#fff;
    line-height: normal;
}

.mf-product-card span.amount {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 1;
}

.mf-product-meta {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}