body {
  font-family: papyrus, sans-serif;
  margin-top: 0;
  padding: 0;
  overflow-y: 100%;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px;
 
  overflow-x: auto;
  width: 100%;
  position: absolute;
}

.product {
  width: 200px;
  margin: 0px;
  display: inline-block;
  margin-top: 200px;


}

.product img {
  width: 100%;
  height: 70%;
}



nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

container home {
  padding: 0px;
  min-height: 30vh;
}

.product {
  text-align: left;
  flex-wrap: wrap;
  display: inline-block;
  padding: 10px;
}

.product img {
  width: 190px;
  height: 200px;
}

footer {
  background-color: #212121;
  color: #fff;
  text-align: center;
  padding: 0px;
  position: fixe; 
  bottom: 0px;
  width: 100%;
}

/* Add styles for products */
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Spread items evenly in each row */
  margin-top: 150px;
  margin-bottom: 50px;
}

.overlay{
    margin-top:0;
}

.product {
  width: calc(35% - 20px);
  /* Adjust the width of each product (25% of the container width with 20px spacing) */
  margin-top: 10px;
  shape-margin: 10px;
  /* padding-top: 170px; */
}

.product img {
  width: 70%;
  /* height: auto; */
}

.product h3 {
  margin: 0px 0;
}

.product p {
  margin: 1px 0;
}

/* Global styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 90%;
  margin: 0 auto;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

header h1 {
  margin: 0;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

main {
  padding: 20px 0;
}




.image {
  flex: 1;
  position: relative;
}

.image img {
  width: 100%;
  display: block;
}




footer {
  background-color: #212121;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  bottom: 0;
}

body {
  font-family: Papyrus, sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

header,
footer {
  background-color: #212121;
  padding: 10px 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.product-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;

}

.product-page .product-images {
  max-width: 300px;
  /* Adjust as needed */
 
  margin-top: 20px;
  flex-direction: row;
}

.product-page .product-images img {
  max-width: 100%;
  flex-direction: row;
}

.product-page .product-details {
  max-width: 400px;
  /* Adjust as needed */
  text-align:
}

.product-page .product-details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.product-page .product-details th,
.product-page .product-details td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.product-page .product-details button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.product-page .product-details button:hover {
  background-color: #555;
}

.product-images-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-page .product-images {
  max-width: 30ppx;
  /* Adjust as needed */
  flex-direction: row;
}

.product-page .product-images img {
  max-width: 100%;
}

.product-page .product-details {
  max-width: 400px;
  /* Adjust as needed */
  margin-top: 0px;
}

/* Hide filter menu by default */
.filter-menu,
.filter-menu2 {
  display: none;
}

.product-images {
  display: flex;
  /* Use flexbox */
  justify-content: space-around;
  /* Horizontal alignment */
  /* Vertical alignment */
  flex-wrap: wrap;
  /* Allow items to wrap to next line */
}

.main-image {
  flex: 1;
  /* Each image occupies equal space */
  margin: 10px;
  /* Adjust spacing between images */
}

.main-image img {
  max-width: 100%;
  /* Ensure images don't exceed container width */
  height: auto;
  /* Maintain aspect ratio */
}

