.thumbnail-img {
    cursor: pointer;
    border: 1px solid #dee2e6;
    height: 80px;
    object-fit: cover;
}
.thumbnail-img.active {
    border: 2px solid #0d6efd;
}
.main-img {
    height: 400px;
    object-fit: contain;
    cursor: pointer;
}
.review-avatar {
    width: 50px;
    height: 50px;
}
.optionsLabel{
    
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #1D2939;
    margin-bottom: 10px;
}

.dropdowndesign{
    border-radius: 8px;
    border-width: 1px;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 15px;
    padding-left: 14px;
    color: #667085;

}
.customisationText{   
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #667085;
}
.customise{
    display: block;
    color: #667085;
    margin: 5px 0px;
}

  /* Style the dropzone container */
  #myDropzone {
    border: 2px solid #D0D5DD;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    position: relative;
    margin-bottom: 21px;
  }
  #myDropzone .dz-message {
    margin: 0;
  }
 
  /* Hide progress bars and extra text */
  .dz-progress {
    display: none !important;
  }
  .dz-size,
  .dz-details .dz-filename {
    display: none !important;
  }
  .dz-remove {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.5rem;
  }
  .dz-remove:hover {
    text-decoration: underline;
  }
  .titleForImageUpload{
    
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1D2939;
  }
  .browsebutton{
   
    gap: 8px;
    border-radius: 24px;
    top: 139px;
    left: 240px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
    border: 2px solid #108482 !important;
    background: none !important;
    color: #108482!important;
  }
  /* Style remove link */
  .dz-remove {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.5rem;
  }
  .dz-remove:hover {
    text-decoration: underline;
  }

  .store-details-container {
    display: flex;
    gap: 8px;
    }
  .store-details-container .shop-image {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    }
    .store-details-container .store-details .add-to-fav {
    height: 40px;
    width: 120px;
    font-size: 12px;
    gap: 4px;
    }
    .rating-bar span {
        min-width: 50px;
    }
.gray-500{
    color: #667085!important;
}
.color-red{
    color: #E6341D;
}
.variant-btn {
    min-width: 40px;
    height: 40px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.quantity-input {
    width: 70px;
}
.section-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cursor-box {
    position: absolute;
    width: 100px; /* Adjust the size of the cursor box */
    height: 100px;
    border: 2px solid rgba(13, 110, 253, 0.8); /* Blue border with transparency */
    pointer-events: none; /* Ensures it doesn't interfere with mouse events */
    display: none;
}
.product-detail{
    padding : 200px 150px 0px 150px;
}
@media (max-width: 767.98px) {
    .main-img {
        height: 300px;
    }
    .thumbnail-img {
        height: 60px;
    }
}

.remove-btn {
  display: none;
}

.product-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #1D2939;
}
.product-rating{
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars-product{
    font-size: 18px;
}

.seperator{
    border-bottom: 2px solid #E4E7EC;
    margin-top: 27px;
    margin-bottom: 27px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
}

.quantity-input {
    width: 45px;
    text-align: center;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border: none;
}

.product-description-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1D2939;
}

.btn-primary{
    background-color: #108482;
    border-color: #108482;
}
.policy-section ul{
    list-style: disc!important;
    padding-left: 2rem!important;
}
.cursor-pointer{
    cursor: pointer;
}

.add-to-cart-btn {
    background-color: #108482;
    border-color: #108482;
}

.add-to-cart-btn:hover {
    background-color: #108482!important;
    border-color: #108482!important;
}

.cart-notification {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.product-gallery {
    position: relative;
  }
  
  .main-image-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
  }

  .main-image-container video {
    cursor: pointer !important;
  }

  .main-image-container video, .main-image-container img {
    height: 730px;
  }

  .main-image-container video {
    background-color: black;
  }
  
  .main-image {
    width: 100%;
    height: auto;
  }
  
  .thumbnail-container {
    display: flex;
    overflow-x: auto;
    margin-top: 10px;
  }
  
  .thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 8px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  
  .thumbnail.active {
    opacity: 1;
    border: 2px solid #0d6efd;
  }
  
  .more-images {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
  }
  
  /* Zoom preview styles */
  .zoom-preview {
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      border: 1px solid #ddd;
      overflow: hidden;
      background-color: #fff;
      display : none;
      z-index: 100;
  }
  
  .zoom-preview img {
    position: absolute;
    max-width: none;
  }

  .review-button .dogpack-btn-primary {
    font-size: 16px;
    height: 40px;
  }

  .product-detail .review-button {
    padding: 6px 12px;
    font-size: 16px;
  }

  .ql-editor {
    padding: 0px !important;
    white-space: normal !important;
  }

  .ql-editor p {
    font-size: 16px !important;
  }

  .ql-editor li {
    font-size: 16px !important;
  }

  .ql-editor .ql-table-better {
    border-collapse: collapse;
    width: 100%;
  }
  .ql-formats .ql-table-better {
    margin: 0 8px;
  }
  .ql-container.ql-snow {
    height: 150px;
  }
  .ql-editor {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  
  .ql-editor .ql-table-better td,
  .ql-editor .ql-table-better th {
    border: 1px solid #ccc;
    padding: 8px;
  }
  .ql-container {
    border-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: 1px solid var(--Gray-300, #d0d5dd) !important;
    border-top: none !important;
    background: var(--White, #fff) !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    margin-top: 6px;
  }
  
  .ql-toolbar {
    border-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid var(--Gray-300, #d0d5dd) !important;
    background: var(--White, #fff) !important;
    line-height: 0;
  }
  .ql-formats {
    margin: 0 !important;
    border-right: 1px solid #e4e7ec !important;
  }
  .ql-editor .ql-table-better th {
    background-color: #f9f9f9;
  }
  .ql-table-better {
    border-collapse: collapse;
    width: 100% !important;
  }

  .thumbnail-wrapper {
      position: relative;
      display: inline-block;
  }
  .thumbnail-wrapper .video-play-icon {
      position: absolute;
      top: 47%;
      left: 46%;
      transform: translate(-50%, -50%);
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.9);
      pointer-events: none;
      text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }

  .main-image-container .main-video-play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 4rem; /* bigger icon */
      color: rgba(255, 255, 255, 0.9);
      pointer-events: none;
      text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
      z-index: 1;
  }

  .policy-list {
    font-size: 16px;
  }
  
  /* For mobile screens, position zoom below */
  @media (max-width: 992px) {
    .zoom-preview {
      position: relative;
      left: 0;
      top: 10px;
      margin-bottom: 20px;
      height: 300px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .product-detail {
      padding: 70px 16px 10px;
    }
    .main-image-container video, .main-image-container img {
      height: 450px;
    }

    .submitadd{
      font-size: 16px;
    }
  }

  @media (max-width: 576px) {
    .main-image-container video, .main-image-container img {
      height: 410px;
    }
  }
