/* Custom button style for Book a Demo */
/* Custom button style for Book a Demo */
.book-demo-btn {
  position: relative;
  background-color: #007bff;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  transform: skew(-20deg);
  display: inline-block;
}

.book-demo-btn::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  transform: skew(-20deg);
  z-index: -1;
  transition: all 0.3s ease;
}

.book-demo-btn:hover {
  background-color: #0056b3;
}

.book-demo-btn:hover::before {
  top: 0.5rem;
  left: 0.5rem;
  border-color: #0056b3;
}

/* Zoom lens styles */
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  /* Circle lens */
  width: 100px;
  height: 100px;
  cursor: none;
  /* Hide default cursor */
  display: none;
  /* Initially hidden */
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 10;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 110%;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: none;
  z-index: 100;
}

/* Show lens and result on hover */
.img-zoom-container:hover .img-zoom-lens {
  display: block;
}

.img-zoom-container:hover + .img-zoom-result {
  display: block;
}
 

.book-demo-btn::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  transform: skew(-20deg);
  z-index: -1;
  transition: all 0.3s ease;
}

.book-demo-btn:hover {
  background-color: #0056b3;
}

.book-demo-btn:hover::before {
  top: 0.5rem;
  left: 0.5rem;
  border-color: #0056b3;
}

@media (max-width: 768px) {
  .main-header {
    flex-direction: column !important;
    padding: 2rem 1rem !important;
    text-align: center !important;
    padding-top: 100px !important;
  }
  .main-header .header-text {
    max-width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .main-header .header-buttons {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 1rem !important;
  }
  .main-header .header-buttons a {
    width: auto !important;
  }
  .main-header .pd-pro-object {
    padding:1rem;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    max-height: 100px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }
  .product-detail-section .quantity-selector {
    width: 100% !important;
    justify-content: center !important;
  }
  .product-detail-section .quantity-selector button,
  .product-detail-section .quantity-selector input {
    width: 40px !important;
  }
  .product-detail-section .quantity-selector input {
    max-width: 40px !important;
  }
  .product-detail-section .quantity-selector button {
     background-size: 120%;
  }
}

/* Style carousel indicators as circular buttons */
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff6600;
  border: 2px solid white;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}



.carousel-indicators [data-bs-target].active {
  background-color: white;
  border-color: #ff6600;
}
/* Additional fix for focus outline on links or buttons inside carousel */
.carousel-text-column a:focus,
.carousel-text-column button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Product Detail Section */
.product-detail-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.product-detail-section .quantity-selector button {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
}

.product-detail-section .quantity-selector input {
  font-size: 1.2rem;
  height: 40px;
  border: none;
  pointer-events: none;
}

.product-detail-section .safe-checkout {
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
}

.product-detail-section .safe-checkout img {
  height: 30px;
  object-fit: contain;
}

.popular-offers-section .row {
  margin-right: 0 !important;
  border-right: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}

.popular-offers-section {
  position: relative;
  background-size: 100% 100%;
  animation: zoomInBackground 10s ease-out infinite;
  background-repeat: no-repeat;
  background-position: center;
/* stronger orangered inset shadow */
}

.popular-offers-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 254, 255, 0.751); /* less opaque overlay for better box-shadow visibility */
  pointer-events: none;
  z-index: 1;
}
.list .list-items{
  color:#ff6600;
}
.popular-offers-section > .container {
  position: relative;
  z-index: 2;
}
.carousel-new{
  position: relative;
  left:40px;
  top:55px;
    margin-left:5%;
    margin-top:6%;
  height:400px;
  line-height: 100%;
  padding:2rem;
  color:white;
  text-align:center;
  background-color: rgba(253, 73, 2, 0.695);
}

/* Add gap/margin to first slide text column */

.navbar {
  z-index: 1030;
}

/* Ensure container inside carousel-item is full width and aligned */
.carousel-item .container,
.carousel-item .container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Animation visibility fix */
.product-fly-in-left,
.text-white.p-4 {
  opacity: 1 !important;
  transform: none !important;
  animation-fill-mode: forwards !important;
}

/* Responsive image max height */
.carousel-item img {
  max-height: 90vh;
  object-fit: contain;
}

.carousel-item:first-child .carousel-caption {
  color: white !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
   animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  max-width: 850px !important;
}

@keyframes floatFadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item:nth-child(2) .carousel-caption {
  background-color: rgba(255, 255, 255, 0.87) !important;
  padding: 1rem 2rem !important;
  border-radius: 1rem !important;
  color: white !important;
  animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  position: relative !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  text-align: left !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  height: 100% !important;
  min-height: 100% !important;
}

.carousel-item:nth-child(2) .carousel-text-column {
  height: 100% !important;
}

.carousel-item:nth-child(2) .carousel-image-column {
  height: 100% !important;
}

.carousel-item:nth-child(2) {
  background-image: url('../images/product-hero.jpg') !important;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.carousel-item:nth-child(2) .carousel-text-column {
  background-color: rgba(255, 255, 255, 0.91) !important;
  color: white !important;
  padding:5%;
  width:50%;
   animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  height:100vh !important;
  flex: 1 1 45% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  /* Remove animation from container */
  animation: none !important;
}

/* Animate only the text elements inside the text column */
.carousel-item:nth-child(1) .carousel-caption > h1,
.carousel-item:nth-child(1) .carousel-caption > p,
.carousel-item:nth-child(2) .carousel-text-column > h4,
.carousel-item:nth-child(2) .carousel-text-column > h1,
.carousel-item:nth-child(2) .carousel-text-column > p,
.carousel-item:nth-child(3) .carousel-text-column > h4,
.carousel-item:nth-child(3) .carousel-text-column > h1,
.carousel-item:nth-child(3) .carousel-text-column > p,
.carousel-item:nth-child(4) .carousel-text-column > h4,
.carousel-item:nth-child(4) .carousel-text-column > h1,
.carousel-item:nth-child(4) .carousel-text-column > p {
   animation:zoomInPulse 1.5s ease-in-out forwards;
  /* Remove infinite and alternate to stop animation after one run */
  animation-iteration-count: 1;
  animation-direction: normal;
}

@keyframes zoomInPulse {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
 
  100% {
    opacity: 1;
    transform: scale(0.95);
  }
}

@keyframes fadeDownDisappear {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

/* Define the floating animation from right corner */
@keyframes floatFromRight {
  0% {
    opacity: 0.2;
    transform: translateX(250px) translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}@keyframes floatFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-350px) translateY(0px);
   
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

.carousel-item:nth-child(1) .carousel-caption {
  background-color: rgba(255, 255, 255, 0.87) !important;
  padding: 1rem 2rem !important;
  border-radius: 1rem !important;
  color: white !important;
  animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  position: relative !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  text-align: left !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  height: 100% !important;
  min-height: 100% !important;
}

.carousel-item:nth-child(1) .carousel-text-column {
  height: 100% !important;
}

.carousel-item:nth-child(1) .carousel-image-column {
  height: 100% !important;
}

.carousel-item:nth-child(1) {
 
  background-image: url('../images/product-hero.jpg') !important;
  background-size: 100% !important;
  animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.carousel-item:nth-child(1) .carousel-text-column {
  background-color: rgba(255, 255, 255, 0.91) !important;
  color: white !important;
  width:50%;
animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  height:100vh !important;
  flex: 1 1 45% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  /* Remove animation from container */
 
}
.carousel-item:nth-child(1) .carousel-image-column {
  background-color: #ff6600f1 !important;
  flex: 1 1 55% !important;
  width:50%;
  height:100vh !important;
  animation: floatScaleFadeRight 3s ease-in-out 1s forwards !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem !important;
}

.carousel-item:nth-child(1) .carousel-image-column img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 1rem !important;
  animation: floatFromLeft 3s ;
  /* Remove infinite and alternate to stop animation after one run */
  animation-iteration-count: 1;
  animation-direction: normal;
}
.carousel-item:nth-child(2) .carousel-image-column {
  background-color: #ff6600f1 !important;
  flex: 1 1 55% !important;
  width:50%;
  height:100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 2rem !important;
}

.carousel-item:nth-child(2) .carousel-image-column img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 1rem !important;
  animation: floatFromLeft 3s ;
  /* Remove infinite and alternate to stop animation after one run */
  animation-iteration-count: 1;
  animation-direction: normal;
}


.carousel-item:nth-child(3) .carousel-text-column {
  background-color: rgba(255, 255, 255, 0.866) !important;
  color: white !important;
  padding:5%;
  width:50%;
  height:100vh !important;
  flex: 1 1 45% !important;
  display: flex !important; 
  flex-direction: column !important;
  justify-content: center !important;
}

.carousel-item:nth-child(3) .carousel-image-column {
  background-color: #ff6600eb !important;
  flex: 1 1 55% !important;
  width:50%;
  padding:10% !important;
  height:100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.carousel-item:nth-child(3) .carousel-image-column img {
  max-width: 100% !important;
  height: 400px   !important;
  border-radius: 1rem !important;
    animation: floatFromLeft 3s ;
    animation-iteration-count: 1;
  animation-direction: normal;
}


.carousel-item:nth-child(4) .carousel-text-column {
  background-color: rgba(255, 255, 255, 0.925) !important;
  color: white !important;
  padding:5%;
  width:50%;
  height:100vh !important;
  flex: 1 1 45% !important;
  display: flex !important; 
  flex-direction: column !important;
  justify-content: center !important;
}

.carousel-item:nth-child(4) .carousel-image-column {
  background-color: #ff6600ef !important;
  flex: 1 1 55% !important;
  width:50%;
  padding:10%;
  height:100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.carousel-item:nth-child(4) .carousel-image-column img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 1rem !important;
    animation: floatFromLeft 2s ;
    animation-iteration-count: 1;
  animation-direction: normal;
}


@keyframes floatScaleFadeRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  50% {
    opacity: 0.5;
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes floatScaleFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px) scale(0.8);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-25px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes floatFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px) translateY(-50%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-25px) translateY(-55%);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
}

/* Media Queries for Android Devices and Small Screens */

/* Tablets and small desktops */
@media (max-width: 768px) {
.img{
  display: none;
}
  .carousel-inner{
    height: 500px;
  }
  /* Show carousel text columns stacked vertically */
  .carousel-item .carousel-text-column {
    width: 100% !important;
    height: auto !important;
    padding: 1rem !important;
    color: white !important;
    display:block;

  }

  /* Make carousel image columns full width and height */
  .carousel-item .carousel-image-column {
    width: 100% !important;
    height:auto!important;
    padding: 0 !important;
    margin:0 !important;
    background-color: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .carousel-item .carousel-image-column img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 1rem !important;
  }

/* Adjust carousel container padding to avoid navbar overlap */
.carousel-item .container,
.carousel-item .container-fluid {
  padding-top: 1rem !important; /* Reduced padding to decrease gap */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  flex-direction: column !important;
}

  /* Stack carousel items vertically */
  .carousel-item:nth-child(2),
  .carousel-item:nth-child(3),
  .carousel-item:nth-child(4) {
    flex-direction: column !important;
    height: auto !important;
    padding:0px;
  }
   

.carousel-new{
  display:none;
}
  
  /* Fix dropdown menu z-index and pointer events */
  .navbar-nav .dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 1024px) {
  main.main-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1rem !important;
  }
  .sidebar {
    flex: 1 1 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
  }
  .product-grid {
    flex: 3 1 600px !important;
    max-width: 100% !important;
    padding: 0 1rem !important;
    box-sizing: border-box !important;
  }
  .popular-offers-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }
  .popular-offers-section .col-md-4 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

/* Tablets and small desktops */
@media (max-width: 900px) {
.img{
  display: none;
}
  .carousel-inner{
    height: 600px;
  }
  /* Show carousel text columns stacked vertically */
  .carousel-item .carousel-text-column {
    width: 100% !important;
    height: auto !important;
    padding: 1rem !important;
    color: white !important;
    display:block;

  }

  /* Make carousel image columns full width and height */
  .carousel-item .carousel-image-column {
    width: 100% !important;
    height:auto!important;
    padding:0px !important;
    margin:0 !important;
    background-color: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .carousel-item .carousel-image-column img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 1rem !important;
  }

  /* Adjust carousel container padding to avoid navbar overlap */
  .carousel-item .container,
  .carousel-item .container-fluid {
    padding-top: 3rem !important; /* Adjust as per navbar height */
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    flex-direction: column !important;
  }

  /* Stack carousel items vertically */
  .carousel-item:nth-child(2),
  .carousel-item:nth-child(3),
  .carousel-item:nth-child(4) {
    flex-direction: column !important;
    height: auto !important;
    padding:0px;
  }
   

.carousel-new{
  display:none;
}
  
 
}

/* Mobile phones */
@media (max-width: 480px) {
  
  /* Prevent horizontal scroll */
  body, html {
    overflow-x: hidden !important;
  }

.carousel-inner{
 height:650px;
}
.carousel-new{
  display:none !important;
}
.carousel-new {
  left: 0 !important;
  top: 10px !important;
  margin-left: 0 !important;
  margin-top: 5px !important; /* Reduced gap from upper side */
  height: auto !important;
  padding: 0.5rem 1rem 1rem 1rem !important; /* Reduced top padding */
  font-size: 1rem !important;
}

/* Reduce top margin and padding for carousel text and image columns */
.carousel-item .carousel-text-column,
.carousel-item .carousel-image-column {
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
}

/* Remove gap when first slide is active */
body.first-slide-active {
  padding-top: 0 !important;
}

/* Add gap below fixed navbar and remove extra space above */
 
/* Make first slide video fully visible and responsive */
#carouselTest .carousel-item:first-child video {
  margin-top:5%;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.carousel-item:first-child .carousel-caption {
  max-width: 100% !important;
  padding: 1rem !important;
}

.carousel-item .carousel-text-column h1,
.carousel-item .carousel-text-column h4,
.carousel-item .carousel-text-column p {
  font-size:0.8rem !important;
}

.sidebar {
  width: 100% !important;
  position: relative !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  text-align: center !important;
}

main.main-container {
  flex-direction: column !important;
  align-items: center !important;
}

.product-grid {
  width: 100% !important;
  padding: 0 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  text-align: center !important;
}

.product-card {
  width: 100% !important;
  margin-bottom: 1rem !important;
}
.img{
  display: none !important;
}
.filter-button {
  width: 100% !important;
  padding: 1rem !important;
  font-size: 1rem !important;
}

#searchInput {
  width: 100% !important;
  padding: 0.5rem !important;
  font-size: 1rem !important;
}

/* Center footer text on mobile */
.footer-modern,
.footer-modern .footer-main,
.footer-modern .footer-brand,
.footer-modern .footer-description,
.footer-modern .footer-social,
.footer-modern .footer-links,
.footer-modern .footer-title {
  

  color: white !important;
}

/* Make footer icons visible and white */
.footer-modern .footer-social a,
.footer-modern .footer-social a i {
  color: white !important;
  opacity: 1 !important;
}

/* Custom Product Footer Styles */
.product-footer {
  background-color: #2c3440;
  color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.product-footer .footer-title {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ff6600;
  padding-bottom: 0.5rem;
}

.product-footer p {
  font-size: 0.95rem;
  color: #adb5bd;
  margin-bottom: 0.5rem;
}

.product-footer p strong {
  color: #f8f9fa;
}

.product-footer .btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.product-footer .btn-outline-light:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.product-footer hr.border-warning {
  border-color: #ff6600 !important;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.product-footer .text-uppercase {
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: #f8f9fa;
}

.product-footer .d-flex.gap-3 a {
  color: #f8f9fa;
  transition: color 0.3s ease;
}

.product-footer .d-flex.gap-3 a:hover {
  color: #ff6600;
}

.product-footer .text-center i.fab.fa-instagram {
  color: #f8f9fa;
}

.product-footer .text-center h4,
.product-footer .text-center p {
  color: #f8f9fa;
  margin: 0;
  padding: 0;
}

.product-footer .text-center h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 767.98px) {
  .product-footer .text-center {
    margin-bottom: 2rem;
  }
  .product-footer .row.text-start {
    text-align: center !important;
  }
  .product-footer .col-md-4 {
    margin-bottom: 2rem;
  }
  .product-footer .btn-outline-light {
    width: 100%;
  }
}
}
/* Scoped CSS for product-detail-section thumbnails */
    .product-detail-section .product-thumb {
      border: 2px solid transparent;
      transition: border-color 0.3s ease;
      cursor: pointer;
    }
    .product-detail-section .product-thumb:hover {
      border-color: #d99e08; /* highlight color on hover */
    }
    .product-detail-section .product-thumb.active {
      border-color: #d99e08; /* highlight color for active thumbnail */
    }

    /* Styles for image zoom lens and result - updated for Flipkart style */
    .img-zoom-lens {
      position: absolute;
      border: 2px solid #d99e08;
      border-radius: 50%; /* Make lens circular */
      width: 150px;
      height: 150px;
      visibility: hidden; /* hidden by default */
      cursor: none;
      background-color: rgba(217, 158, 8, 0.2); /* semi-transparent lens */
      z-index: 10;
    }

    .img-zoom-result {
      border: none;
      width: 400px;
      height: 400px;
      /* Remove border-radius for square zoom result */
      position: absolute;
      top: 0;
      left: 105%;
      background-repeat: no-repeat;
      visibility: hidden; /* hidden by default */
      box-shadow: none;
      z-index: 20;
      background-color: rgba(255, 255, 255, 0.9); /* white transparent background */
      border: 1px solid #ddd;
      border-radius: 4px;
      overflow: hidden;
    }