/* --------------------------------------------------------------------------
 * CraftArt Storefront Footer v1.1.21
 * Footer visual basado en la primera preview CraftArt Storefront UI.
 * -------------------------------------------------------------------------- */

body.craftart-storefront-child {
  --casf-footer-primary: #1B9C85;
  --casf-footer-primary-dark: #147A69;
  --casf-footer-primary-deep: #0F5F53;
  --casf-footer-card-soft: #F9FCFA;
  --casf-footer-text: #111827;
  --casf-footer-muted: #6B7280;
  --casf-footer-border: #E5E7EB;
  --casf-footer-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  --casf-footer-shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.craftart-storefront-child .casf-default-footer,
body.craftart-storefront-child .casf-default-footer * {
  box-sizing: border-box !important;
}

body.craftart-storefront-child .casf-default-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-top: 42px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff !important;
  color: var(--casf-footer-text) !important;
  font-family: inherit !important;
  line-height: 1.45 !important;
  overflow: visible !important;
}

body.craftart-storefront-child .casf-default-footer,
body.craftart-storefront-child .casf-default-footer__inner,
body.craftart-storefront-child .casf-default-footer__payment-strip,
body.craftart-storefront-child .casf-default-footer__bottom-wrap {
  clip-path: none !important;
}


body.craftart-storefront-child .casf-default-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

body.craftart-storefront-child .casf-default-footer__payment-strip {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 3px solid var(--casf-footer-primary) !important;
  border-bottom: 1px solid var(--casf-footer-border) !important;
  background: #fff !important;
  padding: 18px 16px !important;
}

body.craftart-storefront-child .casf-default-footer__payment-card {
  max-width: 760px !important;
  min-height: 74px !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  border: 1px solid rgba(27, 156, 133, 0.14) !important;
  background: linear-gradient(135deg, rgba(27, 156, 133, 0.08), rgba(245, 158, 11, 0.10)), #fff !important;
  box-shadow: var(--casf-footer-shadow-sm) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  padding: 14px 20px !important;
  overflow: hidden !important;
  text-align: center !important;
}

body.craftart-storefront-child .casf-default-footer__payment-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(27, 156, 133, 0.18) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06) !important;
  font-size: 26px !important;
  flex: 0 0 auto !important;
}

body.craftart-storefront-child .casf-default-footer__payment-card strong {
  display: block !important;
  font-size: clamp(18px, 3vw, 28px) !important;
  letter-spacing: -0.035em !important;
  color: var(--casf-footer-primary-deep) !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
}

body.craftart-storefront-child .casf-default-footer__payment-card span:not(.casf-default-footer__payment-icon) {
  display: block !important;
  color: var(--casf-footer-muted) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  margin-top: 4px !important;
}

body.craftart-storefront-child .casf-default-footer__inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 40px 24px 26px !important;
}

body.craftart-storefront-child .casf-default-footer__grid {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.35fr !important;
  gap: 38px !important;
  align-items: start !important;
}

body.craftart-storefront-child .casf-default-footer__brand {
  display: grid !important;
  justify-items: start !important;
  gap: 14px !important;
}

body.craftart-storefront-child .casf-default-footer__logo {
  width: 92px !important;
  height: 92px !important;
  border-radius: 28px !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, rgba(27, 156, 133, 0.12), rgba(255, 255, 255, 0.9)) !important;
  border: 1px solid rgba(27, 156, 133, 0.18) !important;
  box-shadow: var(--casf-footer-shadow-sm) !important;
  color: var(--casf-footer-primary-deep) !important;
  font-weight: 950 !important;
  letter-spacing: -0.05em !important;
  text-align: center !important;
  line-height: 0.95 !important;
  overflow: hidden !important;
}

body.craftart-storefront-child .casf-default-footer__logo img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
  display: block !important;
}

body.craftart-storefront-child .casf-default-footer__logo span {
  font-size: 15px !important;
  max-width: 74px !important;
}

body.craftart-storefront-child .casf-default-footer__brand p {
  margin: 0 !important;
  color: var(--casf-footer-muted) !important;
  max-width: 300px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

body.craftart-storefront-child .casf-default-footer__brand b,
body.craftart-storefront-child .casf-default-footer__legal strong {
  color: var(--casf-footer-text) !important;
  font-weight: 900 !important;
}

body.craftart-storefront-child .casf-default-footer__col h2,
body.craftart-storefront-child .casf-default-footer__newsletter h2 {
  margin: 0 0 14px !important;
  color: var(--casf-footer-primary-dark) !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  font-weight: 950 !important;
}

body.craftart-storefront-child .casf-default-footer__col ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.craftart-storefront-child .casf-default-footer__col li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.craftart-storefront-child .casf-default-footer__col li::before,
body.craftart-storefront-child .casf-default-footer__col li::after {
  display: none !important;
  content: none !important;
}

body.craftart-storefront-child .casf-default-footer__col a {
  color: #3F4B5F !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  transition: color .16s ease, transform .16s ease !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.craftart-storefront-child .casf-default-footer__col a::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(27, 156, 133, 0.35) !important;
  flex: 0 0 auto !important;
}

body.craftart-storefront-child .casf-default-footer__col a:hover {
  color: var(--casf-footer-primary-dark) !important;
  transform: translateX(2px) !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter {
  background: var(--casf-footer-card-soft) !important;
  border: 1px solid var(--casf-footer-border) !important;
  border-radius: 24px !important;
  padding: 18px !important;
  box-shadow: var(--casf-footer-shadow-sm) !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter p {
  margin: 0 0 14px !important;
  color: var(--casf-footer-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter-form input {
  min-width: 0 !important;
  width: 100% !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid var(--casf-footer-border) !important;
  padding: 0 14px !important;
  font: inherit !important;
  outline: none !important;
  background: #fff !important;
  color: var(--casf-footer-text) !important;
  box-shadow: none !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter-form input:focus {
  border-color: rgba(27, 156, 133, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(27, 156, 133, 0.12) !important;
}

body.craftart-storefront-child .casf-default-footer__newsletter-form button {
  height: 44px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 16px !important;
  background: linear-gradient(135deg, var(--casf-footer-primary), var(--casf-footer-primary-dark)) !important;
  color: #fff !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 20px rgba(27, 156, 133, 0.20) !important;
  white-space: nowrap !important;
}

body.craftart-storefront-child .casf-default-footer__trust {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  margin-top: 30px !important;
  padding-top: 24px !important;
  border-top: 0 !important;
}

body.craftart-storefront-child .casf-default-footer__trust::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: var(--casf-footer-border) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

body.craftart-storefront-child .casf-default-footer__trust-item {
  border: 1px solid rgba(27, 156, 133, 0.14) !important;
  background: rgba(27, 156, 133, 0.055) !important;
  border-radius: 18px !important;
  padding: 13px 14px !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.craftart-storefront-child .casf-default-footer__trust-item span {
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  color: var(--casf-footer-primary-dark) !important;
  border: 1px solid rgba(27, 156, 133, 0.15) !important;
  flex: 0 0 auto !important;
  font-weight: 950 !important;
}

body.craftart-storefront-child .casf-default-footer__trust-item strong {
  display: block !important;
  font-size: 13px !important;
  color: var(--casf-footer-primary-deep) !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
}

body.craftart-storefront-child .casf-default-footer__trust-item small {
  display: block !important;
  color: var(--casf-footer-muted) !important;
  font-size: 12px !important;
  margin-top: 1px !important;
  line-height: 1.35 !important;
}

body.craftart-storefront-child .casf-default-footer__bottom-wrap {
  position: relative !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 0 !important;
  background: #fff !important;
}

body.craftart-storefront-child .casf-default-footer__bottom-wrap::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: var(--casf-footer-border) !important;
  pointer-events: none !important;
}

body.craftart-storefront-child .casf-default-footer__bottom {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 20px 24px 28px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  color: #4B5563 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.craftart-storefront-child .casf-default-footer__socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  align-items: center !important;
}

body.craftart-storefront-child .casf-default-footer__socials a {
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid var(--casf-footer-border) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  color: #374151 !important;
  font-weight: 850 !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04) !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon {
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(27, 156, 133, 0.10) !important;
  color: var(--casf-footer-primary-dark) !important;
  flex: 0 0 auto !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  fill: currentColor !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon--whatsapp {
  color: #25D366 !important;
  background: rgba(37, 211, 102, 0.11) !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon--instagram {
  color: #C13584 !important;
  background: rgba(193, 53, 132, 0.10) !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon--facebook {
  color: #1877F2 !important;
  background: rgba(24, 119, 242, 0.10) !important;
}

body.craftart-storefront-child .casf-default-footer__socials .casf-social-icon--email {
  color: var(--casf-footer-primary-dark) !important;
  background: rgba(27, 156, 133, 0.10) !important;
}

body.craftart-storefront-child .casf-default-footer__legal {
  text-align: right !important;
  color: #4B5563 !important;
}

body.craftart-storefront-child .site-footer {
  display: none !important;
}

@media (max-width: 960px) {
  body.craftart-storefront-child .casf-default-footer__grid {
    grid-template-columns: 1fr 1fr !important;
  }

  body.craftart-storefront-child .casf-default-footer__trust {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.craftart-storefront-child .casf-default-footer {
    margin-top: 28px !important;
  }

  body.craftart-storefront-child .casf-default-footer__inner {
    padding: 28px 14px 22px !important;
  }

  body.craftart-storefront-child .casf-default-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.craftart-storefront-child .casf-default-footer__brand {
    justify-items: center !important;
    text-align: center !important;
  }

  body.craftart-storefront-child .casf-default-footer__brand p {
    max-width: 340px !important;
  }

  body.craftart-storefront-child .casf-default-footer__col h2,
  body.craftart-storefront-child .casf-default-footer__newsletter h2 {
    font-size: 17px !important;
    text-align: center !important;
  }

  body.craftart-storefront-child .casf-default-footer__col ul {
    justify-items: center !important;
  }

  body.craftart-storefront-child .casf-default-footer__newsletter {
    text-align: center !important;
  }

  body.craftart-storefront-child .casf-default-footer__newsletter-form {
    grid-template-columns: 1fr !important;
  }

  body.craftart-storefront-child .casf-default-footer__newsletter-form button {
    width: 100% !important;
  }

  body.craftart-storefront-child .casf-default-footer__payment-card {
    flex-direction: column !important;
    gap: 10px !important;
  }

  body.craftart-storefront-child .casf-default-footer__bottom {
    justify-content: center !important;
    text-align: center !important;
    padding-bottom: 92px !important;
  }

  body.craftart-storefront-child .casf-default-footer__socials {
    justify-content: center !important;
  }

  body.craftart-storefront-child .casf-default-footer__legal {
    text-align: center !important;
  }
}
