.topbar-social a {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  padding: 6px !important;
  color: #fff !important;
}
.topbar-social svg,
.footer-social svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.topbar-social a[aria-label="Facebook"] {
  background: #1877f2 !important;
}
.topbar-social a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.topbar-social a[aria-label="YouTube"] {
  background: #ff0000 !important;
}
.topbar-social a[aria-label="LinkedIn"] {
  background: #0a66c2 !important;
}
.category-grid a {
  cursor: pointer;
}
.footer-grid {
  grid-template-columns: minmax(230px, 1.35fr) minmax(130px, 0.75fr) minmax(
      170px,
      1fr
    ) minmax(250px, 1.2fr) !important;
  align-items: start;
  gap: 38px !important;
}
.footer-grid > div {
  min-width: 0;
}
.footer-grid h3 {
  margin: 0 0 15px;
}
.footer-grid a:not(.logo) {
  line-height: 1.5;
}
.footer-grid p {
  overflow-wrap: anywhere;
  margin-bottom: 9px;
}
.footer-brand .logo {
  margin-bottom: 12px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.footer-social a {
  width: 36px;
  height: 36px !important;
  margin: 0 !important;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  padding: 8px;
  color: #fff !important;
  transition: 0.2s;
}
.footer-social a:hover {
  transform: translateY(-3px);
}
.footer-social .facebook {
  background: #1877f2;
}
.footer-social .instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.footer-social .youtube {
  background: #ff0000;
}
.footer-social .linkedin {
  background: #0a66c2;
}
@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr !important;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 700px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 22px !important;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .copyright {
    align-items: flex-start;
  }
}
@media (max-width: 430px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-grid > div,
  .footer-grid > div:last-child {
    grid-column: 1;
  }
  .footer-social a {
    width: 40px;
    height: 40px !important;
  }
}
.custom-vest-card .btn,
.custom-vests .custom-vest-card .btn-orange {
  background: #0aad59 !important;
  border-color: #0aad59 !important;
  color: #fff !important;
}

.custom-vest-card .btn:hover {
  background: #078a47 !important;
}

.enquiry-toast {
  position: fixed;
  z-index: 99999;
  right: 22px;
  bottom: 24px;
  max-width: 390px;
  padding: 15px 19px;
  border-radius: 12px;
  background: #006c46;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(0, 40, 28, 0.24);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.enquiry-toast.error {
  background: #c62828;
}
.enquiry-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.legal-content {
  white-space: pre-line;
}

.about {
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.35fr) !important;
}

.about-copy {
  width: 100%;
  max-width: none;
}

@media (max-width: 800px) {
  .about {
    grid-template-columns: 1fr !important;
  }
}
