<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>homedecore new document title</title>
</head>
<body>
<p>/* Styles for the Home and Garden Affiliate Store */ body</p>
<p>/* Add these styles */.enlargeable img {&nbsp; &nbsp; transition: transform 0.2s;&nbsp; &nbsp; cursor: pointer;}<br />.enlargeable img:active {&nbsp; &nbsp; transform: scale(2);&nbsp; &nbsp; transition: transform 0.2s;}<br />/* Navbar */.navbar {&nbsp; &nbsp; background-color: #333;&nbsp; &nbsp; overflow: hidden;}<br />.navbar a {&nbsp; &nbsp; float: left;&nbsp; &nbsp; display: block;&nbsp; &nbsp; color: #f2f2f2;&nbsp; &nbsp; text-align: center;&nbsp; &nbsp; padding: 14px 20px;&nbsp; &nbsp; text-decoration: none;}<br />.navbar a:hover {&nbsp; &nbsp; background-color: #ddd;&nbsp; &nbsp; color: black;}<br />.search-container {&nbsp; &nbsp; float: right;&nbsp; &nbsp; padding: 14px;}<br />.search-container input[type=text] {&nbsp; &nbsp; padding: 6px;&nbsp; &nbsp; font-size: 17px;&nbsp; &nbsp; border: none;}{     font-family: Arial, sans-serif;     margin: 0;     padding: 0;     background-color: #f4f4f4; }  h1 {     text-align: center;     padding: 20px;     background-color: #333;     color: white;     margin: 0; }  .product-container {     display: flex;     flex-wrap: wrap;     gap: 20px;     justify-content: space-around;     padding: 20px; }  .product-item {     background-color: white;     border: 1px solid #ccc;     border-radius: 8px;     box-shadow: 2px 2px 12px #aaa;     padding: 15px;     width: 30%;     box-sizing: border-box;     transition: transform 0.2s, box-shadow 0.2s; }  .product-item:hover {     transform: translateY(-5px);     box-shadow: 2px 2px 20px #666; }  .product-item img {     width: 100%;     height: auto;     border-radius: 5px; }  .product-item h3 {     font-size: 1.2em;     color: #333;     margin: 10px 0; }  .product-item .price {     color: green;     font-weight: bold; }  .product-item .discount {     color: red;     text-decoration: line-through; }  .product-item .description {     margin: 10px 0;     font-size: 0.9em; }  .product-item .video {     margin-top: 10px; }  .product-item a {     text-decoration: none;     color: #0066cc;     font-weight: bold; }  .product-item a:hover {     text-decoration: underline; }  /* Responsive Design */ @media (max-width: 768px) {     .product-item {         width: 45%;     } }  @media (max-width: 480px) {     .product-item {         width: 100%;     } }</p>
</body>
</html>