@import url(/assets/fonts/gilroy/Gilroy-Regular.ttf);

.ProductCard_productCard__uZDAm {
    border-radius: 8px;
    width: 304px;
    height: 384px;
    position: relative;
}

.ProductCard_productImageWrapper__9M97w {
    position: relative;
    width: 100%;
    height: 304px;
    text-align: center;
    background-color: #fff;
}

.ProductCard_productImage__UCQ8_ {
    cursor: pointer;
    height: 70%;
    margin-top: 40px;
    object-fit: contain;
    background-size: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.ProductCard_productImageWrapper__9M97w:hover .ProductCard_productImage__UCQ8_ {
    transform: scale(1.05);
    filter: blur(3px);
}

.ProductCard_roundButtonWrapper__2SbfZ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ProductCard_productImageWrapper__9M97w:hover .ProductCard_roundButtonWrapper__2SbfZ {
    opacity: 1;
}

.ProductCard_newBadge__BIgkS {
    width: 63px;
    height: 32px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #b07c4c;
    color: white;
    padding: 7px 8px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    font-family: "Gilroy-Regular";

}

.ProductCard_favoriteIcon__so9Yr {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
}

.ProductCard_productDetails__H1qVU {
    margin: 5px 0px 15px;
    padding: 0 5px;
}

.ProductCard_productName__PaUwS {
    font-size: 16px;
    font-weight: bold;
    color: #3b3b3b;
}

.ProductCard_productPrice__qfqnk {
    font-size: 18px;
    color: #3b3b3b;
}

@media (max-width: 1000px) {
    .ProductCard_productCard__uZDAm {
        width: 220px;
        height: 324px;
    }

    .ProductCard_productImageWrapper__9M97w {
        height: 240px;
    }

    .ProductCard_productImage__UCQ8_ {
        max-width: 90%;
        max-height: 90%;
        margin-top: 50px;
    }

}

@media (max-width: 500px) {
    .ProductCard_productCard__uZDAm {
        width: 164px;
        height: 290px;
    }

    .ProductCard_productImageWrapper__9M97w {
        height: 190px;
    }

    .ProductCard_productImageWrapper__9M97w {
        padding: 20px 0;

    }

    .ProductCard_newBadge__BIgkS {
        width: 41px;
        height: 26px;
        top: 16px;
        left: 12px;
        padding: 4px 9px;
        font-size: 12px;
    }

    .ProductCard_favoriteIcon__so9Yr {
        top: 12px;
        right: 12px;
        font-size: 16px;
    }

    .ProductCard_productImage__UCQ8_ {
        padding-top: 9px;
        max-width: 85%;
        max-height: 85%;
    }
    .ProductCard_productImage__UCQ8_ {
        margin-top: 20px;
    }
}

.ProductCard_productName__PaUwS {
   
    cursor: pointer; /* Indicates interactivity */
  }
  
  .ProductCard_productName__PaUwS::after {
    content: attr(data-tooltip); /* Fetches the tooltip text from the custom attribute */
    position: absolute;
    bottom: 100%; /* Positions the tooltip above the name */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333; /* Tooltip background */
    color: #fff; /* Tooltip text color */
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap; /* Prevents text wrapping */
    font-size: 12px;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Initially invisible */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-in/out */
    z-index: 1000;
  }
  
  .ProductCard_productName__PaUwS:hover::after {
    opacity: 1; /* Show on hover */
    visibility: visible; /* Make visible on hover */
  }
  

.register_responsiveformcontainer__I_Tm5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: auto; /* Enable scrolling if content overflows */
    padding-right: 44px; /* Add some padding for better spacing */
    box-sizing: border-box;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}

.register_responsiveformcontainer__I_Tm5::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.register_responsiveformcontainer__I_Tm5 .register_card__EL_ad {
    max-width: 100%; /* Ensure the card doesn't exceed the container width */
    width: 100%;
    transform: scale(0.8); /* Scale down the form */
    transform-origin: top center; /* Scale from the top center */
}

@media (max-width: 768px) {
    .register_responsiveformcontainer__I_Tm5 .register_card__EL_ad {
        transform: scale(0.7); /* Further scale down for smaller screens */
    }
}

@media (max-width: 480px) {
    .register_responsiveformcontainer__I_Tm5 .register_card__EL_ad {
        transform: scale(0.2); /* Further scale down for very small screens */
    }
}
.register_recaptchawrapper__i5pfo {
    transform: scale(0.85);
    transform-origin: 0 0;
}

@media (max-width: 768px) {
    .register_recaptchawrapper__i5pfo {
        transform: scale(0.75);
    }
}

@media (max-width: 480px) {
    .register_recaptchawrapper__i5pfo {
        transform: scale(0.65);
    }
}

.RoundButton_roundButton__pBt7p {
    width: 55px;
    height: 55px;
    background-color: #1B3B45;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: transform 0.3s ease;
}

.RoundButton_roundButton__pBt7p:hover {
    transform: scale(1.1);
}

.RoundButton_arrow__VBKy9 {
    cursor: pointer;
}

/* .attributegrid {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-right: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.attributegrid::-webkit-scrollbar {
  display: none;
} */

.ProductInfo_attributegrid__Dzigr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none !important;
  font-family: "Poppins", sans-serif;
}

.ProductInfo_attributegrid__Dzigr::-webkit-scrollbar {
  display: none !important;
}

/* Custom scrollbar (unchanged) */
.ProductInfo_custom-scrollbar__ceI3_ .ProductInfo_track__cxMa7 {
  background: #ccc;
  width: 6px;
  border-radius: 3px;
  position: relative;
}

.ProductInfo_custom-scrollbar__ceI3_ .ProductInfo_thumb__lxWhQ {
  background: #555;
  border-radius: 12px;
  width: 18px;
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

/* One attribute row - far apart on desktop/tablet */
.ProductInfo_attributeselection__1SjvR {
  width: 100%;
  display: flex;
  align-items: flex-start;  /* Changed to flex-start for multi-line support */
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}

/* Left label */
.ProductInfo_attributetitle___Ew7o {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: left;
  padding-top: 6px;  /* Align with first row of options */
}

/* Right side: options + any buttons at the end */
.ProductInfo_attributeRight__K_9YI {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;  /* Right align the content */
  align-items: center;
  gap: 12px;
}

/* Options container - RIGHT ALIGNED AND WRAPPING */
.ProductInfo_attributeOptionsContainer__XtYxb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;  /* Right align options */
  flex: 1 1;  /* Take available space */
}

/* Color circle selected state */
.ProductInfo_coloroption__xa64R.ProductInfo_selected__0vJvD {
  box-shadow: 0 0 0 3px #007bff inset;
}

/* Pills */
.ProductInfo_attributeoption__jSptY {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #000;
  font-size: 13px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* Selected pill: no border, not bold, #F9DEAF */
.ProductInfo_attributeoption__jSptY.ProductInfo_selected__0vJvD {
  background: #F9DEAF !important;
  color: #000 !important;
  border: none !important;
  font-weight: 400 !important;
}

/* Responsive: closer gap on mobile/small devices */
@media (max-width: 650px) {
  .ProductInfo_attributeselection__1SjvR {
    justify-content: flex-start;      /* Closer gap on mobile */
    gap: 8px;
  }
  
  .ProductInfo_attributetitle___Ew7o {
    min-width: 90px;
    font-size: 13px;
  }
  
  .ProductInfo_attributeOptionsContainer__XtYxb {
    gap: 6px;
  }
  
  .ProductInfo_attributeoption__jSptY {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media (max-width: 768px) {
  .ProductInfo_attributeselection__1SjvR {
    flex-wrap: wrap;
  }

  .ProductInfo_attributetitle___Ew7o {
    min-width: 100px;
  }

  .ProductInfo_attributeRight__K_9YI {
    flex: 1 1;
    justify-content: space-between;
  }

  .ProductInfo_attributeOptionsContainer__XtYxb {
    flex: 1 1;
  }
}

@media (max-width: 480px) {
  .ProductInfo_attributetitle___Ew7o {
    font-size: 13px;
  }

  .ProductInfo_attributeoption__jSptY {
    font-size: 12px;
    padding: 5px 12px;
  }
}

/* Certificate styles */
.ProductInfo_certificate__p1Yfi {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ProductInfo_certificateThumbnail__sILwT {
  width: 150px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ProductInfo_certificatePreview__KRZ2q {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ProductInfo_certificatePreview__KRZ2q img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* AR Popup */
.ProductInfo_arPopup__LIFBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ProductInfo_popupContent__rpECM {
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
}

.ProductInfo_closeBtn__WCHCz {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  background: rgb(205, 162, 116);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
}

/* Carousel buttons */
.ProductInfo_customCarouselBtn__Dzo3y {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
}

.ProductInfo_customCarouselBtnPrev__6kRLU {
  left: -22px;
}

.ProductInfo_customCarouselBtnNext___SRVc {
  right: -22px;
}

.ProductInfo_iconInvert__Sgnu_ {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  filter: invert(1);
  background-repeat: no-repeat;
}

/* Zoom image responsive */
@media screen and (max-width: 1024px) {
  .ProductInfo_zoomImage__5j3Gh {
    width: 300px !important;
    height: 300px !important;
    top: 200px !important;
    right: 300px !important;
  }
}

@media screen and (max-width: 768px) {
  .ProductInfo_zoomImage__5j3Gh {
    width: 250px !important;
    height: 250px !important;
    top: 60px !important;
    right: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .ProductInfo_zoom-image__uCQpx {
    width: 200px !important;
    height: 200px !important;
    top: 40px !important;
    right: 5px !important;
  }
}


.cartdetails_responsiveselect__T8Y9W {
  font-size: 0.9rem;
  padding: 0.375rem 1.2rem;
  max-width: 195px;
  margin-left: 40px; /* Default for small/medium screens */
  margin-top: 29px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cartdetails_responsiveselect__T8Y9W {
    margin-left: 10px;
    width: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cartdetails_responsiveselect__T8Y9W {
    margin-left: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cartdetails_responsiveselect__T8Y9W {
    margin-left: 1px;
  }
}

/* Large screens and up */
@media (min-width: 1400px) {
  .cartdetails_responsiveselect__T8Y9W {
    margin-left: 4px;
  }
}

