.number-box {
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 5px 16px;
}

.discount-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-top: 0.5rem;
  margin-left: -32px;
  width: calc(100% + 64px);
}

.discount-section.premium-plus {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}

.discount-section.premium {
  background: var(--Gold, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
}

.discount-section.standard {
  background: var(--Standard, linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%));
}


.discount-box {
  color: var(--secondary-500-base, #F6851F);
  padding: 2px 8px;
  background: white;
  width: fit-content;
}

.discount-countdown {
  color: #fff
}

.discount-countdown .digit {
  color: var(--secondary-500-base, #F6851F);
  background: white;
  padding: 0.5rem;
  border-radius: 4px;
}


.discount-countdown .digit.premium {
  color: #E4B52F;
}

.discount-countdown .digit.standard {
  color: #01B2AC;
}

.premium-plus-box {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}

.premium-box {
  background: var(--gradients-premium, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
}

.standard-box {
  background: var(--gradients-standard, linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%));
}

.product-plus-head-title {
  font-size: 24px;
}


.product-head-title {
  font-size: 24px;
}

.title-head-3 {
  font-size: 2rem;
}

.title-head-4 {
  font-size: 20px;
}

.title-detail {
  font-size: 1rem;
}

.font-size-14 {
  font-size: 14px;
}

.color-title {
  color: var(--theme-color-secondary-base);
}

.color-title-2 {
  color: var(--color-primary-base);
}

.color-title-3 {
  color: var(--color-primary-400);
}

.color-title-4 {
  color: var(--color-gray-300);
}

.color-title-5 {
  color: var(--color-gray-400);
}

.color-title-6 {
  color: var(--color-gray-200);
}

.color-title-7 {
  color: #FFB641;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.product-icon-left {
  font-size: 1.5rem;
}

.text-left {
  text-align: left;
  color: var(--color-gray-400)
}

.text-right {
  text-align: right;
  color: var(--color-gray-400)
}

.color-head-green {
  background: linear-gradient(to right, #00B2AB, #01B0AB, #03A7AC, #0799AD, #0A8FAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-head-gold {
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-head-gold-plus {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-product {
  width: 100%;
  border: none;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 1rem;
  color: var(--color-gray-400, #636363);
}

.card-product .top-discount-info {
  margin: -17px -18px 0px -18px;
}

.card-product .top-discount-info .top-discount-box {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}

.product-premium-plus .top-discount-box {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}
.product-exclusive .top-discount-box {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}


.product-premium .top-discount-box {
  background: var(--Gold, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
}

.product-standard .top-discount-box {
  background: var(--Standard, linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%));
}


.product-premium-shadow .top-discount-box {
  background: var(--Gold, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
}

.product-standard-shadow .top-discount-box {
  background: var(--Standard, linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%));
}

.card-product-footer {
  background-color: #ffffff;
  border-radius: 0px 0px 24px 24px !important;
  border: none;
  padding: 16px 16px;
}

.price-product {
  padding: 2rem 0rem;
}

.show-on-mobile {
  display: none;
}

.bg-product-standard {
  transform: rotate(180deg);
  height: 283px;
  object-fit: cover;
  z-index: -1;
  width: 100%;
}

.bg-product-premium {
  height: 283px;
  object-fit: cover;
  z-index: -1;
  width: 100%;
}

.main-product-box {
  padding: 2px;
  border-radius: 24px;
  width: 100%;
  box-shadow: 0px 12px 9px -8px #cccccc;
}

.main-product-box i {
  padding: 1px;
}

.product-standard {
  background: linear-gradient(to right, #00B2AB, #01B0AB, #03A7AC, #0799AD, #0A8FAE);
}

.product-premium {
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
}

.product-standard-shadow {
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.product-premium-shadow {
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.product-premium-plus {
  background: linear-gradient(90deg, #CAAD5E 0%, #986D20 27.6%, #7C561C 100%);
}
.product-exclusive {
  --borderWidth: 2px;
  position: relative;
  z-index: 1;
}
.product-exclusive::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + var(--borderWidth) * 1);
  width: calc(100% + var(--borderWidth) * 1);
  background: linear-gradient(60deg, #FEE779, #F0CF30 ,#D08E2D, #B4832C , #9A6C19);
  border-radius: 24px;
  z-index: -1;
  animation: animatedgradient 10s ease alternate infinite;
  background-size: 300% 300%;
}
.main-product-box.product-exclusive {
  padding: 1px;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.detail-product-standard {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 24px;
  height: 100%;
}

.detail-product-premium {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 24px;
  height: 100%;
}

.img-geneus-product {
  width: 100%;
}

/* .frame-product {
    position: relative;
    margin-top: -25%;
  } */

.preview-on-destop {
  display: flex;
}

.preview-on-ipad {
  display: none;
}

.preview-on-mobile {
  display: none;
}

.detail-product-mobile {
  background-color: var(--color-gray-50);
  border-radius: 24px;
  padding: 1rem;
}

#detail-standard {
  display: none;
}

.btn-detail {
  border-radius: 24px;
  background-color: var(--color-gray-50);
}

.rotate-180 {
  transform: rotate(180deg);
}

.header-box {
  min-height: 10rem;
}

.detail-box {
  min-height: 25rem;
}

.sho-on-ipad {
  display: none;
}

.card-footer-item {
  margin-top: 16px;
  margin-bottom: 32px;
}

#img-premium-product {
  cursor: pointer;
}

#img-standard-product {
  cursor: pointer;
}

.card-product-body {
  cursor: pointer;
}

.card-care {
  border-radius: 12px;
  border: 1.5px solid var(--Background-02, #F7F9FB);
}

.card-care:hover {
  cursor: pointer;
}

.card-care:hover a {
  text-decoration: underline;
}

.card-care .care-logo {
  height: 24px;
  width: auto;
}

.card-care .text-gold {
  background: var(--Gradients-Premium, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-care .text-see-more {
  color: var(--color-blue-info);
  font-size: 12px;
  line-height: 150%;
  /* 18px */
  text-decoration: none;
}

.card-care .text-see-more:hover {
  color: var(--color-blue-info);
  text-decoration: underline;
}

.package-topic-list small{
  color: #808082;
}
.exclusive-item {
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 16px;
}
.exclusive-item .text-small {
  font-size: 14px;
  color: #808082;
}

/* @media (max-width: 1700px) { */
/* .frame-product {
      position: relative;
      margin-top: -22%;
    }
  }

/*   
     */


.product-container {
  position: relative;
}
.product-container .row {
  display: flex;
  justify-content: center;
}
.product-container:last-child .row {
  justify-content: end;
}
.product-container:first-child .row {
  display: flex;
  justify-content: start;
}
.product-container .background-product {
  position: absolute;
  z-index: -1;
  padding: 0;;

}

@media (max-width: 1200px) {
  .preview-on-destop {
    display: none;
  }

  .preview-on-ipad {
    display: flex;
  }
  .card-care .card-text {
    font-size: 14px;
  }
  .card-care .care-product {
    height: 100px;
    width: auto;
    text-align: center; 
  }
  .card-product-footer {
    padding: 0px;
  }

  /* .card-product {
    height: 100%;
    min-height: 0%;
  } */
}

/* @media (max-width: 1000px) {
  .frame-product {
    position: relative;
    margin-top: -12%;
  }
} */

.card-body-premium {
  border: none;
}

.card-body-standard {
  border: none;
}

@media (max-width: 768px) {
  .card-product-footer {
    padding: 0px;
  }

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .card-product-body,
  .card-product-footer {
    padding: 0px;
  }

  .discount-section {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .title-head-3 {
    font-size: 28px;
  }

  .preview-on-destop {
    display: none;
  }

  .preview-on-ipad {
    display: none;
  }

  .preview-on-mobile {
    display: block;
  }

  .product-standard {
    width: 100%;
    min-height: 0%;
  }

  .product-premium {
    width: 100%;
    min-height: 0;
  }

  .product-premium-plus {
    width: 100%;
    min-height: 0;
  }

  .card-product {
    height: 100%;
    min-height: 0;
  }

  .geneus-link {
    color: var(--color-blue-info);
    text-decoration: underline;
  }

  .geneus-link:hover {
    color: var(--color-blue-info);
    text-decoration: underline;
  }


  .card-care .care-logo {
    height: 16px;
    width: auto;
  }

  .card-care .card-text {
    font-size: 14px;
  }
  .card-care .care-product {
    height: 100px;
    width: auto;
    text-align: center; 
  }

}