body {
  margin: 0;
  padding: 0;
  background-color: #fffff1;
  width: 100%;
  overflow-x: hidden;
}
body p {
  margin: 0;
  padding: 0;
}
body h1,
body h2 {
  margin: 0;
  padding: 0;
}

.barcum-product-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin: 200px 250px 40px 250px;
  width: 70%;
}
.barcum-product-detail .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.barcum-product-detail .container p {
  font-size: 16px;
}
.barcum-product-detail .product-name-detail {
  font-weight: 600;
  color: #0a6846;
}

.product-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin: 0 150px;
}
.product-detail .product-detail-left {
  width: 40%;
  padding: 0 50px;
  position: relative;
}
.product-detail .product-detail-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .product-detail-left .pagination-next {
  position: absolute;
  bottom: 25%;
  right: 0;
  transform: translateY(-50%);
}
.product-detail .product-detail-left .pagination-prev {
  position: absolute;
  bottom: 25%;
  left: 0;
  transform: translateY(-50%);
}
.product-detail .product-detail-left .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.product-detail .product-detail-left .pagination .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ffc928;
  opacity: 0.5;
}
.product-detail .product-detail-left .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.product-detail .product-detail-left .product-detail-left-bottom {
  margin-top: 40px;
}
.product-detail .product-detail-left .product-detail-left-bottom p {
  font-size: 30px;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-detail .product-detail-left .product-detail-left-bottom .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.product-detail .product-detail-left .product-detail-left-bottom .content img {
  width: 25px;
  height: 25px;
}
.product-detail .product-detail-left .product-detail-left-bottom .content p {
  font-size: 20px;
  color: #6c6c6c;
  margin-bottom: 0;
}
.product-detail .product-detail-right {
  width: 40%;
  padding: 0 50px;
}
.product-detail .product-detail-right .content-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 50px;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 20px;
}
.product-detail .product-detail-right .content-top p {
  color: #0a6846;
}
.product-detail .product-detail-right .content-top .tablink {
  border: 2px solid #0a6846;
  padding: 10px 20px;
  border-radius: 50px;
}
.product-detail .product-detail-right .content-top .tablink.active {
  background-color: #0a6846;
  color: #fffff1;
}
.product-detail .product-detail-right .content-top .tablink:not(.active) {
  cursor: pointer;
  background-color: unset;
}
.product-detail .product-detail-right .content-bottom #description,
.product-detail .product-detail-right .content-bottom #ingredients,
.product-detail .product-detail-right .content-bottom #nutrition {
  height: 600px;
  overflow: auto;
}
.product-detail .product-detail-right .content-bottom #description::-webkit-scrollbar,
.product-detail .product-detail-right .content-bottom #ingredients::-webkit-scrollbar,
.product-detail .product-detail-right .content-bottom #nutrition::-webkit-scrollbar {
  width: 5px;
  background-color: #fffff1;
}
.product-detail .product-detail-right .content-bottom #description::-webkit-scrollbar-thumb,
.product-detail .product-detail-right .content-bottom #ingredients::-webkit-scrollbar-thumb,
.product-detail .product-detail-right .content-bottom #nutrition::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 50px;
  height: 50px;
}
.product-detail .product-detail-right .content-bottom #description {
  flex-direction: column;
}
.product-detail .product-detail-right .content-bottom #description h1 {
  color: #0a6846;
  text-align: left;
  margin-bottom: 20px;
}
.product-detail .product-detail-right .content-bottom #description img {
  width: 90%;
  object-fit: cover;
}
.product-detail .product-detail-right .content-bottom #description .content-left-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.product-detail .product-detail-right .content-bottom #description .content-left-right h3 {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1d302c;
  text-transform: uppercase;
}
.product-detail .product-detail-right .content-bottom #description .content-left-right p {
  color: #818181;
}
.product-detail .product-detail-right .size-container h1 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-detail .product-detail-right .size-container .size-ml,
.product-detail .product-detail-right .size-container .size-pack {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.product-detail .product-detail-right .size-container .size-ml p {
  background-color: #0a6846;
  font-size: 16px;
  font-weight: 600;
  color: #ffc928;
  border-radius: 50px;
  padding: 10px 20px;
}
.product-detail .product-detail-right .size-container .size-pack p {
  background-color: #ffc928;
  font-size: 16px;
  font-weight: 600;
  color: #0a6846;
  border-radius: 50px;
  padding: 10px 20px;
}

.section1 {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.section1 h1 {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
}
.section1 p {
  font-size: 25px;
  color: #63bd04;
  text-align: center;
}
.section1 .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section1 .product-item img {
  width: 262px;
  height: 295px;
  aspect-ratio: 235/300;
  object-fit: cover;
}
.section1 .product-item .product-name {
  font-size: 16px;
  font-weight: 600;
  color: #6c6c6c;
}
.section1 .product-item .product-description {
  font-size: 20px;
  color: #11322b;
}
.section1 .pagination-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.section1 .pagination-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 200px;
}
.section2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.section2 .container .content-top,
.section2 .container .content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.section2 .container .content-top .content-text,
.section2 .container .content-bottom .content-text {
  padding: 20px;
  border-radius: 20px;
}
.section2 .container .content-top .content-text h1,
.section2 .container .content-bottom .content-text h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section2 .container .pink {
  background-color: #ffd2d2;
}
.section2 .container .green {
  background-color: #ebffe2;
}
.section2 .container .yellow {
  background-color: #fff6d2;
}
.section2 .container .brow {
  background-color: #ffd5bf;
}
.section2 .img-6corenutrients-mb {
  display: none;
}

.section3 img {
  width: 100%;
}

.section4 {
  padding: 20px 200px;
}
.section4 .content-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}
.section4 .content-top .content .container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}
.section4 .content-top .content .container p {
  font-size: 60px;
  font-weight: 600;
}
.section4 .content-top .content .container img {
  width: 30px;
  height: 30px;
}
.section4 .content-top .content h3 {
  font-size: 30px;
}
.section4 .content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fffff1;
}
.section4 .content-bottom img:first-child {
  display: block;
}
.section4 .content-bottom img:last-child {
  display: none;
}

.section5 {
  margin-top: 100px;
}
.section5 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section5 .container h2 {
  font-size: 20px;
}
.section5 .container p {
  color: #63bd04;
  font-size: 20px;
}
.section5 .tab-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px 10% 0 10%;
}
.section5 .tab-button button {
  background-color: unset;
  color: #acacac;
  border: none;
  border-bottom: 2px solid #acacac;
  padding-bottom: 5px;
  font-weight: 600;
}
.section5 .tab-button button h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.section5 .tab-button button:hover {
  color: #0a6846;
  border-bottom: 2px solid #0a6846;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section5 .tab-button button.active {
  color: #0a6846;
  border-bottom: 2px solid #0a6846;
  font-weight: 600;
}
.section5 .tab-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.section5 .tab-section .type-tab {
  display: flex;
  flex-direction: row;
  gap: 150px;
}
.section5 .tab-section .type-tab a {
  text-decoration: none;
}
.section5 .tab-section .type-tab .container-img {
  cursor: pointer;
}
.section5 .tab-section .type-tab .container-img .img-item {
  transition: transform 0.3s ease;
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section5 .tab-section .type-tab .container-img:hover .img-item {
  transform: scale(1.2);
}
.section5 .tab-section .type-tab .container-img:hover img {
  transform: scale(1.1);
}
.section5 .tab-section .type-tab p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1d302c;
  margin-top: 25px;
}
.section5 .button-all-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 50px;
}
.section5 .button-all-product a {
  text-decoration: none;
  font-size: 28px;
}
.section5 .button-all-product button {
  background-color: #0a6846;
  color: #fffff1;
  font-size: 28px;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section5 .button-all-product button:hover {
  background-color: #1d302c;
  color: #fffff1;
}

.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.section6 .button-scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a6846;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
}

.section7 {
  margin-top: 80px;
}
.section7 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section7 .container h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section7 .container p {
  font-size: 20px;
  color: #63bd04;
}
.section7 .apple-container {
  position: relative;
  width: 100%;
}
.section7 .apple-container .animated-apple {
  width: 100%;
}
.section7 .apple-container .apple {
  position: absolute;
  top: 240px;
  right: 0;
  transition: transform 0.6s ease-in-out;
}
.section7 .apple-container:hover .apple {
  animation: orbit 3s ease-in-out alternate;
}
.section7 .apple-mobile {
  display: none;
}

@keyframes orbit {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    top: 155px;
    right: 380px;
    opacity: 1;
    transform: translate(-100px, -100px);
  }
  50% {
    top: 250px;
    right: 720px;
    opacity: 1;
    transform: translate(-200px, 0px);
  }
  75% {
    top: 30px;
    right: 1100px;
    opacity: 0.9;
    transform: translate(-300px, 30px);
  }
  100% {
    top: 240px;
    opacity: 0;
    transform: translate(0, 0);
  }
}
.section8 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.section8 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section8 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1d302c;
}
.section8 .container-left h2 {
  font-size: 44px;
  color: #aaaaaa;
}
.section8 .container-line {
  width: 150px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #63bd04;
  margin-top: 20px;
}
.section8 .container-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section8 .container-right p {
  color: #1d302c;
  font-size: 20px;
}
.section8 .container-right input {
  border: 2px solid #63bd04;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
  background-color: unset;
}
.section8 .container-right input::placeholder {
  color: #0a6846;
}
.section8 .container-right input:focus {
  outline: none;
}
.section8 .container-right button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .barcum-product-detail {
    display: none;
  }
  .product-detail {
    flex-direction: column;
    margin: 0;
    padding-top: 100px;
    width: 100%;
  }
  .product-detail .product-detail-left {
    width: 90%;
    padding: 0;
  }
  .product-detail .product-detail-left .thumbsSliderProduct,
  .product-detail .product-detail-left .pagination-next,
  .product-detail .product-detail-left .pagination-prev {
    display: none;
  }
  .product-detail .product-detail-left .pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
  .product-detail .product-detail-right {
    width: 100%;
    padding: 0;
  }
  .product-detail .product-detail-right .content-top {
    overflow: auto;
    gap: 50px;
    padding: 20px;
  }
  .product-detail .product-detail-right .size-container .size-ml,
  .product-detail .product-detail-right .size-container .size-pack {
    flex-wrap: wrap;
  }
  .product-detail .product-detail-right .content-bottom {
    padding: 20px;
  }
  .section2 {
    padding: 20px 0;
    flex-direction: column;
  }
  .section2 .img-6corenutrients-mb {
    display: block;
    width: 100%;
  }
  .section2 .img-6corenutrients {
    display: none;
  }
  .section2 .container {
    padding: 20px;
  }
  .section4 {
    padding: 20px 0;
  }
  .section4 .content-top {
    flex-direction: column;
    gap: 50px;
    padding: 20px;
  }
  .section4 .content-bottom img:first-child {
    display: none;
  }
  .section4 .content-bottom img:last-child {
    display: block;
  }
  .section5 .container h1 {
    text-align: center;
  }
  .section5 .container p {
    font-size: 12px;
  }
  .section5 .tab-button button {
    font-size: 16px;
  }
  .section5 .tab-section .type-tab {
    flex-direction: column;
  }
  .section5 .tab-section .type-tab .container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section5 .tab-section .type-tab .container-img img {
    width: 80%;
  }
  .section7 .container h1 {
    font-size: 22px;
  }
  .section7 .apple-container {
    display: none;
  }
  .section7 .apple-container .apple {
    display: none;
  }
  .section7 .apple-mobile {
    display: block;
    margin: 0 auto;
  }
  .section8 {
    flex-direction: column;
    padding: 20px;
  }
  .section8 .container-left {
    width: 100%;
  }
  .section8 .container-right {
    width: 100%;
  }
  .section8 .container-right input {
    width: 80%;
  }
  .section8 .container-line {
    transform: rotate(0deg);
    margin: 20px;
  }
}

/*# sourceMappingURL=productdeatail.css.map */
