﻿
<style>
    .woo-product-vertical-card {
    display: flex;
    gap: 28px;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    overflow: hidden;
    align-items: center;
}

.woo-product-left {
    width: 30%;
}

.woo-product-left img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    display: block;
}

.woo-product-right {
    width: 70%;
}

.woo-product-title {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.woo-product-title a {
    text-decoration: none;
    color: red;
}

.woo-product-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo-product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e53935;
    margin-bottom: 22px;
}

.woo-product-price del {
    opacity: .5;
    font-size: 20px;
}

.woo-product-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff5722, #e53935);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: all .25s ease;
}

.woo-product-btn:hover {
    transform: translateY(-2px);
    opacity: .92;
}

@media (max-width: 768px) {
    .woo-product-vertical-card {
         gap: 10px;
         padding: 10px;
                 align-items: start;
    }

    .woo-product-left,
    .woo-product-right {
         
    }

    .woo-product-title {
        font-size: 0.9rem;
        margin: 0;
    }
    
    .woo-product-desc {
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    }
    .woo-product-price {
    margin-bottom: 5px;
    }
    .woo-product-btn {
    padding: 0.1rem 1rem;
    }

    
}
</style><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//chayngon.io.vn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://chayngon.io.vn/post-sitemap.xml</loc>
		<lastmod>2026-06-18T04:54:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://chayngon.io.vn/page-sitemap.xml</loc>
		<lastmod>2026-04-19T14:58:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://chayngon.io.vn/product-sitemap1.xml</loc>
		<lastmod>2026-04-19T15:36:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://chayngon.io.vn/product-sitemap2.xml</loc>
		<lastmod>2026-04-19T15:34:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://chayngon.io.vn/category-sitemap.xml</loc>
		<lastmod>2026-06-18T04:54:02+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->