#fw-section-footer {

/* ชุดคำสั่งบังคับสี (Force Color) สำหรับ Footer teetees.store */

footer, 
footer div, 
footer span, 
footer p, 
footer li {
    background-color: #000000 !important; /* บังคับพื้นหลังดำ */
    color: #ffffff !important; /* บังคับตัวอักษรทั่วไปเป็นขาว */
}

/* แก้ไขจุดที่มองไม่เห็น: บังคับลิงก์ทุกประเภทใน Footer */
footer a, 
footer a:link, 
footer a:visited,
footer nav a,
footer .footer-link {
    color: #bbbbbb !important; /* ใช้สีเทาอ่อนเพื่อให้เห็นชัดแต่ไม่เด่นเกินไป */
    text-decoration: none !important;
    transition: color 0.2s ease-in-out !important;
}

/* เมื่อเอาเมาส์วาง (Hover) ให้สว่างจ้าเป็นสีขาว */
footer a:hover, 
footer a:active {
    color: #ffffff !important;
    text-decoration: underline !important; /* ขีดเส้นใต้เบาๆ ให้รู้ว่ากดได้ */
}

/* กรณีมีช่องกรอก Email (Newsletter) ที่มองไม่เห็น */
footer input[type="email"], 
footer input[type="text"] {
    background-color: #1a1a1a !important; /* พื้นหลังช่องกรอกสีเทาเข้มมาก */
    color: #ffffff !important;
    border: 1px solid #333333 !important;
    padding: 10px !important;
}

/* แก้ไขปุ่มใน Footer ให้เด่น (ปุ่มสีขาว ตัวอักษรดำ) */
footer button, 
footer .btn, 
footer input[type="submit"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
    border: none !important;
    text-transform: uppercase !important;
}
}