/* Petshop footer — Alfies index.html / styles.css §15; data-slot + data-footer-* match storeone schema */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.t1-footer--petshop.footer {
  width: 100%;
  background: var(--theme-footer-bg, #1a2b4b) !important;
  color: var(--theme-footer-text, #fff);
  padding: 56px 0 32px;
  font-size: 14px;
}
h3.t1-footer-col-heading{
  color: var(--theme-footer-text, #fff) !important;
}
.t1-footer--petshop.footer > .container {
  width: min(1160px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

/* Main grid — Alfies .footer-grid */
.t1-footer--petshop.footer .footer-grid,
.t1-footer--petshop.footer .t1-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.t1-footer--petshop.footer.cols-1 .footer-grid,
.t1-footer--petshop.footer.cols-1 .t1-footer-columns {
  grid-template-columns: 1fr;
}

.t1-footer--petshop.footer.cols-2 .footer-grid,
.t1-footer--petshop.footer.cols-2 .t1-footer-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.t1-footer--petshop.footer.cols-3 .footer-grid,
.t1-footer--petshop.footer.cols-3 .t1-footer-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t1-footer--petshop.footer.cols-4 .footer-grid,
.t1-footer--petshop.footer.cols-4 .t1-footer-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Brand column */
.t1-footer--petshop.footer .footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.t1-footer--petshop.footer .footer-brand-col .footer-logo {
  line-height: 1;
}

.t1-footer--petshop.footer .footer-logo-img,
.t1-footer--petshop.footer .t1-footer-logo {
  max-height: 72px;
  width: auto;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.t1-footer--petshop.footer .footer-logo-text,
.t1-footer--petshop.footer [data-footer-logo-text] {
  display: inline-block;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  color: var(--theme-footer-text, rgba(255, 255, 255, 0.95));
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.t1-footer--petshop.footer .footer-brand-intro {
  font-size: 13px;
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.6));
  opacity: 0.75;
  line-height: 1.55;
  margin: 0;
}

/* Column titles + links (slot content + newsletter title) */
.t1-footer--petshop.footer .t1-footer-col h4,
.t1-footer--petshop.footer .footer-grid > .t1-footer-col > h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--theme-footer-text, rgba(255, 255, 255, 0.9));
  margin: 0 0 14px;
}

.t1-footer--petshop.footer .t1-footer-subscribe-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--theme-footer-text, rgba(255, 255, 255, 0.9));
  margin: 0 0 14px;
}

.t1-footer--petshop.footer .t1-footer-col > a {
  font-size: 13.5px;
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.65));
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 7px 0;
  transition:
    color 0.15s ease,
    gap 0.15s ease;
  text-decoration: none;
}

.t1-footer--petshop.footer .t1-footer-col > a::before {
  content: "›";
  opacity: 0.45;
  font-size: 16px;
  line-height: 1;
}

.t1-footer--petshop.footer .t1-footer-col > a:hover {
  color: var(--theme-footer-text, #fff);
  gap: 8px;
}

/* Social — Alfies chrome + StoreFooterRenderer (.t-footer-social-* + Font Awesome) */
.t1-footer--petshop.footer .footer-social,
.t1-footer--petshop.footer .t1-footer-social {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.t1-footer--petshop.footer [data-footer-social] a.t-footer-social-link {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--theme-footer-surface, rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.75));
  transition:
    background 0.16s ease,
    color 0.16s ease;
  margin: 0;
  flex: none;
  text-decoration: none;
}

.t1-footer--petshop.footer [data-footer-social] a.t-footer-social-link:hover {
  background: var(--theme-footer-surface-hover, rgba(255, 255, 255, 0.14));
  color: var(--theme-footer-text, #fff);
}

.t1-footer--petshop.footer [data-footer-social] .t-footer-social-link::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
  font-size: 15px;
}

.t1-footer--petshop.footer .t-footer-social-facebook::before {
  content: "\f39e";
}

.t1-footer--petshop.footer .t-footer-social-instagram::before {
  content: "\f16d";
}

.t1-footer--petshop.footer .t-footer-social-tiktok::before {
  content: "\e07b";
}

.t1-footer--petshop.footer .t-footer-social-x::before,
.t1-footer--petshop.footer .t-footer-social-twitter::before {
  content: "\e61b";
}

.t1-footer--petshop.footer .t-footer-social-youtube::before {
  content: "\f167";
}

.t1-footer--petshop.footer .t-footer-social-linkedin::before {
  content: "\f08c";
}

/* Newsletter */
.t1-footer--petshop.footer .t1-footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t1-footer--petshop.footer .t1-footer-input {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--theme-radius, 10px);
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--theme-footer-text, #fff);
}

.t1-footer--petshop.footer .t1-footer-input::placeholder {
  color: rgba(200, 228, 215, 0.45);
}

.t1-footer--petshop.footer .t1-footer-btn {
  margin-top: 0;
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: var(--theme-primary, #00b72f);
  border-radius: var(--theme-radius, 10px);
  color: var(--theme-text-inverse, #fff);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.t1-footer--petshop.footer .t1-footer-btn:hover {
  background: var(--theme-accent-dark, #008f25);
}

/* Trust row */
.t1-footer--petshop.footer .footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 0;
}

.t1-footer--petshop.footer .footer-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.65));
}

.t1-footer--petshop.footer .footer-trust-item svg {
  width: 15px;
  height: 15px;
  color: var(--theme-primary, #00b72f);
  flex-shrink: 0;
}

/* Bottom bar */
.t1-footer--petshop.footer .footer-bottom,
.t1-footer--petshop.footer .t1-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
}

.t1-footer--petshop.footer .footer-bottom .legal,
.t1-footer--petshop.footer .t1-footer-bottom .legal {
  font-size: 11.5px;
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.38));
  opacity: 0.55;
}

.t1-footer--petshop.footer .footer-bottom .legal a,
.t1-footer--petshop.footer .t1-footer-bottom .legal a {
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.45));
  font-size: 11.5px;
  margin: 0;
  transition: color 0.15s ease;
  display: inline;
  text-decoration: none;
}

.t1-footer--petshop.footer .footer-bottom .legal a::before,
.t1-footer--petshop.footer .t1-footer-bottom .legal a::before {
  display: none !important;
}

.t1-footer--petshop.footer .footer-bottom .legal a:hover,
.t1-footer--petshop.footer .t1-footer-bottom .legal a:hover {
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.85));
  opacity: 1;
}

.t1-footer--petshop.footer [data-footer-powered] {
  color: var(--theme-footer-muted, rgba(200, 228, 215, 0.38));
  font-size: 11.5px;
  opacity: 0.55;
}

@media (max-width: 992px) {
  .t1-footer--petshop.footer .footer-grid,
  .t1-footer--petshop.footer .t1-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .t1-footer--petshop.footer .footer-grid,
  .t1-footer--petshop.footer .t1-footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .t1-footer--petshop.footer .footer-grid,
  .t1-footer--petshop.footer .t1-footer-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .t1-footer--petshop.footer .footer-bottom,
  .t1-footer--petshop.footer .t1-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}