/** Shopify CDN: Minification failed

Line 14:11 Expected identifier but found whitespace
Line 14:13 Unexpected "{"
Line 14:23 Expected ":"
Line 15:11 Expected identifier but found whitespace
Line 15:13 Unexpected "{"
Line 15:23 Expected ":"

**/

/* Petsify TikTok Add-on Styles (minimal & modern) */
:root{
  --cta-bg: {{ settings.petsify_cta_bg | default: '#FF7A00' }};
  --cta-fg: {{ settings.petsify_cta_fg | default: '#ffffff' }};
}
.petsify-container{max-width:1200px;margin:0 auto;padding:24px;}
.petsify-hero{display:grid;grid-template-columns:1.1fr 0.9fr;gap:24px;align-items:center}
@media (max-width: 900px){.petsify-hero{grid-template-columns:1fr}}
.petsify-hero h1{font-size:clamp(28px,5vw,46px);line-height:1.1;margin:0 0 12px;font-weight:800}
.petsify-hero p{font-size:clamp(15px,2.6vw,18px);opacity:.85}
.petsify-cta{display:inline-block;background:var(--cta-bg);color:var(--cta-fg);padding:14px 22px;border-radius:10px;font-weight:700;text-decoration:none}
.petsify-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px;opacity:.85}
.petsify-badge{background:#f5f5f5;border-radius:999px;padding:6px 12px;font-size:13px}
.petsify-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media (max-width: 900px){.petsify-features{grid-template-columns:repeat(2,1fr)}}
.petsify-feature{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;text-align:center}
.petsify-feature img{max-width:100%;height:auto;border-radius:12px}
.petsify-reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media (max-width: 900px){.petsify-reviews{grid-template-columns:1fr}}
.petsify-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px}
.petsify-stars{color:#F59E0B;font-size:18px;margin-bottom:8px}
.petsify-ugc{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width: 900px){.petsify-ugc{grid-template-columns:1fr}}
.petsify-ugc iframe,.petsify-ugc video{width:100%;aspect-ratio:9/16;border-radius:14px;border:0}
.petsify-price{font-size:22px;font-weight:800;margin:10px 0}
.petsify-sticky-bar{position:sticky;bottom:0;display:flex;gap:12px;background:#fff;padding:12px;border-top:1px solid #eee;z-index:9}
.petsify-sticky-bar .petsify-cta{flex:1;text-align:center}
