
.page1{
    min-height: 10vh;
    width: 100%;
    position: relative;
    z-index: 9;

    padding-top: 4vw;
}
.breadcrumb-item::before {
  content: none !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #111613;
    font-size: 17px;
}
.breadcrumb-item.active {
    color: #000000;  /* gray */
    pointer-events: none;  /* cannot click */
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
.breadcrumb{
    padding-left: 30px;
}
.imglist,.imgac{
    list-style: none;
    
        
}

.imgac img{
    border: 1px solid #111613;
    margin-bottom: 10px;
}
.col-md-2{
    width: 7%;
}
.page{
    height:100vh;
}
.details h1{
    font-size: 5vw;
    padding-left: 4vw;
    font-weight: 700;
    color: #000;
}
.details h2{
      padding-left: 4vw;
      font-size: 2.5vw;
      color: #000;
}
.details button{
    width: 100%;
    border-radius: 50px;
    border: none;
    background-color: #8dc524;
    border: 1px solid #111613;
    color: aliceblue;
    margin-top: 5%;
    font-size: 1.5vw;
   padding: 6px 0;
   padding-bottom: 12px;
}
.pt-1 ul {
   list-style: none;
   padding-left: 15px;
   padding-top: 50px;
   
}
.pt-1 ul li{
     display: flex;
    justify-content: space-between; /* push content to edges */
    padding: 5px 0;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
 
    border-bottom: 1px solid #111613;
}
.pt-1 li span{
       color: #000;
}
.related-products{
    height: 110vh;
}
 .related-products h2{
color: #8dc524;
font-size: 10vw;
font-weight: 700;
 }
 .related-products h2 span {
  display: inline-block; /* ensures smooth x/y transforms */
  color: #8dc524;
}
/* Mobile Product Slider */
.product-slider img {
  width: 100%;
  border: 1px solid #111613;
}

.product-slider {
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  background: #8dc524;
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */
@media (max-width: 768px) {

  /* Breadcrumb */
  .breadcrumb {
    padding-left: 15px;
    font-size: 14px;
  }

  /* Product layout */
  .product .row {
    flex-direction: column;
  }

  .col-md-2,
  .col-md-5 {
    width: 100% !important;
    max-width: 100%;
  }

  /* Thumbnail list → horizontal scroll */
  .imglist {
    display: none;

  }

  .imglist li {
    min-width: 80px;
  }

  /* Main images */
  .imgac img {
    margin-bottom: 15px;
  }

  /* Product details */
  .details h1 {
    font-size: 26px;
    padding-left: 0;
    text-align: center;
  }

  .details h2 {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
  }

  .details button {
    font-size: 16px;
    padding: 10px 0;
    margin: 15px auto;
    width: 90%;
    display: block;
  }

  /* Description list */
  .pt-1 ul {
    padding-top: 20px;
  }

  .pt-1 ul li {
    font-size: 16px;
  }

  /* Related products */
  .related-products {
    height: auto;
  }

  .related-products h2 {
    font-size: 40px;
    text-align: center;
  }

  .related-products .col-md-4 {
    width: 100%;
  }

  .cardp {
    margin-bottom: 20px;
  }

  .cardp h3 {
    font-size: 20px;
    text-align: center;
  }

  .cardp button {
    font-size: 14px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .pin1,
  .pin2 {
    position: static !important;
    transform: none !important;
  }
}
