MAGshot Camo AI TEST (Copy)
/* Reset and Base Styles for Shopify Integration */ .magshot-landing * { margin: 0; padding: 0; box-sizing: border-box; } .magshot-landing { font-family: var(--font-body-family, 'Helvetica Neue', Arial, sans-serif); line-height: 1.6; color: var(--color-body-text, #333); } /* Theme-Matched Color Variables - Using Bright Green #0bfc08 */ :root { --magshot-primary: #1a1a1a; --magshot-accent: #0bfc08; --magshot-accent-hover: #09d806; --magshot-text-dark: #2c3e50; --magshot-light-bg: #f9fafb; --magshot-border: #e5e7eb; } /* Container Matching Shopify Theme */ .magshot-container { max-width: var(--page-width, 1200px); margin: 0 auto; padding: 0 var(--grid-mobile-horizontal-spacing, 20px); } /* --- Hero Section with Background Image --- */ .magshot-hero { position: relative; background-imag