body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #fff;
  color: #222;
}
header {
    display: flex;
    justify-content: left;
    margin: auto 0px;
    padding: 12px 80px 10px;
    border-bottom: 1px solid #eee;
}

.logo img{
    width:230px;
}



.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.left {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

 

.slider {
  width: 100%;
  max-width: 550px;
  position: relative;
      margin: 1px auto;
    text-align: center;  
        border: 1px solid #eee;
}
.slider img {
  width: 100% ;
  border-radius: 10px;     padding: 5px;
}
#mainImage{
     width:550px; 
}
.thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}
.thumbnails img.active {
  border-color: #f7c948;
}



.right {
  flex: 1 1 400px; margin-top: -25px;
}
.right h1 {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 10px; line-height: 45px;
}
 

/*ranting start*/

.rating-svg-cute {
   display: flex;
    align-items: center;
    gap: 2px; 
    margin: 10px auto;
    justify-content: left;
}

.star-icon {
    width: 24px;  
    height: 24px;
    display: inline-block;  
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    transition: transform 0.2s ease-out;
}

.star-icon.filled {
 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" fill="%230A81FB" stroke="%230A81FB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.star-icon.empty {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" stroke="%23CCC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    opacity: 0.7;  
}

.star-icon:hover {
    transform: scale(1.1) rotate(5deg);  
    cursor: pointer;  
}

.cute-count {
    color: #666;
    font-weight: 500;
    font-size: 0.9em;
    margin-left: 5px;  
}

/*ranting over*/


.delivery {
  font-weight: 600; 
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 15px;
}



.delivery-container-inline {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
}

.delivery-icon{
    width:25px;
}


.price-container-inline {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  
}


.price-total {
      font-size: 1.1rem;
    font-weight: 400;
    text-decoration: line-through;
}


.price-save {
    font-size: 11px;
    font-weight: 500;
    color: white;
    padding: 6px 12px;
    border-radius: 26px;
    background-color: #ba1717;
}

button {
    background-color: #1fa22e;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 1.0rem;
    width: 100%;
    font-weight: 600;
    border: 2px solid #0a6214;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 25px;
}
button:hover {
  background-color: #178a25;
}



.footer-section {
max-width: 100%;
background: #fff; font-size:13px;
margin: 60px auto 0px;
padding: 50px 150px;
}


.description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333; margin-top: 30px;
  margin-bottom: 15px;
}
.note {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer-text {
  font-size: 0.85rem;
  color: #444;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .right {
    max-width: 90%;
  }

.rating-svg-cute {
   display: flex;
    align-items: center;
    gap: 2px; 
    margin: 10px auto;
    justify-content: center;
}


}


/*canada*/
@media only screen and (max-width: 768px) {
 
body{
 margin: 0 auto;
}

.footer-section {
padding: 20px 20px; font-size: 12px;          margin: 10px auto 0px;
}

#mainImage {
    width: 100%;
}

.slider {
    width: 100%;
    max-width: 100%;
  }

  .right {
    flex: 1;
    margin-top: 0px; max-width:100%;
}

.thumbnails img {
    width: 45px;
    height: 45px;
 }

.right h1 {
    font-size: 33px;
  }

  .price {
    font-size: 1.1rem; 
}

.price-total {
    font-size: 0.9rem;
  }

 .price-save {
    font-size: 11px;
  }

  .button{
    margin-top: 38px;
  }

      .thumbnails {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .logo{
      
    }

    .logo img {
        width: 181px;
    }

        header {
        display: flex;
        justify-content: left;
        margin: auto 0px;
        padding: 8px 27px 3px;
        border-bottom: 1px solid #eee;
      }

          .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;      padding: 30px 20px;
        max-width: 100%;
        margin: 0 auto;
    }

    .slider{
      border:none;
    }

        .left {
        flex: 1 1 10px;
      }

      .right{
            padding: 2px;
      }

      .delivery-container-inline { 
          margin-bottom: 15px;         margin-top: 15px;
      }

      .description {
          font-size: 0.95rem; 
          margin-top: 25px;
          margin-bottom: 1px;
      }


.slider img {
    width: 100%;
    border-radius: 10px;
      padding: 0px;  
}


}

 

hr{
width: 150px !important;
border-color: #8e8e8e !important;
}
