:root {
  --mj-bg: #fbf8f2;
  --mj-panel: #eee6da;
  --mj-card: #fffdf8;
  --mj-border: #ded2c2;
  --mj-ink: #000000;
  --mj-muted: #8a7b6d;
  --mj-gold: #c09a63;
  --mj-gold-dark: #a8793e;
  --mj-dark: #1d130c;
  --ff-display: Georgia, "Times New Roman", serif;
  --ff-body:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: var(--mj-bg) !important;
}

.mj-pdp-page {
  background: var(--mj-bg);
  color: var(--mj-ink);
}

.mj-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 16px;
}

.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #eee4d8;
  padding: 18px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 13px;
  color: #8d7d70;
}

.breadcrumb a {
  color: #8d7d70;
  text-decoration: none;
}

.breadcrumb .sep {
  color: #b7a99c;
}

.breadcrumb .current {
  color: #000;
  font-weight: 500;
}

.mj-pdp-main {
  padding: 56px 0 36px;
}

.mj-pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 56px;
  align-items: start;
}

.mj-pdp-gallery {
  min-width: 0;
}

.single-product-scroll {
  width: 100%;
}

.single-product-cover {
  background: #f2eadf;
  border: 1px solid var(--mj-border);
  overflow: hidden;
}

.single-product-cover .single-slide {
  position: relative;
  background: #f2eadf;
}

.single-product-cover img {
  width: 100% !important;
  height: 620px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  cursor: zoom-in;
}

.single-nav-thumb {
  margin-top: 16px;
}

.single-nav-thumb .single-slide {
  padding: 0 6px;
}

.single-nav-thumb img {
  width: 100% !important;
  height: 92px !important;
  object-fit: cover !important;
  border: 1px solid var(--mj-border);
  background: #f2eadf;
  cursor: pointer;
  opacity: 0.74;
  transition:
    opacity 0.25s ease,
    border-color 0.25s ease;
}

.single-nav-thumb .slick-current img,
.single-nav-thumb img:hover {
  opacity: 1;
  border-color: var(--mj-dark);
}

.ec-video-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  z-index: 4;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mj-dark);
  box-shadow: 0 10px 25px rgba(29, 19, 12, 0.12);
  text-decoration: none;
}

.mj-pdp-info {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.mj-pdp-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--mj-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ec-single-title {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.02em;
}

.ec-single-rating-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  color: var(--mj-muted);
  font-size: 14px;
}

.ec-single-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #ffbf20;
}

.ec-single-rating i,
.ec-t-review-rating i {
  color: #ffbf20 !important;
  font-size: 13px;
}

.ec-single-rating i.eci-star-o,
.ec-t-review-rating i.eci-star-o {
  color: #e2d7c8 !important;
}

.ec-single-rating-wrap a,
.ec-read-review a {
  color: var(--mj-muted);
  text-decoration: underline;
  font-size: 14px;
}

.ec-single-desc {
  margin-top: 18px;
  color: var(--mj-muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 560px;
}

.ec-single-price-stoke {
  margin-top: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--mj-border);
  border-bottom: 1px solid var(--mj-border);
}

.ec-single-ps-title {
  display: block;
  margin-bottom: 9px;
  color: var(--mj-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ec-single-price .new-price {
  margin: 0;
  color: #000 !important;
  font-family: var(--ff-display);
  font-size: 29px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

.line-through {
  margin-left: 12px;
  color: #9a8574;
  font-size: 15px;
  text-decoration: line-through;
  vertical-align: baseline;
}

.percentage-off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-left: 12px;
  padding: 0 12px;
  background: #006b45;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0;
}

.ec-pro-variation {
  margin-top: 28px;
}

.ec-pro-variation-inner > span,
.mj-files-title {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ec-pro-variation-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.Sku-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 40px;
  padding: 0 16px !important;
  border: 1px solid var(--mj-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--mj-ink) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.Sku-btn:hover,
.Sku-btn.selected {
  background: var(--mj-dark) !important;
  border-color: var(--mj-dark) !important;
  color: #fff !important;
}

.ec-single-qty {
  display: flex;
  align-items: center !important;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.qty-plus-minus-new {
  width: 126px;
  height: 48px;
  border: 1px solid var(--mj-border);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  overflow: hidden;
}

.ec_qtybtn-new {
  width: 42px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a7b6d;
  font-size: 18px;
  cursor: pointer;
  background: transparent;
  user-select: none;
}

.qty-input-new {
  width: 42px;
  height: 48px;
  border: 0;
  border-left: 1px solid var(--mj-border);
  border-right: 1px solid var(--mj-border);
  background: transparent;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.ec-single-cart .btn,
.ec-ratting-form .btn {
  height: 48px;
  min-height: 48px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--mj-dark) !important;
  color: #fff !important;
  padding: 0 34px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.ec-single-cart .btn::before {
  content: "\f290";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}

.ec-single-cart .btn:hover,
.ec-ratting-form .btn:hover {
  background: #000 !important;
  color: #fff !important;
}

.ec-single-wishlist .wishlist {
  width: 48px;
  height: 48px;
  border: 1px solid var(--mj-border);
  border-radius: 50%;
  background: #fffdf8;
  color: var(--mj-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

.ec-single-wishlist .wishlist:hover {
  border-color: var(--mj-dark);
  background: #fff;
}

.mj-file-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mj-file-btn {
  height: 38px;
  padding: 0 14px;
  border: 1px solid var(--mj-border);
  background: transparent;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.mj-file-btn:hover {
  background: var(--mj-dark);
  color: #fff;
  border-color: var(--mj-dark);
}

.mj-description-block {
  margin-top: 30px;
  color: var(--mj-muted);
  font-size: 15px;
  line-height: 1.8;
}

.mj-description-block ul,
.mj-description-block ol {
  padding-left: 20px;
}

.ec-faq-wrapper {
  margin-top: 32px;
}

.ec-faq-heading {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mj-border);
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.ec-faq-block {
  padding: 16px 0;
  border-bottom: 1px solid var(--mj-border);
}

.ec-faq-title {
  margin: 0 0 8px;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #000;
  text-transform: uppercase;
}

.ec-faq-content {
  color: var(--mj-muted);
  font-size: 14px;
  line-height: 1.7;
}

.mj-care-section {
  background: var(--mj-panel);
  padding: 56px 0;
  margin-top: 42px;
  border-top: 1px solid var(--mj-border);
  border-bottom: 1px solid var(--mj-border);
}

.mj-section-header {
  text-align: center;
  margin-bottom: 34px;
}

.mj-section-header .eyebrow {
  display: inline-block;
  color: var(--mj-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mj-section-header h2 {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 34px;
  font-weight: 400;
  color: #000;
}

.mj-care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mj-care-card {
  text-align: center;
  padding: 28px 22px;
}

.mj-care-card i {
  display: block;
  margin-bottom: 16px;
  color: var(--mj-gold);
  font-size: 32px;
}

.mj-care-card h4 {
  margin: 0 0 10px;
  font-family: var(--ff-display);
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.mj-care-card p {
  margin: 0;
  color: var(--mj-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ec-single-pro-tab {
  margin-top: 56px;
}

.ec-single-pro-tab-wrapper {
  border: 1px solid var(--mj-border);
  background: #fffdf8;
  padding: 0;
}

.ec-single-pro-tab-nav {
  border-bottom: 1px solid var(--mj-border);
  padding: 0 24px;
}

.ec-single-pro-tab-nav .nav-tabs {
  border: 0;
  gap: 28px;
}

.ec-single-pro-tab-nav .nav-link {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 18px 0 !important;
  color: var(--mj-muted) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ec-single-pro-tab-nav .nav-link.active {
  color: #000 !important;
  border-bottom: 2px solid var(--mj-dark) !important;
}

.ec-single-pro-tab-content {
  padding: 28px;
  color: var(--mj-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ec-single-pro-tab-moreinfo ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ec-single-pro-tab-moreinfo li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--mj-border);
  color: var(--mj-muted);
}

.ec-single-pro-tab-moreinfo li span {
  color: #000;
  font-weight: 600;
}

.ec-t-review-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--mj-border);
}

.ec-t-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.ec-t-review-name {
  color: #000;
  font-weight: 600;
}

.ec-t-review-bottom p {
  margin: 0;
  color: var(--mj-muted);
}

.ec-ratting-content {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--mj-border);
}

.ec-ratting-content h3 {
  margin: 0 0 18px;
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.ec-ratting-input {
  margin-bottom: 14px;
}

.ec-ratting-input input,
.ec-ratting-input textarea {
  width: 100%;
  border: 1px solid var(--mj-border);
  background: transparent;
  color: #000;
  padding: 12px 14px;
  outline: none;
  border-radius: 0;
}

.ec-ratting-input textarea {
  min-height: 110px;
  resize: vertical;
}

.ec-releted-product,
.ec-trend-product {
  background: var(--mj-bg);
  padding: 58px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 32px;
}

.section-title .ec-bg-title {
  display: none;
}

.section-title .ec-title {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 34px;
  font-weight: 400;
  color: #000;
}

.section-title .sub-title {
  margin-top: 10px;
  color: var(--mj-muted);
  font-size: 14px;
}

.modal .ec-product-player {
  padding: 0;
}

.ec-player-wrapper video {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  background: #000;
}

.qty_close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  .mj-pdp-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .mj-pdp-info {
    position: static;
  }

  .single-product-cover img {
    height: 520px !important;
  }

  .mj-care-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .mj-pdp-main {
    padding: 34px 0 28px;
  }

  .single-product-cover img {
    height: 360px !important;
  }

  .single-nav-thumb img {
    height: 72px !important;
  }

  .ec-single-title {
    font-size: 31px;
  }

  .ec-single-price .new-price {
    font-size: 24px !important;
  }

  .ec-single-qty {
    display: grid;
    grid-template-columns: 126px 1fr 48px;
    gap: 10px;
  }

  .ec-single-cart .btn {
    width: 100%;
    padding: 0 14px !important;
  }

  .mj-section-header h2,
  .section-title .ec-title {
    font-size: 29px;
  }

  .ec-single-pro-tab-nav {
    overflow-x: auto;
  }

  .ec-single-pro-tab-nav .nav-tabs {
    flex-wrap: nowrap;
    min-width: 520px;
  }
}

/* Gallery only: original PDP design remains unchanged. */
.single-product-cover:hover img {
  transform: none !important;
  filter: none !important;
}

.single-product-cover .mj-gallery-trigger {
  cursor: zoom-in !important;
}

body.mj-gallery-open {
  overflow: hidden !important;
}

.mj-product-gallery-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  display: flex !important;
  padding: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

.mj-product-gallery-modal.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.mj-gallery-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(8, 6, 5, 0.93) !important;
  backdrop-filter: blur(6px) !important;
}

.mj-gallery-dialog {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  width: min(1180px, 100%) !important;
  height: min(900px, calc(100vh - 40px)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 10px !important;
  background: #0d0b09 !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55) !important;
}

.mj-gallery-topbar,
.mj-gallery-footer {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  background: #19130f !important;
  color: #fff !important;
}

.mj-gallery-topbar {
  min-height: 68px !important;
  padding: 10px 14px 10px 20px !important;
  justify-content: space-between !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mj-gallery-heading {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.mj-gallery-kicker {
  color: #c8a16a !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.mj-gallery-heading strong {
  overflow: hidden !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.mj-gallery-tools {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.mj-gallery-tool,
.mj-gallery-close,
.mj-gallery-nav {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
  cursor: pointer !important;
}

.mj-gallery-tool {
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 9px !important;
  border-radius: 7px !important;
  font-size: 11px !important;
}

.mj-gallery-close {
  width: 40px !important;
  height: 40px !important;
  margin-left: 4px !important;
  border-radius: 50% !important;
}

.mj-gallery-tool:hover,
.mj-gallery-close:hover,
.mj-gallery-nav:hover {
  border-color: #bf9257 !important;
  background: #9f713a !important;
}

.mj-gallery-stage {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: 58px minmax(0, 1fr) 58px !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #070605 !important;
}

.mj-gallery-image-viewport {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
  touch-action: none !important;
  user-select: none !important;
}

.mj-gallery-image-viewport.is-zoomed {
  cursor: grab !important;
}

.mj-gallery-image-viewport.is-dragging {
  cursor: grabbing !important;
}

.mj-gallery-image-viewport > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 12px !important;
  object-fit: contain !important;
  transform-origin: center center !important;
  transition: transform 0.12s ease, opacity 0.12s ease !important;
  will-change: transform !important;
  pointer-events: none !important;
}

.mj-gallery-image-viewport > img.d-none {
  display: none !important;
}

.mj-gallery-image-viewport > img.is-loading {
  opacity: 0.35 !important;
}

.mj-gallery-image-viewport.is-dragging > img {
  transition: none !important;
}

.mj-gallery-video {
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  background: #000 !important;
  object-fit: contain !important;
}

.mj-gallery-video.is-active {
  display: block !important;
}

.mj-gallery-nav {
  position: relative !important;
  z-index: 3 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto !important;
  border-radius: 50% !important;
}

.mj-gallery-zoom-help {
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  z-index: 3 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.62) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 10px !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.mj-gallery-footer {
  min-height: 82px !important;
  padding: 9px 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mj-gallery-counter {
  min-width: 42px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.mj-gallery-counter b {
  color: #fff !important;
}

.mj-gallery-thumbnails {
  display: flex !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  gap: 8px !important;
}

.mj-gallery-thumb {
  position: relative !important;
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  padding: 2px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 5px !important;
  background: #fff !important;
  cursor: pointer !important;
}

.mj-gallery-thumb.active {
  border-color: #d6ad70 !important;
  box-shadow: 0 0 0 2px #d6ad70 !important;
}

.mj-gallery-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.mj-gallery-thumb-play {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: inline-flex !important;
  width: 24px !important;
  height: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: #fff !important;
  font-size: 9px !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

@media (max-width: 575px) {
  .mj-product-gallery-modal {
    padding: 0 !important;
  }

  .mj-gallery-dialog {
    width: 100% !important;
    height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .mj-gallery-topbar {
    min-height: 62px !important;
    padding: 8px 9px 8px 13px !important;
  }

  .mj-gallery-heading strong {
    max-width: 130px !important;
    font-size: 13px !important;
  }

  .mj-gallery-tool {
    min-width: 33px !important;
    height: 35px !important;
    padding: 0 7px !important;
  }

  .mj-gallery-close {
    width: 36px !important;
    height: 36px !important;
    margin-left: 0 !important;
  }

  .mj-gallery-stage {
    grid-template-columns: 39px minmax(0, 1fr) 39px !important;
  }

  .mj-gallery-nav {
    width: 32px !important;
    height: 32px !important;
    font-size: 10px !important;
  }

  .mj-gallery-image-viewport > img {
    padding: 2px !important;
  }

  .mj-gallery-zoom-help {
    display: none !important;
  }

  .mj-gallery-footer {
    min-height: 72px !important;
    padding: 7px 9px !important;
    gap: 9px !important;
  }

  .mj-gallery-thumb {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
  }
}

/* =====================================================
                               PRODUCT DETAIL PAGE - EXACT REFERENCE DESIGN
                            ===================================================== */

.mj-pdp-page {
  background: #fbf8f2 !important;
}

.mj-container {
  max-width: 1216px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

.breadcrumb-bar {
  background: #ffffff !important;
  border-bottom: 1px solid #ded2c2 !important;
  padding: 18px 0 !important;
}

.breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: #8d7d70 !important;
}

.breadcrumb a {
  color: #8d7d70 !important;
  text-decoration: none !important;
}

.breadcrumb .current {
  color: #000 !important;
  font-weight: 500 !important;
}

.mj-pdp-main {
  padding: 48px 0 56px !important;
}

.mj-pdp-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 577px !important;
  gap: 64px !important;
  align-items: start !important;
}

/* LEFT IMAGE GALLERY */
.mj-pdp-gallery {
  min-width: 0 !important;
}

.single-product-scroll {
  width: 100% !important;
}

.single-product-cover {
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.single-product-cover .single-slide {
  background: transparent !important;
}

.single-product-cover img {
  width: 100% !important;
  height: 590px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
}

.single-nav-thumb {
  margin-top: 14px !important;
}

.single-nav-thumb .slick-list {
  margin: 0 -7px !important;
}

.single-nav-thumb .single-slide {
  padding: 0 7px !important;
}

.single-nav-thumb img {
  width: 100% !important;
  height: 134px !important;
  object-fit: cover !important;
  border: 1px solid #ded2c2 !important;
  background: #eee6da !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.single-nav-thumb .slick-current img {
  border-color: #1d130c !important;
}

/* RIGHT SIDE */
.mj-pdp-info {
  position: sticky !important;
  top: 105px !important;
  align-self: start !important;
}

.mj-pdp-info-inner {
  background: transparent !important;
  padding: 0 !important;
}

.mj-pdp-kicker {
  display: block !important;
  margin: 0 0 8px !important;
  color: #c09a63 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.ec-single-title {
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #000 !important;
  letter-spacing: -0.02em !important;
}

.ec-single-rating-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 16px 0 0 !important;
  color: #8a7b6d !important;
  font-size: 14px !important;
}

.ec-single-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
}

.ec-single-rating i {
  color: #ffbf20 !important;
  font-size: 13px !important;
}

.ec-single-rating i.eci-star-o {
  color: #e2d7c8 !important;
}

.mj-rating-text {
  color: #8a7b6d !important;
  font-size: 14px !important;
}

.mj-pdp-divider {
  width: 100% !important;
  height: 1px !important;
  background: #ded2c2 !important;
  margin: 24px 0 !important;
}

.mj-price-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.mj-current-price {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.mj-old-price {
  color: #9a8574 !important;
  font-size: 16px !important;
  text-decoration: line-through !important;
}

.mj-offer-badge {
  height: 28px !important;
  padding: 0 12px !important;
  background: #e9f1e8 !important;
  color: #006b45 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}

.ec-single-desc {
  margin: 0 !important;
  color: #8a7b6d !important;
  font-size: 16.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.ec-pro-variation {
  margin-top: 28px !important;
}

.mj-option-label,
.ec-pro-variation-inner > span {
  display: block !important;
  margin: 0 0 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.ec-pro-variation-content ul {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.Sku-btn {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  border: 1px solid #ded2c2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8a7b6d !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.Sku-btn.selected,
.Sku-btn:hover {
  background: #c09a63 !important;
  border-color: #c09a63 !important;
  color: #ffffff !important;
}

.mj-qty-title {
  margin: 24px 0 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.ec-single-qty {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.qty-plus-minus-new {
  width: 146px !important;
  height: 46px !important;
  border: 1px solid #ded2c2 !important;
  display: inline-grid !important;
  grid-template-columns: 46px 54px 46px !important;
  background: transparent !important;
}

.ec_qtybtn-new {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #8a7b6d !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border: 0 !important;
  background: transparent !important;
}

.qty-input-new {
  width: 54px !important;
  height: 46px !important;
  border: 0 !important;
  border-left: 1px solid #ded2c2 !important;
  border-right: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #000 !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  outline: none !important;
}

.mj-action-row {
  margin-top: 24px !important;
  display: grid !important;
  /* grid-template-columns: 1fr 52px !important; */
  /* gap: 12px !important; */
}

.mj-add-cart-btn {
  height: 44px !important;
  border: 0 !important;
  background: #c09a63 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.mj-add-cart-btn:hover {
  background: #a8793e !important;
}

.mj-wishlist-btn {
  width: 52px !important;
  height: 44px !important;
  border: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #9a8574 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 18px !important;
}

.mj-wishlist-btn:hover {
  border-color: #1d130c !important;
  color: #1d130c !important;
}

.mj-buy-now-btn {
  width: 100% !important;
  height: 44px !important;
  margin-top: 12px !important;
  border: 0 !important;
  background: #1d130c !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.mj-delivery-box {
  margin-top: 20px !important;
  display: grid !important;
  grid-template-columns: 1fr 92px !important;
  height: 42px !important;
  border: 1px solid #ded2c2 !important;
}

.mj-delivery-box input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 16px !important;
  color: #000 !important;
  font-size: 14px !important;
  outline: none !important;
}

.mj-delivery-box input::placeholder {
  color: #8a7b6d !important;
}

.mj-delivery-box button {
  border: 0 !important;
  border-left: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #c09a63 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* SPECIFICATIONS */
.mj-spec-box {
  margin-top: 0 !important;
}

.mj-spec-box h3 {
  margin: 0 0 20px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.mj-spec-row {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 24px !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid #ded2c2 !important;
}

.mj-spec-row span {
  color: #8a7b6d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.mj-spec-row strong {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.mj-auth-box {
  margin-top: 20px !important;
  padding: 18px 20px !important;
  background: #eee6da !important;
  border: 1px solid #ded2c2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.mj-auth-icon {
  width: 32px !important;
  height: 32px !important;
  color: #c09a63 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  flex-shrink: 0 !important;
}

.mj-auth-box h4 {
  margin: 0 0 6px !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.mj-auth-box p {
  margin: 0 !important;
  color: #9a8574 !important;
  font-size: 13px !important;
}

.mj-file-actions {
  margin-top: 20px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.mj-file-btn {
  height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.mj-file-btn:hover {
  background: #1d130c !important;
  color: #fff !important;
  border-color: #1d130c !important;
}

/* hide older duplicate description/faq from right side if still present */
.mj-description-block,
.ec-faq-wrapper {
  display: none !important;
}

/* bottom tabs stay available but cleaner */
.ec-single-pro-tab {
  margin-top: 58px !important;
}

.ec-single-pro-tab-wrapper {
  border: 1px solid #ded2c2 !important;
  background: #fffdf8 !important;
}

.ec-single-pro-tab-nav {
  border-bottom: 1px solid #ded2c2 !important;
  padding: 0 24px !important;
}

.ec-single-pro-tab-nav .nav-tabs {
  border: 0 !important;
  gap: 28px !important;
}

.ec-single-pro-tab-nav .nav-link {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 18px 0 !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.ec-single-pro-tab-nav .nav-link.active {
  color: #000 !important;
  border-bottom: 2px solid #1d130c !important;
}

.ec-single-pro-tab-content {
  padding: 28px !important;
  color: #8a7b6d !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

/* Mobile */
@media (max-width: 991px) {
  .mj-pdp-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .mj-pdp-info {
    position: static !important;
  }

  .single-product-cover img {
    height: 520px !important;
  }
}

@media (max-width: 575px) {
  .mj-pdp-main {
    padding: 32px 0 42px !important;
  }

  .single-product-cover img {
    height: 360px !important;
  }

  .single-nav-thumb img {
    height: 82px !important;
  }

  .ec-single-title {
    font-size: 30px !important;
  }

  .mj-current-price {
    font-size: 25px !important;
  }

  .mj-action-row {
    /* grid-template-columns: 1fr 52px !important; */
  }

  .mj-delivery-box {
    grid-template-columns: 1fr 82px !important;
  }

  .mj-spec-row {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}

/* =====================================================
                               FIX VARIANT / SIZE SECTION
                            ===================================================== */

.mj-variant-box {
  margin-top: 28px !important;
}

.mj-option-label {
  display: block !important;
  margin: 0 0 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.mj-variant-list {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.mj-variant-pill {
  width: auto !important;
  min-width: 58px !important;
  max-width: 180px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid #ded2c2 !important;
  background: #fffdf8 !important;
  color: #8a7b6d !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: all 0.25s ease !important;
}

.mj-variant-pill span {
  white-space: nowrap !important;
  line-height: 1 !important;
}

.mj-variant-pill.selected,
.mj-variant-pill:hover {
  background: #c09a63 !important;
  border-color: #c09a63 !important;
  color: #ffffff !important;
}

.mj-qty-title {
  margin: 24px 0 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* =====================================================
                               RECENTLY VIEWED CARD - SAME AS LISTING CARD
                            ===================================================== */

.ec-trend-product {
  background: #fbf8f2 !important;
  padding: 56px 0 !important;
}

.ec-trend-product .section-title {
  text-align: center !important;
  margin-bottom: 28px !important;
}

.ec-trend-product .section-title .ec-title {
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.ec-trend-product .section-title .sub-title {
  margin-top: 8px !important;
  color: #9a8574 !important;
  font-size: 13px !important;
}

#user_recently_viewed .slick-list {
  padding: 0 0 18px !important;
}

#user_recently_viewed .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

#user_recently_viewed .slick-slide {
  height: auto !important;
  padding: 0 12px !important;
}

#user_recently_viewed .slick-slide > div {
  height: 100% !important;
}

#user_recently_viewed .ec-product-list,
#user_recently_viewed .ec-product-content {
  height: 100% !important;
}

#user_recently_viewed .ec-product-inner {
  position: relative !important;
  width: 100% !important;
  max-width: 292px !important;
  min-height: 480px !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fffdf8 !important;
  border: 1px solid #ded2c2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transform: none !important;
}

#user_recently_viewed .ec-product-inner:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #ded2c2 !important;
}

#user_recently_viewed .ec-pro-image-outer {
  position: relative !important;
  width: 100% !important;
  height: 288px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #eee6da !important;
}

#user_recently_viewed .ec-pro-image,
#user_recently_viewed .ec-pro-image a,
#user_recently_viewed .ec-pro-image a.image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

#user_recently_viewed .ec-pro-image img,
#user_recently_viewed .ec-pro-image img.svg_img,
#user_recently_viewed .ec-pro-image img.main-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}

#user_recently_viewed .product-badge,
#user_recently_viewed .discount-badge,
#user_recently_viewed .percentage {
  position: absolute !important;
  top: 17px !important;
  left: 17px !important;
  z-index: 5 !important;
  min-height: 27px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  background: #c09a63 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

#user_recently_viewed .new-badge {
  position: absolute !important;
  top: 17px !important;
  right: 17px !important;
  left: auto !important;
  z-index: 5 !important;
  min-height: 27px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  background: #1d130c !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#user_recently_viewed .ec-pro-content {
  flex: 1 !important;
  padding: 21px 20px 20px !important;
  background: #fffdf8 !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
}

#user_recently_viewed .mj-product-meta-row {
  order: 1 !important;
  margin: 0 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

#user_recently_viewed .mj-product-category {
  color: #c09a63 !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  max-width: 130px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#user_recently_viewed .mj-product-rating {
  color: #8a7b6d !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
}

#user_recently_viewed .mj-product-rating i {
  color: #ffbf20 !important;
  font-size: 12px !important;
}

#user_recently_viewed .ec-pro-content > a {
  order: 2 !important;
  display: block !important;
  text-decoration: none !important;
}

#user_recently_viewed .ec-pro-stitle {
  margin: 0 0 14px !important;
  min-height: calc(1.45em * 2) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#user_recently_viewed .ec-pro-content p,
#user_recently_viewed .ec-pro-list-desc,
#user_recently_viewed .two-line-fixed:not(.ec-pro-stitle) {
  display: none !important;
}

#user_recently_viewed .ec-price {
  order: 3 !important;
  margin-top: auto !important;
  padding-top: 15px !important;
  border-top: 1px solid #ded2c2 !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#user_recently_viewed .new-price {
  order: 1 !important;
  color: #000 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

#user_recently_viewed .old-price {
  order: 2 !important;
  color: #9a8574 !important;
  font-size: 14px !important;
  text-decoration: line-through !important;
}

#user_recently_viewed .mj-offer-text {
  order: 3 !important;
  color: #006b45 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

#user_recently_viewed .single-pro-content {
  order: 4 !important;
  width: 100% !important;
  margin-top: 0 !important;
}

#user_recently_viewed .qty-plus-minus.main-qty {
  display: none !important;
}

#user_recently_viewed .ec-single-cart,
#user_recently_viewed .ec-single-qty {
  width: 95% !important;
}

#user_recently_viewed .ec-single-cart .btn,
#user_recently_viewed .btn.btn-primary {
  width: 100% !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #1d130c !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

#user_recently_viewed .ec-single-cart .btn::before,
#user_recently_viewed .btn.btn-primary::before {
  content: "\f290";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
}

/* =====================================================
                           FIX DELIVERY + JEWELLERY SPECIFICATIONS
                        ===================================================== */

.mj-delivery-wrapper {
  margin-top: 20px !important;
  padding-bottom: 20px !important;
}

.mj-delivery-box {
  width: 100% !important;
  height: 42px !important;
  display: grid !important;
  grid-template-columns: 1fr 92px !important;
  border: 1px solid #ded2c2 !important;
  background: transparent !important;
  margin: 0 !important;
}

.mj-delivery-box input {
  width: 100% !important;
  height: 40px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 16px !important;
  color: #000 !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mj-delivery-box input::placeholder {
  color: #8a7b6d !important;
}

.mj-delivery-box button {
  width: 92px !important;
  height: 40px !important;
  border: 0 !important;
  border-left: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #c09a63 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.mj-delivery-box button:hover {
  background: #eee6da !important;
}

/* Product specification exact reference style */
.mj-spec-box {
  margin-top: 0 !important;
}

.mj-spec-box h3 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.mj-spec-row {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 47px !important;
  padding: 0 !important;
  border-bottom: 1px solid #ded2c2 !important;
}

.mj-spec-row span {
  color: #8a7b6d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.mj-spec-row strong {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

/* Certified box same as reference */
.mj-auth-box {
  margin-top: 20px !important;
  padding: 18px 20px !important;
  background: #eee6da !important;
  border: 1px solid #ded2c2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.mj-auth-icon {
  width: 32px !important;
  height: 32px !important;
  color: #c09a63 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  flex-shrink: 0 !important;
}

.mj-auth-box h4 {
  margin: 0 0 6px !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.mj-auth-box p {
  margin: 0 !important;
  color: #9a8574 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 575px) {
  .mj-delivery-box {
    grid-template-columns: 1fr 82px !important;
  }

  .mj-delivery-box button {
    width: 82px !important;
  }

  .mj-spec-row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 11px 0 !important;
    min-height: auto !important;
  }
}

.mj-jewel-variant-box {
  margin-top: 28px !important;
}

.mj-jewel-variant-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.mj-jewel-variant-card {
  position: relative !important;
  min-height: 118px !important;
  padding: 16px 16px 14px !important;
  border: 1px solid #ded2c2 !important;
  background: #fffdf8 !important;
  color: #000 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.25s ease !important;
}

.mj-jewel-variant-card:hover,
.mj-jewel-variant-card.selected {
  border-color: #1d130c !important;
  background: #f7efe4 !important;
}

.mj-jewel-variant-card.selected {
  box-shadow: inset 0 0 0 1px #1d130c !important;
}

.mj-jewel-variant-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.mj-jewel-variant-top strong {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.mj-selected-badge {
  height: 22px !important;
  padding: 0 8px !important;
  background: #1d130c !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.mj-jewel-variant-meta {
  margin-top: 9px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.mj-jewel-variant-bottom {
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid #ded2c2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.mj-jewel-variant-bottom span {
  color: #9a8574 !important;
  font-size: 12px !important;
}

.mj-jewel-variant-bottom b {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.mj-stock-out {
  margin-top: 8px !important;
  color: #b00020 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.mj-jewel-variant-card.disabled {
  opacity: 0.55 !important;
  pointer-events: none !important;
}

@media (max-width: 575px) {
  .mj-jewel-variant-grid {
    grid-template-columns: 1fr !important;
  }
}

.mj-dynamic-variant-wrapper {
  margin-top: 28px !important;
  padding-top: 4px !important;
}

.mj-dynamic-variant-section {
  margin-bottom: 24px !important;
}

.mj-dynamic-label {
  margin: 0 0 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* Variation 1 when it is Color */
.mj-color-option-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.mj-color-option-card {
  min-height: 86px !important;
  padding: 14px 12px !important;
  border: 1px solid #ded2c2 !important;
  background: rgba(255, 253, 248, 0.75) !important;
  color: #000 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
  transition: all 0.25s ease !important;
}

.mj-color-option-card:hover,
.mj-color-option-card.selected {
  background: #fffdf8 !important;
  border-color: #1d130c !important;
  box-shadow: inset 0 0 0 1px #1d130c !important;
}

.mj-metal-dot {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  display: block !important;
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.65),
    0 4px 10px rgba(29, 19, 12, 0.12) !important;
}

.mj-dot-gold {
  background: linear-gradient(180deg, #ffe6a6, #c09a63) !important;
}

.mj-dot-rose {
  background: linear-gradient(180deg, #f5c7bd, #b76e79) !important;
}

.mj-dot-silver {
  background: linear-gradient(180deg, #ffffff, #bfc1c2) !important;
}

.mj-dot-platinum {
  background: linear-gradient(180deg, #f7f7f7, #9f9f9f) !important;
}

.mj-dot-default {
  background: linear-gradient(180deg, #efe3d3, #c09a63) !important;
}

.mj-color-option-card strong {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-transform: capitalize !important;
}

.mj-color-option-card small {
  color: #9a8574 !important;
  font-size: 11px !important;
}

/* Variation 1 when it is NOT Color */
.mj-simple-option-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.mj-simple-option-card {
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #ded2c2 !important;
  background: transparent !important;
  color: #000 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  transition: all 0.25s ease !important;
}

.mj-simple-option-card:hover,
.mj-simple-option-card.selected {
  background: #c09a63 !important;
  border-color: #c09a63 !important;
  color: #fff !important;
}

.mj-simple-option-card small {
  color: inherit !important;
  opacity: 0.8 !important;
  font-size: 11px !important;
}

/* Variation 2 child cards */
.mj-child-option-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.mj-child-option-card {
  min-height: 96px !important;
  padding: 16px !important;
  border: 1px solid #ded2c2 !important;
  background: rgba(255, 253, 248, 0.75) !important;
  color: #000 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.25s ease !important;
}

.mj-child-option-card:hover,
.mj-child-option-card.selected {
  background: #fffdf8 !important;
  border-color: #1d130c !important;
  box-shadow: inset 0 0 0 1px #1d130c !important;
}

.mj-child-option-card strong {
  display: block !important;
  color: #000 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.mj-child-option-card span {
  display: block !important;
  margin-top: 6px !important;
  color: #9a8574 !important;
  font-size: 12px !important;
  text-transform: capitalize !important;
}

.mj-child-option-card b {
  margin-top: 14px !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mj-child-option-card.disabled {
  opacity: 0.45 !important;
  pointer-events: none !important;
}

@media (max-width: 575px) {
  .mj-color-option-grid,
  .mj-child-option-grid {
    grid-template-columns: 1fr !important;
  }
}

.mj-child-option-card.selected,
.mj-color-option-card.selected {
  border-color: #1d130c !important;
  box-shadow: inset 0 0 0 1px #1d130c !important;
}

/* Product zoom on hover */
.single-product-cover {
  overflow: hidden !important;
  background: #f7f2ea !important;
}

.single-product-cover .single-slide {
  overflow: hidden !important;
}

.single-product-cover img {
  transition:
    transform 0.6s ease,
    filter 0.6s ease !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

.single-product-cover:hover img {
  transform: scale(1.12) !important;
  filter: brightness(1.03) contrast(1.02) !important;
}

/* =========================================================
   JEWELLERY PDP - GOLD COLOR, SIZE, PRODUCT INFO & DETAILS
   Added for In Stock / Digital jewellery products.
========================================================= */

.mj-jewellery-variant-wrapper {
  margin-top: 28px !important;
}

.mj-jewellery-option-section {
  margin-bottom: 24px !important;
}

.mj-jewellery-option-heading {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-bottom: 12px !important;
  color: #8a7b6d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.mj-jewellery-option-heading strong {
  color: #1d130c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.mj-jewellery-option-heading strong::before {
  content: ":";
  margin-right: 7px;
  color: #8a7b6d;
}

/* Gold Color - circular reference-style choices */
.mj-jewellery-color-options {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

.mj-jewellery-color-choice {
  width: 72px !important;
  color: #1d130c !important;
  text-decoration: none !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  text-align: center !important;
}

.mj-jewellery-color-dot {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: block !important;
  border: 1px solid #d7cabc !important;
  box-shadow: 0 2px 7px rgba(29, 19, 12, 0.08) !important;
  position: relative !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease !important;
}

.mj-jewellery-color-choice:hover .mj-jewellery-color-dot {
  transform: translateY(-1px) !important;
}

.mj-jewellery-color-choice.selected .mj-jewellery-color-dot {
  border-color: #1d130c !important;
  box-shadow:
    0 0 0 2px #fbf8f2,
    0 0 0 3px #1d130c !important;
}

.mj-jewellery-color-name {
  color: #6f6257 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.mj-jewellery-color-choice.selected .mj-jewellery-color-name {
  color: #1d130c !important;
}

.mj-jewel-color-yellow {
  background: linear-gradient(
    145deg,
    #fff0b9 0%,
    #e6bf58 52%,
    #bd8b2e 100%
  ) !important;
}

.mj-jewel-color-rose {
  background: linear-gradient(
    145deg,
    #f8d2c9 0%,
    #dca38f 52%,
    #b66c62 100%
  ) !important;
}

.mj-jewel-color-white {
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    #e7e7e7 48%,
    #b9b9b9 100%
  ) !important;
}

.mj-jewel-color-default {
  background: linear-gradient(145deg, #f2e8d8 0%, #c9aa78 100%) !important;
}

/* Size - compact width-style buttons */
.mj-jewellery-size-options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.mj-jewellery-size-choice {
  min-width: 48px !important;
  height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid #cfc2b2 !important;
  background: rgba(255, 253, 248, 0.72) !important;
  color: #1d130c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.mj-jewellery-size-choice:hover,
.mj-jewellery-size-choice.selected {
  border-color: #1d130c !important;
  background: #fffdf8 !important;
  box-shadow: inset 0 0 0 1px #1d130c !important;
  color: #000 !important;
}

.mj-jewellery-size-choice.disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
  text-decoration: line-through !important;
}

/* Product Information Accordion */
.mj-product-info-section {
  margin: 30px 0 28px !important;
  padding-top: 26px !important;
  border-top: 1px solid #ded2c2 !important;
}

.mj-product-info-heading,
.mj-jewellery-details-heading {
  margin: 0 0 13px !important;
  color: #1d130c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
}

.mj-product-info-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.mj-product-info-item {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e2d7c9 !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  box-shadow: 0 4px 14px rgba(29, 19, 12, 0.045) !important;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease !important;
}

.mj-product-info-item:hover {
  border-color: #c9b89f !important;
  box-shadow: 0 8px 22px rgba(29, 19, 12, 0.075) !important;
  transform: translateY(-1px) !important;
}

.mj-product-info-item[open] {
  background: #fffdf8 !important;
  border-color: #bda57f !important;
  box-shadow: 0 10px 28px rgba(29, 19, 12, 0.09) !important;
  transform: none !important;
}

.mj-product-info-title {
  min-height: 58px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  color: #1d130c !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  transition:
    background-color 0.22s ease,
    color 0.22s ease !important;
}

.mj-product-info-title:hover {
  background: #faf5ec !important;
}

.mj-product-info-item[open] .mj-product-info-title {
  background: #f8f1e6 !important;
  color: #000 !important;
}

.mj-product-info-title::-webkit-details-marker {
  display: none !important;
}

.mj-product-info-title::marker {
  display: none !important;
  content: "" !important;
}

.mj-product-info-arrow {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #d9cdbc !important;
  border-radius: 50% !important;
  background: #fffdf8 !important;
  color: #7b6d60 !important;
  font-size: 11px !important;
  transition: transform 0.25s ease !important;
}

.mj-product-info-item[open] .mj-product-info-arrow {
  transform: rotate(180deg) !important;
  border-color: #bda57f !important;
  color: #1d130c !important;
}

.mj-product-info-content {
  padding: 18px !important;
  border-top: 1px solid #eadfd1 !important;
  color: #7b6d60 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.mj-product-info-content p:last-child {
  margin-bottom: 0 !important;
}

.mj-product-info-content ul,
.mj-product-info-content ol {
  padding-left: 20px !important;
}

/* Jewellery Details */
.mj-jewellery-details-section {
  margin-top: 30px !important;
  padding-top: 26px !important;
  border-top: 1px solid #ded2c2 !important;
}

.mj-jewellery-details-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border-top: 1px solid #e2d7c9 !important;
  border-left: 1px solid #e2d7c9 !important;
}

.mj-jewellery-detail-item {
  min-height: 82px !important;
  padding: 14px 15px !important;
  border-right: 1px solid #e2d7c9 !important;
  border-bottom: 1px solid #e2d7c9 !important;
  background: rgba(255, 253, 248, 0.5) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px !important;
}

.mj-jewellery-detail-item span {
  color: #9a8574 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.mj-jewellery-detail-item strong {
  color: #1d130c !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .mj-jewellery-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  .mj-jewellery-variant-wrapper {
    margin-top: 24px !important;
  }

  .mj-jewellery-color-options {
    gap: 12px !important;
  }

  .mj-jewellery-color-choice {
    width: 64px !important;
  }

  .mj-jewellery-color-dot {
    width: 32px !important;
    height: 32px !important;
  }

  .mj-jewellery-size-options {
    gap: 8px !important;
  }

  .mj-jewellery-size-choice {
    min-width: 44px !important;
    height: 40px !important;
    padding: 0 10px !important;
  }

  .mj-product-info-title {
    min-height: 50px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .mj-product-info-content {
    padding: 0 14px 16px !important;
    font-size: 13px !important;
  }

  .mj-jewellery-details-grid {
    grid-template-columns: 1fr !important;
  }

  .mj-jewellery-detail-item {
    min-height: 68px !important;
  }
}

@media (min-width: 992px) {
  /* Right product details should scroll normally */
  .mj-pdp-info {
    position: static !important;
    top: auto !important;
    align-self: start !important;
  }

  /* Left image/gallery follows the user while scrolling */
  .mj-pdp-gallery {
    position: sticky !important;
    top: 105px !important;
    align-self: start !important;
    height: fit-content !important;
  }
}

/* =============================================================================
   PRODUCT INFORMATION - KEEP LONG CONTENT INSIDE THE ACCORDION
   Added 2026-08-18
============================================================================= */

.mj-product-info-item,
.mj-product-info-title,
.mj-product-info-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.mj-product-info-content {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  overflow-x: hidden !important;
}

.mj-product-info-content * {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
}

/* Long URLs should wrap instead of increasing the accordion width. */
.mj-product-info-content a {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-all !important;
}

/* Media added through the editor must remain responsive. */
.mj-product-info-content img,
.mj-product-info-content video,
.mj-product-info-content iframe {
  max-width: 100% !important;
  height: auto !important;
}

/* Wide tables can scroll internally without breaking the PDP layout. */
.mj-product-info-content table {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
}

/* Small VIDEO label */
/* .ec-video-icon::after {
    content: "VIDEO";

    position: absolute;

    right: 52px;
    top: 50%;

    transform: translateY(-50%);

    background: #1d130c;
    color: #ffffff;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1px;

    padding: 5px 8px;

    border-radius: 3px;

    white-space: nowrap;
} */

/* Make slide the positioning parent */
.single-product-cover .single-slide {
  position: relative !important;
}

/* CENTER VIDEO BUTTON */
.ec-video-icon {
  position: absolute !important;

  top: 50% !important;
  left: 50% !important;
  right: auto !important;

  transform: translate(-50%, -50%) !important;

  width: 64px !important;
  height: 64px !important;

  border-radius: 50% !important;

  background: rgba(255, 255, 255, 0.95) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #1d130c !important;

  z-index: 10 !important;

  cursor: pointer !important;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;

  text-decoration: none !important;
}

/* Hide current camera icon */
.ec-video-icon i {
  display: none !important;
}

/* Show play icon */
.ec-video-icon::before {
  content: "▶";

  font-size: 22px;
  line-height: 1;

  margin-left: 4px;

  color: #1d130c;
}

/* Remove VIDEO label */
.ec-video-icon::after {
  display: none !important;
}

/* Small hover effect */
.ec-video-icon:hover {
  transform: translate(-50%, -50%) scale(1.08) !important;
}

/* Only video thumbnails get a play indicator */

.single-nav-thumb .mj-video-thumb-item {
  position: relative !important;
}

.single-nav-thumb .mj-video-thumb-item::after {
  content: "▶";

  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 32px;
  height: 32px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);

  color: #1d130c;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;

  padding-left: 2px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);

  pointer-events: none;

  z-index: 5;
}

/* =========================================================
   PREMIUM PRODUCT INFORMATION ACCORDION
========================================================= */
.mj-product-info-section.card {
  overflow: hidden !important;
  border: 1px solid #e0d2bf !important;
  border-radius: 14px !important;
  background: #fffdf9 !important;
  box-shadow: 0 12px 34px rgba(56, 38, 22, 0.07) !important;
}

.mj-product-info-section .card-heading {
  position: relative !important;
  margin: 0 !important;
  padding: 18px 22px 18px 30px !important;
  border: 0 !important;
  border-bottom: 1px solid #e8ddce !important;
  background: linear-gradient(
    90deg,
    #f5ead9 0%,
    #fbf6ee 62%,
    #fffdf9 100%
  ) !important;
  color: #24170f !important;
}

.mj-product-info-section .card-heading::before {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  bottom: 14px !important;
  left: 0 !important;
  width: 4px !important;
  border-radius: 0 4px 4px 0 !important;
  background: linear-gradient(180deg, #d9b779 0%, #a8793e 100%) !important;
}

.mj-product-info-accordion.card-body {
  gap: 12px !important;
  padding: 18px !important;
  background: linear-gradient(180deg, #fffdf9 0%, #faf5ed 100%) !important;
}

.mj-product-info-accordion .mj-product-info-item {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #e4d7c6 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 3px 12px rgba(56, 38, 22, 0.035) !important;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}

.mj-product-info-accordion .mj-product-info-item::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 3px !important;
  background: #c09a63 !important;
  opacity: 0 !important;
  transform: scaleY(0.35) !important;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease !important;
}

.mj-product-info-accordion .mj-product-info-item:hover {
  border-color: #ccb184 !important;
  box-shadow: 0 8px 22px rgba(56, 38, 22, 0.075) !important;
  transform: translateY(-2px) !important;
}

.mj-product-info-accordion .mj-product-info-item[open] {
  border-color: #c29a5e !important;
  background: #fffdf9 !important;
  box-shadow: 0 10px 26px rgba(56, 38, 22, 0.09) !important;
  transform: none !important;
}

.mj-product-info-accordion .mj-product-info-item[open]::before {
  opacity: 1 !important;
  transform: scaleY(1) !important;
}

.mj-product-info-accordion .mj-product-info-title {
  min-height: 62px !important;
  padding: 0 16px 0 20px !important;
  color: #291b12 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: 0.015em !important;
  background: transparent !important;
}

.mj-product-info-accordion .mj-product-info-title:hover {
  background: linear-gradient(
    90deg,
    rgba(248, 239, 226, 0.72),
    rgba(255, 253, 249, 0.3)
  ) !important;
}

.mj-product-info-accordion .mj-product-info-item[open] .mj-product-info-title {
  background: linear-gradient(90deg, #f8eddd 0%, #fffaf3 100%) !important;
}

.mj-product-info-accordion .mj-product-info-arrow {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  border: 1px solid #d9c5a6 !important;
  border-radius: 50% !important;
  background: #fffaf2 !important;
  color: #9b713c !important;
  box-shadow: 0 3px 9px rgba(56, 38, 22, 0.055) !important;
  transition:
    transform 0.28s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease !important;
}

.mj-product-info-accordion .mj-product-info-item[open] .mj-product-info-arrow {
  transform: rotate(180deg) !important;
  border-color: #b98b4d !important;
  background: linear-gradient(145deg, #caa66e, #a8793e) !important;
  color: #fff !important;
}

.mj-product-info-accordion .mj-product-info-content {
  padding: 18px 20px 20px !important;
  border-top: 1px solid #eadfce !important;
  background: #fffdf9 !important;
  color: #716256 !important;
  line-height: 1.75 !important;
}

@media (max-width: 575px) {
  .mj-product-info-accordion.card-body {
    padding: 12px !important;
  }

  .mj-product-info-accordion .mj-product-info-title {
    min-height: 56px !important;
    padding: 0 12px 0 16px !important;
  }

  .mj-product-info-accordion .mj-product-info-arrow {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }
}

/* Main PDP image must not zoom on hover; zoom is available only inside the gallery. */
.single-product-cover:hover img {
  transform: none !important;
  filter: none !important;
}
