.title .right .icon {
  width: 3px;
  height: 30px;
  background: var(--primary-color);
}

.breadcrumb li {
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
}

.mz-expand > [id] {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  top: -1000px !important;
}

.mz-expand-bg > [id] {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  top: -1000px !important;
}

.product-page .var-select select {
  box-shadow: none !important;
  border-radius: 0.5rem;
  border-color: #ddd !important;
  color: #000;
}
.product-page .colors {
  gap: 8px;
}
.product-page .colors .color-tab {
  padding: 6px;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.product-page .colors .color-tab.active {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  border: 3px solid #fff !important;
  border-color: #fff !important;
}
.product-page .colors .color-tab.non-existent {
  cursor: inherit !important;
  position: relative;
  overflow: hidden;
}
.product-page .colors .color-tab.non-existent::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "\f659";
  font-family: bootstrap-icons;
  mix-blend-mode: difference;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: red;
}
.product-page .tags .tag-item {
  background: color-mix(in srgb, var(--color-two) 30%, transparent);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 3px 8px;
  border: 1px solid color-mix(in srgb, var(--color-two) 30%, transparent);
  color: var(--color-dark);
  transition: 0.5s;
  white-space: nowrap;
  font-size: 12px;
}
.product-page .tags .tag-item:hover {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .product-info .price {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  padding: 0.5rem;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.product-page .product-info .price .off {
  background: var(--primary-color);
  color: var(--text-primary);
  border-radius: 8px;
  padding: 1px 8px;
  font-size: 13px;
}
.product-page .product-info .price .old-price p {
  color: #555;
  opacity: 0.4;
  width: max-content;
  position: relative;
  font-weight: bold;
  margin: auto !important;
  font-size: 20px;
}
.product-page .product-info .price .old-price p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #555;
}
.product-page .product-info .price .number .value-button {
  display: inline-block;
  margin: 0px;
  width: 30%;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: var(--primary-color);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .product-info .price .number .value-button:hover {
  cursor: pointer;
}
.product-page .product-info .price .number #decrease {
  margin-right: -4px;
  border-radius: 0px 8px 8px 0px;
  color: var(--text-primary);
}
.product-page .product-info .price .number #increase {
  margin-left: -4px;
  border-radius: 8px 0px 0px 8px;
  color: var(--text-primary);
}
.product-page .product-info .price .number #input-wrap {
  margin: 0px;
  padding: 0px;
}
.product-page .product-info .price .number input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40%;
  height: 40px;
}
.product-page .product-info .price .number input#number:focus {
  outline: 0;
}
.product-page .product-info .price .number input[type=number]::-webkit-inner-spin-button,
.product-page .product-info .price .number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page .product-info .price .add-to-cart button {
  width: 100%;
  justify-content: center;
  padding: 0.5rem 0.25rem !important;
}
.product-page .product-info .price .add-to-cart button:hover {
  background: #fff;
  border-color: var(--primary-color);
}
.product-page .product-info .price li {
  margin-bottom: 0.75rem;
}
.product-page .product-info .price li:last-child {
  margin-bottom: 0;
}
.product-page .product-info .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-dark);
}
.product-page .product-info .breadcrumb-item {
  font-size: 14px;
}
.product-page .product-image .mz-figure {
  width: 100%;
  height: auto;
}
.product-page .product-image .mz-figure > img {
  max-width: 100% !important;
  max-height: unset !important;
}
.product-page .product-image .image-large {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.product-page .product-image .selector .swiper .swiper-slide {
  background: transparent;
}
.product-page .product-image .selector .swiper .swiper-button-next {
  background: linear-gradient(90deg, var(--color-body) 40%, transparent);
  height: 100%;
  top: 20px;
  left: 0;
  width: 2rem;
  opacity: 1;
  justify-content: flex-end;
}
.product-page .product-image .selector .swiper .swiper-button-next::after {
  font-size: 18px;
  color: var(--color-dark);
}
.product-page .product-image .selector .swiper .swiper-button-prev {
  background: linear-gradient(270deg, var(--color-body) 40%, transparent);
  height: 100%;
  top: 20px;
  right: 0;
  width: 2rem;
  opacity: 1;
  justify-content: flex-start;
}
.product-page .product-image .selector .swiper .swiper-button-prev::after {
  font-size: 18px;
  color: var(--color-dark);
}
.product-page .product-image .selector .selector-item {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #fff !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.product-page .product-image .selector .selector-item.mz-thumb {
  position: relative;
  transition: 0.5s;
}
.product-page .product-image .selector .selector-item.mz-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.product-page .product-image .selector .selector-item.mz-thumb img {
  border: 0;
}
.product-page .product-image .selector .selector-item.mz-thumb-selected::before {
  content: unset !important;
}
.product-page .product-image .selector .selector-item.mz-thumb-selected img {
  border: 0;
}
.product-page .mz-expand-thumbnails {
  display: none !important;
}
.product-page .app-figure figure > div a,
.product-page .app-figure span,
.product-page .mz-expand a,
.product-page .preview figure .mz-expand a {
  display: none;
  opacity: 0;
}
.product-page #Zoom-1 span a {
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.product-page #Zoom-1 figure div a,
.product-page #Zoom-1 figure div:nth-child(1) {
  display: none;
  color: transparent;
  opacity: 0;
}
.product-page .name h1 {
  font-size: 24px;
}
.product-page .comments .rate i {
  color: #ffa423;
}
.product-page .rate .badge {
  background: var(--primary-color);
  color: var(--text-primary);
}
.product-page .rate .star-ratings-sprit {
  background: url("../../images/star-golden.png") repeat-x;
  margin-bottom: 5px;
  height: 21px;
  overflow: hidden;
  width: 110px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}
.product-page .rate .star-ratings-sprit .star-ratings-sprit-rating {
  background: url("../../images/star-golden.png") repeat-x;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
.product-page .info-product .attributes .show-more-button {
  transition: unset !important;
  margin: auto;
  width: max-content;
  color: var(--color-dark);
}
.product-page .info-product .attributes input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.product-page .info-product .attributes .p {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  transition: max-height 0.5s ease;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 10rem;
  -webkit-box-orient: vertical;
  line-height: 1.75rem;
  font-size: 0.9rem;
  position: relative;
}
.product-page .info-product .attributes .show-less {
  display: none !important;
}
.product-page .info-product .attributes input:checked + .p {
  -webkit-line-clamp: unset;
  max-height: max-content !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: auto;
  -webkit-box-orient: vertical;
}
.product-page .info-product .attributes input:checked ~ .show-more-button .show-more {
  display: none !important;
}
.product-page .info-product .attributes input:checked ~ .show-more-button .show-less {
  display: flex !important;
}
.product-page .info-product li {
  margin-bottom: 0.25rem;
  font-size: 14px;
}
.product-page .info-product li:last-child {
  margin-bottom: 0;
}
.product-page .specification .specification-item {
  background: color-mix(in srgb, var(--color-two) 30%, transparent);
  backdrop-filter: blur(10px);
  padding: 0.5rem;
  border-radius: 8px;
}
.product-page .mobile-btn-cart {
  position: fixed;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background: #fff;
  z-index: 13;
  border-radius: 12px 12px 20px 20px;
  box-shadow: 0px -5px 13px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding-bottom: 3.5rem;
}
.product-page .mobile-btn-cart .off {
  background-color: var(--primary-color);
  color: var(--text-primary);
  padding: 1px 6px;
  font-size: 13px;
  border-radius: 6px;
}
.product-page .mobile-btn-cart .old-price p {
  color: #555;
  opacity: 0.4;
  width: max-content;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.product-page .mobile-btn-cart .old-price p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #555;
}
.product-page .mobile-btn-cart .number {
  width: 105px;
}
.product-page .mobile-btn-cart .number .value-button {
  display: inline-block;
  margin: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: var(--primary-color);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .mobile-btn-cart .number .value-button:hover {
  cursor: pointer;
}
.product-page .mobile-btn-cart .number #decrease {
  margin-right: -4px;
  border-radius: 0px 8px 8px 0px;
  color: var(--text-primary);
}
.product-page .mobile-btn-cart .number #increase {
  margin-left: -4px;
  border-radius: 8px 0px 0px 8px;
  color: var(--text-primary);
}
.product-page .mobile-btn-cart .number #input-wrap {
  margin: 0px;
  padding: 0px;
}
.product-page .mobile-btn-cart .number input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 35px;
}
.product-page .mobile-btn-cart .number input#number:focus {
  outline: 0;
}
.product-page .mobile-btn-cart .number input[type=number]::-webkit-inner-spin-button,
.product-page .mobile-btn-cart .number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page .mobile-btn-cart .add-to-cart button {
  font-size: 14px;
  border-radius: 16px !important;
  padding: 12px 8px !important;
}
.product-page .mobile-btn-cart .add-to-cart button:hover {
  background: #fff;
  border-color: var(--primary-color);
}
.product-page .tabs .description .iframe-parent {
  margin: 2rem auto;
  height: auto !important;
}
.product-page .tabs .description .iframe-parent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page .tabs .description.content {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.product-page .tabs .description.content img {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  margin: auto;
  display: block;
}
.product-page .tabs .description.content .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: var(--bg-table);
}
.product-page .tabs .description.content table {
  width: 100% !important;
  text-align: center;
}
.product-page .tabs .description.content table * {
  align-content: center;
}
.product-page .tabs .description.content table p {
  margin-bottom: 0 !important;
}
.product-page .tabs .description.content p {
  margin-bottom: 8px;
}
.product-page .tabs .description.content li {
  list-style: inherit;
}
.product-page .tabs .product-tabs-menu {
  overflow: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 0.5rem;
}
.product-page .tabs .nav-item {
  margin-left: 16px;
}
.product-page .tabs .nav-item:last-child {
  margin-left: 0;
}
.product-page .tabs .nav-item .nav-link {
  border-radius: 12px;
  border: 1px solid rgba(37, 37, 37, 0.2);
  background: transparent;
  color: #000;
  padding: 10px 30px;
  font-size: 14px;
  white-space: nowrap;
}
.product-page .tabs .nav-item .nav-link.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-primary);
}
.product-page .tabs .rate {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 14px;
  padding: 2px 14px;
  background-color: var(--primary-color);
  filter: contrast(0.9);
  border-radius: 16px;
}
.product-page .tabs .rate:not(:checked) > input {
  opacity: 0;
  position: absolute;
}
.product-page .tabs .rate:not(:checked) > label {
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.product-page .tabs .rate:not(:checked) > label:before {
  content: "\f586";
  font-family: bootstrap-icons;
}
.product-page .tabs .rate > input:checked ~ label {
  color: #fecb02;
}
.product-page .tabs .rate:not(:checked) > label:hover,
.product-page .tabs .rate:not(:checked) > label:hover ~ label {
  color: #fecb02;
}
.product-page .tabs .rate > input:checked + label:hover,
.product-page .tabs .rate > input:checked + label:hover ~ label,
.product-page .tabs .rate > input:checked ~ label:hover,
.product-page .tabs .rate > input:checked ~ label:hover ~ label,
.product-page .tabs .rate > label:hover ~ input:checked ~ label {
  color: #fecb02;
}
.product-page .tabs .video-tab-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 30px;
}
.product-page .tabs .video-tab-item img {
  border-radius: 30px;
}
.product-page .tabs .video-tab-item button {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .tabs .comment-form {
  background-color: var(--primary-light-color);
  border-radius: 16px;
  padding: 16px;
}
.product-page .tabs .comment-form label {
  color: var(--text-secondary);
}
.product-page .tabs .comment-form input,
.product-page .tabs .comment-form textarea {
  background-color: var(--primary-light-color);
  filter: contrast(0.7) brightness(1.2);
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  padding: 6px 12px;
  color: var(--text-secondary);
}
.product-page .tabs .comment-form input::placeholder,
.product-page .tabs .comment-form textarea::placeholder {
  color: var(--text-secondary);
}
.product-page .tabs .comment-form input:focus,
.product-page .tabs .comment-form textarea:focus {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  outline: unset;
  border: 0;
}
.product-page .tabs .comment-form input:active,
.product-page .tabs .comment-form textarea:active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  outline: unset;
  border: 0;
}
.product-page .tabs .comment-form .btn-form {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  padding: 12px;
  transition: 0.5s;
}
.product-page .tabs .comment-form .btn-form:hover {
  border-color: #000;
}
.product-page .tabs .main-comment {
  background-color: rgba(244, 244, 244, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 20px;
}
.product-page .tabs .main-comment .body {
  font-size: 14px;
}
.product-page .tabs .main-comment .rate-cm {
  gap: 2px;
}
.product-page .tabs .main-comment .rate-cm li {
  color: rgba(0, 0, 0, 0.2);
}
.product-page .tabs .main-comment .rate-cm li.rated {
  color: #fecb02;
}
.product-page .tabs .reply-comment {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 20px;
}
.product-page .tabs .reply-comment .body {
  font-size: 14px;
}
.product-page .tabs .faq-section .accordion-item {
  border-radius: 16px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid #ddd !important;
}
.product-page .tabs .faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.product-page .tabs .faq-section .accordion-item .accordion-button {
  border-radius: 16px;
  font-size: 14px;
  box-shadow: none !important;
  background: rgba(var(--color-light), 1) !important;
  color: #333;
}
.product-page .tabs .faq-section .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ddd !important;
}
.product-page .offer-products {
  margin-top: 80px;
}
.product-page .offer-products.discounted .offer-side img {
  bottom: 10px;
}
.product-page .offer-products .swiper-button-next {
  right: -20px;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-page .offer-products .swiper-button-next::after {
  background-image: url("../../images/icons/right.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.product-page .offer-products .swiper-button-prev {
  left: -20px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.product-page .offer-products .swiper-button-prev::after {
  background-image: url("../../images/icons/left.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.product-page .offer-products .offer-side {
  border-radius: 20px;
  position: relative;
  padding: 22px 30px;
  height: 19rem;
  width: 12rem;
}
.product-page .offer-products .offer-side img {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.product-page .offer-products .offer-side p {
  font-size: 24px;
}

@media (min-width: 1600px) {
  .product-page .product-image .swiper {
    height: 100px !important;
  }
  .product-page .description .iframe-parent {
    width: 70%;
  }
  .product-page .description.content img {
    max-width: 70% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .product-page .product-image .swiper {
    height: 100px !important;
  }
  .product-page .description .iframe-parent {
    width: 80%;
  }
  .product-page .description.content img {
    max-width: 80% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .add-to-cart button {
    font-size: 14px !important;
  }
  .product-page .product-image .swiper {
    height: 100px !important;
  }
  .product-page .description .iframe-parent {
    width: 80%;
  }
  .product-page .description.content img {
    max-width: 80% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-page .product-image .swiper {
    height: 90px !important;
  }
  .product-page .description .iframe-parent {
    width: 70%;
  }
  .product-page .description.content .content img {
    width: 70% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .info-name {
    border-bottom: 0 !important;
  }
  .product-page .product-image .swiper {
    height: 110px !important;
  }
  .product-page .description .iframe-parent {
    width: 80%;
  }
  .product-page .description.content img {
    width: 80% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .info-name {
    border-bottom: 0 !important;
  }
  .product-page .product-image .swiper {
    height: 160px !important;
  }
  .product-page .description .iframe-parent {
    width: 90%;
  }
  .product-page .description.content img {
    width: 90% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (max-width: 576px) {
  .tabs .product-tabs-menu a {
    font-size: 14px;
  }
  footer {
    padding-bottom: 12rem !important;
  }
  .offer-products .swiper-button-next {
    display: none;
  }
  .offer-products .swiper-button-prev {
    display: none;
  }
  .offer-products .swiper-slide {
    background: transparent !important;
  }
  .info-name {
    border-bottom: 0 !important;
  }
  .footer {
    padding-bottom: 8rem;
  }
  .product-page .product-image .selector .swiper .swiper-button-next {
    background: linear-gradient(90deg, rgba(var(--color-light), 1) 40%, transparent) !important;
  }
  .product-page .product-image .selector .swiper .swiper-button-prev {
    background: linear-gradient(270deg, rgba(var(--color-light), 1) 40%, transparent);
  }
  .product-page .name h1 {
    font-size: 20px !important;
  }
  .product-page .product-info {
    padding: 1rem !important;
  }
  .product-page .product-image .swiper {
    height: 100px !important;
  }
  .product-page .description .iframe-parent {
    width: 100%;
  }
  .product-page .description.content img {
    width: 100% !important;
    height: auto !important;
  }
}
.tabs .product-tabs-menu {
  background-color: var(--body-color);
  border-bottom: 2px solid rgba(26, 26, 26, 0.1);
}

.tabs .product-tabs-menu a {
  color: #828282 !important;
  border-radius: 0 !important;
  white-space: nowrap;
}

.tabs .product-tabs-menu a.active {
  border-bottom: 2px solid var(--primary-color);
  color: #000 !important;
}

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