    /* ==========================================================================
       1. RESET & TYPOGRAPHY & BASE CLASSES
       ========================================================================== */
    .ds-horeca-landing { color: #333; line-height: 1.5; background: #fff; }
    .ds-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
    .ds-section-title { font-size: 18px; font-weight: 800; text-align: left; margin-bottom: 20px; text-transform: uppercase; color: #111; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #a31526; padding-bottom: 8px;}
    .ds-section-title a { font-size: 13px; font-weight: normal; color: #a31526; text-decoration: none; text-transform: none; }
    
    .ds-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-radius: 6px; font-weight: bold; text-decoration: none; transition: 0.3s; cursor: pointer; font-size: 12px;}
    .ds-btn-red { background: #a31526; color: #fff; border: 1px solid #a31526; }
    .ds-btn-red:visited , .ds-btn-red:hover { background: #8a101f; color: #fff; }
    .ds-btn-outline { background: transparent; color: #a31526; border: 1px solid #a31526; }
    .ds-btn-outline:visited {color: #fff; }
    .ds-btn-outline:hover { background: #a31526; color: #fff; }

    /* ==========================================================================
       2. HERO BANNERS & USPs
       ========================================================================== */
    .ds-hero-section { background-image: url("https://mekoong.com/wp-content/uploads/2026/06/nha-hang-ks_banner.png"); background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); padding: 20px 0; }
    .ds-hero-wrap { display: flex; gap: 30px; align-items: stretch; }
    .ds-hero-content { flex: 1;max-width: 600px;background: linear-gradient(to right, rgba(244,236,232) 85%, rgba(255, 255, 255, 0) 100%);padding-left: 15px;}
    .ds-hero-content h1 { font-size: 24px; font-weight: 900; color: #111; margin-bottom: 10px; line-height: 1.2; }
    .ds-hero-content h1 span { color: #a31526; }
    .ds-hero-desc { font-size: 16px; font-weight: bold; margin-bottom: 25px; }
    .ds-hero-usps { display: flex; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
    .ds-hero-usp { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; width: calc(25% - 12px);}
    .ds-hero-usp img { width: 30px; height: 30px; }
    .ds-hero-buttons { display: flex; gap: 15px; margin-bottom: 30px; }
    .ds-hero-stats { display: flex; justify-content: space-between; border-top: 1px solid #eee; padding-top: 20px; }
    .ds-hero-stat h4 { color: #a31526; font-size: 22px; font-weight: 900; margin: 0 0 5px; }
    .ds-hero-stat p { font-size: 12px; margin: 0; color: #555; }
    
    /* ==========================================================================
       3. Lưới 2 Cột (Main & Sidebar) - PC Layout
       ========================================================================== */
    .ds-main-layout { display: flex; gap: 30px; margin: 0 auto; align-items: flex-start;}
    .ds-main-content { flex: 0 0 calc(70% - 15px); display: flex; flex-direction: column; gap: 30px; min-width: 0;margin-top: 30px; }
    .ds-sidebar { flex: 0 0 calc(30% - 15px); display: flex; flex-direction: column; gap: 30px;margin: 1rem 0rem 1rem 5rem; }
    .ds-sidebar-r { flex: 0 0 calc(30% - 15px); display: flex; flex-direction: column; gap: 30px;margin-top: 30px; } 

    .ds-box { border-radius: 8px; padding: 0px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); box-sizing: border-box;margin-top: 30px; }
    .ds-box1 {  border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); margin-top: 40px; box-sizing: border-box; }

    .ds-form-box { background: #fff; border: 2px solid #a31526; border-radius: 8px; padding: 20px; text-align: center; }
    .ds-form-box h3 { font-size: 18px; color: #a31526; font-weight: 900; margin-bottom: 5px; text-transform: uppercase;}
    .ds-form-box p { font-size: 12px; color: #555; margin-bottom: 15px;text-align: left; }
    .ds-form-box input, .ds-form-box select { width: 100%; padding: 10px; margin-bottom: 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; box-sizing: border-box;}
    .ds-form-box .ds-btn { width: 100%; font-size: 16px; padding: 12px; }

    .ds-recent-leads { display: flex; flex-direction: column; gap: 15px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border: 1px solid #eee;cursor: pointer;transition: 0.3s;padding: 5px 15px;}
    .ds-lead-item { display: flex; gap: 12px; align-items: center; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
    .ds-lead-item:last-child { border-bottom: none; padding-bottom: 0; }
    .ds-lead-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; } 
    .ds-lead-info { text-align: left; }
    .ds-lead-info h4 { margin: 0 0 3px; font-size: 13px; font-weight: bold; }
    .ds-lead-info p { margin: 0; font-size: 11px; color: #27ae60; }

    /* ==========================================================================
       4. CÁC MODULE BÊN TRÁI HIỆN TẠI
       ========================================================================== */
    .ds-model-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
    .ds-model-item { text-align: center; background: #fff; padding: 15px 5px; border-radius: 8px; border: 1px solid #eee; cursor: pointer; transition: 0.3s; }
    .ds-model-item:hover { border-color: #a31526; }
    .ds-model-item img { width: 60px; height: 60px; margin-bottom: 10px; border-radius: 50%; object-fit: cover; }
    .ds-model-item span { display: block; font-size: 13px; font-weight: bold; }
    .ds-model-item .link { font-size: 11px; color: #a31526; margin-top: 5px; }

    .ds-cost-table { border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; }
    .ds-cost-header { display: grid; grid-template-columns: repeat(5, 1fr); background: #f9f9f9; font-weight: bold; font-size: 13px; border-bottom: 1px solid #eee; }
    .ds-cost-row { display: grid; grid-template-columns: repeat(5, 1fr); font-size: 14px; align-items: center;}
    .ds-cost-header > div, .ds-cost-row > div { padding: 12px 5px; border-right: 1px solid #eee; }
    .ds-cost-header > div:last-child, .ds-cost-row > div:last-child { border-right: none; }
    .ds-cost-row .price { color: #a31526; font-weight: bold; }
    .ds-cost-row > div:first-child { font-weight: bold; background: #f9f9f9; }

    /* Combo */
    .ds-combo-title-mobile, .ds-combo-action-mobile { display: none; }
    .ds-combo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .ds-combo-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; background: #fdfdfd;}
    .ds-combo-card-inner { display: flex; flex-direction: row; flex: 1; }
    .ds-combo-img { flex: 0 0 45%; max-width: 45%; }
    .ds-combo-img img { width: 100%; height: 100%; object-fit: cover; }
    .ds-combo-info { padding: 15px; display: flex; flex-direction: column; justify-content: flex-start; flex: 1; }
    .ds-combo-title-pc { font-size: 13px; font-weight: bold; margin: 0 0 10px; text-transform: uppercase; color: #111; line-height: 1.4; }
    .ds-combo-info ul { list-style: none; padding-left: 0; margin: 0 0 15px; font-size: 11px; color: #555; flex: 1; }
    .ds-combo-info ul li { position: relative; padding-left: 14px; margin-bottom: 5px; line-height: 1.3;}
    .ds-combo-info ul li::before { content: '✓'; color: #a31526; position: absolute; left: 0; top: 0; font-weight: bold; font-size: 11px;}
    .ds-combo-info .price { font-size: 15px; font-weight: bold; color: #a31526; margin-bottom: 10px; }

    /* Dự Án */
    .ds-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .ds-project-card { border: 1px solid #eee; border-radius: 8px; padding: 10px; display:none; }
    .ds-project-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; margin-bottom: 10px; }
    .ds-project-card h4 { font-size: 14px; font-weight: bold; margin: 0 0 5px; }
    .ds-project-card ul { list-style: none; padding: 0; margin: 0; font-size: 11px; color: #555; }
    .ds-project-card ul li { margin-bottom: 3px; position: relative; padding-left: 10px; }
    .ds-project-card ul li::before { content: '•'; position: absolute; left: 0; color: #a31526; }

    /* Sản Phẩm */
    .ds-products-slider-wrap { position: relative; margin-bottom: 10px; }
    .ds-products-slider { display: flex; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; scroll-behavior: smooth; padding-bottom: 10px; }
    .ds-products-slider::-webkit-scrollbar { display: none; }
    .ds-prod-card { flex: 0 0 calc(25% - 11.25px); scroll-snap-align: start; min-width: 0; border: 1px solid #eee; border-radius: 8px; padding: 10px; text-align: center; transition: all 0.3s; background: #fff;}
    .ds-prod-card:hover { border-color: #a31526; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .ds-prod-card a { text-decoration: none; color: inherit; display: block; }
    .ds-prod-card img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 10px; border-radius: 4px;}
    .ds-prod-card h4 { font-size: 13px; margin: 0 0 5px; font-weight: normal; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: 0.3s;}
    .ds-prod-card:hover h4 { color: #a31526; }
    .ds-prod-card .price { font-size: 15px; font-weight: bold; color: #a31526; }
    .ds-slider-nav { position: absolute; top: 40%; transform: translateY(-50%); background: #fff; border: 1px solid #eaeaea; border-radius: 50%; width: 36px; height: 36px; font-size: 16px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); color: #a31526; transition: 0.2s; }
    .ds-slider-nav:hover { background: #a31526; color: #fff; border-color: #a31526;}
    .ds-slider-prev { left: -15px; }
    .ds-slider-next { right: -15px; }

    /* Bảng Giá Tham Khảo */
    .ds-price-list { 
    list-style: none; margin: 0; background-color: #FFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
    padding: 5px 15px; }
    .ds-price-list li { display: flex; justify-content: space-between; font-size: 11px; padding: 10px 0; border-bottom: 1px dashed #eee; }
    .ds-price-list li strong { color: #a31526; }

    /* ==========================================================================
       5. CSS CÁC TÍNH NĂNG MỚI (7, 8, 9, 10, FAQ)
       ========================================================================== */
    
    /* Sec 7: Video */
    .ds-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .ds-video-card { display: flex; flex-direction: column; gap: 10px; cursor: pointer; }
    .ds-v-thumb { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 16/9; }
    .ds-v-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
    .ds-v-thumb:hover img { transform: scale(1.05); }
    .ds-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: rgba(0,0,0,0.6); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; border: 2px solid #fff; pointer-events: none;}
    .ds-v-time { position: absolute; bottom: 5px; left: 5px; background: rgba(0,0,0,0.7); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; }
    .ds-video-card h4 { font-size: 13px; margin: 0; line-height: 1.4; color: #111; font-weight: bold; }

    /* Sec 8: Mua từ xa dễ dàng */
    .ds-step-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 12px; }
    .ds-step-item { background: #fff; border: 1px solid #f0f0f0; border-radius: 6px; padding: 12px 2px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.02); display: flex; flex-direction: column; align-items: center;}
    .ds-circle { width: 32px; height: 32px; border: 2px solid #e0e0e0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; margin: 0 auto 8px; background: #fff; position: relative; color: #111; z-index: 2;}
    .ds-circle::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); width: 10px; height: 4px; background: #e0e0e0; border-radius: 2px; }
    .ds-step-item p { font-size: 9px; margin: 0; padding: 0 2px; line-height: 1.3; color: #333; width: 100%;}
    
    .ds-step-usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border-top: none; padding-top: 0; }
    .ds-su-card { display: flex; align-items: center; gap: 4px; background: #fff; border: 1px solid #f0f0f0; border-radius: 6px; padding: 6px 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); justify-content: center;}
    .ds-su-icon { width: 16px; height: 16px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #a31526;}
    .ds-su-icon svg { width: 100%; height: 100%; }
    .ds-su-icon1 { width: 16px; height: 16px; flex-shrink: 0; display:inline-block; align-items: center; justify-content: center; color: #a31526;}
    .ds-su-text { font-size: 8px; line-height: 1.2; color: #555; text-align: left; }
    .ds-su-text strong { color: #111; font-weight: bold; display: block;}
    
    /* Sec 9: Showroom */
    .ds-sr-layout { display: flex; gap: 15px; margin-bottom: 15px; }
    .ds-sr-images { display: flex; gap: 10px; flex: 1; }
    .sr-img-main { width: 50%; object-fit: cover; border-radius: 8px; }
    .ds-sr-sub { display: flex; flex-direction: column; gap: 10px; width: 25%; }
    .ds-sr-sub img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
    .ds-sr-info-box { width: 250px; background: #fdfdfd; border: 1px solid #eee; padding: 15px; border-radius: 8px; flex-shrink: 0;}
    .ds-sr-features { display: flex; flex-wrap: wrap; gap: 10px 20px; border-top: 1px solid #eee; padding-top: 15px;}
    .ds-srf-item { font-size: 10px; display: flex; align-items: center; gap: 5px; font-weight: 500; color:#333;}

    /* Sec 10: Khách hàng nói gì */
    .ds-review-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .ds-rev-card { background: #fff; border-radius: 8px; padding: 0px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); border: 1px solid #f5f5f5;}
    .ds-rev-head { display: flex; align-items: center; gap: 10px; margin: 10px; }
    .ds-rev-head img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
    .ds-rev-head strong { font-size: 13px; display: block; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; height: 40px;}
    .ds-rev-card p { font-size: 12px; color: #555; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; height: 60px;padding: 5px; }
    .ds-stars { color: #f1c40f; font-size: 12px; }

    /* FAQ (ĐÃ ĐƯỢC FIX LỖI BỊ CẮT CHỮ) */
    .ds-faq-list { border: 1px solid #eee; border-radius: 8px; background: #fff; overflow: hidden; }
    .ds-faq-item { border-bottom: 1px solid #eee; }
    .ds-faq-item:last-child { border-bottom: none; }
    .ds-faq-question { padding: 15px; font-size: 14px; font-weight: bold; display: flex; justify-content: space-between; cursor: pointer; background: #fafafa;}
    
    /* Cập nhật CSS để Transition padding và tính toán chiều cao mượt mà không bị cắt chữ */
    .ds-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background: #fff; padding: 0 15px; font-size: 13px; color: #555; }
    .ds-faq-answer p { margin: 0; padding-bottom: 10px; line-height: 1.6; }
    .ds-faq-item.active .ds-faq-question { color: #a31526; }
    .ds-faq-item.active .ds-faq-answer { padding: 15px 15px 20px; }

    /* Utilities Hide/Show */
    .ds-mobile-only { display: none !important; }

    /* ==========================================================================
       6. RESPONSIVE MOBILE TỔNG HỢP
       ========================================================================== */
    .ds-bottom-nav { display: none; }

    @media (max-width: 992px) {
        .ds-main-layout { flex-direction: column; margin: 20px auto;padding: 10px;background-color: #FFF;border-radius: 12px;}
        .ds-main-content, .ds-sidebar, .ds-sidebar-r { flex: 0 0 100%; width: 100%; margin: 0 auto; box-sizing: border-box; }
        .ds-sidebar .ds-form-box { order: -1; margin-bottom: 20px; }
    }

    @media (max-width: 768px) {
        .ds-horeca-landing { background: none; }
        .ds-mobile-only { display: block !important; }
        .ds-hide-mobile { display: none !important; }
        .ds-hero-wrap { flex-direction: column; padding-top: 0px;}
        .ds-hero-content { background: linear-gradient(to bottom, rgba(244, 236, 232) 95%, rgba(255, 255, 255, 0) 100%);padding: 10px; }
        .ds-hero-content h1 { font-size: 23px; text-align: center;line-height: 1.5; }
        .ds-hero-desc { text-align: center; font-size: 12px; margin: 0 auto; padding:10px; }
        .ds-hero-usps { grid-template-columns: 1fr 1fr; display: grid; }
        .ds-hero-usp { width: 100%; justify-content: center; text-align: center; flex-direction: column; gap: 5px; }
        .ds-hero-stats { display:none;}
        .ds-hero-buttons { display: none; }
        .ds-hero-section { background-image:none;padding:0;margin-bottom: 0px;}
        .ds-model-grid { grid-template-columns: repeat(3, 1fr); }
        .ds-cost-header { display: none; }
        .ds-cost-row { grid-template-columns: 1fr 1fr; text-align: left; border-bottom: 1px solid #eee;}
        .ds-cost-row > div { border: none; padding: 10px; }
        .ds-cost-row > div:first-child { grid-column: span 2; background: #f4f4f4; }
        .ds-section-title { font-size: 12px;}
        .ds-box { padding:10px;}
        .ds-sidebar {margin-top:-50px;}
        .ds-sidebar-r { margin-top: 0px; }
        .ds-sidebar-r .ds-box:first-child { background: #fff9f9; border: 1px solid #ffebeb; border-radius: 12px; padding: 20px 15px; box-sizing: border-box; width: 100%; }
        .ds-sidebar-r .ds-box:first-child .ds-section-title { justify-content: center; color: #a31526; border: none; font-size: 15px; margin-bottom: 15px; text-align: center; }
        .ds-lead-item { padding: 12px 0; border-bottom: 1px solid #f4e4e4; gap: 15px; display: flex; align-items: center; justify-content: flex-start;}
        .ds-lead-item:last-of-type { border-bottom: none; }
        .ds-lead-img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
        .ds-lead-info { text-align: left; flex: 1; } 
        .ds-lead-info h4 { font-size: 13px; color: #111; margin-bottom: 4px; line-height: 1.4; word-break: break-word;}
        .ds-lead-info p { font-size: 12px; color: #555; margin: 0;}
        .ds-lead-info p.has-dot::before { content: '●'; color: #27ae60; margin-right: 4px; font-size: 10px;}
        .ds-box1 {margin-top: 30px;border-radius: 12px;background: #fff;}
        .ds-combo-grid { grid-template-columns: 1fr; gap: 15px; }
        .ds-combo-card { padding: 15px; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; flex-direction: column; }
        .ds-combo-title-mobile { display: block; font-size: 14px; font-weight: bold; margin: 0 0 12px; color: #111; text-transform: uppercase; }
        .ds-combo-title-pc, .ds-combo-btn-pc { display: none; }
        .ds-combo-card-inner { gap: 15px; margin-bottom: 15px; align-items: stretch; }
        .ds-combo-img { flex: 0 0 110px; max-width: 110px; border-radius: 6px; overflow: hidden; }
        .ds-combo-img img { border-radius: 6px; }
        .ds-combo-info { padding: 0; justify-content: center; text-align: left;}
        .ds-combo-info ul { margin: 0 0 10px; }
        .ds-combo-info ul li { padding-left: 10px; margin-bottom: 4px; font-size: 12px;}
        .ds-combo-info ul li::before { content: '•'; font-size: 14px; color: #555; left: 0; top: -2px;}
        .ds-combo-info .price { font-size: 16px; margin: 0; }
        .ds-combo-action-mobile { display: block; width: 100%; }
        .ds-combo-action-mobile .ds-btn { width: 100%; padding: 12px; font-size: 13px; border-radius: 6px; }

        .ds-project-grid { grid-template-columns: 1fr; gap: 15px; }
        .ds-project-card { display: flex; flex-direction: row; gap: 15px; align-items: center; padding: 12px; border-radius: 12px; }
        .ds-project-card img { width: 110px; flex: 0 0 110px; margin: 0; border-radius: 6px; aspect-ratio: 4/3; object-fit: cover;}
        .ds-project-card h4 { font-size: 14px; margin-bottom: 6px; }
        .ds-project-card ul, ol { margin: 0 1em; list-style:none; }
        .ds-project-card li { font-size: 12px;}
        .ds-prod-card { flex: 0 0 calc(50% - 7.5px); }
        .ds-slider-nav { display: none; }
        .more {display:none;}

        /* Mobile specific styling cho Sec 7 -> 10 */
        .ds-video-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
        .ds-video-grid::-webkit-scrollbar { display: none; }
        .ds-video-card { flex: 0 0 75%; scroll-snap-align: start; }
        
        .ds-sr-layout { flex-direction: column; }
        .ds-sr-images { flex-direction: column; }
        .sr-img-main { width: 100%; aspect-ratio: 16/9; }
        .ds-sr-sub { display: none; } 
        .ds-sr-info-box { width: 100%; margin-top: 10px; }
        .ds-sr-features { flex-direction: column; gap: 10px; }

        .ds-review-list { grid-template-columns: 1fr; }
        .ds-box-review { background: #fff9f9; border: 1px solid #ffebeb; border-radius: 12px;}
        
        body { padding-bottom: 60px; }
        .ds-bottom-nav {
            display: flex; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1); z-index: 999;
        }
        .ds-bn-item { flex: 1; text-align: center; padding: 10px 5px; color: #fff; font-size: 13px; font-weight: bold; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 5px; }
        .ds-bn-call { background: #a31526; }
        .ds-bn-zalo { background: #0068ff; }
        .ds-bn-showroom { background: #27ae60; }
        .ds-shop-header__sub { display:none; }
        .ds-container { padding: 0; }
        .ds-btn-red { margin: 10px; }
        img.wp-smiley, img.emoji {
            display: inline-block;margin: 0 .5em !important;
        }
        .ds-shop-header__filters { display: none; }
        .ds-products-section { display: none; }
        .site-footer { padding: 0;}
        .ds-su-icon { padding-left: 5px; }
    }
