/* Code added for footer bootom content */
.tn-footer-meta-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: start;
  clear: both;
  padding: 0.8rem 0.4rem;
}

.tn-meta-item {
  padding: 0.4rem 0.6rem;
  min-height: 64px;
}

.tn-meta-item h5 {
  margin: 0 0 0.35rem;
  color: #ccc;
  font-size: 1.15rem;
  font-weight: 700;
}

.tn-meta-item p {
  margin: 0.1rem 0 0;
  color: #d0d4db;
  font-size: 0.92rem;
}

.tn-rating-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.1rem;
}

.tn-rating-line strong {
  color: #ffffff;
}

.tn-stars {
  color: #ffcf27;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}

.tn-meta-sub {
  margin-top: 0.18rem;
}

.tn-meta-list span {
  display: inline-block;
  width: 1.3rem;
  text-align: center;
}

.tn-payment-grid {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.33rem;
}

.tn-payment-grid img{
  width: auto;
  max-width: 240px;
  height: auto;
  margin-left: -22%;
  display: block;
}

.tn-payment-grid span {
  border-radius: 4px;
  background: #eceff5;
  color: #1f222d;
  text-align: center;
  font-size: 0.67rem;
  font-weight: 700;
  padding: 0.32rem 0.25rem;
}

.tn-social-row {
  margin-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tn-social-row a,
.tn-social {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  transition: all 0.22s ease;
}

.tn-social--facebook {
  background: #3b5ba7;
}

.tn-social--x {
  background: #000;
  color: #fff;
}

.tn-social--linkedin {
  background: #0a66c2;
}

.tn-social--instagram {
  background: #e84394;
}

.tn-social--pinterest {
  background: #d93035;
}

.tn-social--tiktok {
  background: #111111;
}

.tn-social--youtube {
  background: #d93035;
}

.tn-social-row a:hover,
.tn-social:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.tn-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 2.2rem;
  padding-top: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.tn-footer-brand {
  color: #f5f7fb;
  text-transform: lowercase;
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
}

.tn-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.78rem;
}

.tn-footer-legal a:not(:last-child)::after {
  content: '·';
  margin-left: 0.5rem;
  opacity: 0.7;
}

/* ==========================================================================
   Responsive Footer (wkguanxefooter)
   ========================================================================== */
@media (max-width: 1280px) {
  .tn-footer-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .tn-footer-brand {
    font-size: 2.4rem;
  }
}

@media (max-width: 1180px) {
  .tn-footer-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .tn-footer-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .tn-payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tn-footer-brand {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .tn-footer-meta-grid {
    grid-template-columns: 1fr;
    padding: 0.6rem 0;
    gap: 1rem;
    padding-left: 16px;
  }

  .customclassic-listing-page .product-miniature .thumbnail-container {
    display: block !important;
  }

  .tn-meta-item {
    padding: 0.2rem 0;
  }

  .tn-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tn-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .tn-footer-brand {
    font-size: 2rem;
  }

  .text-sm-center {
    text-align: center;
  }
  #footer {
    padding-top: 0rem;
  }
  #footer .footer-container {
    margin-top: 0rem !important;
  }
}

@media (max-width: 600px) {
  .tn-payment-grid img {
    margin-left: -8%;
  }
  .tn-meta-item h5 {
    font-size: 1rem;
  }

  .tn-meta-item p {
    font-size: 0.9rem;
  }

  .tn-rating-line {
    font-size: 1rem;
  }

  .tn-stars {
    font-size: 1.2rem;
  }

  .tn-social-row a,
  .tn-social {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .tn-footer-bottom {
    align-items: center;
    text-align: center;
  }

  .tn-footer-legal {
    justify-content: center;
  }

  .tn-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 375px) {
  .tn-footer-brand {
    font-size: 1.7rem;
  }

  .tn-footer-legal {
    font-size: 0.72rem;
  }
}

@media (max-width: 320px) {
  .tn-meta-item {
    padding: 0.2rem 0;
  }

  .tn-footer-brand {
    font-size: 1.5rem;
  }
}
.tn-footer-legal a {
    font-size: .875rem;
    color: #ccc !important;
}