.product-home-top{background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;height:80dvh}.product-home-top img{position:absolute;width:90%;height:100%;top:0;left:50%;transform:translateX(-50%);border-radius:16px;box-shadow:0 5px 5px rgba(51,51,51,.25);object-fit:cover}.product-home-top h1,.product-home-top h2{position:relative;z-index:1}.product-home-top h1{font-size:4rem}.product-home .top-upper-layer{width:100%;height:100dvh;padding:40px 0;position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.product-home ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);width:95%;max-width:1200px;grid-gap:120px;gap:120px;margin:0 auto;padding:120px 0}@media(max-width:1200px){.product-home ul{gap:60px}}@media(max-width:768px){.product-home ul{grid-template-columns:repeat(1,1fr)}}.product-home ul .product-page-container{width:100%}.product-home ul .product-page-container .image-container{width:100%;border-radius:16px;overflow:hidden}.product-home ul .product-page-container .image-container img{width:100%;aspect-ratio:16/9;object-fit:cover}.product-home ul .product-page-container .text-container{display:flex;flex-direction:column;gap:16px;margin:16px 0}.product-home ul .product-page-container .text-container h3{font-size:2rem}