.product-page-skeleton{width:90%;max-width:128rem;min-height:70vh;margin:5.4rem auto 0;display:flex;gap:6%;align-items:flex-start}.product-page-skeleton__content>div,.product-page-skeleton__media{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 50%,#f3f3f3 75%);background-size:200% 100%;animation:product-skeleton-loading 1.4s infinite}.product-page-skeleton__media{width:54%;aspect-ratio:1/1}.product-page-skeleton__content{width:40%;padding-top:2rem}.product-page-skeleton__content>div{height:2.4rem;margin-bottom:2rem}.product-page-skeleton__content>div:nth-child(2){width:75%}.product-page-skeleton__content>div:nth-child(3){height:5rem;margin-top:8rem}.product-page-message{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;font-size:1.6rem}.product-page-message button{min-width:12rem;height:4rem;border:0;color:#fff;background:#000;cursor:pointer}.product-detail-page{padding-top:2rem}@keyframes product-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:1030px){.product-page-skeleton{width:36.5rem;margin-top:7rem;display:block}.product-page-skeleton__content,.product-page-skeleton__media{width:100%}.product-page-skeleton__content>div:nth-child(3){margin-top:4rem}}