section {
    padding: 64px 0 !important;
}

.top-title {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    section {
        padding: 48px 0 !important;
    }

    .top-title {
        margin-bottom: 30px;
    }
}

#home-slider {
    position: relative;
    width: 100%;
    height: calc(80vh - 63px);
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0!important;
}

#home-slider .home-slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 10;
}
#home-slider .slider-item__inner{
    position: relative;
}
#home-slider .slider-item__inner .img{

}
#home-slider .slider-item__inner .img img{
    width: 100%;
    object-fit: cover;
    height:calc(80vh - 63px);
}
@media (max-width: 767px){
    #home-slider{
        height: auto;
        padding-bottom: 0!important;
    }
    #home-slider .slider-item__inner .img img{
        width: 100%;
        object-fit: cover;
        height:calc(70vh - 80px);
    }
}
#home-slider .home-slider-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
}
#home-slider .home-slider-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.slick-prev, .slick-next{
    z-index: 33;
}

#home-slider {
    position: relative;
}

/* Arrow button */
#home-slider .slick-prev,
#home-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 46px;
    height: 46px;

    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    border: none;

    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
#home-slider .slick-prev:hover,
#home-slider .slick-next:hover {
    background: rgba(0,0,0,0.7);
}

/* Position */
#home-slider .slick-prev {
    left: 30px;
}
#home-slider .slick-next {
    right: 30px;
}

/* Font Awesome icon */
#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    opacity: 1;
}

/* Icon FA 4.7 */
#home-slider .slick-prev:before {
    content: "\f104"; /* fa-angle-left */
}

#home-slider .slick-next:before {
    content: "\f105"; /* fa-angle-right */
}

#home-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 12px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

#home-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

#home-slider .slick-dots li button {
    padding: 0;
}

#home-slider .slick-dots li button:before {
    display: none; /* tắt style mặc định của slick */
}
#home-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#home-slider .slick-dots li.slick-active button {
    background: #f55f53;
    transform: scale(1.4);
}


/* Trạng thái ban đầu */
.home-slider-content {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* Khi slide active */
.slick-active .home-slider-content {
    opacity: 1;
    transform: translateY(0);
}

/* Delay cho từng phần */
.home-slider-content h1 {
    transition-delay: 0.2s;
}

.home-slider-content p {
    transition-delay: 0.4s;
}



#home-slider .scrollTo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url('../img/scrolldown.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

#header, #menu-mobile {
    text-transform: uppercase;
}

@media (max-width: 991px) {

    .sub_menu_dropdown {
        display: none;
    }

    #menu-mobile .mb-menu li a i {
        position: relative;
        top: 3px;
        right: 10px;
    }

    #menu-mobile .mb-menu li a {
        display: flex;
        justify-content: space-between;
    }
}

/* ===== About section ===== */
#about {
    position: relative;
    padding: 64px 0;
    /*background: linear-gradient(180deg, rgba(91, 57, 33, 0.05), rgba(91, 57, 33, 0.02) 40%, transparent 100%),*/
    /*#fbfaf8;*/
    background: #ffffff;
}

/* ===== Collection New ===== */
#collection-new {
    padding: 64px 0 28px;
    background: #fff;
}

.top-title .title-section span {
    position: relative;
    display: inline-block;
}

.top-title .title-section span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: var(--colorshop);
    border-radius: 2px;
}

#collection-new .slick-slider-collect {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#collection-new .slick-slider-collect .item {
}

.collect-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #faf7f4;
    border: 1px solid rgba(91, 57, 33, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.collect-card:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 57, 33, 0.28);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
}

.collect-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #eae7e4;
}

.collect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collect-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.55) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 16px 18px;
    color: #fff;
}

.collect-title {
    margin: 0 0 4px;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
}

.collect-desc {
    margin: 0 0 10px;
    opacity: 0.92;
    font-size: 0.95rem;
}

.collect-action {
    display: inline-block;
    align-self: flex-start;
    background: #ffffff;
    color: var(--bgshop);
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.9rem;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.35);
}

.collect-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    background: var(--bgshop);
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 14px rgba(91, 57, 33, 0.35);
}

@media (max-width: 1199px) {
    #collection-new .slick-slider-collect {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #collection-new {
        padding: 48px 0 22px;
    }

    #collection-new .slick-slider-collect {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 479px) {
    #collection-new .slick-slider-collect {
        grid-template-columns: 1fr;
    }
}

#about .top-title .title-section span {
    position: relative;
    display: inline-block;
}

#about .top-title .title-section span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 64px;
    height: 3px;
    background: var(--colorshop);
    border-radius: 2px;
}

/* Card-style highlight for the about text */
#about .container > div:last-child {
    max-width: 960px;
    margin: 28px auto 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 28px;
    line-height: 1.85;
    color: #3b2b22;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-left: 6px solid var(--colorshop);
    position: relative;
}

#about .container > div:last-child:before {
    content: "\f10d"; /* fa-quote-left */
    font-family: FontAwesome;
    position: absolute;
    top: -16px;
    left: 18px;
    font-size: 20px;
    color: var(--colorshophover);
    background: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ===== Why section ===== */
#why {
    padding: 64px 0 68px;
    background: #fff;
}

#why .top-title .title-section span {
    position: relative;
    display: inline-block;
}

#why .top-title .title-section span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: var(--colorshop);
    border-radius: 2px;
}

#why .why-content ul {
    list-style: none;
    margin: 28px auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1100px;
}

#why .why-content li {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(91, 57, 33, 0.12);
    border-radius: 14px;
    padding: 16px 18px 16px 56px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

#why .why-content li:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 57, 33, 0.28);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

#why .why-content li span {
    color: var(--colorshop);
    font-weight: 600;
}

/* Icon bullet */
#why .why-content li:before {
    content: "\f00c"; /* fa-check */
    font-family: FontAwesome;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--bgshop);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(91, 57, 33, 0.35);
}

/* Staggered appear animation */
@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#why .why-content li {
    opacity: 0;
    animation: fadeUpIn 600ms ease-out forwards;
}

#why .why-content li:nth-child(1) {
    animation-delay: 60ms;
}

#why .why-content li:nth-child(2) {
    animation-delay: 140ms;
}

#why .why-content li:nth-child(3) {
    animation-delay: 220ms;
}

#why .why-content li:nth-child(4) {
    animation-delay: 300ms;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 991px) {
    #about {
        padding: 48px 0;
    }

    #why {
        padding: 48px 0 52px;
    }
}

@media (max-width: 767px) {
    #about .container > div:last-child {
        padding: 22px 18px;
        border-left-width: 5px;
    }

    #why .why-content ul {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #why .why-content li {
        padding-left: 52px;
    }
}

/* ===== Product Detail Page ===== */
.breadcrumb {
    background: #fbfaf8;
    font-size: 14px;
}

.breadcrumb .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb a {
    color: var(--colorshop);
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 6px;
    color: #8c827a;
}

#product-detail .product-detail-wrap {
    /*display: grid;*/
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}
#product-detail .foogallery{
    display: flex;
    flex-wrap: wrap;
}
/*#product-detail .foogallery .fg-item{*/
/*    width: 50%;*/
/*}*/

.product-gallery {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-media-main {
    border-radius: 10px;
    overflow: hidden;
}

.media-main-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/*.product-media-thumbs {*/
/*    list-style: none;*/
/*    !*display: grid;*!*/
/*    grid-template-columns: repeat(5, 1fr);*/
/*    gap: 10px;*/
/*    margin: 12px 0 0;*/
/*    padding: 0;*/
/*}*/

/*.product-media-thumbs img {*/
/*    width: 100%;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    border: 1px solid rgba(91, 57, 33, 0.15);*/
/*}*/
.slick-slide img{
    max-width: 100%;
}
.product-info {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.product-title {
    margin: 0 0 8px;
    font-size: 26px;
}

.product-price {
    color: red;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
}

.product-shortdesc {
    color: #3b2b22;
    opacity: 0.9;
}

.product-options {
    margin: 18px 0;
}

.option-group {
    margin-bottom: 14px;
}

.option-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.option-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.opt {
    border: 1px solid rgba(91, 57, 33, 0.2);
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.opt.is-active, .opt:hover {
    background: var(--bgshop);
    color: #fff;
    border-color: var(--bgshop);
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(91, 57, 33, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.qty-control input {
    width: 56px;
    text-align: center;
    border: 0;
    padding: 8px 6px;
    outline: none;
}

.qty-btn {
    background: #f3efec;
    color: var(--bgshop);
    border: 0;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 700;
}

.product-actions {
    display: flex;
    gap: 10px;
    margin: 18px 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-primary {
    background: var(--bgshop);
    color: #fff;
}

.btn-outline {
    background: #fff;
    color: var(--bgshop);
    border-color: var(--bgshop);
}

.product-highlights {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    color: #3b2b22;
}

.product-highlights li {
    margin-bottom: 6px;
}

.product-highlights i {
    color: var(--bgshop);
    margin-right: 6px;
}

.product-extra {
    margin-top: 24px;
}

.product-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 2px solid rgba(91, 57, 33, 0.15);
}

.product-tabs .tab-link {
    background: transparent;
    border: 0;
    padding: 12px 16px;
    cursor: pointer;
    color: var(--colorshop);
    border-bottom: 3px solid transparent;
}

.product-tabs .tab-link.active {
    border-bottom-color: var(--colorshop);
    background: rgba(91, 57, 33, 0.06);
}

.tab-contents {
    padding: 16px 0;
}
.tab-contents p, .tab-contents li{
    margin-bottom: 15px;
}

.tab-panel {
    display: none;
}

.tab-panel.show {
    display: block;
}

/*ul.product-media-thumbs li img {*/
/*    height: 110px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

@media (max-width: 991px) {
    #product-detail .product-detail-wrap {
        grid-template-columns: 1fr;
    }
}

/* ===== Collection Detail Page ===== */
.collection-hero {
    background: linear-gradient(180deg, rgba(91, 57, 33, 0.06), rgba(91, 57, 33, 0));
}

.collection-hero .hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.collection-hero .hero-text h1 {
    margin: 0 0 8px;
    text-transform: uppercase
}

.collection-hero .hero-text p {
    margin: 0 0 12px;
    opacity: 0.9;
}

.collection-hero .hero-media img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.collection-grid .filters {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.filters .filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filters select {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(91, 57, 33, 0.2);
}

.products-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(91, 57, 33, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform .2s, box-shadow .2s;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.product-card .card-media {
    aspect-ratio: 4/3;
    background: #eee;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-info {
    padding: 12px;
}

.card-title {
    margin: 0 0 4px;
    font-size: 16px;
}

.card-price {
    color: red;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .collection-hero .hero-inner {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (max-width: 767px) {
    .collection-hero .hero-inner {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Related Products Section ===== */
#related-products {
    padding: 64px 0;
    background: #fbfaf8;
}

#related-products .top-title {
    margin-bottom: 40px;
}

#related-products .top-title .title-section span {
    position: relative;
    display: inline-block;
}

#related-products .top-title .title-section span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: var(--colorshop);
    border-radius: 2px;
}

.related-products-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.related-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(91, 57, 33, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    text-decoration: none;
    color: inherit;
}

.related-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 57, 33, 0.28);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
}

.related-product-media {
    position: relative;
    aspect-ratio: 4/3;
    background: #eae7e4;
}

.related-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-product-info {
    padding: 16px;
}

.related-product-title {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3b2b22;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-product-price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
}

.related-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--bgshop);
    color: #fff;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(91, 57, 33, 0.35);
}

@media (max-width: 1199px) {
    .related-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #related-products {
        padding: 48px 0;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 479px) {
    .related-products-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Search Results Page ===== */
#search-results {
    padding: 64px 0;
    background: #fbfaf8;
}

.search-info {
    text-align: center;
    margin-bottom: 32px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.search-info p {
    margin: 0;
    font-size: 16px;
    color: #3b2b22;
}

.search-info strong {
    color: var(--colorshop);
}

.search-stats {
    text-align: center;
    margin-bottom: 32px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.search-stats p {
    margin: 0;
    color: #8c827a;
}

.search-stats strong {
    color: var(--colorshop);
}

.search-products-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.search-product-item {
    margin: 0;
}

.search-product-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(91, 57, 33, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.search-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 57, 33, 0.28);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
}

.search-product-media {
    position: relative;
    aspect-ratio: 4/3;
    background: #eae7e4;
}

.search-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--bgshop);
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(91, 57, 33, 0.35);
}

.search-product-info {
    padding: 20px;
}

.search-product-title {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3b2b22;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-product-price {
    color: #e74c3c;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 12px;
}

.search-product-excerpt {
    color: #8c827a;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-product-category {
    font-size: 12px;
    color: var(--colorshop);
    font-weight: 500;
}

.search-product-category span {
    background: rgba(91, 57, 33, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

/* Pagination */
.search-pagination {
    text-align: center;
    margin-top: 40px;
}

.search-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.search-pagination .page-numbers li {
    margin: 0;
}

.search-pagination .page-numbers a,
.search-pagination .page-numbers span {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #3b2b22;
    background: #fff;
    border: 1px solid rgba(91, 57, 33, 0.15);
    transition: all 0.2s ease;
}

.search-pagination .page-numbers a:hover {
    background: var(--colorshop);
    color: #fff;
    border-color: var(--colorshop);
}

.search-pagination .page-numbers .current {
    background: var(--colorshop);
    color: #fff;
    border-color: var(--colorshop);
}

/* No Results */
.no-search-results {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.no-results-icon {
    margin-bottom: 24px;
}

.no-search-results h3 {
    margin: 0 0 16px;
    color: #3b2b22;
    font-size: 24px;
}

.no-search-results p {
    margin: 0 0 32px;
    color: #8c827a;
    font-size: 16px;
}

.no-results-suggestions {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 32px;
    padding: 20px;
    background: #fbfaf8;
    border-radius: 8px;
}

.no-results-suggestions h4 {
    margin: 0 0 16px;
    color: #3b2b22;
    font-size: 16px;
}

.no-results-suggestions ul {
    margin: 0;
    padding-left: 20px;
    color: #8c827a;
}

.no-results-suggestions li {
    margin-bottom: 8px;
}

.no-results-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.no-results-actions .btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--bgshop);
    color: #fff;
    border: 1px solid var(--bgshop);
}

.btn-primary:hover {
    background: var(--colorshophover);
    border-color: var(--colorshophover);
}

.btn-outline {
    background: #fff;
    color: var(--colorshop);
    border: 1px solid var(--colorshop);
}

.btn-outline:hover {
    background: var(--colorshop);
    color: #fff;
}

/* Responsive */
@media (max-width: 1199px) {
    .search-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    #search-results {
        padding: 48px 0;
    }
    
    .search-products-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .search-product-info {
        padding: 16px;
    }
    
    .no-results-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .no-results-actions .btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}
.product-block .product-detail .pro-price,.card-price{
    margin-bottom: 10px;
}

/* ===== Back To Top Button ===== */
.back-to-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	display: none;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 9999;
	background: var(--bgshop);
	color: #fff;
	border: 0;
	border-radius: 999px;
    width: 40px;
    height: 40px;
	box-shadow: 0 10px 24px rgba(0,0,0,.15);
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;    
}



.back-to-top.show {
	display: inline-flex;
	align-items: center;
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.back-to-top {
		right: 12px;
		bottom: 60px;
	
	}
    footer.bgft{
        margin-bottom: 42px!important;
    }
}
@media (max-width: 767px) {
    .top-ft-wanda .tablink * {
        text-align: left !important;
    }
    .custome-search{
        position: absolute;
        top: -8px;
        right: -70px;
    }
    /*footer*/
    .social-fixed{
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;

    }
    .social-fixed ul{
        display: flex;
        justify-content: center;
    }
    .social-fixed ul li{
        width: 25%;
        border-radius: 0;
        margin-bottom: 0;
    }
}

.custome-search{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .custome-1{
        justify-content: space-between;
    }
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        transition: transform 0.35s ease;
    }

    /* Khi ẩn */
    .site-header.header-hidden {
        transform: translateY(-100%);
    }

    /* Khi hiện */
    .site-header.header-visible {
        transform: translateY(0);
    }

}


/*quy trinh thu cong*/
/* ===== Base (Desktop) ===== */
#craft-process {
    padding: 80px 0;
    background: #f8f6f3;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-item {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #eee;
    transition: transform .3s ease, box-shadow .3s ease;
}

.process-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.process-item .step {
    font-size: 32px;
    font-weight: 600;
    color: #5B3921;
}

.process-item h3 {
    margin: 12px 0 8px;
    font-size: 18px;
}

.process-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ===== Tablet ===== */
@media (max-width: 1199px) {
    .process-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    #craft-process {
        padding: 60px 0;
    }
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .process-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #craft-process {
        padding: 50px 0;
    }

    .process-item {
        padding: 25px 20px;
    }

    .process-item .step {
        font-size: 28px;
    }

    .process-item h3 {
        font-size: 16px;
    }

    .process-item p {
        font-size: 13px;
    }
}


/*cam ket*/
#commitment {
    padding: 70px 0;
    background: #5B3921;
    color: #fff;
}

.commitment-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.commitment-box h2 {
    margin-bottom: 25px;
    font-size: 28px;
}

.commitment-box ul {
    list-style: none;
    padding: 0;
}

.commitment-box li {
    margin-bottom: 12px;
    font-size: 15px;
}


#custom-leather {
    padding: 80px 0;
}

.custom-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.custom-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.custom-text p {
    color: #555;
    margin-bottom: 25px;
}

.btn-custom {
    display: inline-block;
    padding: 12px 30px;
    background: #5B3921;
    color: #fff;
    text-decoration: none;
    transition: background .3s;
}

.btn-custom:hover {
    background: #857469;
}

.custom-img img {
    width: 100%;
    display: block;
}


#testimonial {
    padding: 70px 0;
    background: #f3efe9;
}

/* Slider wrapper */
.testimonial-slider {
    max-width: 900px;
    margin: 0 auto;
}

/* Item */
.testimonial-item {
    background: #fff;
    padding: 35px 30px;
    border: 1px solid #eee;
    text-align: center;
    font-style: italic;
    position: relative;
}

/* Quote icon */
.testimonial-item::before {
    content: "“";
    font-size: 48px;
    color: #5B3921;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

/* Text */
.testimonial-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* Author */
.testimonial-item strong {
    display: block;
    margin-top: 18px;
    font-style: normal;
    font-size: 14px;
    color: #5B3921;
    letter-spacing: .5px;
}

/* ===== Slick dots – luxury ===== */
#testimonial .slick-dots {
    bottom: -35px;
}

#testimonial .slick-dots li button:before {
    font-size: 8px;
    color: #5B3921;
    opacity: .3;
}

#testimonial .slick-dots li.slick-active button:before {
    opacity: 1;
}

/* ===== Desktop ===== */
@media (min-width: 1024px) {
    #testimonial {
        padding: 90px 0;
    }

    .testimonial-item {
        padding: 45px 40px;
    }

    .testimonial-item p {
        font-size: 16px;
    }
}








#cta-custom {
    position: relative;
    padding: 100px 0;
    background: url('../img/leather-la-gi-9.webp') center/cover no-repeat;
    color: #fff;
}

#cta-custom .cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

#cta-custom .container {
    position: relative;
    z-index: 2;
}

.cta-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #eee;
}
.cta-content ul{
    margin-bottom: 30px;
}
.cta-content ul li{
    text-align: center;
    margin-bottom: 5px;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-cta {
    padding: 14px 36px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-cta.primary {
    background: #5B3921;
    color: #fff;
}

.btn-cta.primary:hover {
    background: #857469;
}

.btn-cta.outline {
    border: 1px solid #fff;
    color: #fff;
}

.btn-cta.outline:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
@media (max-width: 1024px) {
    #cta-custom {
        padding: 80px 0;
    }

    .cta-content {
        max-width: 90%;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #cta-custom {
        padding: 60px 0;
        background-position: center top;
    }

    .cta-content h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .cta-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .cta-content ul {
        margin-bottom: 25px;
        padding: 0;
    }

    .cta-content ul li {
        font-size: 13px;
        margin-bottom: 6px;
        display: block;
    }

    .cta-actions {
        flex-direction: column;
        gap: 12px;
    }

    .btn-cta {
        width: 100%;
        padding: 14px 0;
        font-size: 13px;
    }
}




/* CARD */
.product-block.item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    height: 100%;
}

.product-block.item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.product-img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.product-img img {
    width: 100%;
    transition: transform 0.6s ease;
}

.product-block.item:hover .product-img img {
    transform: scale(1.08);
}

/* QUICK VIEW OVERLAY */
.product-icon-action {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: all 0.4s ease;
}

.product-block.item:hover .product-icon-action {
    opacity: 1;
}

/* QUICK VIEW BUTTON */
.btn_quickview {
    background: #fff;
    color: #333;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all 0.3s ease;
}

.btn_quickview:hover {
    background: #5B3921;
    color: #fff;
}

/* PRODUCT DETAIL */
.row-left-list > *{
    margin-bottom: 25px!important;
}
.product-detail {
    padding: 16px 18px 20px;
}

.pro-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.pro-name a {
    color: #222;
    transition: color 0.3s;
}

.pro-name a:hover {
    color: #5B3921;
}

/* PRICE */
.box-pro-prices {
    margin-top: 6px;
}

.pro-price span {
    color: #c0392b;
    font-size: 17px;
    font-weight: 700;
}

/* DESCRIPTION */
.box-pro-prices p:last-child {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .product-detail {
        padding: 14px;
    }
    .pro-name {
        font-size: 15px;
    }
    a.btn-cta.outline.no-hover{
        max-width: 200px;
        text-align: center;
    }
}

