Skip to content

/* TheShieldPet Brand Colors & Style */ :root { --shield-navy: #1B263B; --rescue-orange: #F28482; } /* Round corners for all images & buttons */ .card-wrapper, .button, .banner__content, .product__media-item img { border-radius: 16px !important; } /* Bold Navy Headlines */ h1, h2, h3, .h1, .h2 { color: var(--shield-navy) !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: 1px; } /* Rescue Orange Buttons */ .button--primary { background-color: var(--rescue-orange) !important; border: none !important; box-shadow: 0 4px 10px rgba(242, 132, 130, 0.3) !important; } /* Hide "Powered by Shopify" */ .footer__copyright.caption { display: none !important; }