.tda-product-section {
  max-width: 1640px;
  margin: 0 auto;
  padding: 90px 15px 100px 15px;
  box-sizing: border-box;
}

.tda-info-wrapper {
  display: flex;
  gap: clamp(30px, 8.5vw, 170px);
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.tda-product-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.tda-product-section .tda-product-content{
   margin-right: 150px;
   max-width: 650px;
}
.tda-product-content {
    display: flex;
    flex-direction: column;
}
.tda-info-section .tda-info-wrapper {
  align-items: center;
}

.tda-info-wrapper .tda-info-title {
  font-size: 36px !important;
}

.tda-info-wrapper .tda-info-description {
  font-size: 18px !important;
}

.tda-info-section .tda-info-content {
  max-width: 528px;
}

.tda-product-image img {
  width: 100%;
  max-width: 525px;
  aspect-ratio: 4 / 5;
  height: auto;
  border-radius: 10px;
}

.tda-product-content,
.tda-info-content {
  width: 100%;
  max-width: 580px;
  margin-top: -10px;
}

.tda-product-subtitle,
.tda-clinical-tag {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #f3faf7;
  padding: 5px 10px;
  border-radius: 2px;
  color: rgba(11, 155, 92, 0.6);
  max-width: max-content;
}

.tda-product-title,
.tda-clinical-title,
.tda-info-title {
  font-size: 48px !important;
  margin-bottom: 20px;
  line-height: 60px !important;
  font-weight: 600 !important;
  letter-spacing: -1px !important;
  margin-top: 0;
}

.tda-product-description,
.tda-clinical-description,
.tda-info-description {
  font-size: 16px;
  color: rgba(37, 37, 37, 0.7);
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 400;
}

.tda-product-buttons {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}

.tda-btn-link {
  display: inline-block;
  color: #0B9B5C !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #0B9B5C;
  transition: all 0.3s ease;
  font-size: 15px;
}

.tda-btn-link:hover {
  opacity: 0.8;
  border-color: #16a085;
}

@media (max-width: 1400px) {
    .tda-product-section .tda-product-content {
    margin-right: 0px;
    max-width: 650px;
}
}

@media (max-width: 1300px) {

  .tda-info-wrapper {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }

  .tda-product-section {
    padding: 30px 15px 100px 15px;
  }

  .tda-clinical-wrapper {
    justify-content: flex-end;
    align-items: center !important;
    flex-direction: row;
  }

  .tda-clinical-section {
    padding: 70px 15px 120px 15px !important;
  }

}

@media (max-width: 1024px) {

  .tda-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .tda-product-content,
  .tda-info-content {
    width: 100%;
    max-width: 100%;
  }

  .tda-product-title,
  .tda-clinical-title,
  .tda-info-title {
    font-size: 36px !important;
  }

  .tda-product-image img,
  .tda-info-image img {
    max-width: 100%;
  }

  .tda-product-title,
  .tda-info-title {
    font-size: 28px;
  }

  .tda-info-section .tda-info-wrapper {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {

  .tda-product-title,
  .tda-info-title {
    font-size: 30px ! IMPORTANT;
    line-height: 38px !important;
    margin-top: 0;
  }

  .tda-product-section {
    padding: 30px 20px;
    margin-bottom: -5px;
  }

  .tda-product-image img {
    border-radius: 0px;
  }

  .tda-product-description,
  .tda-clinical-description,
  .tda-info-description {
    margin-bottom: 40px;
  }
  
  .tda-product-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
}

/* section 2 */
.tda-clinical-bg {
  background-color: #f6f6f6;
}

.tda-clinical-section {
  max-width: 1806px;
  margin: 0px auto;
  padding: 120px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.tda-clinical-tag {
  background-color: #EAF1EE;
  font-size: 14px;
  color: rgba(11, 155, 92, 0.6);
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}

.tda-clinical-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: clamp(40px, 12vw, 260px);
}

.tda-clinical-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  max-width: 580px;
  width: 100%;
  margin-top: 30px;
}

.tda-clinical-content .tda-clinical-title {
  font-size: 36px !important;
}

.tda-clinical-content .tda-clinical-description {
  color: rgba(37, 37, 37, 0.8);
  font-size: 18px;
  max-width: 555px;
}

.tda-clinical-imagebox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tda-clinical-content .tda-clinical-description {
  margin-bottom: 0px;
}

.tda-clinical-image {
  width: 100%;
  max-width: 878px;
}

.tda-clinical-image img {
  width: 100%;
  max-width: 878px;
  aspect-ratio: 878 / 581;
  height: auto;
  border-radius: 10px;
}

.tda-clinical-stats {
  width: 100%;
  max-width: 878px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: auto;
}

.tda-clinical-stat {
  flex: 1;
  text-align: left;
  padding: 0 70px;
}

.tda-clinical-stat+.tda-clinical-stat {
  border-left: 1px solid #ECECEC;
}


.tda-clinical-stat-number {
  font-size: 50px;
  color: #0B9B5C;
  font-weight: bold;
}

.tda-clinical-stat-label {
  font-size: 20px;
  color: #252525;
  font-weight: 500;
  opacity: 80%;
}

.tda-clinical-link {
  transition: all 0.3s ease;
  display: inline;
  color: #0B9B5C !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
  border: none;
  margin-top: 15px;
}

.tda-clinical-link a:hover {
  background-color: #097e4c;
}

.tda-clinical-content1 {
  display: none !important;
}

@media (max-width: 1520px) {
  .tda-clinical-stats {
    max-width: 600px;
    margin-top: 0px;
  }

  .tda-clinical-stat {
    padding: 0 20px;
  }
}

@media (max-width: 1320px) {
  .tda-clinical-stats {
    margin-top: -30px;
    max-width: 450px;
  }

  .tda-clinical-stat {
    padding: 0px 15px;
  }

  .tda-clinical-stat-number {
    font-size: 36px;
  }

  .tda-clinical-stat-label {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {

  .tda-clinical-content.tda-clinical-content1 {
    display: block !important;
  }

  .tda-clinical-content2 .tda-clinical-title {
    display: none;
  }

  .tda-clinical-content2 .tda-clinical-tag {
    display: none;
  }

  .tda-clinical-image {
    max-width: 100%;
  }

  .tda-clinical-content {
    max-width: 100%;
  }

  .tda-clinical-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 0px;
  }

  .tda-clinical-stats {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
    margin-left: -15px;
  }

  .tda-clinical-section {
    padding: 45px 20px !important;
  }

  .tda-clinical-section {
    margin: 30px auto;
  }

}

@media (max-width: 500px) {
  .tda-clinical-content .tda-clinical-title {
    font-size: 24px !important;
  }

  .tda-clinical-section {
    padding: 15px 20px;
  }

  .tda-clinical-stats {
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
    margin-left: -15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tda-clinical-stats::-webkit-scrollbar {
    display: none;
  }

  .tda-clinical-stat {
    flex: 0 0 auto;
    min-width: 160px;
  }

  .tda-clinical-content .tda-clinical-description {
    font-size: 16px;
    font-weight: 400 !important;
  }

  .tda-clinical-stat-label {
    font-size: 16px;
  }
}

/* section 3 */
.tda-info-section {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .tda-info-title1 {
    display: block !important;
    font-size: 36px !important;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold !important;
  }

  .tda-info-section .tda-info-title {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .tda-info-title1 {
    font-size: 24px !important;
    text-align: left;
    margin: 0;
  }

  .tda-info-wrapper .tda-info-description {
    font-size: 16px !important;
  }
}

/* section 4 */
.tda-faqs {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0px 20px 60px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.tda-faq-item {
  border-bottom: 1px solid #DDDDDD;
}

.tda-faq-question {
  padding: 18px 0px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tda-info-image img {
  width: 100%;
  max-width: 878px;
  aspect-ratio: 878 / 626;
  height: auto;
  border-radius: 12px;
}

.tda-icon {
  position: relative;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.tda-icon::before,
.tda-icon::after {
  content: '';
  position: absolute;
  background-color: #252525;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.tda-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tda-icon::after {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.tda-faq-item.active .tda-icon::after {
  transform: translateX(-50%) rotate(-90deg);
}

.tda-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0px;
  font-size: 16px;
  color: rgba(37, 37, 37, 0.7);
  font-weight: 400;
  line-height: 1.7;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.tda-faq-answer .tda-info-wrapper {
  display: flex;
  align-items: center;
}

.tda-faq-item.active .tda-faq-answer {
  max-height: 1000px;
  padding: 15px 0px 40px;
}

@media (max-width: 1024px) {
  .tda-faqs {
    padding: 0px 20px 30px 20px;
  }

  .tda-info-wrapper .tda-info-title {
    display: none;
  }

  .tda-faq-item.active .tda-faq-answer {
    padding: 15px 0px 0px;
  }

  .tda-faq-question {
    font-size: 18px;
  }
}

/* section 5 */
.tda-ingredient-section {
  max-width: 1650px;
  margin: 0 auto;
  padding: 100px 15px 100px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.tda-ingredient-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: clamp(40px, 7vw, 160px);
}

.tda-ingredient-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 450px;
  width: 100%;
}

.tda-ingredient-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 40px;
}

.tda-ingredient-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tda-ingredient-icon {
  width: 48px;
  height: 48px;
  background-color: #CEF2DA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tda-ingredient-icon img {
  width: 20px;
  height: 20px;
}

.tda-ingredient-text {
  font-size: 12px;
  font-weight: 400;
}

.tda-ingredient-link {
  margin-top: -20px;
}

.tda-ingredient-link a,
.tda-ingredient-btn {
  transition: all 0.3s ease;
  display: inline;
  color: #0B9B5C !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
  border: none;
}


.tda-ingredient-right {
  width: 100%;
  max-width: 970px;
  position: relative;
  overflow: visible !important;
}



.tda-swiper-slide {
  flex-shrink: 0;
  width: 50% !important;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto !important;
}

.tda-ingredient-carousel .swiper-wrapper {
  align-items: stretch;
}

.tda-ingredient-card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.tda-ingredient-card-image img {
  width: 100%;
  max-width: 465px;
  aspect-ratio: 465 / 290.6;
  height: auto;
  border-radius: 10px 10px 0 0;
  display: block;
}

.tda-ingredient-card-title {
  font-size: 18px !important;
  margin: 10px 0 5px;
  font-weight: 600 !important;
  opacity: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px !important;
}

.tda-ingredient-card-excerpt {
  font-size: 15px !important;
  font-weight: 400 !important;
  flex-grow: 1;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal !important;
  opacity: 60%;
  margin-bottom: 5px !important;
}


.tda-ingredient-progress {
  width: 100%;
  height: 4px;
  background: #99CCB6;
  margin-top: 30px;
}

.tda-ingredient-progress-bar {
  height: 100%;
  background: #007F48;
  width: 0;
  transition: width 0.3s ease;
}

.tda-ingredient-card-content {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tda-ingredient-section {
  position: relative;
  overflow: visible;
}


.tda-ingredient-prev,
.tda-ingredient-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: box-shadow 0.2s ease;
}

.tda-ingredient-prev:hover,
.tda-ingredient-next:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.tda-ingredient-prev {
  left: -15px;
}

.tda-ingredient-next {
  right: -15px;
}

.tda-arrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tda-arrow-prev {
  transform: scaleX(-1);
}

@media (max-width: 1600px) {
  .tda-ingredient-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 50px;
  }

  .tda-ingredient-left {
    max-width: 440px;
  }
}

@media (max-width: 1300px) {
  .tda-swiper-slide {
    flex-shrink: 0;
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .tda-ingredient-section {
    padding: 30px 15px 30px 15px;
  }

  .tda-ingredient-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .tda-ingredient-carousel-wrapper {
    margin-left: -10px;
  }

  .tda-ingredient-prev,
  .tda-ingredient-next {
    display: none;
  }

  .tda-ingredient-progress {
    display: none;
  }

  .tda-ingredient-carousel .swiper-wrapper {
    padding-bottom: 30px;
  }

  .tda-ingredient-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .tda-ingredient-link {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .tda-swiper-slide {
    width: 84% !important;
  }

  .tda-ingredient-link a {
    margin-top: 10px;
  }

  .tda-ingredient-section {
    padding: 30px 0px 30px 15px;
  }

  .tda-ingredient-left {
    padding-right: 15px;
  }
}


/* section 6 */
.tda-news-bg {
  background-color: #007f48;
}

.tda-news-section {
  max-width: 1650px;
  margin: 0 auto;
  padding: 120px 20px 120px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.tda-news-section .tda-product-subtitle {
  background-color: #0C8551 !important;
  color: #9BCBB6 !important;
}

.tda-news-section .tda-product-title {
  color: #ffffff !important;
  width: 450px;
}

.tda-news-link p {
  font-size: 14px !important;
  color: #0B9B5C !important;
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 16px 22px;
  font-weight: 700;
}

.tda-news-link {
  margin-top: -20px;
}

.tda-news-carousel-wrapper .tda-swiper-slide {
  flex-shrink: 0;
  width: 50% !important;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto !important;
}

.tda-news-carousel .swiper-wrapper {
  align-items: stretch;
}

.tda-news-card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.tda-news-card-image img {
  width: 100%;
  max-width: 465px;
  aspect-ratio: 465 / 261.56;
  height: auto;
  border-radius: 10px 10px 0 0;
  display: block;
}

.tda-news-card-title {
  font-size: 18px !important;
  margin: 10px 0 5px;
  font-weight: 600 !important;
  opacity: 80%;
}

.tda-news-card-excerpt em {
  font-size: 15px !important;
  font-weight: 400 !important;
  flex-grow: 1;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal !important;
  opacity: 60%;
}


.tda-news-progress {
  width: 100%;
  height: 4px;
  background: #99CCB6;
  margin-top: 30px;
}

.tda-news-progress-bar {
  height: 100%;
  background: #007F48;
  width: 0;
  transition: width 0.3s ease;
}

.tda-news-card-content {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.tda-news-section {
  position: relative;
  overflow: visible;
}


.tda-news-prev,
.tda-news-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: box-shadow 0.2s ease;
}

.tda-news-prev:hover,
.tda-news-next:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.tda-news-prev {
  left: -15px;
}

.tda-news-next {
  right: -15px;
}

.tda-arrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tda-arrow-prev {
  transform: scaleX(-1);
}

@media (max-width: 1024px) {
  .tda-news-section {
    padding: 30px 15px 50px 15px;
  }

  .tda-news-carousel-wrapper {
    margin-left: -10px;
  }

  .tda-news-prev,
  .tda-news-next {
    display: none;
  }

  .tda-news-section .tda-ingredient-grid {
    gap: 60px;
  }

}

@media (max-width: 767px) {
  .tda-news-link {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .tda-news-carousel-wrapper .tda-swiper-slide {
    width: 84% !important;
  }

  .tda-news-section .tda-product-title {
    width: 100%;
  }

  .tda-news-section {
    padding: 30px 0px 50px 15px;
  }
}


/* popup sản phẩm */
.tda-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 15px;
}

.tda-popup-content {
  background: #fff;
  max-width: 877px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  text-align: left;
}

.tda-popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.tda-popup-content h3 {
  font-size: 32px;
  font-weight: 600;
}

.tda-popup-text p {
  font-size: 17px !important;
  font-weight: 400 !important;
  opacity: 70%;
}

@media (max-width: 767px) {
  .tda-popup-content {
    padding: 15px;
  }

  .tda-popup-content h3 {
    font-size: 24px;
  }

  .tda-popup-text p {
    font-size: 14px !important;
  }
}


/* sticky product */
.tda-sticky-bar {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transform: translateY(-200%);
  transition: transform 0.3s ease;
}

.tda-sticky-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1806px;
  margin: 0 auto;
  padding: 24px 15px 24px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.tda-sticky-bar.show {
  transform: translateY(0);
}

@media screen and (max-width: 1023px) {
  .tda-sticky-bar {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
  }

  .tda-sticky-bar.show {
    transform: translateY(0);
  }
}

.tda-sticky-thumb img {
  width: 100%;
  max-width: 104px;
  aspect-ratio: 104 / 130;
  height: auto;
  border-radius: 5px;
  display: block;
}

.tda-sticky-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.tda-sticky-info {
  flex: 1;
  min-width: 0;
}

.tda-sticky-title {
  font-weight: 600;
  font-size: 20px;
  opacity: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tda-sticky-sub {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  opacity: 60%;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tda-sticky-right {
  display: flex;
  gap: 8px;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.tda-btn-outline,
.tda-btn-primary {
  padding: 12px 20px;
  font-size: 15px !important;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tda-btn-outline {
  border: 1px solid #A0A0A0;
  background: #fff;
  color: #1E1E1E !important;
  font-size: 16px;
}

.tda-btn-primary {
  background: #0B9B5C;
  color: #fff !important;
  border: none;
}

@media (max-width: 660px) {
  .tda-sticky-bg {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tda-btn-primary {
    background: #0B9B5C;
    color: #fff !important;
    border: none;
    width: 100%;
    text-align: center;
    line-height: 24px;
  }

  .tda-sticky-thumb img {
    width: 100%;
    max-width: 104px;
    aspect-ratio: 104 / 130;
    height: auto;
    border-radius: 5px;
  }

  .tda-sticky-left {
    width: 100%;
  }
}


/* product popup */
.tda-product-popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

/* Popup container */
.tda-product-popup-container {
  background-color: #fff;
  width: 100%;
  max-width: 877px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tda-product-popup-container-sanpham {
  padding: 20px 30px 25px 30px;
}

.tda-product-popup-close1 {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 35px !important;
  background: none !important;
  border: none;
  color: #2c2c2c !important;
  font-weight: 300 !important;
}

.tda-product-popup-container h2 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
}

.tda-product-popup-container p {
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.7);
  margin-top: 10px;
}

.tda-product-popup-product-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.tda-product-popup-thumb img {
  width: 100%;
  max-width: 115px;
  aspect-ratio: 115 / 143.75;
  height: auto;
  border-radius: 8px;
  display: block;
}

.tda-product-popup-title {
  color: rgba(37, 37, 37, 0.8);
  font-weight: 500;
}

.tda-product-popup-meta {
  flex: 1;
}

.tda-product-popup-meta p {
  margin: 4px 0;
  font-size: 14px;
}

.tda-product-popup-container h3 {
  font-size: 16px !important;
  margin-bottom: 16px;
  letter-spacing: 0px !important;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 5px;
  margin-top: 40px;
}

.tda-product-popup-close.tda-btn-outline1 {
  background-color: #fff;
  color: #252525;
  flex: 1;
  padding: 17px;
  border: 1px solid #A0A0A0;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.tda-product-popup-close.tda-btn-outline1:hover {
  background-color: #f0f0f0;
}

.tda-btn-primary1 {
  flex: 1;
  padding: 17px;
  border: none;
  border-radius: 3px;
  background: #0B9B5C;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.tda-product-popup-carousel-wrapper {
  position: relative;
  overflow: hidden !important;
}

.tda-product-popup-swiper .swiper-wrapper {
  align-items: stretch;
}

.tda-product-popup-slide.swiper-slide {
  flex-shrink: 0;
  width: 50% !important;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-left: -3px;
}

.tda-product-popup-container .tda-product-popup-swiper {
  overflow: visible;
  width: 100%;
  position: relative;
  overflow: visible;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
  margin-left: 0;
}

.tda-product-popup-slide {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 100%;
  text-align: center;
}

.tda-product-popup-slide img {
  width: 100%;
  max-width: 115px;
  aspect-ratio: 115 / 64.7;
  height: auto;
  border-radius: 8px;
}

.tda-product-popup-slide p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  opacity: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.tda-product-popup-title {
  font-weight: 600;
  font-size: 16px;
  opacity: 80%;
  color: #252525 !important;
}


.tda-product-popup-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.tda-product-popup-prev {
  left: 0;
}

.tda-product-popup-container .tda-product-popup-next {
  right: 0;
  display: flex !important;
}

.tda-product-popup-nav img {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.tda-product-popup-next img {
  transform: none;
}

.tda-product-popup-buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .tda-product-popup-container {
    padding: 20px;
  }

  .tda-product-popup-slide img {
    max-width: 72px;
    aspect-ratio: 72 / 40.5;
  }

  .tda-product-popup-container-sanpham {
    padding: 20px 0px 25px 0px;
  }

  .tda-product-popup-close1 {
    top: 0px;
    right: -10px;
    font-size: 40px !important;
  }

  .tda-product-popup-close.tda-btn-outline1 {
    display: none;
  }

  .tda-product-popup-close.tda-btn-outline1.tda-btn-outline1-an {
    display: block !important;
  }

  .tda-product-popup-slide.swiper-slide {
    width: 100% !important;
  }

  .tda-product-popup-thumb {
    max-width: 120px;
  }

  .tda-product-popup-product-info {
    gap: 10px;
  }

  .tda-product-popup-title {
    font-size: 18px;
  }

  .tda-product-popup-meta p {
    font-size: 16px;
  }

  .tda-product-popup-thumb {
    flex: 1;
  }

  .tda-product-popup-next {
    right: -15px;
  }

  .tda-product-popup-container h2 {
    font-size: 24px ! IMPORTANT;
    width: 80%;
  }

  .tda-product-popup-container p {
    font-size: 14px;
  }

}