.eg_grid_gallery_app_section {
  width: 100%;
}
.esg-grid-wrap-container *:empty,
.esgbox-container *:empty,
.esgbox-container div:empty,
.esg-grid-wrap-container a:empty,
.esgbox-container a:empty,
.esg-grid-wrap-container div:empty{
    display: block;
}
.esg-grid-wrap-container i:empty,
.esgbox-container i:empty{
    display: inline-block;
}
.esgbox-container .esgbox-slide:not(.esgbox-slide--current) {
    display: none !important;
    transition-duration: .3s;
}
.pro-features-notice {
    color: rgba(164, 67, 80, 1);
    background-color: rgba(247, 221, 225, 1);
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}
a.upgrade-btn {
    color: rgba(164, 67, 80, 1);
    border: 1px solid rgb(214 155 163);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
}
.eg-phillie-container {
    background: rgba(0,0,0,0.5);
}
.eg-add-to-cart {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 5px 10px;
}
button.eg-add-to-cart {
    width: 100%;
}
span.badge-stock-in {
    position: relative;
    padding-left: 10px;
}
span.badge-stock-in:before {
    position: absolute;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #337239;
    content: "";
    top: 50%;
    border-radius: 50%;
    margin-top: -3px;
}
.esg-banding {
    text-align: center;
    margin-top: 8px;
    padding-bottom: 25px;
}
.esg-banding a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
}
.esg-banding img{
    max-width: 130px;
    display: inline-block;
}
.esg-banding p.powrdby__text {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #9ba4af;
}
@media only screen and (max-width: 767px) {
    .overlay-show-mobile {
        opacity: 1 !important;
        visibility: visible !important;
        transform: unset !important;
    }
    .show-mobile-always {
        opacity: 1 !important;
        visibility: visible !important;
        transform: unset !important;
    }
}
img.esg-display-none {
    display: none !important;
}
.esg-grid-wrap-container .esg-sortbutton-order {
    display: inline-block !important;
}
.esgbox-image {
    justify-self: anchor-center;
}
.esgbox-container img.esgbox-image:first-child {
    width: 100px;
}
.esgbox-container img.esgbox-image:last-child {
    width: auto;
}

/* lookbook css start here */
.esg-custom-image-wrapper-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.esg-custom-gallery-image {
  position: relative;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
.esg-custom-gallery-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.esg-remove-gallery-image {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
}
.esg-hotspot .pslb-product-title,
.pslb-product-title {
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
.esg-hotspot .pslb-tooltip,
.pslb-tooltip {
  width: 220px;
  background: #fff;
  z-index: 100;
  position: absolute;
}
.pslb-tooltip {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.esg-hotspot .pslb-tooltip-inner,
.pslb-tooltip-inner {
  display: flex;
  padding: 10px;
  gap: 10px;
}
.pslb-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pslb-product-price {
  color: #777;
}
.Polaris-Icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.Polaris-Icon.HotSpotDrag,
.Polaris-Icon.remove-hotspot {
  cursor: pointer;
}
.hotspot-list-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hotspot-list-item {
  justify-content: space-between;
  align-items: center;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
}
.esg-hotspot-container {
  pointer-events: none;
}
.esg-hotspot {
  position: relative;
  pointer-events: auto;
  z-index: 9;
}
.esg-hotspot.active {
  z-index: 10;
}
.esg-hotspot-pointer {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  position: relative;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.esg-hotspot:hover .esg-hotspot-pointer {
  transform: scale(1.2);
}
.esg-hotspot .pslb-tooltip {
  display: none;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.esg-hotspot.active .pslb-tooltip {
  display: block;
}
.esg-hotspot .pslb-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  flex: 1;
}
.esg-hotspot .pslb-product-title {
  font-size: 14px;
  line-height: 1.3;
}
.esg-hotspot .pslb-product-title:hover {
  color: #000;
}
.esg-hotspot .pslb-product-price {
  color: #777;
  font-size: 13px;
  margin-top: 2px;
  font-weight: 600;
}
.esg-hotspot .pslb-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.esg-entry-skin-lookbook .esg-overflowtrick {
  overflow: visible !important;
}
/* lookbook css end here */
/* shoppable css start here */
.eg-shoppableproduct-wrapper .esg-entry-media-wrapper-not-even {
    border-radius: 10px;
}
.eg-shoppable-product-content {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
    border-color: rgba(0, 0, 0, .2);
    border-style: solid;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.eg-shoppable-product-content-img img {
    width: 55px;
    border-radius: 5px;
}
.eg-shoppable-product-content-desc a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.eg-shoppable-product-content-price {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    float: none;
    clear: both;
    text-transform: uppercase;
}
.eg-shoppableproduct-wrapper .esg-entry-media iframe.esg-youtubevideo, 
.eg-shoppableproduct-wrapper .esg-entry-media iframe.esg-vimeovideo, 
.eg-shoppableproduct-wrapper .esg-entry-media video.esg-video-frame{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.eg-shoppable-product-cart {
  display: none;
}
.eg-shoppable-product-cart a {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    font-weight: 600;
}
/* shoppable css end here */