body {
  background: #fff !important;
}

:root {
  --bs-border-color: #eeeeee;
}

.left.detail-product .mySwiper2 {
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.left.detail-product .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
}
.left.detail-product .mySwiper2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.left.detail-product .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left.detail-product .mySwiper .swiper-slide {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.left.detail-product .mySwiper .swiper-slide:hover {
  opacity: 1;
  border-color: #f15a24;
}
.left.detail-product .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #f15a24;
  box-shadow: 0 4px 12px rgba(241, 90, 36, 0.3);
}
.left.detail-product .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.right .quantity-price-section .quantity-wrapper .quantity-control {
  background: #f6f3f0;
}
.right .specifications {
  border: 1px solid #bfbfbf;
  border-radius: 1rem;
  overflow: hidden;
}
.right .specifications .specifications-wrapper {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 1.5rem;
}
.right .specifications .specifications-content {
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  overflow: hidden;
}
.right .specifications .specifications-header h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.right .specifications .specifications-table {
  margin-bottom: 0;
}
.right .specifications .specifications-table tbody tr {
  border: unset;
}
.right .specifications .specifications-table tbody tr.bg-black td {
  background: #eeeeee;
}
.right .specifications .specifications-table tbody tr:last-child {
  border-bottom: none;
}
.right .specifications .specifications-table td {
  padding: 1rem;
  vertical-align: middle;
  border: none;
}
.right .specifications .specifications-table .spec-label {
  font-weight: 600;
  color: #000000;
  width: 35%;
  border: unset;
}
.right .specifications .specifications-table .spec-value {
  color: #000000;
}
@media (max-width: 768px) {
  .right .specifications .specifications-table .spec-label,
  .right .specifications .specifications-table .spec-value {
    display: block;
    width: 100%;
  }
  .right .specifications .specifications-table .spec-label {
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
  .right .specifications .specifications-table .spec-value {
    padding-top: 0;
  }
}

.layout-content-- .content-- p {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.layout-content-- .content-- p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 0.25rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_9572_7033)"><path d="M14.6663 7.38674V8.00007C14.6655 9.43769 14.2 10.8365 13.3392 11.988C12.4785 13.1394 11.2685 13.9817 9.88991 14.3893C8.5113 14.797 7.03785 14.748 5.68932 14.2498C4.3408 13.7516 3.18944 12.8308 2.40698 11.6248C1.62452 10.4188 1.25287 8.99211 1.34746 7.55761C1.44205 6.12311 1.99781 4.75762 2.93186 3.66479C3.86591 2.57195 5.1282 1.81033 6.53047 1.4935C7.93274 1.17668 9.39985 1.32163 10.713 1.90674M14.6663 2.66674L7.99968 9.34007L5.99968 7.34007" stroke="%233BA500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_9572_7033"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service-description-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 0px solid #eeeeee;
}
.service-description-container .service-tabs {
  background: #fff;
  border-bottom: 0px solid #eeeeee;
  padding: 1rem;
}
.service-description-container .service-tabs .nav-link {
  border: none;
  padding: 0;
  background: #f7f7f7;
  transition: all 0.3s ease;
}
.service-description-container .service-tabs .nav-link .badge {
  font-size: 1rem;
  color: #000000;
}
.service-description-container .service-tabs .nav-link.active {
  background: none;
  background: linear-gradient(270deg, #ff8819 0%, #ff5101 100%);
  color: #fff;
  transition: all 0.3s ease;
}
.service-description-container .service-tabs .nav-link.active .badge {
  color: #fff;
}
.service-description-container .service-tabs .nav-link:hover {
  transition: all 0.3s ease;
  background: linear-gradient(270deg, #ff8819 0%, #ff5101 100%);
  color: #fff;
}
.service-description-container .service-tabs .nav-link:hover .badge {
  color: #fff;
}
.service-description-container .service-tab-content .tab-pane {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.service-description-container .service-content {
  background: #fff;
}
.service-description-container .service-content .service-item p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.service-description-container .service-content .service-item h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}
.service-description-container .service-content .service-item img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-description-container .review-content {
  background: #fff;
}
.service-description-container .review-content .review-header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2rem;
}
.service-description-container .review-content .review-header .avg-rating {
  flex: 1;
}
.service-description-container .review-content .review-header .rating-stars {
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.service-description-container .review-content .reviews-list .review-item .review-author h6 {
  font-size: 1rem;
}
.service-description-container .review-content .reviews-list .review-item .review-rating {
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.service-description-container .review-content .reviews-list .review-item .review-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .service-description-container .service-tabs {
    padding: 0.75rem 0.5rem;
  }
  .service-description-container .service-tabs .nav-link {
    font-size: 0.85rem;
  }
  .service-description-container .service-tabs .nav-link .badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
  .service-description-container .service-tab-content {
    padding: 1rem 0 !important;
  }
  .service-description-container .service-content,
  .service-description-container .review-content {
    padding: 1rem !important;
  }
}
.service-content-wrapper {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
  margin-bottom: 0 !important;
}
.service-content-wrapper img {
  max-width: 100% !important;
  height: auto !important;
}
.service-content-wrapper.expanded {
  max-height: 100%;
  opacity: 1;
  margin-bottom: 1.5rem !important;
}

.service-toggle-btn .btn-expand-service {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border: 2px solid #f15a24;
  background: transparent;
  color: #f15a24;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.service-toggle-btn .btn-expand-service .btn-text {
  font-size: 1rem;
}
.service-toggle-btn .btn-expand-service .btn-icon {
  transition: transform 0.3s ease;
}
.service-toggle-btn .btn-expand-service:hover {
  background: #f15a24;
  color: #fff;
}
.service-toggle-btn .btn-expand-service:hover .btn-icon {
  stroke: #fff;
}
.service-toggle-btn .btn-expand-service.expanded .btn-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .service-toggle-btn .btn-expand-service {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
  }
  .service-toggle-btn .btn-expand-service .btn-text {
    font-size: 0.9rem;
  }
  .service-toggle-btn .btn-expand-service .btn-icon {
    width: 18px;
    height: 18px;
  }
}
.star-rating-input {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.star-rating-input .star-label {
  cursor: pointer;
  color: #ddd;
  transition: color 0.2s ease;
  font-size: 1.5rem;
}
.star-rating-input .star-label svg {
  width: 28px;
  height: 28px;
}
.star-rating-input .star-label:hover, .star-rating-input .star-label:hover ~ .star-label {
  color: #ffc107;
}
.star-rating-input input[type=radio]:checked ~ .star-label {
  color: #ffc107;
}

.review-form-section .review-form .form-label {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.review-form-section .review-form .form-label .text-danger {
  margin-left: 2px;
}
.review-form-section .review-form .form-control,
.review-form-section .review-form .form-check {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
}
.review-form-section .review-form .form-control:focus,
.review-form-section .review-form .form-check:focus {
  border-color: #f15a24;
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 36, 0.15);
}
.review-form-section .review-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.avg-rating-section .rating-avg .avg-score {
  text-align: center;
}
.avg-rating-section .rating-avg .avg-score .score-number {
  color: #f15a24;
}

.star-rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.5rem;
  align-items: center;
}
.star-rating-input input[type=radio] {
  display: none !important;
}
.star-rating-input .star-label {
  cursor: pointer;
  color: #ddd;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
.star-rating-input .star-label svg {
  width: 32px;
  height: 32px;
  display: block;
}
.star-rating-input .star-label.active {
  color: #ffc107;
}
.star-rating-input .star-label:hover {
  color: #ffc107;
}

.product-attributes .group-attribute .attribute {
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-attributes .group-attribute .attribute .custom-checkbox-inner {
  position: relative;
  transition: all 0.3s ease;
}
.product-attributes .group-attribute .attribute .custom-checkbox-inner .checkbox {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
}
.product-attributes .group-attribute .attribute .custom-checkbox-inner .checkbox svg {
  width: 18px;
  height: 18px;
}
.product-attributes .group-attribute .attribute.active .custom-checkbox-inner {
  border-color: #f15a24 !important;
}
.product-attributes .group-attribute .attribute.active .custom-checkbox-inner .checkbox {
  opacity: 1;
  top: 0px;
  right: -5px;
}
.product-attributes .group-attribute .attribute.active .custom-checkbox-inner .color-name {
  color: #f15a24;
}
.product-attributes .group-attribute .attribute.active .custom-checkbox-inner .price {
  color: #575757;
}
.product-attributes .group-attribute .attribute:hover:not(.active) .custom-checkbox-inner .checkbox {
  opacity: 1;
}

.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner .checkbox, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner .checkbox {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner .checkbox svg, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner .checkbox svg {
  width: 18px;
  height: 18px;
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner:hover, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner:hover .checkbox, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner:hover .checkbox {
  opacity: 1;
  transform: scale(0.9);
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner.active, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner.active {
  box-shadow: 0 4px 12px rgba(241, 90, 36, 0.3);
  border-color: #f15a24;
}
.product-version .product-versions .custom-checkbox-wrap a.custom-checkbox-inner.active .checkbox, .product-version .product-versions.custom-checkbox-wrap.active a.custom-checkbox-inner.active .checkbox {
  opacity: 1;
  transform: scale(1);
  top: -10px;
  right: -10px;
}

.line-background-F7F7F7 {
  background-color: #f7f7f7 !important;
}

.cl0A {
  color: rgba(10, 10, 10, 0.2509803922) !important;
}
.cl0A::-moz-placeholder {
  color: rgba(10, 10, 10, 0.2509803922) !important;
}
.cl0A::placeholder {
  color: rgba(10, 10, 10, 0.2509803922) !important;
}

.cl57 {
  color: #575757 !important;
}
.cl57::-moz-placeholder {
  color: #575757 !important;
}
.cl57::placeholder {
  color: #575757 !important;
}

.service-content-wrapper {
  max-height: 28.125rem;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in-out;
  line-height: 1.5;
}
.service-content-wrapper p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.service-content-wrapper,
.service-content-wrapper p,
.service-content-wrapper p span,
.service-content-wrapper li {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 25px !important;
  color: #333;
}
.service-content-wrapper h2,
.service-content-wrapper h2 span,
.service-content-wrapper h2 strong {
  line-height: 24px !important;
  font-size: 20px !important;
}
.service-content-wrapper h3,
.service-content-wrapper h3 span,
.service-content-wrapper h3 strong {
  line-height: 24px !important;
  font-size: 18px !important;
}
.service-content-wrapper h4,
.service-content-wrapper h4 span,
.service-content-wrapper h4 strong {
  line-height: 24px !important;
  font-size: 18px !important;
}
.service-content-wrapper img {
  max-width: 100%;
  height: auto !important;
}
.service-content-wrapper iframe {
  max-width: 100%;
  display: block;
  margin: auto;
  width: 640px;
  height: 360px;
}
.service-content-wrapper:before {
  height: 10.417rem;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 89.29%);
  z-index: 2;
}
.service-content-wrapper.expanded {
  max-height: 3000rem;
  padding-bottom: 3.646rem;
}
.service-content-wrapper.expanded:before {
  display: none !important;
}
@media (max-width: 1200px) {
  .service-content-wrapper,
  .service-content-wrapper p,
  .service-content-wrapper p span,
  .service-content-wrapper li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .service-content-wrapper h2,
  .service-content-wrapper h2 span,
  .service-content-wrapper h2 strong {
    font-size: 18px !important;
  }
  .service-content-wrapper h3,
  .service-content-wrapper h3 span,
  .service-content-wrapper h3 strong {
    font-size: 16px !important;
  }
  .service-content-wrapper h4,
  .service-content-wrapper h4 span,
  .service-content-wrapper h4 strong {
    font-size: 16px !important;
  }
  .service-content-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .service-content-wrapper {
    max-height: 20rem;
  }
  .service-content-wrapper,
  .service-content-wrapper p,
  .service-content-wrapper p span,
  .service-content-wrapper li {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .service-content-wrapper h2,
  .service-content-wrapper h2 span,
  .service-content-wrapper h2 strong {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .service-content-wrapper h3,
  .service-content-wrapper h3 span,
  .service-content-wrapper h3 strong {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .service-content-wrapper h4,
  .service-content-wrapper h4 span,
  .service-content-wrapper h4 strong {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .service-content-wrapper:before {
    height: 6rem;
  }
  .service-content-wrapper.expanded {
    max-height: 2000rem;
  }
}
@media (max-width: 480px) {
  .service-content-wrapper {
    max-height: 18rem;
  }
  .service-content-wrapper,
  .service-content-wrapper p,
  .service-content-wrapper p span,
  .service-content-wrapper li {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .service-content-wrapper h2,
  .service-content-wrapper h2 span,
  .service-content-wrapper h2 strong {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .service-content-wrapper h3,
  .service-content-wrapper h3 span,
  .service-content-wrapper h3 strong {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .service-content-wrapper h4,
  .service-content-wrapper h4 span,
  .service-content-wrapper h4 strong {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .service-content-wrapper p {
    margin-bottom: 1rem;
  }
  .service-content-wrapper:before {
    height: 5rem;
  }
  .service-content-wrapper.expanded {
    max-height: 1500rem;
  }
}
