.container{max-width:1200px;margin:0 auto}.page-title{text-align:center;margin-bottom:40px;font-size:2.5rem;padding-bottom:15px}.products-page-title{text-align:center;font-size:2rem;margin-bottom:40px;color:#fff}.products-header-image{text-align:center;margin:20px 0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(1,1fr)}}.product-card{background-color:rgba(246,206,111,.2);border:solid 4px #f6ce6f;border-radius:2px;overflow:hidden;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.08);box-shadow:0 5px 15px rgba(0,0,0,.08);-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.product-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,.15);box-shadow:0 10px 25px rgba(0,0,0,.15)}.product-card .product-image{height:450px;overflow:hidden;position:relative}.product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.product-card .product-image img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.product-card .product-info{padding:10px 20px}.product-card .product-info .product-title{font-size:1.25rem;margin-bottom:10px;color:#f7cd6f}.product-card .product-info .product-title a{color:inherit;text-decoration:none}.product-card .product-info .product-title a:hover{color:#3498db;text-decoration:underline}.product-card .product-info .product-price{font-size:1.4rem;font-weight:700;color:#27ae60;margin:5px 0;line-height:1}.product-card .product-info .product-description{color:#7f8c8d;line-height:1.5;margin-top:10px}.product-card .product-info .product-description p{margin-bottom:10px}