.avatar-btn, .like-btn,.chat-btn-chat,.share-btn{margin: auto;}
.chat-btn-chat svg {  width: 32px !important;
  height: 32px !important;
  display: block;}

.lv-chatbase-wrap {
    position: relative;
}
.chat-btn-chat{   
 background: transparent!important;
border: none!important;
}
 .chatbase-iframe-box {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 450px;
            height: 500px;
            display: none;
            border: none;
            z-index: 9999;
            border-radius: 12px 12px 0 0;
            box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
            background: white;
        }

        .chatbase-close-btn {
min-height: auto;
    line-height: 1em;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 43px;
    cursor: pointer;
    background: #fff;
    font-family: math;
    padding: 0;
    margin: 0;
            z-index: 10000;
        }



/* ========================== SHARE BOX ========================== */
.share-box {
  position: absolute;
  right: 48px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  padding: 10px;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.share-box.showing {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.share-box.hiding {
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.share-close-btn {
  position: absolute;
  top: -29px;
  right: 12px;
  font-size: 40px;
  font-family: math;
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;    padding: 0px;
    margin: 0px;
}

.share-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shareon {
  margin-top: 5px;
  padding: 8px;
  border-top: 1px solid #d6d6d6;
}

.share-pinterest::before ,.share-facebook::before {
  display: none !important;
}

.share-pinterest,.share-facebook,
.copy-link {
  height: 50px !important;
  padding: 6px 5px !important;
  background-color: transparent !important;
}

.share-pinterest img , .share-facebook img {
  height: 50px !important;
}
 

.share-titile {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.copy-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.copy-btn img {
  width: 24px;
  height: 24px;
}

/* ========================== SHARE BOX DƯỚI CHÂN ========================== */
.share-box-1 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 15px;
  border-radius: 12px 12px 0 0;
  flex-direction: row;
  gap: 14px;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  height: 200px;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.share-box-1.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ========================== NÚT LIKE + SHARE ========================== */
.lv-action-right {
  position: absolute;
  right: 22px;
  bottom: 300px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lv-action-right button {
  margin-bottom: 5px;
}

.like-btn,
.share-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.like-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.like-count {
  font-size: 15px;
  color: white;
  text-align: center;
  line-height: 1;
  display: block;
  min-height: 16px;
  margin-top: 2px;
}
.comment-button svg {  width: 32px !important;
  height: 32px !important;
  display: block;}
.heart-icon svg {
  width: 32px !important;
  height: 32px !important;
  display: block;
}

.share-wrapper svg {
  width: 35px;
  height: 35px;
}

/* ========================== AVATAR ========================== */
.avatar-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.avatar-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid white;
}

/* ========================== MÔ TẢ + LINK SẢN PHẨM ========================== */
.lv-description {
  position: absolute;
  bottom: 100px;
  left: 10px;
  width: 90%;
  padding: 16px;
  color: white;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
}

.lv-product-link {
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 7px;
  border-radius: 6px;
  display: inline-block;
}

.lv-product-link a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.shopping-icon {
  height: 16px;
  vertical-align: middle;
}

 


