
.full-footer {
    background: #0e314e;
    color: #c0d9e8;
    margin-top: -30px;
padding-top: 10px;}

.shop-footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}

.info-item, .footer-links a {
  display: block;
  margin: 14px 0;
  font-size: 14.5px;
  color: #c0d9e8;
}
.footer-links{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.info-item .icon, .footer-links a .icon {
  margin-right: 10px;
  font-size: 18px;
}

/* Icon Font Awesome miễn phí (không cần tải ảnh) */
.info-item .icon::before, .footer-links a .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.info-item .icon:last-of-type::before  { content: "\f0e0"; }    /* Envelope */
.footer-links a:nth-child(1) .icon::before { content: "\f466"; } /* Box */
.footer-links a:nth-child(2) .icon::before { content: "\f3ed"; } /* Shield */
.footer-links a:nth-child(3) .icon::before { content: "\f0c9"; } /* Menu */
.footer-links a:nth-child(4) .icon::before { content: "\f27a"; } /* Message */

.section-title2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.footer-links a {
  color: #c0d9e8;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover { color: #fff; }

.payment-methods img {
  height: 32px;
  margin: 20px 8px 10px;
}

/* Nút chat Messenger góc phải dưới */
.messenger-fab {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.messenger-fab img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.copyright {
  margin-top: 30px;
  font-size: 13px;
  color: #7996b0;
}