.productDetailPage{display:flex;flex-direction:row;gap:2rem;padding:2rem;max-width:var(--site-max-width,1920px);margin:0 auto;font-family:var(--font-family,sans-serif);color:var(--primary-color,#000)}.productDetailPage--error,.productDetailPage--loading{display:flex;justify-content:center;align-items:center;min-height:400px}.productDetailPage__images{flex:1 1;max-width:50%}.productDetailPage__info{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.productDetailPage{flex-direction:column}.productDetailPage__images{max-width:100%}}#root,body,html{height:100%;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.app__content{flex:1 1}
/*# sourceMappingURL=main.4db124d3.css.map*/