.product-info-page{width:100%;position:relative;margin:0;padding:0;background-color:#f3f1e9;z-index:1}.product-hero{width:100%;height:50vh;background-size:cover;background-position:50%;position:relative;top:0;z-index:-1;justify-content:center;align-items:center;display:flex;color:#fff}.product-hero .content{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.product-hero .content h1{font-size:3rem;color:#fff;text-align:center}.product-info-page .products{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.product-info-page .products .prod{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;min-width:70%;padding-block:20px;box-shadow:2px 2px 5px 2px rgba(0,0,0,.205)}.product-info-page .products .prod3{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;min-width:70%;padding-block:20px;box-shadow:2px 2px 5px 2px rgba(0,0,0,.205)}.product-info-page .products .prod2{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;min-width:70%;padding-block:20px;box-shadow:2px 2px 5px 2px rgba(0,0,0,.205)}.product-info-page .products .prod .images{display:grid;grid-template-columns:repeat(4,1fr);width:100%}.product-info-page .products .prod3 .images{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.product-info-page .products .prod2 .images{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.product-info-page .products .prod .images .image-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.product-info-page .products .prod3 .images .image-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.product-info-page .products .prod2 .images .image-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.product-info-page .products .prod .images .image-info img{height:250px;object-fit:contain}.product-info-page .products .prod3 .images .image-info img{height:250px;object-fit:contain}.product-info-page .products .prod2 .images .image-info img{height:250px;object-fit:contain}.product-info-page .products .prod:nth-child(1) h2{color:#ff2033}.product-info-page .products .prod:nth-child(3) h2{color:#f1c900}.product-info-page .products .prod:nth-child(4) h2{color:#0fd05f}.product-info-page .products .prod3:nth-child(1) h2{color:#ff2033}.product-info-page .products .prod3:nth-child(3) h2{color:#f1c900}.product-info-page .products .prod3:nth-child(4) h2{color:#0fd05f}.product-info-page .products .prod2:nth-child(1) h2{color:#ff2033}.product-info-page .products .prod2:nth-child(3) h2{color:#f1c900}.product-info-page .products .prod2:nth-child(4) h2{color:#0fd05f}@media(max-width:1024px){.product-info-page .products .prod .images{grid-template-columns:repeat(3,1fr)}.product-info-page .products .prod3 .images{grid-template-columns:repeat(3,1fr)}.product-info-page .products .prod2 .images{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.product-info-page .products .prod .images{grid-template-columns:repeat(2,1fr);gap:20px}.product-info-page .products .prod3 .images{grid-template-columns:repeat(2,1fr);gap:20px}.product-info-page .products .prod2 .images{grid-template-columns:repeat(2,1fr);gap:20px}}