.category-products-sale .deal-section {
    background: linear-gradient(90deg, #0f5c66, #083f45);
    padding: 40px 0;
    color: #fff;
}

.category-products-sale .deal-container {}

.category-products-sale .deal-container .row {
    gap: 20px 0;
}

.category-products-sale .deal-left {
    width: 300px;
}

.category-products-sale .deal-left h2 {
    font-size: 28px;
    font-weight: 700;
}

.category-products-sale .deal-line {
    width: 60px;
    height: 4px;
    background: #9cff00;
    margin: 10px 0 20px;
}

.category-products-sale .deal-sub {
    margin-bottom: 15px;
}

.category-products-sale .deal-countdown {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.category-products-sale .deal-countdown div {
    background: #0b3f45;
    width: 60px;
    text-align: center;
    padding: 10px 0;
}

.category-products-sale .deal-countdown span {
    font-size: 20px;
    font-weight: bold;
}

.category-products-sale .deal-countdown p {
    font-size: 12px;
    color: #9cff00;
}

.category-products-sale .deal-nav {
    margin-bottom: 20px;
}

.category-products-sale .deal-nav button {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.category-products-sale .deal-btn {
    display: inline-block;
    background: #0b3f45;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
}

.category-products-sale .deal-right {
    flex: 1;
}

.category-products-sale .deal-card {
    background: #fff;
    color: #000;
    padding: 10px;
    position: relative;
    margin: 0 10px;
}

.category-products-sale .deal-card img {
    width: 100%;
}

.category-products-sale .deal-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
}

.category-products-sale .deal-name {
    font-size: 14px;
    margin: 10px 0;
}

.category-products-sale .deal-price {
    display: flex;
    gap: 5px 10px;
    align-items: center;
    flex-wrap: wrap;
}

.category-products-sale .deal-price .new {
    color: red;
    font-weight: bold;
}

.category-products-sale .deal-price .old {
    text-decoration: line-through;
    color: #888;
}

.category-products-sale .deal-action {
    width: 100%;
    background: #9cff00;
    border: none;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
}

.category-products-sale .deal-progress {
    background: #eee;
    height: 6px;
}

.category-products-sale .deal-progress div {
    height: 100%;
    background: red;
}

.category-products-sale .deal-sold {
    font-size: 12px;
}


@media (max-width: 1024px) {
    .category-products-sale .deal-container {
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
    }

    .category-products-sale .deal-left {
        width: 100%;
    }
}































































/* categoy sale 2  */

.category-products-sale-tpl2 .category-section {
    background: #f3f3f3;
    padding: 30px 0px;
    text-align: center;
}

.category-products-sale-tpl2 .category-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.category-products-sale-tpl2 .category-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.category-products-sale-tpl2 .category-item {
    width: 160px;
}

.category-products-sale-tpl2 .category-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.category-products-sale-tpl2 .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.category-products-sale-tpl2 .category-item:hover img {
    transform: scale(1.05);
}

.category-products-sale-tpl2 .category-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.category-products-sale-tpl2 .category-item p {
    font-size: 13px;
    color: #777;
}

@media (max-width: 768px) {
    .category-products-sale-tpl2 .category-list {
        gap: 20px;
    }

    .category-products-sale-tpl2 .category-item {
        width: 120px;
    }

    .category-products-sale-tpl2 .category-img {
        width: 120px;
        height: 120px;
    }
}














































/* .deal-tpl-2-news */
.deal-tpl-2-news .deal-section {
    background: #f4f4f4;
    position: relative;
    padding: 15px;
    padding-top: 57px;
    position: relative;
    border-radius: 5px;
    background: -webkit-linear-gradient(45deg, #ff691c, #bb006c, #ea7200, #f40f22, #c7014f, #1d2a57);
    background-size: 350% 100%;
}

.deal-tpl-2-news .deal-header {
    background: linear-gradient(90deg, #ff003c, #ff6a00);
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deal-tpl-2-news .deal-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff000;
}

.deal-tpl-2-news .deal-time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.deal-tpl-2-news .time-box {
    background: #000;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.deal-tpl-2-news .deal-wrapper {
    padding: 20px 0px;
    border-radius: 0 0 12px 12px;
}

.deal-tpl-2-news .deal-card {
    /* min-width: 220px; */
    background: #fafafa;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
    margin: 0px 10px;
}

.deal-tpl-2-news .deal-img {
    position: relative;
    margin-bottom: 10px;
}

.deal-tpl-2-news .deal-img img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.deal-tpl-2-news .badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 5px;
}

.deal-tpl-2-news .deal-card h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.deal-tpl-2-news .price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.deal-tpl-2-news .price .new {
    color: red;
    font-weight: 700;
}

.deal-tpl-2-news .price .old {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.deal-tpl-2-news .price .sale {
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 50px;
	display: none;
}

.deal-tpl-2-news .sold {
    font-size: 12px;
    margin-top: 10px;
}

.deal-tpl-2-news .progress {
    height: 6px;
    background: #ffd6b3;
    border-radius: 10px;
    margin-top: 5px;
}

.deal-tpl-2-news .progress div {
    height: 100%;
    background: linear-gradient(90deg, red, orange);
    border-radius: 10px;
}

.deal-tpl-2-news .title_deal {
    background-image: url(//bizweb.dktcdn.net/100/479/509/themes/906551/assets/bg_title_deal.png?1758008845660);
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 23px;
    left: 50%;
    text-align: center;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.deal-tpl-2-news .title_deal .title_fl {
    color: #f6ff7d;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    padding: 12px;
}
































 .flash-seo-list-ss6 .fs1 {
	 background: linear-gradient(135deg, #1a0000 0%, #3d0000 40%, #1a0000 100%);
	 position: relative;
	 overflow: hidden;
	 padding: 0 16px;
}
 .flash-seo-list-ss6 .fs1::before {
	 content: '';
	 position: absolute;
	 inset: 0;
	 background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255, 60, 0, 0.04) 40px, rgba(255, 60, 0, 0.04) 80px);
	 pointer-events: none;
}
 .flash-seo-list-ss6 .fs1-inner {
	 padding: 20px 0 20px;
	 display: flex;
	 align-items: center;
	 gap: 40px;
	 position: relative;
	 z-index: 1;
}
 .flash-seo-list-ss6 .fs1-badge {
	 flex-shrink: 0;
}
 .flash-seo-list-ss6 .fs1-bolt {
	 width: 26px;
	 height: 66px;
	 background: linear-gradient(135deg, #ff6000, #ff0040);
	 clip-path: polygon(50% 0%, 80% 30%, 60% 30%, 100% 100%, 20% 55%, 50% 55%);
	 animation: pulse 1.2s ease-in-out infinite;
	 filter: drop-shadow(0 0 20px rgba(255, 60, 0, 0.8));
}
 @keyframes pulse {
	 0%, 100% {
		 transform: scale(1);
		 filter: drop-shadow(0 0 20px rgba(255, 60, 0, 0.8));
	}
	 50% {
		 transform: scale(1.1);
		 filter: drop-shadow(0 0 35px rgba(255, 60, 0, 1));
	}
}
 .flash-seo-list-ss6 .fs1-text {
	 flex: 1;
}
 .flash-seo-list-ss6 .fs1-label {
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 30px;
	 font-weight: 700;
	 letter-spacing: 4px;
	 color: #ff9d00;
	 text-transform: uppercase;
	 margin-bottom: 6px;
}
 .flash-seo-list-ss6 .fs1-title {
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: clamp(52px, 7vw, 36px);
	 font-weight: 900;
	 line-height: 0.9;
	 text-transform: uppercase;
	 background: linear-gradient(90deg, #fff 0%, #ff9d00 50%, #ff4500 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 letter-spacing: -2px;
}
 .flash-seo-list-ss6 .fs1-sub {
	 font-size: 15px;
	 color: rgba(255, 255, 255, 0.65);
	 margin-top: 8px;
	 font-weight: 500;
}
 .flash-seo-list-ss6 .fs1-sub span {
	 color: #ff9d00;
	 font-weight: 700;
}
 .flash-seo-list-ss6 .fs1-countdown {
	 flex-shrink: 0;
}
 .flash-seo-list-ss6 .fs1-countdown-label {
	 font-size: 11px;
	 color: rgba(255, 255, 255, 0.5);
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 text-align: center;
	 margin-bottom: 10px;
}
 .flash-seo-list-ss6 .fs1-timer {
	 display: flex;
	 align-items: center;
	 gap: 6px;
}
 .flash-seo-list-ss6 .fs1-unit {
	 text-align: center;
}
 .flash-seo-list-ss6 .fs1-num {
	 background: rgba(255, 255, 255, 0.08);
	 border: 1px solid rgba(255, 100, 0, 0.3);
	 border-radius: 8px;
	 width: 68px;
	 height: 68px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 40px;
	 font-weight: 800;
	 color: #fff;
	 backdrop-filter: blur(4px);
	 position: relative;
	 overflow: hidden;
}
 .flash-seo-list-ss6 .fs1-num::before {
	 content: '';
	 position: absolute;
	 inset: 0;
	 background: linear-gradient(180deg, rgba(255, 100, 0, 0.15) 0%, transparent 50%);
}
 .flash-seo-list-ss6 .fs1-unit-label {
	 font-size: 10px;
	 color: rgba(255, 255, 255, 0.4);
	 text-align: center;
	 margin-top: 4px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
 .flash-seo-list-ss6 .fs1-colon {
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 36px;
	 font-weight: 800;
	 color: #ff6000;
	 margin-bottom: 14px;
	 animation: blink 1s step-end infinite;
}
 @keyframes blink {
	 0%, 100% {
		 opacity: 1;
	}
	 50% {
		 opacity: 0;
	}
}
 .flash-seo-list-ss6 .fs1-cta {
	 flex-shrink: 0;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 12px;
}
 .flash-seo-list-ss6 .btn-flash {
	 display: inline-flex;
	 align-items: center;
	 gap: 8px;
	 padding: 10px 23px;
	 background: linear-gradient(135deg, #ff6000, #ff0040);
	 color: #fff;
	 font-family: 'Be Vietnam Pro', sans-serif;
	 font-weight: 700;
	 font-size: 15px;
	 border-radius: 50px;
	 border: none;
	 cursor: pointer;
	 box-shadow: 0 8px 32px rgba(255, 60, 0, 0.5);
	 transition: transform 0.2s, box-shadow 0.2s;
	 white-space: nowrap;
}
 .flash-seo-list-ss6 .btn-flash:hover {
	 transform: translateY(-2px) scale(1.03);
	 box-shadow: 0 12px 40px rgba(255, 60, 0, 0.7);
}
 .flash-seo-list-ss6 .btn-outline-white {
	 display: inline-flex;
	 align-items: center;
	 gap: 6px;
	 padding: 12px 24px;
	 background: transparent;
	 color: rgba(255, 255, 255, 0.7);
	 font-size: 13px;
	 font-weight: 600;
	 border: 1px solid rgba(255, 255, 255, 0.2);
	 border-radius: 50px;
	 cursor: pointer;
	 transition: all 0.2s;
	 white-space: nowrap;
}
 .flash-seo-list-ss6 .btn-outline-white:hover {
	 border-color: rgba(255, 255, 255, 0.6);
	 color: #fff;
}
 .flash-seo-list-ss6 .fs1-glow {
	 position: absolute;
	 width: 500px;
	 height: 500px;
	 background: radial-gradient(circle, rgba(255, 60, 0, 0.2) 0%, transparent 70%);
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 pointer-events: none;
}
 .flash-seo-list-ss6 .fs2 {
	 background: #fff;
	 padding: 40px 0px;
}
 .flash-seo-list-ss6 .fs2-inner {
}
 .flash-seo-list-ss6 .section-header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 24px;
	 gap: 16px;
	 flex-wrap: wrap;
}
 .flash-seo-list-ss6 .section-header-left {
	 display: flex;
	 align-items: center;
	 gap: 14px;
}
 .flash-seo-list-ss6 .flash-tag {
	 display: flex;
	 align-items: center;
	 gap: 6px;
	 background: #ee4d2d;
	 color: #fff;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 22px;
	 font-weight: 800;
	 padding: 6px 16px;
	 border-radius: 4px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
 .flash-seo-list-ss6 .flash-tag .bolt-icon {
	 font-size: 20px;
}
 .flash-seo-list-ss6 .timer-inline {
	 display: flex;
	 align-items: center;
	 gap: 4px;
}
 .flash-seo-list-ss6 .timer-chip {
	 background: #222;
	 color: #fff;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 22px;
	 font-weight: 700;
	 padding: 4px 8px;
	 border-radius: 4px;
	 min-width: 36px;
	 text-align: center;
	 letter-spacing: 1px;
}
 .flash-seo-list-ss6 .timer-sep {
	 color: #ee4d2d;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 20px;
	 font-weight: 800;
	 line-height: 1;
	 animation: blink 1s step-end infinite;
}
 .flash-seo-list-ss6 .view-all-link {
	 font-size: 14px;
	 font-weight: 600;
	 color: #ee4d2d;
	 display: flex;
	 align-items: center;
	 gap: 4px;
	 white-space: nowrap;
}
 .flash-seo-list-ss6 .view-all-link:hover {
	 text-decoration: underline;
}
 .flash-seo-list-ss6 .product-grid {
	 display: grid;
	 grid-template-columns: repeat(5, 1fr);
	 gap: 12px;
}
 .flash-seo-list-ss6 .product-card {
	 background: #fff;
	 border: 1px solid #f0f0f0;
	 border-radius: 8px;
	 overflow: hidden;
	 cursor: pointer;
	 transition: box-shadow 0.2s, transform 0.2s;
	 position: relative;
}
 .flash-seo-list-ss6 .product-card:hover {
	 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	 transform: translateY(-3px);
}
 .flash-seo-list-ss6 .product-card:hover .card-actions {
	 opacity: 1;
}
 .flash-seo-list-ss6 .card-img-wrap {
	 position: relative;
	 background: #f8f8f8;
	 aspect-ratio: 1;
	 overflow: hidden;
}
 .flash-seo-list-ss6 .card-img-wrap img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: transform 0.35s;
}
 .flash-seo-list-ss6 .product-card:hover .card-img-wrap img {
	 transform: scale(1.06);
}
 .flash-seo-list-ss6 .card-discount {
	 position: absolute;
	 top: 8px;
	 left: 8px;
	 background: #ee4d2d;
	 color: #fff;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 14px;
	 font-weight: 700;
	 padding: 2px 8px;
	 border-radius: 3px;
}
 .flash-seo-list-ss6 .card-sold-bar {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background: rgba(0, 0, 0, 0.05);
	 height: 18px;
	 display: flex;
	 align-items: center;
	 padding: 0 8px;
	 overflow: hidden;
}
 .flash-seo-list-ss6 .sold-progress {
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 background: linear-gradient(90deg, #ee4d2d, #ff9d00);
	 border-radius: 0 4px 4px 0;
	 transition: width 0.5s ease;
}
 .flash-seo-list-ss6 .sold-text {
	 position: relative;
	 z-index: 1;
	 font-size: 10px;
	 font-weight: 600;
	 color: #fff;
	 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	 white-space: nowrap;
}
 .flash-seo-list-ss6 .card-actions {
	 position: absolute;
	 top: 8px;
	 right: 8px;
	 display: flex;
	 flex-direction: column;
	 gap: 6px;
	 opacity: 0;
	 transition: opacity 0.2s;
}
 .flash-seo-list-ss6 .action-btn {
	 width: 32px;
	 height: 32px;
	 background: #fff;
	 border: none;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	 font-size: 15px;
	 transition: background 0.15s;
}
 .flash-seo-list-ss6 .action-btn:hover {
	 background: #ee4d2d;
}
 .flash-seo-list-ss6 .card-body {
	 padding: 10px;
}
 .flash-seo-list-ss6 .card-name {
	 font-size: 13px;
	 color: #222;
	 font-weight: 500;
	 line-height: 1.4;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 min-height: 36px;
	 margin-bottom: 8px;
}
 .flash-seo-list-ss6 .card-prices {
	 display: flex;
	 align-items: baseline;
	 gap: 6px;
	 flex-wrap: wrap;
}
 .flash-seo-list-ss6 .price-sale {
	 font-family: 'Barlow Condensed', sans-serif;
	 font-size: 22px;
	 font-weight: 800;
	 color: #ee4d2d;
	 letter-spacing: -0.5px;
}
 .flash-seo-list-ss6 .price-original {
	 font-size: 12px;
	 color: #aaa;
	 text-decoration: line-through;
}
 .flash-seo-list-ss6 .card-sold-count {
	 font-size: 11px;
	 color: #999;
	 margin-top: 4px;
}
 .flash-seo-list-ss6 .img-placeholder {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 40px;
}
 .flash-seo-list-ss6 .ph-1 {
	 background: linear-gradient(135deg, #ffe8e8, #ffd0d0);
}
 .flash-seo-list-ss6 .ph-2 {
	 background: linear-gradient(135deg, #e8f4ff, #d0e8ff);
}
 .flash-seo-list-ss6 .ph-3 {
	 background: linear-gradient(135deg, #fff8e8, #ffe8b0);
}
 .flash-seo-list-ss6 .ph-4 {
	 background: linear-gradient(135deg, #e8ffe8, #b0ffb0);
}
 .flash-seo-list-ss6 .ph-5 {
	 background: linear-gradient(135deg, #f8e8ff, #e0b0ff);
}
 .flash-seo-list-ss6 .ph-6 {
	 background: linear-gradient(135deg, #fff0e8, #ffd0b0);
}
 .flash-seo-list-ss6 .ph-7 {
	 background: linear-gradient(135deg, #e8f8ff, #b0e8ff);
}
 .flash-seo-list-ss6 .ph-8 {
	 background: linear-gradient(135deg, #ffffe8, #ffffb0);
}
 .flash-seo-list-ss6 .ph-9 {
	 background: linear-gradient(135deg, #ffe8f0, #ffb0d0);
}
 .flash-seo-list-ss6 .ph-10 {
	 background: linear-gradient(135deg, #e8fff8, #b0ffe8);
}
 