/* body.kokonic-gift-guide-view #kokonic-app {
  display: none;
}

body.kokonic-gift-guide-view #kokonic-gift-guide-all {
  display: block;
} */

#kokonic-gift-guide-all {
  display: block;
  min-height: 100vh;
  background: #f5f5eb;
  color: #1c1814;
  font-family: var(--kokonic-font-vi);
}

.kokonic-gift-all-page {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.kokonic-gift-all-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
}

.kokonic-gift-all-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(28, 24, 20, 0.22);
  border-radius: 999px;
  color: #1c1814;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  transition: background 0.2s ease;
}

.kokonic-gift-all-back:hover {
  background: #e6e6cf;
}

.kokonic-gift-all-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kokonic-gift-all-head img {
  width: 28px;
  height: 28px;
}

.kokonic-gift-all-head h1 {
  margin: 0;
  font-family: var(--kokonic-font-vi);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.kokonic-gift-all-intro {
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #00b74f;
}

.kokonic-gift-all-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.kokonic-gift-all-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #1c1814;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: background 0.2s ease;
  overflow: hidden;
}

.kokonic-gift-all-card:hover {
  background: #e6e6cf;
}

.kokonic-gift-all-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #1c1814;
  position: relative;
}
.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  
  background-color: #16a34a; /* Nền xanh lá */
  color: #ffffff;            /* Chữ trắng */
  
  font-size: 0.875rem;       /* ~14px */
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;       /* Bo tròn (pill style) */
  
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Đổ bóng nhẹ cho nổi bật trên ảnh */
  line-height: 1;
}
.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: inherit;
}

/* Giá hiện tại - màu xanh lá */
.price-current {
  color: #16a34a; /* Hoặc mã màu xanh lá bạn mong muốn */
  font-weight: 700;
  font-size: 1.125rem; /* ~18px */
}

/* Giá cũ - màu đỏ, gạch ngang */
.price-old {
  color: #dc2626; /* Màu đỏ */
  text-decoration: line-through;
  font-size: 0.9rem;
  opacity: 0.85;
}
.kokonic-gift-all-body {
  padding: 20px 22px 24px;
}

.kokonic-gift-all-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.kokonic-gift-all-desc {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(28, 24, 20, 0.82);
}

@media screen and (max-width: 840px) {
  .kokonic-gift-all-page {
    padding: 32px 16px 64px;
  }

  .kokonic-gift-all-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .kokonic-gift-all-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#gift_guide.kokonic-gift-ready {
  position: relative;
}

#gift_guide.kokonic-gift-ready [data-s-8e76f5a2-37f8-4ed5-a384-eff1a965a7fd] {
  position: relative;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

#gift_guide.kokonic-gift-ready .kokonic-gift-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.58, 0.21, 0.41, 0.96);
  will-change: transform;
}

#gift_guide.kokonic-gift-ready [data-s-9054cd9a-e959-4908-a96f-d5410ca0c2a3] {
  flex: 0 0 auto;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#gift_guide.kokonic-gift-ready [data-s-9054cd9a-e959-4908-a96f-d5410ca0c2a3] {
  flex: 0 0 var(--kokonic-gift-slide-w, 480px) !important;
  width: var(--kokonic-gift-slide-w, 480px) !important;
  max-width: var(--kokonic-gift-slide-w, 480px) !important;
}

#gift_guide.kokonic-gift-ready [data-s-f35bbc1b-4753-403d-802b-5ca2f98bb7ff] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

#gift_guide.kokonic-gift-ready .kokonic-gift-track.kokonic-gift-track--snap {
  transition: none !important;
}

#gift_guide.kokonic-gift-ready [data-s-9054cd9a-e959-4908-a96f-d5410ca0c2a3].kokonic-gift-slide-clone {
  pointer-events: none;
}

#gift_guide.kokonic-gift-ready [data-s-241655a5-37da-4b90-99e4-ccbf54c05c5c] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#gift_guide.kokonic-gift-ready [data-s-241655a5-37da-4b90-99e4-ccbf54c05c5c] .button,
#gift_guide.kokonic-gift-ready [data-s-241655a5-37da-4b90-99e4-ccbf54c05c5c] .button * {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#gift_guide.kokonic-gift-ready [data-s-55d0a547-702c-48a1-9097-8b3bf85994f1],
#gift_guide.kokonic-gift-ready [data-s-71294614-34e6-45c6-8236-406c123605c7] {
  cursor: pointer;
  border: 0;
}

#gift_guide.kokonic-gift-ready [data-s-9054cd9a-e959-4908-a96f-d5410ca0c2a3].kokonic-gift-slide-active
  .sd[data-s-02529c22-306f-4156-b397-08c2891e0c52] {
  background: #e6e6cf;
}

#gift_guide.kokonic-gift-ready .kokonic-gift-desc,
#gift_guide.kokonic-gift-ready [data-s-8e76f5a2] .sd.appear,
#gift_guide.kokonic-gift-ready [data-s-8e76f5a2] .text.sd.appear {
  opacity: 1 !important;
  translate: none !important;
}

@media (max-width: 630px) {
  #gift_guide.kokonic-gift-ready [data-s-8e76f5a2-37f8-4ed5-a384-eff1a965a7fd] {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    border-top: 1px solid #1c1814 !important;
  }

  #gift_guide.kokonic-gift-ready .kokonic-gift-track {
    width: 100%;
    min-height: 210px;
  }

  /* Prev / next overlap image edges like Studio mobile */
  #gift_guide.kokonic-gift-ready [data-s-241655a5-37da-4b90-99e4-ccbf54c05c5c] {
    position: absolute !important;
    top: 55px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 4px !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 4;
    pointer-events: none;
    box-sizing: border-box;
  }

  #gift_guide.kokonic-gift-ready [data-s-241655a5-37da-4b90-99e4-ccbf54c05c5c] .button {
    pointer-events: auto;
  }

  #gift_guide.kokonic-gift-ready [data-s-ccee1676-04ef-4638-8f27-d58dcf857bf8] {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    height: 1px !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-55d0a547-702c-48a1-9097-8b3bf85994f1] {
    margin-left: 6px !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-71294614-34e6-45c6-8236-406c123605c7] {
    margin-right: 6px !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-9054cd9a-e959-4908-a96f-d5410ca0c2a3].kokonic-gift-slide-active {
    border-right: 1px solid #1c1814 !important;
    border-bottom: 1px solid #1c1814 !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-02529c22-306f-4156-b397-08c2891e0c52] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-3610fa91-4fdf-4e0a-bc1a-b15028caecee] {
    width: 100% !important;
    max-width: 100% !important;
    height: 150px !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-f35bbc1b-4753-403d-802b-5ca2f98bb7ff] {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px 18px !important;
    text-align: left !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* CTA row — text left, green arrow right */
  #gift_guide.kokonic-gift-ready [data-s-56fe02d8-8349-4381-af30-688aab394eff] {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 22px 20px !important;
    border-top: 1px solid #1c1814 !important;
    border-bottom: 1px solid #1c1814 !important;
    width: 100% !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-8f63c488-64fd-40aa-8f06-3b24fa45855a] {
    width: 100% !important;
    justify-content: space-between !important;
  }

  #gift_guide.kokonic-gift-ready [data-s-95ac2ea0-3934-4b88-aede-475782823ae6] {
    text-align: left !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
}
