/* Product detail — TSC-style (Golden Teak) */

.page-product {
  background: #fffbf0;
  overflow-x: hidden;
}

.page-product .site-main,
.page-product main {
  overflow-x: hidden;
  max-width: 100%;
}

.page-product.pb-mobile-nav {
  padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 992px) {
  .page-product.pb-mobile-nav {
    padding-bottom: 0;
  }

  .page-product .mobile-bottom-nav {
    display: none !important;
  }
}

.page-product .category-circles-bar {
  display: none !important;
}

@media (max-width: 991.98px) {
  .page-product .mobile-nav-tabs {
    margin-bottom: 0;
    padding-bottom: 4px;
  }

  .page-product #main-content {
    padding-top: 0;
  }
}

.pdp-tsc {
  padding: 8px 0 0;
  background: #fffbf0;
  overflow-x: hidden;
  max-width: 100%;
}

.pdp-below-hero {
  background: #fff;
  padding: 8px 0 48px;
}

.pdp-tsc .container-pdp {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .pdp-tsc .container-pdp {
    max-width: 1160px;
    padding: 0 28px;
  }
}

@media (min-width: 1400px) {
  .pdp-tsc .container-pdp {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.pdp-breadcrumb {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 16px;
}

.pdp-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.pdp-breadcrumb a:hover {
  color: #5c4f20;
}

/* ========== TSC PREMIUM SHOWCASE — clean grid layout ========== */
.pdp-showcase {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  margin-bottom: 32px;
  box-sizing: border-box;
}

.product-showcase-wrapper,
.pdp-tsc-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
  box-sizing: border-box;
}

.pdp-gallery-col {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.image-showcase,
.pdp-gallery-frame {
  position: relative;
  width: 100%;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #faecc8, #fdf6e3);
  box-shadow: 0 12px 40px rgba(74, 63, 26, 0.08);
}

.pdp-gallery-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.pdp-zoom-stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 88px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: #fef9eb;
}

.main-product-image,
.pdp-main-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  position: relative;
  z-index: 2;
}

.pdp-buy-col {
  position: relative;
  z-index: 10;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.product-details-panel,
.pdp-buy-scroll {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(74, 63, 26, 0.14);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.product-details-panel::-webkit-scrollbar {
  width: 5px;
}

.product-details-panel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.pdp-buy-scroll:not(:has(.pdp-highlights-bar)):not(:has(.pdp-highlights-gold)) .pdp-buy-body {
  padding-top: 20px;
}

.pdp-buy-scroll:has(.pdp-highlights-gold) .pdp-buy-body {
  padding-top: 14px;
}

/* Thumbnail strip — inside frame, centered */
.thumbnail-strip,
.pdp-thumbs-inframe {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: auto;
  max-width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  pointer-events: none;
  box-sizing: border-box;
}

.pdp-thumbs-glass {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 28px rgba(74, 63, 26, 0.1);
  max-width: 100%;
  overflow: hidden;
}

/* Floating share / wishlist */
.floating-actions,
.pdp-gallery-stage > .pdp-float-actions {
  position: absolute;
  right: 28px;
  top: 46%;
  transform: translateY(-50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: none;
}

.floating-actions .pdp-float-btn,
.floating-actions .pdp-float-btn--glass {
  pointer-events: auto;
}

.floating-actions .pdp-float-btn--glass,
.pdp-float-btn--glass {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(90, 110, 130, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(74, 63, 26, 0.18);
  color: #fff;
  transition: transform 0.25s ease, background 0.25s ease;
}

.floating-actions .pdp-float-btn--glass:hover,
.pdp-float-btn--glass:hover {
  transform: scale(1.06);
  background: rgba(71, 85, 105, 0.72);
}

@media (min-width: 992px) {
  .product-showcase-wrapper,
  .pdp-tsc-main {
    grid-template-columns: 58% 42%;
    align-items: start;
    gap: 0;
  }

  .image-showcase,
  .pdp-gallery-frame {
    position: sticky;
    top: 88px;
    height: calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    min-height: 520px;
    border-radius: 36px;
    margin-right: -56px;
    z-index: 2;
  }

  .main-product-image,
  .pdp-main-img {
    transform: scale(1.1);
    transform-origin: center 40%;
  }

  .pdp-zoom-stage {
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 96px;
    background: #fef9eb;
  }

  .pdp-buy-col {
    position: sticky;
    top: 88px;
    align-self: start;
    padding: 12px 0 12px 0;
    margin-left: -28px;
    z-index: 12;
  }

  .product-details-panel,
  .pdp-buy-scroll {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 110px);
    height: auto;
    min-height: 400px;
    border-radius: 32px;
  }

  .pdp-highlights-bar {
    border-radius: 32px 32px 0 0;
  }

  .pdp-gallery-stage > .pdp-hero-nav--prev {
    left: 20px;
    z-index: 15;
  }

  .pdp-gallery-stage > .pdp-hero-nav--next {
    right: 88px;
    left: auto;
    z-index: 15;
  }

  .floating-actions,
  .pdp-gallery-stage > .pdp-float-actions {
    right: 88px;
  }

  .thumbnail-strip,
  .pdp-thumbs-inframe {
    bottom: 20px;
    max-width: min(88%, 480px);
  }
}

.pdp-gallery-stage .pdp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.pdp-hero-overlay {
  position: absolute;
  top: 20px;
  left: 24px;
  right: 80px;
  z-index: 2;
  pointer-events: none;
}

.pdp-hero-overlay--center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

.pdp-hero-overlay h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  line-height: 1.2;
}

.pdp-hero-overlay p {
  margin: 0;
  font-size: 0.95rem;
  color: #374151;
  font-weight: 500;
}

.pdp-float-actions--mid {
  top: 28%;
  bottom: auto;
  transform: none;
}

.pdp-float-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(74, 63, 26, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
}

.pdp-float-btn--glass {
  width: 52px;
  height: 52px;
  background: rgba(71, 85, 105, 0.45);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(74, 63, 26, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pdp-float-btn--glass:hover {
  background: rgba(51, 65, 85, 0.65);
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(74, 63, 26, 0.22);
}

.pdp-float-btn--glass:active {
  transform: scale(0.96);
}

.pdp-gallery-stage > .pdp-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #475569;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(74, 63, 26, 0.12);
}

.pdp-hero-nav {
  z-index: 6;
}

.pdp-hero-nav--prev {
  left: 16px;
}

.pdp-hero-nav--next {
  right: 16px;
}

.pdp-hero-nav:hover {
  background: #fff;
  color: #5c4f20;
}

.pdp-thumb-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #64748b, #475569);
  color: #fff;
  font-size: 1.1rem;
}

/* Thumbnails — glass bar inside frame bottom */
.pdp-thumbs-inframe {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 7;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.pdp-thumbs-glass {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(74, 63, 26, 0.12);
  max-width: 100%;
}

.pdp-thumbs-bar,
.pdp-thumbs--overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-thumb-nav {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  color: #64748b;
}

.pdp-thumb-nav--dark {
  background: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pdp-thumb-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}

.pdp-thumb-track::-webkit-scrollbar {
  display: none;
}

.pdp-thumb-nav--glass,
.pdp-thumb-nav--round {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.88);
  color: #475569;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(74, 63, 26, 0.12);
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-thumb-nav--glass:hover,
.pdp-thumb-nav--round:hover {
  background: #fff;
  color: #5c4f20;
}

.pdp-thumb {
  flex: 0 0 76px;
  width: 76px;
  height: 58px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  background: #f1f5f9;
  transition: border-color 0.15s ease;
}

.pdp-thumb.is-active {
  border-color: #5c4f20;
  box-shadow: 0 0 0 1px #5c4f20;
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-highlights-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  background: #faecd0;
  color: #5c4f20;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 12px 14px;
  line-height: 1.35;
  flex-shrink: 0;
  border-radius: 0;
  position: static;
  top: auto;
}

/* Light blue feature strip (TSC) */
.pdp-icon-strip {
  display: flex;
  gap: 0;
  background: #fef8ea;
  margin: 0 -24px 16px;
  padding: 14px 12px;
  border-radius: 0;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: none;
}

.pdp-delivery-block {
  margin: 20px 0;
  padding-top: 8px;
  border-top: 1px solid #faf6ed;
}

.pdp-delivery-block h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.pdp-pincode-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.pdp-pincode-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 12px;
  min-width: 0;
}

.pdp-pincode-input input {
  border: none;
  outline: none;
  width: 100%;
  padding: 12px 0;
  font-size: 0.9rem;
}

.pdp-pincode-check {
  flex-shrink: 0;
  padding: 12px 18px;
  border: 2px solid #d32f2f;
  border-radius: 12px;
  background: #fff;
  color: #d32f2f;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}

.pdp-delivery-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fef8ea;
  border-radius: 14px;
  padding: 14px 16px;
}

.pdp-delivery-banner strong {
  display: block;
  font-size: 0.88rem;
  color: #5c4f20;
}

.pdp-delivery-banner span {
  font-size: 0.78rem;
  color: #64748b;
}

.pdp-delivery-pin {
  font-size: 1.5rem;
}

.pdp-icon-strip::-webkit-scrollbar {
  display: none;
}

.pdp-icon-strip-item {
  flex: 1 1 0;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  text-align: center;
  border-right: 1px solid rgba(74, 63, 26, 0.06);
}

.pdp-icon-strip-item:last-child {
  border-right: none;
}

.pdp-icon-strip-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}

.pdp-icon-strip-svg svg {
  width: 28px;
  height: 28px;
}

.pdp-icon-strip-text {
  font-size: 0.65rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdp-highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.pdp-highlight-item:last-child {
  border-right: none;
}

.pdp-highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pdp-highlight-icon svg {
  width: 28px;
  height: 28px;
}

.pdp-highlight-l1 {
  display: block;
  font-weight: 600;
}

.pdp-highlight-l2 {
  display: block;
  opacity: 0.9;
  font-size: 0.62rem;
}

.pdp-buy-body {
  padding: 18px 22px 28px;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.pdp-highlights-bar + .pdp-buy-body {
  padding-top: 16px;
}

.pdp-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 14px;
}

.pdp-title-row .pdp-title {
  margin: 0;
  flex: 1 1 180px;
}

.pdp-title-row .pdp-rating-pill {
  margin: 4px 0 0;
}

.pdp-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 700;
  color: #5c4f20;
  line-height: 1.15;
}

/* Marquee under title */
.pdp-marquee-outer {
  overflow: hidden;
  background: #fef8ea;
  border-radius: 8px;
  margin-bottom: 16px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pdp-marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: pdp-marquee 28s linear infinite;
  padding: 10px 0;
}

.pdp-marquee-item {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: #5c4f20;
  white-space: nowrap;
}

@keyframes pdp-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Feature icon row */
.pdp-icon-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  padding: 12px 8px;
  background: #f8fafc;
  border-radius: 12px;
}

.pdp-icon-cell {
  text-align: center;
  font-size: 0.68rem;
  color: #475569;
  line-height: 1.3;
}

.pdp-icon-svg {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.pdp-icon-l1 {
  display: block;
  font-weight: 600;
  color: #111827;
}

.pdp-icon-l2 {
  display: block;
  font-weight: 400;
}

.pdp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.pdp-chip {
  font-size: 0.75rem;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 6px 10px;
  line-height: 1.3;
}

.pdp-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  display: block;
}

.pdp-variant-select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111827;
  background: #fff;
  margin-bottom: 16px;
  appearance: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.pdp-price-block {
  margin-bottom: 16px;
}

.pdp-price-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}

.pdp-price-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #111827;
}

.pdp-tax-inline {
  font-size: 0.78rem;
  color: #64748b;
}

.pdp-price-main-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pdp-price-main-row::-webkit-scrollbar {
  display: none;
}

.pdp-price-current {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #b91c1c;
  line-height: 1.15;
  white-space: nowrap;
  flex-shrink: 0;
}

.pdp-price-mrp {
  font-size: 0.9rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  white-space: nowrap;
  flex-shrink: 0;
}

.pdp-price-off {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #bbf7d0;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}

.pdp-emi {
  font-size: 0.88rem;
  color: #475569;
  margin-bottom: 16px;
}

.pdp-cta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
}


@media (min-width: 576px) {
  .pdp-cta-row--dual {
    grid-template-columns: 1fr 1fr;
  }
}

.pdp-btn-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 22px;
  background: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.25);
}

.pdp-btn-store--full {
  width: 100%;
}

.pdp-btn-store:hover {
  background: #be123c;
  transform: translateY(-1px);
}

.pdp-btn-outline--full {
  width: 100%;
}

.pdp-btn-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.pdp-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  border: 2px solid #5c4f20;
  border-radius: 12px;
  background: #fff;
  color: #5c4f20;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  cursor: pointer;
}

.pdp-offers {
  margin-bottom: 20px;
}

.pdp-offers-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.pdp-offers-head h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #111827;
}

.pdp-offers-head a {
  font-size: 0.85rem;
  color: #d32f2f;
  font-weight: 600;
  text-decoration: none;
}

.pdp-offers-scroll {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.pdp-offers-scroll::-webkit-scrollbar {
  display: none;
}

.pdp-offer-ticket {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  border: 1.5px solid #93c5fd;
  border-radius: 10px;
  overflow: hidden;
  min-width: 150px;
  max-width: 210px;
  background: #fff;
}

.pdp-offer-ticket-type {
  flex-shrink: 0;
  background: #dceefb;
  color: #5c4f20;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}

.pdp-offer-ticket-type::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fffbf0;
  border-radius: 50%;
  border: 1.5px solid #b8d9f0;
}

.pdp-offer-ticket-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  background: #fff;
  padding: 8px 12px;
  min-width: 0;
}

.pdp-offer-ticket-code {
  font-size: 0.72rem;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-offer-ticket-desc {
  font-size: 0.65rem;
  font-weight: 500;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-btn-row-2--single {
  grid-template-columns: 1fr;
}

.pdp-order-block {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #faf6ed;
}

.pdp-order-block h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.pdp-qty-cart {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.pdp-qty {
  display: flex;
  align-items: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.pdp-qty button {
  width: 44px;
  height: 48px;
  border: none;
  background: #f8fafc;
  font-size: 1.2rem;
  cursor: pointer;
  color: #5c4f20;
}

.pdp-qty span {
  min-width: 36px;
  text-align: center;
  font-weight: 700;
}

.pdp-btn-cart {
  flex: 1;
  background: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0 20px;
}

.pdp-btn-cart:hover {
  background: #be123c;
}

.pdp-btn-buy {
  width: 100%;
  margin-top: 10px;
  padding: 13px 20px;
  border: 2px solid #5c4f20;
  border-radius: 12px;
  background: #fff;
  color: #5c4f20;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pdp-btn-buy:hover {
  background: #f8fafc;
}

.pdp-wood-type {
  font-size: 0.9rem;
  margin: 0 0 14px;
  color: #475569;
}

.pdp-wood-type strong {
  color: #5c4f20;
}

.pdp-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.pdp-zoom-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 6px 28px rgba(74, 63, 26, 0.22);
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.pdp-zoom-lens:not([hidden]) {
  opacity: 1;
}

/* float-actions defined above in gallery section */

.pdp-subnav-btn {
  flex-shrink: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease;
}

.pdp-subnav-btn.is-active,
.pdp-subnav-btn:hover {
  background: #fff;
  color: #5c4f20;
  box-shadow: 0 2px 8px rgba(74, 63, 26, 0.08);
}

.pdp-subnav-top {
  margin-left: auto;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #5c4f20;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(74, 63, 26, 0.08);
}

.pdp-tab-panels {
  margin-top: 8px;
}

.pdp-tab-panel {
  display: none;
  padding: 8px 0 32px;
  animation: pdpFadeIn 0.35s ease;
}

.pdp-tab-panel.is-active {
  display: block;
}

@keyframes pdpFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.pdp-feature-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.pdp-feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 2px 12px rgba(74, 63, 26, 0.05);
  border: 1px solid #faf6ed;
}

.pdp-feature-block--reverse .pdp-feature-block-media {
  order: 2;
}

.pdp-feature-block--reverse .pdp-feature-block-text {
  order: 1;
}

.pdp-feature-block-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  max-height: 200px;
  background: #fffbf0;
}

.pdp-feature-block-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-feature-block-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fef8ea, #fff);
}

.pdp-feature-block-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #5c4f20;
  margin: 0 0 6px;
}

.pdp-feature-block-text p {
  margin: 0;
  color: #64748b;
  line-height: 1.5;
  font-size: 0.82rem;
}

.pdp-spec-table-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(74, 63, 26, 0.06);
  margin-bottom: 20px;
}

.pdp-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.pdp-spec-table th,
.pdp-spec-table td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #faf6ed;
  font-size: 0.92rem;
}

.pdp-spec-table th {
  width: 38%;
  font-weight: 600;
  color: #5c4f20;
  background: #f8fafc;
}

.pdp-spec-table tr:last-child th,
.pdp-spec-table tr:last-child td {
  border-bottom: none;
}

.pdp-lifestyle {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0 24px;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.pdp-lifestyle-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.pdp-lifestyle-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(74, 63, 26, 0.85) 0%, rgba(74, 63, 26, 0.4) 100%);
}

.pdp-lifestyle-inner {
  position: relative;
  z-index: 1;
  padding: 48px 40px;
  color: #fff;
  max-width: 520px;
}

.pdp-lifestyle-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 12px;
}

.pdp-lifestyle-inner p {
  margin: 0 0 20px;
  opacity: 0.9;
  line-height: 1.6;
}

.pdp-lifestyle-cta {
  display: inline-flex;
  width: auto;
}

.pdp-similar {
  margin: 48px 0 32px;
  padding: 28px 0 8px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.pdp-similar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 4px;
}

.pdp-similar .pdp-section-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  color: #5c4f20;
  letter-spacing: -0.02em;
}

.pdp-similar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pdp-similar-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #5c4f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 8px rgba(74, 63, 26, 0.08);
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.pdp-similar-arrow:hover {
  border-color: #5c4f20;
  background: #fffbf0;
}

.pdp-similar-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.pdp-similar-swiper {
  padding: 4px 2px 24px;
  overflow: visible;
}

.pdp-similar-swiper .swiper-slide {
  height: auto;
}

.pdp-similar .tsc-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pdp-similar .tsc-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pdp-similar .tsc-card-actions {
  margin-top: auto;
}

.pdp-rich--compact {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(74, 63, 26, 0.04);
}

.pdp-empty-msg {
  text-align: center;
  color: #64748b;
  padding: 32px;
}

.pdp-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.pdp-review-stars {
  color: #f59e0b;
}

.pdp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pdp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Trust bar */
.pdp-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
  padding: 24px 28px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(74, 63, 26, 0.06);
}

.pdp-trust-item {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.35;
}

.pdp-trust-item svg {
  display: block;
  margin: 0 auto 8px;
  color: #d4af37;
}

/* Sub nav */
.pdp-below-hero .pdp-subnav-wrap {
  background: rgba(248, 250, 252, 0.98);
}

.pdp-subnav-wrap {
  position: sticky;
  top: 72px;
  z-index: 20;
  background: rgba(232, 244, 252, 0.98);
  border-radius: 16px;
  margin-top: 24px;
  box-shadow: 0 2px 16px rgba(74, 63, 26, 0.06);
  backdrop-filter: blur(10px);
}

.pdp-subnav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pdp-subnav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

/* Content sections */
.page-product .pdp-section {
  margin-top: 12px;
  scroll-margin-top: 96px;
}

.pdp-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px;
  color: #111827;
}

#pdp-tab-features .pdp-section-title {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 600;
  margin-bottom: 12px;
}

#pdp-tab-features .pdp-section-title--decor::before,
#pdp-tab-features .pdp-section-title--decor::after {
  width: 36px;
  height: 2px;
}

.pdp-spec-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scrollbar-width: none;
  margin-bottom: 16px;
}

.pdp-spec-pills::-webkit-scrollbar {
  display: none;
}

.pdp-spec-pill {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid #d4af37;
  background: #fff;
  color: #5c4f20;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.pdp-spec-pill.is-active {
  background: #5c4f20;
  color: #fff;
  border-color: #5c4f20;
}

.pdp-spec-panel {
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  line-height: 1.75;
  color: #475569;
  font-size: 0.95rem;
}

.pdp-spec-panel.is-active {
  display: block;
}

.pdp-spec-panel ul {
  margin: 0;
  padding-left: 1.2rem;
}

.pdp-rich {
  line-height: 1.75;
  color: #475569;
}

/* Reviews */
.pdp-reviews-summary {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: start;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
}

.pdp-rating-big {
  background: #22c55e;
  color: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
}

.pdp-rating-big strong {
  font-size: 2rem;
  display: block;
}

.pdp-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
  border: 1px solid #f1f5f9;
}

.pdp-similar {
  margin-top: 48px;
}

/* Mobile — stacked, no overlap */
@media (max-width: 991.98px) {
  .product-showcase-wrapper,
  .pdp-tsc-main {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .image-showcase,
  .pdp-gallery-frame {
    position: relative;
    top: auto;
    margin-right: 0;
    height: auto;
    max-height: none;
    min-height: 0;
    border-radius: 0;
  }

  .pdp-zoom-stage {
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 88px;
    background: #fef9eb !important;
  }

  .main-product-image,
  .pdp-main-img {
    transform: none;
  }

  .thumbnail-strip,
  .pdp-thumbs-inframe {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 32px);
    bottom: 16px;
  }

  .floating-actions,
  .pdp-gallery-stage > .pdp-float-actions {
    right: 16px;
    top: 42%;
    transform: translateY(-50%);
  }

  .floating-actions .pdp-float-btn--glass,
  .pdp-float-btn--glass {
    width: 48px;
    height: 48px;
  }

  .pdp-hero-nav--next {
    right: 14px;
  }

  .pdp-buy-col {
    margin: 0;
    padding: 12px 0 16px;
  }

  .product-details-panel,
  .pdp-buy-scroll {
    margin-left: 0;
    max-width: 100%;
    height: auto;
    max-height: min(520px, 68vh);
    border-radius: 22px;
  }

  .pdp-gallery-card--large .pdp-hero-wrap {
    min-height: 280px;
    aspect-ratio: 4/3;
  }

  .pdp-icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdp-float-actions--mid {
    top: auto;
    bottom: 90px;
    transform: none;
  }

  .pdp-highlights-bar {
    font-size: 0.65rem;
    padding: 12px 8px;
  }

  .pdp-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .pdp-subnav-wrap {
    top: 64px;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 0;
  }

  .pdp-reviews-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pdp-buy-body {
    padding: 16px;
  }

  .pdp-feature-block {
    grid-template-columns: 1fr;
  }

  .pdp-feature-block--reverse .pdp-feature-block-media,
  .pdp-feature-block--reverse .pdp-feature-block-text {
    order: unset;
  }

  .pdp-cta-row--dual {
    grid-template-columns: 1fr;
  }

  .pdp-zoom-stage {
    cursor: default;
  }

  .pdp-lifestyle-inner {
    padding: 32px 20px;
  }
}

@media (max-width: 575.98px) {
  .pdp-tsc .container-pdp {
    padding: 0 12px;
  }

  .pdp-btn-row-2 {
    grid-template-columns: 1fr;
  }

  .pdp-qty-cart {
    flex-direction: column;
  }

  .pdp-qty {
    justify-content: center;
  }
}

/* ——— TSC extras: FAB, rating, features scroll, colors, mobile bar ——— */

.pdp-fab-rail {
  position: fixed;
  right: max(16px, calc((100vw - 1180px) / 2 + 8px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.pdp-fab-rail .pdp-fab {
  pointer-events: auto;
}

.pdp-fab {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fef8ea;
  color: #5c4f20;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(74, 63, 26, 0.12);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pdp-fab:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(74, 63, 26, 0.18);
}

.pdp-title-row .pdp-rating-pill,
.pdp-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  color: #111827;
  flex-shrink: 0;
}

.pdp-rating-star {
  color: #22c55e;
  font-size: 1rem;
}

.pdp-rating-count {
  color: #64748b;
  font-weight: 400;
}

.pdp-features-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  margin-bottom: 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pdp-features-scroll::-webkit-scrollbar {
  display: none;
}

.pdp-feature-pill {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-width: 110px;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.25;
}

.pdp-feature-pill-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-feature-pill-icon svg {
  width: 22px;
  height: 22px;
}

.pdp-feature-pill--text {
  justify-content: center;
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 10px;
  max-width: none;
}

.pdp-color-block {
  margin-bottom: 14px;
}

.pdp-color-block .pdp-field-label {
  margin-bottom: 10px;
  font-size: 0.92rem;
}

.pdp-color-block .pdp-field-label strong {
  color: #5c4f20;
  font-weight: 700;
}

.pdp-color-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pdp-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: var(--swatch, #cbd5e1);
  cursor: pointer;
  padding: 0;
  position: relative;
}

.pdp-swatch.is-active {
  border-color: #5c4f20;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #5c4f20;
}

.pdp-btn-outline--red {
  border-color: #d32f2f;
  color: #d32f2f;
}

.pdp-btn-outline--red:hover {
  background: #fff1f2;
}

.pdp-section-title--decor {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pdp-section-title--decor::before,
.pdp-section-title--decor::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #94a3b8 20%, #5c4f20 50%, #94a3b8 80%, transparent);
  max-width: 200px;
}

.pdp-section-title--decor span {
  flex-shrink: 0;
}

.pdp-mobile-bar {
  display: none;
}

.pdp-breadcrumb--desktop {
  display: block;
}

@media (max-width: 991.98px) {
  .pdp-fab-rail {
    display: none;
  }

  .pdp-breadcrumb--desktop {
    display: none;
  }

  .pdp-tsc {
    padding-bottom: 8px;
  }

  .product-details-panel,
  .pdp-buy-scroll {
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2;
  }

  .pdp-gallery-card--large .pdp-hero-wrap {
    border-radius: 0;
  }

  .pdp-order-block .pdp-btn-cart {
    display: none;
  }

  .pdp-mobile-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 24px rgba(74, 63, 26, 0.08);
  }

  .pdp-mobile-bar-price {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
  }

  .pdp-mobile-bar-label {
    font-size: 0.72rem;
    color: #64748b;
    width: 100%;
  }

  .pdp-mobile-bar-price strong {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111827;
  }

  .pdp-mobile-off {
    font-size: 0.72rem;
    font-weight: 700;
    background: #fef08a;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .pdp-mobile-cart {
    flex-shrink: 0;
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 14px 22px;
    cursor: pointer;
    text-transform: capitalize;
  }

  .page-product .mobile-bottom-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pdp-mobile-bar {
    display: none !important;
  }
}

/* PDP v4 — TSC reference layout */
.pdp-tsc .container-pdp {
  max-width: 1280px;
  padding: 0 28px;
}

.pdp-breadcrumb--desktop {
  padding: 16px 0 20px;
  font-size: 14px;
  color: #64748b;
}

.pdp-breadcrumb--desktop a {
  color: #64748b;
  text-decoration: none;
}

.pdp-breadcrumb--desktop a:hover {
  color: #5c4f20;
}

.pdp-bc-sep {
  margin: 0 8px;
  color: #cbd5e1;
}

.pdp-bc-current {
  color: #5c4f20;
  font-weight: 600;
}

.pdp-showcase {
  margin-bottom: 24px;
}

.pdp-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #5c4f20;
  line-height: 1.25;
  margin: 0;
}

.pdp-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  margin-top: 8px;
}

.pdp-rating-star {
  color: #16a34a;
}

.pdp-buy-body {
  padding: 16px 22px 22px;
}

.pdp-title-row {
  margin-bottom: 12px;
}

.pdp-price-block {
  margin: 14px 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #faf6ed;
}

.pdp-order-block {
  margin-top: 16px;
  padding-top: 0;
  border-top: none;
}

.pdp-order-block h3 {
  display: none;
}

.pdp-qty-cart {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

.pdp-btn-buy {
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: #d32f2f;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.pdp-btn-buy:hover {
  background: #b71c1c;
}

.pdp-btn-cart {
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pdp-qty {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.pdp-offers,
.pdp-delivery-block {
  margin-top: 18px;
}

.pdp-highlights-bar {
  background: #faecd0;
  padding: 14px 12px;
  color: #5c4f20;
}

.pdp-highlight-text {
  font-size: 0.68rem;
}

.pdp-price-current {
  font-size: 1.75rem;
  font-weight: 800;
  color: #5c4f20;
}

.pdp-price-off {
  background: #fef9c3;
  color: #854d0e;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
}

.pdp-btn-store--full {
  background: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  padding: 14px 20px;
  margin-top: 12px;
}

.pdp-btn-outline--red {
  border-color: #d32f2f;
  color: #d32f2f;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .product-showcase-wrapper,
  .pdp-tsc-main {
    grid-template-columns: 54% 46%;
    gap: 0;
  }

  .image-showcase,
  .pdp-gallery-frame {
    margin-right: -64px;
    border-radius: 32px;
    box-shadow: 0 16px 48px rgba(74, 63, 26, 0.08);
    top: 92px;
    height: calc(100vh - 108px);
    max-height: calc(100vh - 108px);
  }

  .product-details-panel,
  .pdp-buy-scroll {
    border-radius: 32px;
    box-shadow: 0 20px 56px rgba(74, 63, 26, 0.14);
    max-height: calc(100vh - 108px);
  }

  .pdp-buy-col {
    margin-left: -48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-product-image,
  .pdp-main-img {
    transform: scale(1.02);
    transform-origin: center center;
  }

  .pdp-zoom-stage {
    bottom: 96px;
  }

  .floating-actions,
  .pdp-gallery-stage > .pdp-float-actions {
    right: 92px;
    top: 38%;
  }

  .pdp-gallery-stage > .pdp-hero-nav--next {
    right: 80px;
  }

  .pdp-highlights-bar {
    border-radius: 32px 32px 0 0;
  }
}

@media (max-width: 991.98px) {
  .pdp-qty-cart {
    grid-template-columns: 1fr;
  }

  .pdp-buy-col {
    margin-left: 0;
    padding-top: 0;
  }

  .image-showcase,
  .pdp-gallery-frame {
    margin-right: 0;
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    min-height: 320px;
  }
}
