.page-details{flex:1 1;display:flex;flex-direction:column}.header{color:#000;text-align:center}.details{padding:25px;display:flex;align-items:stretch;gap:20px}.container{box-shadow:0 4px 8px rgba(0,0,0,.1);background:#fff}.container,.page-details .left-panel{flex:1 1;border-radius:10px;padding:20px}.page-details .left-panel{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.page-details .right-panel{flex:1 1;padding:20px 0;border-radius:10px;display:flex;justify-content:center}.page-details .right-panel svg{width:auto;height:100%;object-fit:contain;padding:0 15px 15px}.page-details .right-panel span{display:block}.page-details .info{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #ddd}.page-details .label{font-weight:700;color:#555}.page-details .value-details{color:#000}.page-details .info:last-child{border-bottom:none}.page-details .hairSelector{display:flex;flex-direction:row;justify-content:center}.page-details .hairHeads{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%}.page-details .hairHead{width:100%;aspect-ratio:1}.page-details .hairHead svg{padding:0;width:inherit}@media (max-width:750px){.page-details .details{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.page-details .hairHeads{gap:0}.page-details .hairSelector{padding:0}.page-details .hairHead{height:inherit}}