/* ==========================================================================
   DESI CORE: PRODUCT DETAILS MODULE (desi_product.css)
   ========================================================================== */
/* === PRODUCT DETAILS === */
@charset "UTF-8";
#product-detail #product-left .product-images,
.product-detail-container #product-left .product-images,
.product-details #product-left .product-images,
div[id*=product-detail] #product-left .product-images {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  height: 100% !important;
}
#product-detail .tab-content .tab-pane,
.product-detail-container .tab-content .tab-pane,
.product-details .tab-content .tab-pane,
div[id*=product-detail] .tab-content .tab-pane {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}
#product-detail .tab-content #product-fullbody,
.product-detail-container .tab-content #product-fullbody,
.product-details .tab-content #product-fullbody,
div[id*=product-detail] .tab-content #product-fullbody {
  padding: 0 !important;
  margin: 0 !important;
}
#product-detail .tab-content #product-fullbody img,
.product-detail-container .tab-content #product-fullbody img,
.product-details .tab-content #product-fullbody img,
div[id*=product-detail] .tab-content #product-fullbody img {
  max-width: 100%;
  height: auto;
}
#product-detail .product-images,
.product-detail-container .product-images,
.product-details .product-images,
div[id*=product-detail] .product-images {
  position: relative;
}
#product-detail .product-images .image-overlay-actions,
.product-detail-container .product-images .image-overlay-actions,
.product-details .product-images .image-overlay-actions,
div[id*=product-detail] .product-images .image-overlay-actions {
  top: 14px !important;
  left: 14px !important;
  gap: 8px !important;
}
#product-detail .product-images .image-overlay-actions .overlay-action-btn,
.product-detail-container .product-images .image-overlay-actions .overlay-action-btn,
.product-details .product-images .image-overlay-actions .overlay-action-btn,
div[id*=product-detail] .product-images .image-overlay-actions .overlay-action-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: all 0.2s ease-in-out !important;
}
#product-detail .product-images .image-overlay-actions .overlay-action-btn svg,
#product-detail .product-images .image-overlay-actions .overlay-action-btn i,
.product-detail-container .product-images .image-overlay-actions .overlay-action-btn svg,
.product-detail-container .product-images .image-overlay-actions .overlay-action-btn i,
.product-details .product-images .image-overlay-actions .overlay-action-btn svg,
.product-details .product-images .image-overlay-actions .overlay-action-btn i,
div[id*=product-detail] .product-images .image-overlay-actions .overlay-action-btn svg,
div[id*=product-detail] .product-images .image-overlay-actions .overlay-action-btn i {
  color: var(--text-primary, #2D7A68) !important;
  flex-shrink: 0 !important;
}
#product-detail .product-images .image-overlay-actions .overlay-action-btn:hover,
.product-detail-container .product-images .image-overlay-actions .overlay-action-btn:hover,
.product-details .product-images .image-overlay-actions .overlay-action-btn:hover,
div[id*=product-detail] .product-images .image-overlay-actions .overlay-action-btn:hover {
  background: #ffffff !important;
  border-color: var(--border-primary, #2D7A68) !important;
  color: var(--text-primary, #2D7A68) !important;
  box-shadow: 0 4px 12px rgba(45, 122, 104, 0.15) !important;
  transform: translateY(-1px) !important;
}
#product-detail .product-images .uk-slideshow,
.product-detail-container .product-images .uk-slideshow,
.product-details .product-images .uk-slideshow,
div[id*=product-detail] .product-images .uk-slideshow {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
#product-detail .product-images .uk-slideshow-items,
.product-detail-container .product-images .uk-slideshow-items,
.product-details .product-images .uk-slideshow-items,
div[id*=product-detail] .product-images .uk-slideshow-items {
  height: 380px !important;
}
@media (min-width: 768px) {
  #product-detail .product-images .uk-slideshow-items,
  .product-detail-container .product-images .uk-slideshow-items,
  .product-details .product-images .uk-slideshow-items,
  div[id*=product-detail] .product-images .uk-slideshow-items {
    height: 480px !important;
  }
}
@media (min-width: 1200px) {
  #product-detail .product-images .uk-slideshow-items,
  .product-detail-container .product-images .uk-slideshow-items,
  .product-details .product-images .uk-slideshow-items,
  div[id*=product-detail] .product-images .uk-slideshow-items {
    height: 520px !important;
  }
}
#product-detail .product-images .uk-card-footer.product-images-thumb,
.product-detail-container .product-images .uk-card-footer.product-images-thumb,
.product-details .product-images .uk-card-footer.product-images-thumb,
div[id*=product-detail] .product-images .uk-card-footer.product-images-thumb {
  position: relative !important;
  border-top: 1px solid #f1f3f5;
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: auto !important;
}
#product-detail .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn,
.product-detail-container .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn,
.product-details .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn,
div[id*=product-detail] .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  width: 32px;
  height: 32px;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 8px;
  color: #495057;
  z-index: 10;
  transition: all 0.2s ease;
}
#product-detail .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-left,
.product-detail-container .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-left,
.product-details .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-left,
div[id*=product-detail] .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-left {
  left: 4px !important;
}
#product-detail .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-right,
.product-detail-container .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-right,
.product-details .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-right,
div[id*=product-detail] .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn.uk-position-center-right {
  right: 4px !important;
}
#product-detail .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn:hover,
.product-detail-container .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn:hover,
.product-details .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn:hover,
div[id*=product-detail] .product-images .uk-card-footer.product-images-thumb .thumb-nav-btn:hover {
  background: #e9ecef;
  color: var(--text-primary, #2D7A68);
  border-color: var(--border-primary, #2D7A68);
}
#product-detail .product-images .product-thumb-slider-list,
.product-detail-container .product-images .product-thumb-slider-list,
.product-details .product-images .product-thumb-slider-list,
div[id*=product-detail] .product-images .product-thumb-slider-list {
  margin: 0 !important;
}
#product-detail .product-images .product-thumb-slider-list li,
.product-detail-container .product-images .product-thumb-slider-list li,
.product-details .product-images .product-thumb-slider-list li,
div[id*=product-detail] .product-images .product-thumb-slider-list li {
  padding: 0 !important;
}
#product-detail .product-images .product-thumb-slider-list li .thumb-box,
.product-detail-container .product-images .product-thumb-slider-list li .thumb-box,
.product-details .product-images .product-thumb-slider-list li .thumb-box,
div[id*=product-detail] .product-images .product-thumb-slider-list li .thumb-box {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 4px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #product-detail .product-images .product-thumb-slider-list li .thumb-box,
  .product-detail-container .product-images .product-thumb-slider-list li .thumb-box,
  .product-details .product-images .product-thumb-slider-list li .thumb-box,
  div[id*=product-detail] .product-images .product-thumb-slider-list li .thumb-box {
    width: 72px;
    height: 72px;
    padding: 4px;
  }
}
#product-detail .product-images .product-thumb-slider-list li .thumb-box img,
.product-detail-container .product-images .product-thumb-slider-list li .thumb-box img,
.product-details .product-images .product-thumb-slider-list li .thumb-box img,
div[id*=product-detail] .product-images .product-thumb-slider-list li .thumb-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
#product-detail .product-images .product-thumb-slider-list li .thumb-box:hover,
.product-detail-container .product-images .product-thumb-slider-list li .thumb-box:hover,
.product-details .product-images .product-thumb-slider-list li .thumb-box:hover,
div[id*=product-detail] .product-images .product-thumb-slider-list li .thumb-box:hover {
  border-color: var(--border-primary, #2D7A68) !important;
  opacity: 1 !important;
}
#product-detail .product-images .product-thumb-slider-list li.uk-slideshow-item-active > .thumb-box,
#product-detail .product-images .product-thumb-slider-list li.uk-slideshow-item-active .thumb-box,
.product-detail-container .product-images .product-thumb-slider-list li.uk-slideshow-item-active > .thumb-box,
.product-details .product-images .product-thumb-slider-list li.uk-slideshow-item-active > .thumb-box,
div[id*=product-detail] .product-images .product-thumb-slider-list li.uk-slideshow-item-active > .thumb-box,
.product-thumb-slider-list li.uk-slideshow-item-active .thumb-box,
.product-thumb-slider-list li .thumb-box.uk-slideshow-item-active,
.product-thumb-slider-list .thumb-box.active,
.product-thumb-slider-list li.uk-slideshow-item-active > .thumb-box {
  border: 2px solid var(--border-primary, #2D7A68) !important;
  box-shadow: 0 0 0 3px rgba(45, 122, 104, 0.18) !important;
  transform: translateY(-2px);
  opacity: 1 !important;
}
#product-detail #addToFavBtn,
.product-detail-container #addToFavBtn,
.product-details #addToFavBtn,
div[id*=product-detail] #addToFavBtn {
  display: none !important;
}
#product-detail #product-right > div,
.product-detail-container #product-right > div,
.product-details #product-right > div,
div[id*=product-detail] #product-right > div {
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 24px 20px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#product-detail #brand-title,
.product-detail-container #brand-title,
.product-details #brand-title,
div[id*=product-detail] #brand-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #product-detail #brand-title,
  .product-detail-container #brand-title,
  .product-details #brand-title,
  div[id*=product-detail] #brand-title {
    font-size: 15px;
  }
}
#product-detail #product-title,
.product-detail-container #product-title,
.product-details #product-title,
div[id*=product-detail] #product-title {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f3f5;
}
@media (min-width: 768px) {
  #product-detail #product-title,
  .product-detail-container #product-title,
  .product-details #product-title,
  div[id*=product-detail] #product-title {
    font-size: 26px;
  }
}
#product-detail #product-title.product-title-structured,
.product-detail-container #product-title.product-title-structured,
.product-details #product-title.product-title-structured,
div[id*=product-detail] #product-title.product-title-structured {
  font-size: inherit;
  font-weight: normal;
}
#product-detail #product-title.product-title-structured .desi-title-main,
.product-detail-container #product-title.product-title-structured .desi-title-main,
.product-details #product-title.product-title-structured .desi-title-main,
div[id*=product-detail] #product-title.product-title-structured .desi-title-main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.25;
  margin-bottom: 6px;
}
#product-detail #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
.product-detail-container #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
.product-details #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
div[id*=product-detail] #product-title.product-title-structured .desi-title-main .desi-brand-prefix {
  color: var(--text-primary, #2D7A68);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  #product-detail #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
  .product-detail-container #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
  .product-details #product-title.product-title-structured .desi-title-main .desi-brand-prefix,
  div[id*=product-detail] #product-title.product-title-structured .desi-title-main .desi-brand-prefix {
    font-size: 28px;
  }
}
#product-detail #product-title.product-title-structured .desi-title-main .desi-model-name,
.product-detail-container #product-title.product-title-structured .desi-title-main .desi-model-name,
.product-details #product-title.product-title-structured .desi-title-main .desi-model-name,
div[id*=product-detail] #product-title.product-title-structured .desi-title-main .desi-model-name {
  font-weight: 700;
  color: #0f172a;
  font-size: 20px;
}
@media (min-width: 768px) {
  #product-detail #product-title.product-title-structured .desi-title-main .desi-model-name,
  .product-detail-container #product-title.product-title-structured .desi-title-main .desi-model-name,
  .product-details #product-title.product-title-structured .desi-title-main .desi-model-name,
  div[id*=product-detail] #product-title.product-title-structured .desi-title-main .desi-model-name {
    font-size: 26px;
  }
}
#product-detail #product-title.product-title-structured .desi-title-rest,
.product-detail-container #product-title.product-title-structured .desi-title-rest,
.product-details #product-title.product-title-structured .desi-title-rest,
div[id*=product-detail] #product-title.product-title-structured .desi-title-rest {
  font-weight: 400;
  color: #475569;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
@media (min-width: 768px) {
  #product-detail #product-title.product-title-structured .desi-title-rest,
  .product-detail-container #product-title.product-title-structured .desi-title-rest,
  .product-details #product-title.product-title-structured .desi-title-rest,
  div[id*=product-detail] #product-title.product-title-structured .desi-title-rest {
    font-size: 15px;
  }
}
#product-detail .product-short-desc,
.product-detail-container .product-short-desc,
.product-details .product-short-desc,
div[id*=product-detail] .product-short-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  border: none;
}
#product-detail .product-short-desc ul,
#product-detail .product-short-desc ol,
.product-detail-container .product-short-desc ul,
.product-detail-container .product-short-desc ol,
.product-details .product-short-desc ul,
.product-details .product-short-desc ol,
div[id*=product-detail] .product-short-desc ul,
div[id*=product-detail] .product-short-desc ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#product-detail .product-short-desc ul li,
#product-detail .product-short-desc ol li,
.product-detail-container .product-short-desc ul li,
.product-detail-container .product-short-desc ol li,
.product-details .product-short-desc ul li,
.product-details .product-short-desc ol li,
div[id*=product-detail] .product-short-desc ul li,
div[id*=product-detail] .product-short-desc ol li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
}
#product-detail .product-short-desc ul li::before,
#product-detail .product-short-desc ol li::before,
.product-detail-container .product-short-desc ul li::before,
.product-detail-container .product-short-desc ol li::before,
.product-details .product-short-desc ul li::before,
.product-details .product-short-desc ol li::before,
div[id*=product-detail] .product-short-desc ul li::before,
div[id*=product-detail] .product-short-desc ol li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-primary, #2D7A68);
  font-weight: 800;
  font-size: 14px;
}
#product-detail .product-short-desc p,
.product-detail-container .product-short-desc p,
.product-details .product-short-desc p,
div[id*=product-detail] .product-short-desc p {
  margin-bottom: 6px;
}
#product-detail .product-short-desc p:last-child,
.product-detail-container .product-short-desc p:last-child,
.product-details .product-short-desc p:last-child,
div[id*=product-detail] .product-short-desc p:last-child {
  margin-bottom: 0;
}
#product-detail .price-wrapper,
.product-detail-container .price-wrapper,
.product-details .price-wrapper,
div[id*=product-detail] .price-wrapper {
  background: #f8f9fa;
  border: none;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px !important;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
#product-detail .price-wrapper .product-discounted-price,
.product-detail-container .price-wrapper .product-discounted-price,
.product-details .price-wrapper .product-discounted-price,
div[id*=product-detail] .price-wrapper .product-discounted-price {
  color: #adb5bd;
  font-size: 16px;
  text-decoration: line-through;
}
#product-detail .price-wrapper .product-discounted-price .currency,
.product-detail-container .price-wrapper .product-discounted-price .currency,
.product-details .price-wrapper .product-discounted-price .currency,
div[id*=product-detail] .price-wrapper .product-discounted-price .currency {
  font-size: 0.7em;
  font-weight: 500;
}
@media (min-width: 768px) {
  #product-detail .price-wrapper .product-discounted-price,
  .product-detail-container .price-wrapper .product-discounted-price,
  .product-details .price-wrapper .product-discounted-price,
  div[id*=product-detail] .price-wrapper .product-discounted-price {
    font-size: 18px;
  }
}
#product-detail .price-wrapper .product-current-price,
.product-detail-container .price-wrapper .product-current-price,
.product-details .price-wrapper .product-current-price,
div[id*=product-detail] .price-wrapper .product-current-price {
  color: var(--text-primary, #2D7A68);
  font-size: 28px;
  font-weight: 800;
}
#product-detail .price-wrapper .product-current-price .currency,
.product-detail-container .price-wrapper .product-current-price .currency,
.product-details .price-wrapper .product-current-price .currency,
div[id*=product-detail] .price-wrapper .product-current-price .currency {
  font-size: 0.6em;
  font-weight: 600;
  margin-left: 2px;
}
@media (min-width: 768px) {
  #product-detail .price-wrapper .product-current-price,
  .product-detail-container .price-wrapper .product-current-price,
  .product-details .price-wrapper .product-current-price,
  div[id*=product-detail] .price-wrapper .product-current-price {
    font-size: 34px;
  }
}
#product-detail .variant-wrapper,
.product-detail-container .variant-wrapper,
.product-details .variant-wrapper,
div[id*=product-detail] .variant-wrapper {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
#product-detail .variant-wrapper .feature-title,
.product-detail-container .variant-wrapper .feature-title,
.product-details .variant-wrapper .feature-title,
div[id*=product-detail] .variant-wrapper .feature-title {
  font-size: 13px;
  font-weight: 700;
  color: #495057;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
#product-detail .variant-wrapper .sub-image-item,
.product-detail-container .variant-wrapper .sub-image-item,
.product-details .variant-wrapper .sub-image-item,
div[id*=product-detail] .variant-wrapper .sub-image-item {
  display: block;
  border-radius: 8px;
}
#product-detail .variant-wrapper .sub-image-item figure,
#product-detail .variant-wrapper .sub-image-item .image-wrapper,
#product-detail .variant-wrapper .sub-image-item .image-inner,
.product-detail-container .variant-wrapper .sub-image-item figure,
.product-detail-container .variant-wrapper .sub-image-item .image-wrapper,
.product-detail-container .variant-wrapper .sub-image-item .image-inner,
.product-details .variant-wrapper .sub-image-item figure,
.product-details .variant-wrapper .sub-image-item .image-wrapper,
.product-details .variant-wrapper .sub-image-item .image-inner,
div[id*=product-detail] .variant-wrapper .sub-image-item figure,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-wrapper,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-detail .variant-wrapper .sub-image-item figure::before, #product-detail .variant-wrapper .sub-image-item figure::after,
#product-detail .variant-wrapper .sub-image-item .image-wrapper::before,
#product-detail .variant-wrapper .sub-image-item .image-wrapper::after,
#product-detail .variant-wrapper .sub-image-item .image-inner::before,
#product-detail .variant-wrapper .sub-image-item .image-inner::after,
.product-detail-container .variant-wrapper .sub-image-item figure::before,
.product-detail-container .variant-wrapper .sub-image-item figure::after,
.product-detail-container .variant-wrapper .sub-image-item .image-wrapper::before,
.product-detail-container .variant-wrapper .sub-image-item .image-wrapper::after,
.product-detail-container .variant-wrapper .sub-image-item .image-inner::before,
.product-detail-container .variant-wrapper .sub-image-item .image-inner::after,
.product-details .variant-wrapper .sub-image-item figure::before,
.product-details .variant-wrapper .sub-image-item figure::after,
.product-details .variant-wrapper .sub-image-item .image-wrapper::before,
.product-details .variant-wrapper .sub-image-item .image-wrapper::after,
.product-details .variant-wrapper .sub-image-item .image-inner::before,
.product-details .variant-wrapper .sub-image-item .image-inner::after,
div[id*=product-detail] .variant-wrapper .sub-image-item figure::before,
div[id*=product-detail] .variant-wrapper .sub-image-item figure::after,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-wrapper::before,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-wrapper::after,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-inner::before,
div[id*=product-detail] .variant-wrapper .sub-image-item .image-inner::after {
  display: none !important;
  content: none !important;
}
#product-detail .variant-wrapper .sub-image-item.selected > figure::before,
.product-detail-container .variant-wrapper .sub-image-item.selected > figure::before,
.product-details .variant-wrapper .sub-image-item.selected > figure::before,
div[id*=product-detail] .variant-wrapper .sub-image-item.selected > figure::before {
  display: none !important;
  content: none !important;
}
#product-detail .variant-wrapper .sub-image-item.passive,
.product-detail-container .variant-wrapper .sub-image-item.passive,
.product-details .variant-wrapper .sub-image-item.passive,
div[id*=product-detail] .variant-wrapper .sub-image-item.passive {
  opacity: 0.4;
  filter: grayscale(100%);
}
#product-detail .variant-wrapper .sub-color-item,
.product-detail-container .variant-wrapper .sub-color-item,
.product-details .variant-wrapper .sub-color-item,
div[id*=product-detail] .variant-wrapper .sub-color-item {
  padding: 4px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.2s ease;
}
#product-detail .variant-wrapper .sub-color-item span,
.product-detail-container .variant-wrapper .sub-color-item span,
.product-details .variant-wrapper .sub-color-item span,
div[id*=product-detail] .variant-wrapper .sub-color-item span {
  width: 26px;
  height: 26px;
  border-radius: 4px;
}
#product-detail .variant-wrapper .sub-color-item.selected,
.product-detail-container .variant-wrapper .sub-color-item.selected,
.product-details .variant-wrapper .sub-color-item.selected,
div[id*=product-detail] .variant-wrapper .sub-color-item.selected {
  border-color: var(--border-primary, #2D7A68) !important;
}
#product-detail .variant-wrapper .sub-button-item,
.product-detail-container .variant-wrapper .sub-button-item,
.product-details .variant-wrapper .sub-button-item,
div[id*=product-detail] .variant-wrapper .sub-button-item {
  color: #495057;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 8px 16px;
  background: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none !important;
}
#product-detail .variant-wrapper .sub-button-item:hover,
.product-detail-container .variant-wrapper .sub-button-item:hover,
.product-details .variant-wrapper .sub-button-item:hover,
div[id*=product-detail] .variant-wrapper .sub-button-item:hover {
  border-color: var(--border-primary, #2D7A68) !important;
  color: var(--text-primary, #2D7A68) !important;
}
#product-detail .variant-wrapper .sub-button-item.selected,
.product-detail-container .variant-wrapper .sub-button-item.selected,
.product-details .variant-wrapper .sub-button-item.selected,
div[id*=product-detail] .variant-wrapper .sub-button-item.selected {
  border-color: var(--border-primary, #2D7A68) !important;
  background-color: var(--bg-primary, #2D7A68) !important;
  color: #ffffff !important;
}
#product-detail .variant-wrapper .sub-button-item.passive,
.product-detail-container .variant-wrapper .sub-button-item.passive,
.product-details .variant-wrapper .sub-button-item.passive,
div[id*=product-detail] .variant-wrapper .sub-button-item.passive {
  opacity: 0.4;
  filter: grayscale(100%);
  cursor: not-allowed;
}
#product-detail .variant-wrapper .sub-button-item.passive span,
.product-detail-container .variant-wrapper .sub-button-item.passive span,
.product-details .variant-wrapper .sub-button-item.passive span,
div[id*=product-detail] .variant-wrapper .sub-button-item.passive span {
  text-decoration: line-through;
}
#product-detail .variant-wrapper .sub-select-item,
.product-detail-container .variant-wrapper .sub-select-item,
.product-details .variant-wrapper .sub-select-item,
div[id*=product-detail] .variant-wrapper .sub-select-item {
  border: 1px solid #ced4da;
  border-radius: 8px;
  height: 42px;
}
@media (min-width: 768px) {
  #product-detail .variant-wrapper .sub-select-item,
  .product-detail-container .variant-wrapper .sub-select-item,
  .product-details .variant-wrapper .sub-select-item,
  div[id*=product-detail] .variant-wrapper .sub-select-item {
    height: 48px;
  }
}
#product-detail .product-add-buttons,
.product-detail-container .product-add-buttons,
.product-details .product-add-buttons,
div[id*=product-detail] .product-add-buttons {
  margin-top: 10px;
}
#product-detail .product-add-buttons #addToCartBtn,
.product-detail-container .product-add-buttons #addToCartBtn,
.product-details .product-add-buttons #addToCartBtn,
div[id*=product-detail] .product-add-buttons #addToCartBtn {
  height: 44px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  gap: 10px !important;
  padding: 0 24px !important;
  background: var(--text-primary, #2D7A68) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(45, 122, 104, 0.25) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}
@media (min-width: 768px) {
  #product-detail .product-add-buttons #addToCartBtn,
  .product-detail-container .product-add-buttons #addToCartBtn,
  .product-details .product-add-buttons #addToCartBtn,
  div[id*=product-detail] .product-add-buttons #addToCartBtn {
    height: 52px !important;
    border-radius: 10px !important;
  }
}
#product-detail .product-add-buttons #addToCartBtn:hover,
.product-detail-container .product-add-buttons #addToCartBtn:hover,
.product-details .product-add-buttons #addToCartBtn:hover,
div[id*=product-detail] .product-add-buttons #addToCartBtn:hover {
  background: #236354 !important;
  box-shadow: 0 6px 20px rgba(45, 122, 104, 0.35) !important;
  transform: translateY(-1px) !important;
}
#product-detail .product-add-buttons #addToCartBtn:active,
.product-detail-container .product-add-buttons #addToCartBtn:active,
.product-details .product-add-buttons #addToCartBtn:active,
div[id*=product-detail] .product-add-buttons #addToCartBtn:active {
  transform: translateY(0) !important;
}
#product-detail .product-add-buttons #addToCartBtn [uk-icon],
#product-detail .product-add-buttons #addToCartBtn svg,
.product-detail-container .product-add-buttons #addToCartBtn [uk-icon],
.product-detail-container .product-add-buttons #addToCartBtn svg,
.product-details .product-add-buttons #addToCartBtn [uk-icon],
.product-details .product-add-buttons #addToCartBtn svg,
div[id*=product-detail] .product-add-buttons #addToCartBtn [uk-icon],
div[id*=product-detail] .product-add-buttons #addToCartBtn svg {
  stroke-width: 2.2 !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}
#product-detail #product-multiple-discount,
.product-detail-container #product-multiple-discount,
.product-details #product-multiple-discount,
div[id*=product-detail] #product-multiple-discount {
  margin-top: 16px !important;
}
#product-detail #product-multiple-discount > div,
.product-detail-container #product-multiple-discount > div,
.product-details #product-multiple-discount > div,
div[id*=product-detail] #product-multiple-discount > div {
  border: 1px solid #e9ecef !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: none !important;
}
#product-detail #product-multiple-discount .product-multiple-title,
.product-detail-container #product-multiple-discount .product-multiple-title,
.product-details #product-multiple-discount .product-multiple-title,
div[id*=product-detail] #product-multiple-discount .product-multiple-title {
  background: #f8f9fa;
  font-size: 14px;
  font-weight: 700;
  color: #343a40;
  padding: 10px 14px !important;
}
#product-detail #product-multiple-discount .product-multiple-item.active,
.product-detail-container #product-multiple-discount .product-multiple-item.active,
.product-details #product-multiple-discount .product-multiple-item.active,
div[id*=product-detail] #product-multiple-discount .product-multiple-item.active {
  background: var(--bg-primary, #2D7A68) !important;
  color: #ffffff !important;
}
#product-detail .product-buttons,
.product-detail-container .product-buttons,
.product-details .product-buttons,
div[id*=product-detail] .product-buttons {
  margin-top: 16px;
  padding-top: 0;
  border-top: none;
}
#product-detail .product-buttons span,
.product-detail-container .product-buttons span,
.product-details .product-buttons span,
div[id*=product-detail] .product-buttons span {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  box-shadow: none !important;
  transition: all 0.2s ease;
}
#product-detail .product-buttons span:hover,
.product-detail-container .product-buttons span:hover,
.product-details .product-buttons span:hover,
div[id*=product-detail] .product-buttons span:hover {
  background: #ffffff;
  border-color: var(--border-primary, #2D7A68);
  color: var(--text-primary, #2D7A68) !important;
}
#product-detail .product-buttons span i,
.product-detail-container .product-buttons span i,
.product-details .product-buttons span i,
div[id*=product-detail] .product-buttons span i {
  margin-right: 4px;
}
#product-detail #product-detail-tab,
.product-detail-container #product-detail-tab,
.product-details #product-detail-tab,
div[id*=product-detail] #product-detail-tab {
  justify-content: center !important;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}
#product-detail #product-detail-tab li,
.product-detail-container #product-detail-tab li,
.product-details #product-detail-tab li,
div[id*=product-detail] #product-detail-tab li {
  margin-right: 0 !important;
}
#product-detail #product-detail-tab li a,
.product-detail-container #product-detail-tab li a,
.product-details #product-detail-tab li a,
div[id*=product-detail] #product-detail-tab li a {
  background-color: #f8f9fa !important;
  color: #495057 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 22px !important;
  border: 1px solid #e9ecef !important;
  border-radius: 20px !important;
  transition: all 0.2s ease-in-out !important;
  white-space: nowrap !important;
}
#product-detail #product-detail-tab li a:hover,
.product-detail-container #product-detail-tab li a:hover,
.product-details #product-detail-tab li a:hover,
div[id*=product-detail] #product-detail-tab li a:hover {
  background-color: #ffffff !important;
  border-color: var(--border-primary, #2D7A68) !important;
  color: var(--text-primary, #2D7A68) !important;
}
#product-detail #product-detail-tab li.active a,
.product-detail-container #product-detail-tab li.active a,
.product-details #product-detail-tab li.active a,
div[id*=product-detail] #product-detail-tab li.active a {
  background-color: var(--bg-primary, #2D7A68) !important;
  color: #ffffff !important;
  border-color: var(--border-primary, #2D7A68) !important;
}
#product-detail .tag-btn,
.product-detail-container .tag-btn,
.product-details .tag-btn,
div[id*=product-detail] .tag-btn {
  display: inline-flex !important;
  align-items: center;
  padding: 6px 14px !important;
  margin: 4px 4px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #495057 !important;
  background: #f8f9fa !important;
  border: 1px solid #e9ecef !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
}
#product-detail .tag-btn:hover,
.product-detail-container .tag-btn:hover,
.product-details .tag-btn:hover,
div[id*=product-detail] .tag-btn:hover {
  background: var(--bg-primary, #2D7A68) !important;
  color: #ffffff !important;
  border-color: var(--border-primary, #2D7A68) !important;
}
#product-detail .tag-btn + span,
.product-detail-container .tag-btn + span,
.product-details .tag-btn + span,
div[id*=product-detail] .tag-btn + span {
  display: none !important;
}
#product-detail .product-short-desc,
.product-detail-container .product-short-desc,
.product-details .product-short-desc,
div[id*=product-detail] .product-short-desc {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
#product-detail .product-short-desc .detail-feature-pill,
.product-detail-container .product-short-desc .detail-feature-pill,
.product-details .product-short-desc .detail-feature-pill,
div[id*=product-detail] .product-short-desc .detail-feature-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 6px 12px 6px 10px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s ease !important;
  cursor: default !important;
}
#product-detail .product-short-desc .detail-feature-pill:hover,
.product-detail-container .product-short-desc .detail-feature-pill:hover,
.product-details .product-short-desc .detail-feature-pill:hover,
div[id*=product-detail] .product-short-desc .detail-feature-pill:hover {
  border-color: var(--border-primary, #2D7A68) !important;
  background: #f0fdf4 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 8px rgba(45, 122, 104, 0.12) !important;
}
#product-detail .product-short-desc .detail-feature-pill:hover .pill-text,
.product-detail-container .product-short-desc .detail-feature-pill:hover .pill-text,
.product-details .product-short-desc .detail-feature-pill:hover .pill-text,
div[id*=product-detail] .product-short-desc .detail-feature-pill:hover .pill-text {
  color: var(--text-primary, #2D7A68) !important;
}
#product-detail .product-short-desc .detail-feature-pill .pill-icon,
.product-detail-container .product-short-desc .detail-feature-pill .pill-icon,
.product-details .product-short-desc .detail-feature-pill .pill-icon,
div[id*=product-detail] .product-short-desc .detail-feature-pill .pill-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--text-primary, #2D7A68) !important;
  flex-shrink: 0 !important;
}
#product-detail .product-short-desc .detail-feature-pill .pill-icon svg,
.product-detail-container .product-short-desc .detail-feature-pill .pill-icon svg,
.product-details .product-short-desc .detail-feature-pill .pill-icon svg,
div[id*=product-detail] .product-short-desc .detail-feature-pill .pill-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor !important;
  display: block !important;
}
#product-detail .product-short-desc .detail-feature-pill .pill-text,
.product-detail-container .product-short-desc .detail-feature-pill .pill-text,
.product-details .product-short-desc .detail-feature-pill .pill-text,
div[id*=product-detail] .product-short-desc .detail-feature-pill .pill-text {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  letter-spacing: 0.15px !important;
  transition: color 0.2s ease;
}
/* === /PRODUCT DETAILS === */

/* THUMB-NAV-BTN LUCIDE / UIKIT ICON STYLING */
.thumb-nav-btn [uk-icon],
.thumb-nav-btn svg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: inherit !important;
    stroke: currentColor !important;
    width: 18px !important;
    height: 18px !important;
}
.thumb-nav-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
.product-thumb-slider-list li.uk-slideshow-item-active .thumb-box,
.product-thumb-slider-list .thumb-box.active {
    border: 2px solid var(--border-primary, #2D7A68) !important;
    box-shadow: 0 0 0 3px rgba(45, 122, 104, 0.22) !important;
    transform: translateY(-2px);
    opacity: 1 !important;
}
