.shop-page{background-color:var(--llp-background);min-height:100vh}.shop-container{max-width:1200px;margin:1.5rem auto}@media (max-width:639px){.shop-container{padding:1.5rem 2rem}}@media (min-width:640px){.shop-container{padding:2rem 1.5rem}}@media (min-width:1024px){.shop-container{padding:2rem}}.shop-header{text-align:center;margin-bottom:2rem}.shop-title{color:var(--llp-red);text-align:center;width:100%;max-width:300px;margin:0 auto 5rem;padding:1rem 2rem;font-size:1.875rem;font-weight:200;position:relative}.shop-title:after{content:"";background-color:var(--llp-red);height:1.4px;position:absolute;bottom:-1rem;left:0;right:0}.products-grid{grid-template-columns:repeat(auto-fit,360px);justify-content:center;gap:1.5rem;margin-bottom:3rem;display:grid}.product-card-wrapper{opacity:0;animation:.6s ease-out forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.empty-state{text-align:center;padding:3rem 0}.empty-state-text{color:var(--llp-red);font-size:var(--font-size-regular)}.loading-state{text-align:center;padding:3rem 0}.loading-text{color:var(--llp-gray);font-size:var(--font-size-regular)}@media (max-width:639px){.shop-title{font-size:var(--font-size-title)}.shop-header{margin-bottom:1.5rem}}
