:root{--ph-bg: #f8fafc;--ph-surface: #ffffff;--ph-brand: #0d9488;--ph-brand-dark: #0f766e;--ph-text: #334155;--ph-text-dark: #0f172a;--ph-border: #e2e8f0;--ph-shadow: 0 4px 6px -1px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--ph-bg);color:var(--ph-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.ph-store{display:flex;flex-direction:column;min-height:100vh}.ph-banner{background:var(--ph-brand);color:#fff;text-align:center;font-size:.8rem;font-weight:700;padding:.5rem;text-transform:uppercase;letter-spacing:.05em}.ph-header{background:var(--ph-surface);border-bottom:1px solid var(--ph-border);padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}@media(min-width:768px){.ph-header{flex-direction:row;justify-content:space-between}}.ph-logo{font-size:1.6rem;font-weight:900;color:var(--ph-text-dark);letter-spacing:-.03em;display:flex;align-items:center;gap:.5rem}.ph-logo-icon{display:inline-block;width:1.5rem;height:1.5rem;background:var(--ph-brand);border-radius:4px}.ph-nav{display:flex;gap:1.5rem}.ph-nav a{font-size:.95rem;font-weight:600;color:var(--ph-text);transition:color .2s}.ph-nav a:hover{color:var(--ph-brand)}.ph-cart-btn{display:flex;align-items:center;gap:.5rem;background:var(--ph-bg);border:1px solid var(--ph-border);padding:.5rem 1rem;border-radius:4px;font-weight:700;color:var(--ph-text-dark);cursor:pointer}.ph-cart-btn:hover{border-color:var(--ph-brand);color:var(--ph-brand)}.ph-main{flex:1;padding:2rem 1.5rem;max-width:1300px;margin:0 auto;width:100%}.ph-hero{background:var(--ph-surface);border:1px solid var(--ph-border);border-radius:8px;padding:3rem 2rem;text-align:center;margin-bottom:3rem;box-shadow:var(--ph-shadow)}@media(min-width:768px){.ph-hero{padding:5rem 3rem}}.ph-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:var(--ph-text-dark);margin-bottom:1rem;line-height:1.1}.ph-hero p{font-size:1.2rem;color:var(--ph-text);max-width:600px;margin:0 auto 2rem}.ph-btn-buy{display:inline-block;background:var(--ph-brand);color:#fff;padding:1rem 2.5rem;border-radius:4px;font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;transition:background .2s;border:none;cursor:pointer}.ph-btn-buy:hover{background:var(--ph-brand-dark)}.ph-btn-secondary{display:inline-block;background:var(--ph-surface);color:var(--ph-brand);border:2px solid var(--ph-brand);padding:.85rem 2rem;border-radius:4px;font-weight:700;font-size:1rem;transition:all .2s}.ph-btn-secondary:hover{background:var(--ph-brand);color:#fff}.ph-h2{font-size:1.8rem;font-weight:800;color:var(--ph-text-dark);margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.ph-h2 span{font-size:.9rem;font-weight:600;color:var(--ph-brand);cursor:pointer}.ph-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.ph-product{background:var(--ph-surface);border:1px solid var(--ph-border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.ph-product:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a;border-color:var(--ph-brand)}.ph-prod-img-wrap{width:100%;aspect-ratio:1/1;background:var(--ph-bg);border-radius:4px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.ph-prod-img{width:100%;height:100%;object-fit:contain;padding:1rem;mix-blend-mode:multiply}.ph-prod-badge{display:inline-block;background:#fef08a;color:#854d0e;font-size:.7rem;font-weight:800;padding:.25rem .5rem;border-radius:2px;text-transform:uppercase;margin-bottom:.5rem}.ph-prod-title{font-size:1.15rem;font-weight:800;color:var(--ph-text-dark);margin-bottom:.5rem;line-height:1.3}.ph-prod-price{font-size:1.4rem;font-weight:900;color:var(--ph-brand);margin-bottom:1rem}.ph-prod-desc{font-size:.9rem;color:var(--ph-text);margin-bottom:1.5rem;flex:1}.ph-detail{background:var(--ph-surface);border:1px solid var(--ph-border);border-radius:8px;padding:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.ph-detail{padding:4rem}}.ph-detail-header{border-bottom:1px solid var(--ph-border);padding-bottom:2rem;margin-bottom:2rem}.ph-detail-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:var(--ph-text-dark);margin-bottom:1rem;line-height:1.1}.ph-detail-meta{display:flex;gap:1rem;font-size:.9rem;color:var(--ph-text);font-weight:600}.ph-detail-img{width:100%;max-height:500px;object-fit:contain;background:var(--ph-bg);padding:2rem;border-radius:8px;border:1px solid var(--ph-border);margin-bottom:3rem}.ph-prose p{margin-bottom:1.5rem;font-size:1.1rem}.ph-prose h2{font-size:1.8rem;font-weight:800;color:var(--ph-text-dark);margin:3rem 0 1.5rem}.ph-prose h3{font-size:1.4rem;font-weight:700;color:var(--ph-text-dark);margin:2rem 0 1rem}.ph-prose ul{padding-left:2rem;margin-bottom:1.5rem;list-style:disc}.ph-footer{background:var(--ph-surface);border-top:1px solid var(--ph-border);padding:3rem 1.5rem;text-align:center;font-size:.9rem;color:var(--ph-text)}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
