.product-detail-page{background:var(--surface);flex-direction:column;align-items:center;min-height:100vh;display:flex}.product-detail-page__main-image{max-width:500px;max-height:500px}.product-detail-page [data-component=media]{transition:transform .3s}.product-detail-page [style*="cursor: pointer"]:hover [data-component=media]{transform:scale(1.05)}.product-detail-page [data-component=tab-content]{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-detail-page button[data-size=s]{min-width:36px;min-height:36px}.product-detail-page .action-buttons{flex-wrap:wrap;gap:16px;display:flex}.product-detail-page .action-buttons>*{flex:1;min-width:200px}
