.product-page .hero{background-repeat:no-repeat;min-height:100vh;min-width:100%;padding:10vh 5vw 0}.product-page .hero h1{font-size:5rem;line-height:4.8rem}.product-page .hero .personalize-btn,.product-page .hero .product-rating{position:relative;height:70px;max-width:200px;padding:10px 20px;border-radius:10px;line-height:15px;box-shadow:var(--box-shadow);-webkit-box-shadow:var(--box-shadow);-moz-box-shadow:var(--box-shadow);-o-box-shadow:var(--box-shadow)}.product-page .hero .personalize-btn::after,.product-page .hero .product-rating::after{transition:transform .3s ease-in-out}.product-page .hero .product-rating::after{content:"\2197";position:absolute;top:0;right:0;color:var(--green);transform:translate(50%,-30%)}.product-page .hero .product-rating:hover::after{transform:translate(60%,-40%)}.product-page .hero .product-rating img{width:80%}.product-page .hero .personalize-btn:hover::after{transform:translateY(10%)}.product-page .hero .product-mockup{position:relative;background:url(/images/globals/product-dots.png) top right;background-repeat:no-repeat}.product-page .hero .product-mockup img{z-index:2;width:80%}@media (max-width:991.98px){.product-page .hero{min-height:auto}.product-page .hero h1{font-size:4rem}}@media (max-width:767.98px){.product-page .hero{flex-direction:column;justify-content:center;flex-wrap:wrap;text-align:center}.product-page .hero h1{font-size:3rem}}@media (max-width:575.98px){.product-page .hero h1{font-size:2rem;line-height:2rem}.product-page .hero .personalize-btn,.product-page .hero .product-rating{padding:10px 5px;max-width:180px}.product-page .hero .product-rating img{width:80%}@supports (column-gap:10px){.product-page .hero .user-calls{column-gap:10px;row-gap:10px}}@supports not (column-gap:10px){.product-page .hero .user-calls>*+*{margin-left:10px;margin-top:10px}}}