body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.containers {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.centered2 {
  top: 41.5%;
  left: 29%;
  padding: 10px 20px;
  color: #333;
  margin-left: 50px;
  margin-right: 30px;
}

.header {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.header h1 {
    margin: 0;
    font-size: 24px;
}

.product-id {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.content {
    display: flex;
    justify-content: space-between;
}

.left-section {
    width: 45%;
}

.left-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.left-section ul {
    list-style: none;
    padding: 0;
}

.left-section ul li {
    background: #ddd;
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 5px;
}

.right-section {
    width: 50%;
    text-align: center;
}

.jersey-image {
    width: 100%;
    margin-bottom: 20px;
}

.frenchterry-image {
    width: 100%;
    margin-bottom: 20px;
}

.fleece-image {
    width: 100%;
    margin-bottom: 20px;
}

.airtex-image {
    width: 100%;
    margin-bottom: 20px;
}

.waffel-image {
    width: 100%;
    margin-bottom: 20px;
}

.interlock-image {
    width: 100%;
    margin-bottom: 20px;
}

.oatmeal-image {
    width: 100%;
    margin-bottom: 20px;
}

.lycrapique-image {
    width: 100%;
    margin-bottom: 20px;
}

.autostripes-image {
    width: 100%;
    margin-bottom: 20px;
}

.honeycomb-image {
    width: 100%;
    margin-bottom: 20px;
}

.color-options {
    display: flex;
    flex-wrap: wrap;
}

.color-option {
    text-align: center;
    margin: 5px;
}

.color-options img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
}

.color-options img:hover {
    border-color: #333;
}

.color-option p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #333;
}


.footer {
    text-align: center;
    margin-top: 20px;
}

.buy-now {
    background: #ffcc00;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
}

.buy-now:hover {
    background: #ffa500;
}

.buynow {
    background: #ffcc00;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
    width: 40%;
    text-align: center;
}

.buynow:hover {
    background: #ffa500;
}

.footer img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
}
.container1 {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .centered, .centered1, .centered2, .centered3, .centered4 {
    position: absolute;
    transform: translate(-50%, -50%);
    font-weight: bold;
    border-radius: 5px;
  }

  .centered {
    top: 41.5%;
    left: 49%;
    background: #ffcc00;
    padding: 10px 40px;
    color: #333;
    margin-right: 30px;
  }

  .centered1 {
    top: 35.5%;
    left: 39%;
    background: #eeeeec;
    padding: 10px 20px;
    color: #333;
    margin-left: 50px;
    margin-right: 30px;
  }

  .centered2 {
    top: 41.5%;
    left: 29%;
    padding: 10px 20px;
    color: #333;
    margin-left: 50px;
    margin-right: 30px;
  }

  .centered3 {
    top: 47.5%;
    left: 29%;
    padding: 10px 20px;
    color: #333;
    margin-left: 50px;
    margin-right: 30px;
  }

  .centered4 {
    top: 47.5%;
    left: 52%;
    background: #ffcc00;
    padding: 10px 40px;
    color: #333;
    margin-right: 30px;
  }

  .centered:hover, .centered1:hover, .centered4:hover {
    background: #ffa500;
  }
/* added css */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.col {
    flex: 1;
    min-width: 250px; /* Ensures responsiveness */
    text-align: left;
}

  /* Responsive styles */
  @media screen and (max-width: 768px) {
    .centered, .centered4 {
      top: 55%;
      left: 50%;
      padding: 8px 20px;
      font-size: 14px;
    }

    .centered1 {
      top: 45%;
      left: 50%;
      padding: 8px 20px;
      font-size: 14px;
      margin-left: 0;
      margin-right: 0;
    }

    .centered2, .centered3 {
      top: 65%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 0;
      margin-right: 0;
    }

    .centered2 img, .centered3 img {
      width: 60px;
      height: 30px;
    }

    .centered img {
      width: 80px;
      height: 40px;
    }
  }

  @media screen and (max-width: 480px) {
    .centered, .centered4 {
      top: 60%;
      left: 50%;
      padding: 6px 15px;
      font-size: 12px;
    }

    .centered1 {
      top: 50%;
      left: 50%;
      padding: 6px 15px;
      font-size: 12px;
    }

    .centered2, .centered3 {
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 0;
      margin-right: 0;
    }

    .centered2 img, .centered3 img {
      width: 50px;
      height: 25px;
    }

    .centered img {
      width: 70px;
      height: 35px;
    }
  }

  .container3 {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    padding: 20px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #333;
    background-image: url("./page4.jpg");
    background-size: cover;
    background-position: center;
}

.container3 h1 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 12px;
    text-align: center;
}

.container3 ol {
    margin-top: 20px;
    font-size: 24px;
    line-height: 2;
    list-style-type: decimal;
    padding-left: 20px;
}

.container3 ol li {
    margin-bottom: 10px;
    margin-left: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container3 {
        padding: 15px;
        max-width: 90%;
    }

    .container3 h1 {
        font-size: 30px;
    }

    .container3 ol {
        font-size: 20px;
        padding-left: 10px;
    }

    .container3 ol li {
        margin-left: 50px;
    }
}

@media (max-width: 480px) {
    .container3 {
        padding: 10px;
        max-width: 95%;
    }

    .container3 h1 {
        font-size: 24px;
    }

    .container3 ol {
        font-size: 18px;
    }

    .container3 ol li {
        margin-left: 20px;
    }
}