#children-grid.container,#product-tabs .container{max-width:1350px}.product-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.product-item{align-items:start;border:1px solid #ddd;box-sizing:border-box;cursor:pointer;display:grid;gap:1rem;grid-template-columns:2fr 1fr;padding:1rem;text-align:left;transform:perspective(1000px) rotateX(0deg) rotateY(0deg);transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{border-color:var(--primary);box-shadow:0 10px 20px rgba(0,0,0,.2);transform:perspective(1000px) scale(1.05) rotateX(0deg) rotateY(0deg)}.product-item.full-width{grid-template-columns:1fr}.product-left{display:flex;flex-direction:column;justify-content:space-between}.product-image{margin-bottom:.5rem}.product-image img{height:180px;object-fit:cover;width:100%}.product-icons{display:flex;gap:.5rem;margin-bottom:.5rem}.product-icons img{height:20px;width:20px}.product-title{color:var(--dark);font-size:1.3rem;font-weight:400;margin-top:auto;text-align:left;text-wrap:balance}.product-right{gap:1rem}.product-gallery,.product-right{display:flex;flex-direction:column;height:100%;justify-content:space-between}.product-gallery img{height:calc(33.33333% - .66667rem);object-fit:cover;width:100%}.product-gallery.two-images{justify-content:flex-start}.product-gallery.two-images img:nth-child(2){margin-top:1rem}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-grid{grid-template-columns:1fr}}