.category-slider-ss1-tpl1 .category-slider {
    padding: 20px 40px;
    background: #f3f3f3;
}

.category-slider-ss1-tpl1 .category-item {
    text-align: center;
    padding: 10px;
}

.category-slider-ss1-tpl1 .cat-card {
    width: 100%;
    height: 150px;
    background: #e6e6e6;
    margin: 0 auto 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    background: #ebeced;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.category-slider-ss1-tpl1 .cat-card:before {}

.category-slider-ss1-tpl1 .cat-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}

.category-slider-ss1-tpl1 .category-item:hover .cat-card {
    transform: translateY(-5px);
}

.category-slider-ss1-tpl1 .category-item:hover img {
    transform: scale(1.05);
}

.category-slider-ss1-tpl1 .category-item h4 {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.category-slider-ss1-tpl1 .category-item p {
    font-size: 13px;
    color: #888;
}

.category-slider-ss1-tpl1 .slick-prev,
.category-slider-ss1-tpl1 .slick-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
}

.category-slider-ss1-tpl1 .slick-prev {
    left: -10px;
}

.category-slider-ss1-tpl1 .slick-next {
    right: -10px;
}

.category-slider-ss1-tpl1 .slick-prev:before,
.category-slider-ss1-tpl1 .slick-next:before {
    color: #333;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .category-slider-ss1-tpl1 .cat-card {
        width: 150px;
        height: 130px;
    }
}

@media (max-width: 768px) {
    .category-slider-ss1-tpl1 .cat-card {
        width: 130px;
        height: 110px;
    }
}

@media (max-width: 480px) {
    .category-slider-ss1-tpl1 .cat-card {
        width: 110px;
        height: 100px;
    }
}








































































/* =========================================== products ======================================================= */

.section-list-product-ss1-tpl1 .section-product-highlight {
    padding: 20px 20px;
    background: #f7f7f7;
    border-radius: 5px;
}

.section-list-product-ss1-tpl1 .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.section-list-product-ss1-tpl1 .highlight-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 24px;
}

.section-list-product-ss1-tpl1 .highlight-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.section-list-product-ss1-tpl1 .highlight-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-list-product-ss1-tpl1 .banner-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

.section-list-product-ss1-tpl1 .banner-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.section-list-product-ss1-tpl1 .btn-banner {
    display: inline-block;
    padding: 10px 18px;
    background: var(--bv-secondary);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.section-list-product-ss1-tpl1 .highlight-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.section-list-product-ss1-tpl1 .product-card {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    transition: 0.3s;
}

.section-list-product-ss1-tpl1 .product-card:hover {
    transform: translateY(-5px);
}

.section-list-product-ss1-tpl1 .product-img {
    position: relative;
    text-align: center;
}

.section-list-product-ss1-tpl1 .product-img img {
    width: 100%;
    aspect-ratio: 6/7;
}

.section-list-product-ss1-tpl1 .discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.section-list-product-ss1-tpl1 .product-title {
    font-size: 14px;
    margin: 10px 0;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-list-product-ss1-tpl1 .price {
    margin-bottom: 10px;
}

.section-list-product-ss1-tpl1 .price .new {
    color: #d0021b;
    font-weight: bold;
}

.section-list-product-ss1-tpl1 .price .old {
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
}

.section-list-product-ss1-tpl1 .btn-cart {
    width: 100%;
    padding: 10px;
    background: var(--bv-secondary);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.section-list-product-ss1-tpl1 .btn-cart.out {
    background: #888;
}



@media (max-width: 992px) {
    .section-list-product-ss1-tpl1 .highlight-wrapper {
        grid-template-columns: 1fr;
    }

    .section-list-product-ss1-tpl1 .highlight-products {
        grid-template-columns: repeat(2, 1fr);
    }
}















































/* categoty-ss1-tpl2 */
.categoty-ss1-tpl2 {
    /* HEADER */
    /* LIST */
    /* ITEM */
}

.categoty-ss1-tpl2 .trend-section {
    background: #f5f6f8;
    /* padding: 30px 0px; */
}

.categoty-ss1-tpl2 .trend-container {
    background: #fff;
    padding: 20px;
}

.categoty-ss1-tpl2 .trend-header {
    display: flex;
    align-items: center;
    justify-content: center;
    /* căn giữa */
    gap: 10px;
    margin-bottom: 20px;
}

.categoty-ss1-tpl2 .trend-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2c3e50, #4ca1af);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.categoty-ss1-tpl2 .trend-title span {
    font-size: 20px;
    font-weight: 600;
}

.categoty-ss1-tpl2 .trend-list {
}

.categoty-ss1-tpl2 .trend-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    background: #f7f8fa;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: 0.3s;
    margin-right: 10px;
}

.categoty-ss1-tpl2 .trend-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.categoty-ss1-tpl2 .trend-item img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

.categoty-ss1-tpl2 .trend-item h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.categoty-ss1-tpl2 .trend-item p {
    font-size: 12px;
    color: #888;
}