:root {
  /* --------------------- */
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
}

.product-contact {
  display: flex !important;
  visibility: hidden;
  margin: 0 12px 12px 12px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 2px;
  color: #07554b;
  font-size: var(--fs-16);
  font-weight: var(--fw-medium);
  line-height: 18px;
  box-sizing: border-box;
  max-height: 40px;
  background: var(
    --Gradient-BG-CONTACT,
    linear-gradient(
      91deg,
      var(--Color-Brand-Brand---700, rgba(0, 138, 119, 0.4)) -5.61%,
      var(--Color-Brand-Brand---100, rgba(195, 255, 242, 0.4)) 80.11%
    )
  );
}
.product-card:hover .product-contact,
.product-list-item:hover .product-contact {
  visibility: visible;
}
.product-card:hover .product-contact,
.product-list-item:hover .product-contact {
  visibility: visible;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  height: -webkit-fill-available;
  touch-action: pan-x;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

@media screen and (min-width: 1700px) {
  .content-section-8 {
    justify-content: space-between;
  }
  .product-list-category.swiper {
    max-width: calc(72% - 100px) !important;
    width: calc(72% - 100px) !important;
  }
  .swiper-button-prev {
    left: 18% !important;
    padding: 0 !important;
    transform: translateX(-30px);
  }
  .swiper-button-next {
    right: 18% !important;
    padding: 0 !important;
    transform: translateX(30px);
  }
}
/* product-listing */
.product-list-content {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.product-list-grid-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-list,
.product-detail-grid-item,
.product-detail-service-grid-item,
.product-list-grid-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card,
.product-list-item,
.product-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.product-title {
  gap: 8px;
}
.product-title h3,
.product-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.product-title h3 {
  color: #262626;
}

.product-title p {
  font-size: 12px;
  color: #737373;
}

.product-card,
.product-list-item {
  text-align: center;
  position: relative;
}
#product-list-items-special,
#product-card-special {
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border 0.3s;
}
#product-list-items-special:hover,
#product-card-special:hover {
  border: 1px solid rgba(19, 158, 139, 0.4);
}
.product-img-wrapper {
  overflow: hidden;
}
.product-list-item #img-product,
.product-card #img-product {
  width: 100%;
  height: 292px;
  object-fit: cover;
  background-color: #9fc6bb14;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, box-shadow;
  z-index: 1;
}

.product-card:hover #img-product,
.product-list-item:hover #img-product {
  transform: scale(1.12);
  box-shadow: 0 12px 32px 0 rgba(19, 158, 139, 0.18),
    0 2px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
  background-color: #9fc6bb14;
}

.product-card:hover #img-product,
.product-list-item:hover #img-product {
  transform: scale(1.12);
  box-shadow: 0 12px 32px 0 rgba(19, 158, 139, 0.18),
    0 2px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.product-card:hover #img-product,
.product-list-item:hover #img-product {
  transform: scale(1.08);
  z-index: 2;
}

/* product list banner */
.product-listing-banner {
  width: 100%;
  height: 100%;
  height: 300px;
  overflow: hidden;
}
.product-listing-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-listing-banner-item {
  height: 100%;
}

.product-listing-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-listing-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-listing-banner-title-p,
.product-listing-banner-title-h1 {
  color: #fafafa;
}
.product-listing-banner-title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}

.product-listing-banner-title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
}

/* category */
.section-product {
  padding: 0 100px;
  position: relative !important;
  overflow: hidden !important;
}
.product-list-category {
  position: relative !important;
  overflow: hidden !important;
}
.product-list-category.swiper {
  max-width: calc(100% - 120px);
  width: calc(100% - 120px);
  margin: 56px auto 27px;
  cursor: pointer;
}
.swiper-slide {
  border-radius: 4px;
  overflow: unset;
}
.product-list-category .swiper-slide:last-child {
  margin-right: 0 !important;
}

.product-list-category .swiper-slide {
  flex: 0 0 168px !important;
  min-width: 0;
  box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  display: flex !important;
  align-items: center;
  max-width: 40px !important;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  padding: 0 100px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 24px !important;
  height: 24px !important;
}

.product-list-category-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  width: 100%;
}
.product-list-category-img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  border-radius: 4px;
  background: linear-gradient(180deg, #dbf3f3 0%, #f5f8f899 60%);
}
.product-list-category-card.selected .product-list-category-img {
  border: 1px solid #144949;
}
.product-list-category-card p {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

/* pagination */
.product-list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 0 !important;
}
.product-list-pagination-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-list-pagination-btn img {
  width: 20px;
  height: 20px;
}
.product-list-pagination-items {
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.product-list-pagination-items p,
.product-list-pagination-btn p {
  font-size: 14px;
  font-weight: 500;
  color: #003831;
  width: 28px;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-pagination-items p.active {
  background: var(--Gradient-background);
  color: #fdfdfc;
  border-radius: 50%;
}
.product-list-pagination-btn.disabled p,
.product-list-pagination-btn.disabled img,
.product-list-pagination-btn.disabled {
  color: #525252 !important;
  cursor: not-allowed;
  opacity: 0.8;
}

/* product-detail */
#section-product-detail {
  margin-top: 75px;
}
.section-product-detail-content {
  padding: 0 100px;
}
.product-card-title,
.product-detail-breadcrumb {
  padding: 16px 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-card-title span {
  font-size: 24px;
  font-weight: var(--fw-semibold);
  color: #333;
  line-height: 38px;
}
#product-detail-breadcrumb-title-id,
.product-detail-breadcrumb span {
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  color: var(--Color-Neutral-Neutral---800, #262626);
  line-height: 24px;
}
.product-detail-breadcrumb span a {
  color: var(--Color-Neutral-Neutral---400, #a3a3a3);
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.product-detail-breadcrumb span a:hover {
  color: #262626;
}
#product-detail-breadcrumb-title-id {
  color: #262626;
}
.product-detail-breadcrumb span img {
  width: 12px;
  height: 12px;
}
.product-card-prototype,
.product-detail-prototype {
  display: flex;
  flex: 1;
  gap: 24px;
}
.product-detail-prototype {
  align-items: center;
  gap: 10px;
}
.product-card-prototype-left,
.product-card-prototype-right,
.product-detail-prototype-left,
.product-detail-prototype-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-prototype-left,
.product-detail-prototype-left {
  flex: 0.6;
}
.product-card-prototype-right,
.product-detail-prototype-right {
  flex: 0.4;
}
.product-detail-prototype-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 0 0 14px;
}
.product-detail-prototype-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-detail-prototype-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card-prototype-left {
  gap: 16px;
}
.product-card-prototype-left p {
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  line-height: 20px;
  color: #333;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
.product-detail-prototype-right h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #262626;
  text-transform: uppercase;
}
.product-detail-prototype-right-container-color,
.product-detail-prototype-right-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-detail-prototype-right-content {
  gap: 8px;
}
.product-detail-prototype-right-color,
.product-detail-prototype-right-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail-prototype-right-color img {
  cursor: pointer;
}
.product-detail-prototype-right-title {
  gap: 8px;
  line-height: 18px;
}
.product-detail-prototype-right-title span {
  color: var(--c-gray-600);
  font-size: var(--fs-16);
  font-weight: var(--fw-normal);
}
.product-detail-prototype-right-title p {
  color: var(--Color-Brand-Brand---950, #003733);
  font-size: var(--fs-16);
  font-weight: var(--fw-medium);
}
.product-detail-prototype-right-container-btn,
.product-detail-prototype-right-btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-detail-prototype-right-btn {
  gap: 12px;
}
#consult-modal__right-form-button,
#prototype-right-btn-add-to-cart,
#prototype-right-btn-consult-now {
  background: var(--Gradient-background);
  border: 0.5px solid var(--Vivid-white-50);
  color: var(--Vivid-white-50);
  font-size: var(--fs-16);
  font-weight: var(--fw-medium);
  padding: 14px 0;
  border-radius: 100px;
  cursor: pointer;
}
#consult-modal__right-form-button {
  margin-top: 16px;
}
#prototype-right-btn-add-to-cart {
  color: #00574b;
  border: 0.5px solid #1d7b7b;
  background: transparent;
}
.product-detail-prototype-right-content-items {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
#right-content-items-information {
  border-bottom: 1px solid var(--Color-Neutral-Neutral---200, #e5e5e5);
}
.product-detail-prototype-right-content-items p {
  font-size: var(--fs-16);
  font-weight: var(--fw-normal);
  line-height: 24px;
  color: #374151;
}
.product-detail-prototype-right-content-items img {
  cursor: pointer;
}
.product-detail-prototype-right-information {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.product-detail-prototype-right-information-p {
  color: var(--Gray, #555);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product-detail-prototype-right-information-span {
  color: var(--Color-Gray-Gray---500, #6b7280);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* section your favorite */
.section-detail {
  padding: 100px;
}
#section-detail-favorite {
  border-bottom: 1px solid var(--Color-Neutral-Neutral---200, #e5e5e5);
}
.product-detail-service,
.product-detail-favorite {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-detail-title {
  margin: 0;
  font-size: 24px;
  font-weight: var(--fw-semibold);
  line-height: 38px;
  color: #555555;
  text-transform: uppercase;
  text-align: center;
}
.product-detail-service-btn,
.product-detail-favorite-btn {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
  justify-content: center;
}
.product-detail-service-btn {
  padding: 0;
}
.product-detail-service-btn button,
.product-detail-favorite-btn button {
  font-size: var(--fs-18);
  font-weight: var(--fw-medium);
  line-height: 18px;
  color: var(--Color-Brand-Brand---800, #026d60);
  border: none;
  background: none;
  cursor: pointer;
}
.product-detail-service-btn button {
  color: var(--c-gray-600);
  font-weight: var(--fw-semibold);
}

/* serction services */
.product-detail-service-title,
.product-detail-service-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.product-detail-service-title {
  gap: 12px;
}
.product-detail-service-title p {
  font-size: var(--fs-16);
  font-weight: var(--fw-semibold);
  line-height: 28px;
  color: var(--Color-Neutral-Neutral---700, #404040);
  white-space: nowrap;
}
.product-detail-service-title span {
  font-size: var(--fs-14);
  font-weight: var(--fw-normal);
  line-height: 24px;
  color: var(--Color-Neutral-Neutral---500, #737373);
  text-align: center;
}

/* product card */
#section-product-card {
  background-color: #f5f5f5;
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-card-modal-right-container,
.product-card-prototype-right-container,
.product-card-prototype-left-container {
  border-radius: 8px;
  padding: 24px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-card-modal-right-container {
  padding: 0;
}
.product-card-modal-right-container h3,
.product-card-prototype-right-container h3 {
  margin: 0;
}
.product-card-prototype-right-container {
  border-radius: 8px 8px 0 0;
}
.product-card-prototype-left-items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 24px;
  align-items: center;
}
.product-card-prototype-left-items:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-card-prototype-left-items-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-card-prototype-left-items-left-img {
  width: auto;
  height: 80px;
  max-width: 80px;
}
.product-card-prototype-left-items-left-img img {
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  background-color: #9fc6bb14;
  border-radius: 2px;
}
.product-card-prototype-left-items-left-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card-prototype-left-items-left-title p {
  padding: 0;
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  line-height: 24px;
  color: #4b5563;
}
.product-card-prototype-left-items-left-information-color {
  display: flex;
  gap: 6px;
}
.product-card-prototype-left-items-left-information-color div {
  display: flex;
  align-items: center;
  line-height: 16px;
  gap: 2px;
  font-size: 12px;
  color: var(--Color-Neutral-Neutral---800, #262626);
}
.product-card-prototype-left-items-left-information-color div span {
  font-weight: var(--fw-normal);
}
.product-card-prototype-left-items-left-information-color div p {
  font-weight: var(--fw-semibold);
  font-size: 12px;
}
.product-card-prototype-left-icon-delete {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* right */
#product-card-modal-title,
.product-card-prototype-right-container h3 {
  font-size: var(--fs-16);
  font-weight: var(--fw-semibold);
  color: #555555;
}
.product-card-prototype-right-content-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card-prototype-right-total-title,
.product-card-prototype-right-sub-title {
  display: flex;
  justify-content: space-between;
}
.product-card-prototype-right-sub-title span,
p {
  font-size: var(--fs-14);
  color: #27272a;
}
.product-card-prototype-right-sub-title span {
  font-weight: var(--fw-normal);
}
.product-card-prototype-right-sub-title p {
  font-weight: var(--fw-medium);
  font-size: var(--fs-14);
}
.product-card-prototype-right-total-title span,
p {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-20);
}
.product-card-prototype-right-total-title span {
  color: #555555;
}
.product-card-prototype-right-total-title p {
  color: var(--System-color1-Red, #eb5757);
}
.product-card-prototype-right-container button {
  border-radius: 100px;
  background: var(--Gradient-background);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-size: var(--fs-16);
  font-weight: var(--fw-semibold);
  line-height: 24px;
  color: var(--btn-white-w1, #fff);
  font-style: normal;
  border: none;
}
.product-card-prototype-right-description {
  color: #333;
  font-size: 13px;
  font-weight: var(--fw-medium);
  line-height: 20px;
  text-align: center;
}
.product-card-prototype-right-description span {
  color: #333;
  font-weight: var(--fw-semibold);
  line-height: 20px;
}

/* modal tư vấn ngay */
.consult-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.consult-modal.show {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.consult-modal-card__dialog,
.consult-modal-card-loading__dialog,
.consult-modal__dialog {
  position: relative;
  max-width: fit-content;
  width: 100%;
  margin: 100px auto;
  background: #fff;
  border-radius: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.consult-modal-card-loading__dialog,
.consult-modal-card__dialog {
  min-width: 600px;
}
.consult-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.consult-modal__body {
  display: flex;
  flex: 1;
  min-width: 1000px;
}
.consult-modal__left {
  flex: 0.63;
}
.consult-modal__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#consult-form,
.consult-modal__card-success-content,
.consult-modal__card-content,
.consult-modal__right-content,
.consult-modal__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consult-modal-cart,
.consult-modal__right {
  flex: 0.37;
  padding: 24px;
  gap: 32px;
}
.consult-modal__card-success-content-title,
.consult-modal__card-logo,
.consult-modal__right-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.consult-modal__card-success-content-title {
  flex-direction: column;
}
.product-card-prototype-right-information-title,
.consult-modal__card-title,
.consult-modal__right-title {
  font-size: 32px;
  color: #00574b;
  line-height: 44px;
  font-weight: var(--fw-medium);
}
.consult-modal__card-title {
  font-weight: var(--fw-semibold);
}
#modal__card-success-title {
  text-align: center;
}
.consult-modal__card-title span,
.consult-modal__right-title span {
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}
.consult-modal__right-description {
  font-size: 12px;
  font-weight: var(--fw-medium);
  line-height: 18px;
  color: #333;
}
.product-detail-prototype-right-contact,
.consult-modal-cart form,
.consult-modal__right form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-detail-prototype-right-or {
  color: var(--Color-Gray-Gray---500, #6b7280);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 16px 0;
}
.product-detail-prototype-right-contact-btn {
  display: flex;
  padding: 7px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  border: 0.5px solid var(--Color-Brand-Brand---900, #014d40);
  text-decoration: none;
}
.product-detail-prototype-right-contact-btn > P {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.icon-contact-product-detail {
  width: 32px;
  height: 32px;
}
.error {
  color: var(--Error-500, #ef4444);
  font-size: 12px;
  font-weight: var(--fw-medium);
  line-height: 20px;
  font-style: normal;
}
.consult-modal__right-form-input {
  width: -webkit-fill-available;
  outline: none;
  line-height: 20px;
  font-weight: var(--fw-medium);
  font-size: var(--fs-14);
  color: var(--Color-Neutral-Neutral---400, #a3a3a3);
  border-radius: 8px;
  border: 1px solid var(--Color-Gray-Gray---200, #e5e7eb);
  background: var(--Color-White-White, #fff);
  padding: 12px;
}
.consult-modal__right-form-input:not(:placeholder-shown),
.consult-modal__right-form-input:focus {
  outline: none;
  border: 1px solid var(--Color-Gray-Gray---200, #e5e7eb);
  background: #fff;
  color: #000;
}
.consult-modal__right-form-input.error {
  border: 1px solid var(--Color-Red-Red---500, #ef4444);
}
.consult-modal__right-form-input-wrapper {
  position: relative;
}
.consult-input-subscriber {
  width: -webkit-fill-available;
}
.consult-modal__right-form-input.has-value + .placeholder-text {
  opacity: 0;
  visibility: hidden;
}
.placeholder-text {
  position: absolute;
  top: 12px;
  left: 14px;
  display: flex;
  gap: 2px;
  pointer-events: none;
}

.placeholder-text-main {
  color: var(--Color-Neutral-Neutral---400, #a3a3a3);
  line-height: 20px;
  font-weight: var(--fw-medium);
  font-size: var(--fs-14);
}

.placeholder-text-asterisk {
  color: #ff1919;
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  font-style: normal;
  line-height: 20px;
}
/* modal cart */
.consult-modal-cart {
  display: flex;
  flex-direction: column;
}
.consult-modal-cart-title-information {
  border-top: 1px solid #f2f2f2;
  padding-top: 24px;
}
.consult-modal__card-loading-title,
.consult-modal-cart-title-information p {
  font-size: var(--fs-16);
  font-weight: var(--fw-semibold);
  line-height: 24px;
  color: #555555;
}
/* modal loading */
.consult-modal__card-loading-title {
  color: #222222;
  text-align: center;
  text-transform: capitalize;
}
/* modal success */
.consult-modal__card-loading-description,
.consult-modal__card-success-description {
  color: #27272a;
  font-size: var(--fs-14);
  font-weight: var(--fw-medium);
  line-height: 20px;
  text-align: center;
}
.consult-modal__card-loading-description {
  line-height: 120%;
}
.consult-modal__card-success-img {
  display: flex;
  justify-content: center;
}

/* cart empty */
.empty-cart-message-container {
  display: flex;
  align-items: center;
  min-height: 400px;
  padding: 24px 0;
  background: #f8f7f5;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  gap: 40px;
}
.empty-cart-message-container .empty-cart-content {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empty-cart-message-container .title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.empty-cart-message-container .go-btn {
  background: var(--Gradient-background);
  color: #fff;
  border: 0;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  transition: all 0.3s ease;
}

.empty-cart-message-container img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
