.aico-wishlist-icon-heart-empty, .aico-wishlist-icon-heart-filled {
    position: absolute;
    z-index: 2; 
    top: 10px; 
    right: 10px; 
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .aico-wishlist-icon-heart-empty[data-position="topLeft"], .aico-wishlist-icon-heart-filled[data-position="topLeft"] {
    left: 10px;
    right: auto;
  }

  .aico-wishlist-icon-heart-empty[data-position="topRight"], .aico-wishlist-icon-heart-filled[data-position="topRight"] {
    right: 10px;
    left: auto;
  }
  .aico-wishlist-icon-heart-empty img,  .aico-wishlist-icon-heart-filled img{
    width: 18px;
    height: 18px;
  }

  /* Adjust the counter positioning */
  .aico-wishlist-counter {
    margin-left: 5px;
  }

  .aico-wishlist-counter-beside {
    display: inline-block;
  }

  .aico-wishlist-counter-over {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: white; /* Optional: make the counter more visible */
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
  }
  
  /* Ensure the product card has relative positioning */
  .card-wrapper.product-card-wrapper {
    position: relative;
  }

  .aico-wishlist-style-container{
    position: absolute;
    z-index: 10; 
    bottom: 16px; 
    right: 0px; 
    display: flex;
    align-items: center;
  }


  /**  POP UP styles*/
  .aico-wishlist-notification-popup {
   position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: black;
    padding: 12px 20px;
    box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 90%;
    max-width: 320px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-sizing: border-box;
}

.aico-wishlist-notification-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); /* Slide into the viewport */
}

.aico-wishlist-notification-popup.show {
    opacity: 1;
    right: 10px; /* Slide to this position */
}

.aico-w-notification-stack {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 280px;
    height: auto; 
    z-index: 2000;
}

.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aico-wishlist-close-button {
    background: none;
    border: none;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    align-self: flex-start;
    position: absolute;
    top:6px;
    right: 6px;
}

.wishlist-icon-addtional-style{
  right:212px !important;
  top: 35px !important;
}

.aico-w-nile-wishlist-icon{
  width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.aico-w-nile-wishlist-svg-container{
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #987F62 */

.aico-w-nile-wishlist-icon svg{
  width: 1rem;
  height: 1rem;
}
.aico-w-nile-wishlist-product-p-icon{
    width: 55px;
    height: 55px;
    background-color: #987F62;
    position: static;
}

.aico-w-nile-wishlist-product-p-icon svg{
  width: 20px;
  height: 20px;
}
.aico-w-nile-wishlist-product-p-icon svg path{
  fill: #FFFFFF;
}
.aico-w-mobile-style{
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #FFFFFF;
  top: 76%;
}
.aico-w-mobile-style svg{
  width: 1rem;
  height: 1rem;
}
.aico-w-mobile-style svg path{
  fill: #987F62;
}

.aico-w-inspiration-icon{
  top:83%;
  right:18px !important;
  background-color: #F4F2EF;
}

.header__icon-nile-header-icon:hover {
  background-color: #E0D8CF;
  transition: all 0.3s;
  cursor: pointer;
}

.header__icon-nile-header-icon:hover svg path {
  fill: #987F62;
}

.aico-w-nile-image-append{
  position:static;
  width: 43px;
  height: 43px;
}

.aico-wishlist-notification-message{
  margin:10px;
}


.aico-fcsg-wishlist-icon{
  position: static;
  background: #f2f2f2;
  padding: 13px 19px;
  cursor: pointer;
  min-height: 56px;
}

.product-form__buttons:has(.aico-fcsg-wishlist-icon) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aico-konigs-wishlist-icon{
  position: static;
}
.aico-konigs-compaire-wishlist-icon{
    /* left: 33px !important;
    bottom: 207px !important;
    top: 0 !important; */

    left: 35px !important;
    bottom: 207px !important;
    top: 0 !important;
}

.aico-inuikii-wishlist-icon-add{

}

.aico-inukii-wishlist-text{
  position: absolute;
  right: calc(100% - -10px);
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-width: 0;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card-wrapper:hover .aico-inukii-wishlist-text,
.af-productGrid_item:hover .aico-inukii-wishlist-text, 
.product__media-wrapper:hover  .aico-inukii-wishlist-text{
  opacity: 1;
  visibility: visible;
  max-width: 100px;
}

.aico-w-inuikii-wishlist-icon{
  top: 30px !important;
  right: 40px !important;
}

.aico-pyro-wishlist-icon{
  background: #fff !important;
  border-radius: 10px !important;
  padding: 11px;
}

.aico-pyro-wishlist-icon-style{
  top: 6px!important;
}
.aico-w-fcsg-msg{
  font-family: Akkurat, 'Akkurat-Regular';
}



/* Media Query for Larger Screens */
@media (min-width: 768px) {
  .aico-wishlist-notification-popup {
      width: 40%;
      max-width: 400px;
      font-size: 16px;
      padding: 16px 24px;
  }
}
