.product-page{background-color:#fffcf7;min-height:100vh}.product-container{border-radius:.8rem;max-width:1100px;margin:1rem auto 0;padding:3rem 1rem}@media (min-width:640px){.product-container{margin-top:2rem;padding:2rem 1.5rem}}@media (min-width:1024px){.product-container{border:.1rem solid var(--llp-red);margin-top:5rem;padding:2rem}}.loading-state{justify-content:center;align-items:center;min-height:50vh;display:flex}.loading-text{color:#6b7280;font-size:1.125rem}.error-state{text-align:center;padding:3rem 0}.error-text{color:#dc2626;margin-bottom:1rem;font-size:1.125rem}.error-button{color:#fff;cursor:pointer;background-color:#f85246;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.error-button:hover{background-color:#e74c3c}.related-products-section{background-color:#fffcf7;padding:2rem 0}.related-products-container{max-width:1130px;margin:0 auto;padding:0 1rem}.related-products-title{color:var(--llp-red);margin-bottom:1rem;font-size:1rem;font-weight:300}.related-products-grid{scrollbar-width:thin;scrollbar-color:var(--llp-red)transparent;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.related-products-grid::-webkit-scrollbar{height:6px}.related-products-grid::-webkit-scrollbar-track{background:0 0}.related-products-grid::-webkit-scrollbar-thumb{background-color:var(--llp-red);border-radius:3px}.related-product-item{flex:0 0 300px;max-width:300px}@media (min-width:1024px){.related-products-grid{justify-content:center;overflow-x:visible}.related-product-item{flex:0 0 calc(33.333% - 1rem);max-width:calc(33.333% - 1rem)}}@media (max-width:640px){.related-product-item{flex:0 0 250px;max-width:250px}}
