#fw-section-custom-html-a6739315-460d-4427-9c80-57f21c16afd3 {

    .product-list {
      text-align: center;
      padding: 20px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .product-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1.2em;
      color: #333;
      font-family: 'Dekko', sans-serif;
      font-weight: bold;
      margin-top: 10px;
    }

    .product-item img {
      width: 200px;
      height: 300px;
      object-fit: cover;
      border: 1px solid #ccc;
      border-radius: 10px;
      transition: transform 0.3s;
    }

    .product-item img:hover {
      transform: scale(1.1);
    }

    .product-item p {
      margin-top: 10px;
      font-size: 1em;
      color: #333;
      text-align: center;
    }
}

























#fw-section-custom-html-6d12e0e9-7232-446c-b932-4dfcc3246b34 {

@import url('https://fonts.googleapis.com/css2?family=Dekko&display=swap');


.product-list {
    text-align: center;
    padding: 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 20px;
    justify-items: center;
}

.product-item {
    text-align: center;
  margin-top: 10px;
  font-size: 1.2em; /* Adjust the font size as needed */
  color: #333;
  font-family: 'Dekko', sans-serif;
  font-weight: bold;
  
  
}

.product-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: transform 0.3s;
}

.product-item img:hover {
    transform: scale(1.1);
}

.product-item p {
    margin-top: 10px;
    font-size: 1em;
    color: #333;
}

}












#fw-section-custom-html-51d499f6-4f27-48a5-bae6-ece60d1632c6 {

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    font-size: 1.2em; /* Adjust the font size as needed */
    color: #333;
    font-family: 'Dekko', sans-serif;
    font-weight: bold;
}

.product-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: transform 0.3s;
    /* Remove margins if they affect centering, or adjust as needed */
}

.product-item p {
    margin-top: 10px;
    font-size: 1em;
    color: #333;
}
}
#fw-section-custom-html-01dc4407-cd1e-4a42-b74d-1e9075bdb982 {

    .product-list {
      text-align: center;
      padding: 20px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .product-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1.2em;
      color: #333;
      font-family: 'Dekko', sans-serif;
      font-weight: bold;
      margin-top: 10px;
    }

    .product-item img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border: 1px solid #ccc;
      border-radius: 10px;
      transition: transform 0.3s;
    }

    .product-item img:hover {
      transform: scale(1.1);
    }

    .product-item p {
      margin-top: 10px;
      font-size: 1em;
      color: #333;
      text-align: center;
    }
}