.pp-product-page {
  color: var(--pp-text);
  max-width: 100%;
  overflow-x: clip;
}

.pp-breadcrumbs .pp-breadcrumb {
  --bs-breadcrumb-divider-color: var(--pp-text-muted);
  --bs-breadcrumb-item-active-color: var(--pp-text-soft);
  margin-bottom: 0;
}

.pp-breadcrumbs a {
  color: var(--pp-accent);
}








/*  TOP SECTION GALLERY + PRODUCT INFO   */
.pp-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(340px, 460px);
  gap: 1.5rem;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.pp-gallery-card,
.pp-summary-card,
.pp-panel {
  background: rgba(18, 21, 27, 0.94);
  border: 1px solid var(--pp-border);
  border-radius: 24px;
  box-shadow: var(--pp-shadow-sm);
}

.pp-gallery-card {
  width: 100%;
  max-width: 700px;
  padding: 1rem;
  position: static;
  justify-self: stretch;
}

.pp-main-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: #0d1015;
  border: 1px solid #ffffff08;
}

.pp-main-image {
  width: 100%;
  height: clamp(360px, 36vw, 540px);
  object-fit: contain;
  display: block;
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.pp-main-image:hover {
  transform: scale(1.01);
}

.pp-thumbnail-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.pp-thumbnail {
  min-width: 0;
  border: 1px solid var(--pp-border);
  background: #0d1015;
  border-radius: 16px;
  overflow: hidden;
  padding: 0.25rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.pp-thumbnail img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  display: block;
}


.pp-thumbnail:hover,
.pp-thumbnail.is-active {
  border-color: #d6c49ad9;
  transform: translateY(-1px);
}

.pp-gallery-note {
  margin-top: 0.8rem;
  color: var(--pp-text-muted);
  font-size: 0.9rem;
}







/* TOP OF THE PAGE PRODUCT SUMMARY SECTION */
.pp-summary-card {
  width: 100%;
  max-width: 460px;
  padding: 1.35rem;
  justify-self: stretch;
}

.pp-product-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.pp-brand-chip,
.pp-category-chip,
.pp-discount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.pp-brand-chip {
  background: rgba(214, 196, 154, 0.12);
  color: var(--pp-accent-strong);
  border: 1px solid rgba(214, 196, 154, 0.18);
  padding: 0.35rem 0.65rem;
}

.pp-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pp-category-chip {
  background: rgba(255, 255, 255, 0.05);
  color: var(--pp-text-soft);
  border: 1px solid var(--pp-border);
  padding: 0.3rem 0.6rem;
}

.pp-product-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0.35rem 0 0.9rem;
}

.pp-rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.pp-stars {
  color: #e0b15a;
  display: inline-flex;
  gap: 0.15rem;
  font-size: 1rem;
}

.pp-rating-meta {
  display: inline-flex;
  gap: 0.4rem;
  align-items: baseline;
  color: var(--pp-text-muted);
}

.pp-price-box {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--pp-border);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 1rem;
}

.pp-price-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.pp-old-price {
  color: var(--pp-text-muted);
  text-decoration: line-through;
}

.pp-discount-pill {
  background: rgba(127, 209, 167, 0.14);
  color: var(--pp-success);
  border: 1px solid rgba(127, 209, 167, 0.22);
  padding: 0.25rem 0.55rem;
}

.pp-current-price {
  font-size: 2.1rem;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}

.pp-stock-box {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--pp-text-soft);
}

.pp-stock-label {
  color: var(--pp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.pp-key-specs-card {
  padding-top: 0.25rem;
  margin-bottom: 1rem;
}

.pp-section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
}

.pp-key-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.pp-key-spec {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid var(--pp-border);
  background: rgba(255, 255, 255, 0.03);
}

.pp-key-spec-label {
  display: block;
  color: var(--pp-text-muted);
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  text-transform: capitalize;
}

.pp-key-spec-value {
  display: block;
  font-weight: 700;
  color: var(--pp-text);
}

.pp-cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.pp-cart-btn {
  background-color: #006700;
  color: ivory;
  width: 100%;
  min-height: 48px;
}

.pp-cart-btn:hover {
  background-color: #005b00;
}







/*  PRODUCT UNAVAILABLE RULES  */
.pp-product-unavailable-alert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 193, 7, 0.35);
  border-radius: 18px;
  background: rgba(255, 193, 7, 0.08);
  color: var(--pp-text);
}

.pp-product-unavailable-alert strong {
  display: block;
  color: #f8d775;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.pp-product-unavailable-alert p {
  color: var(--pp-text-soft);
}

.pp-product-unavailable-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255, 193, 7, 0.14);
  color: #f8d775;
  font-size: 1.2rem;
}

.pp-product-hero--inactive {
  opacity: 0.58;
  filter: grayscale(0.4);
}

.pp-product-hero--inactive .pp-thumbnail,
.pp-product-hero--inactive .pp-main-image-wrap {
  cursor: default;
}

.pp-cart-btn--disabled,
.pp-cart-btn--disabled:hover,
.pp-cart-btn--disabled:focus {
  cursor: not-allowed;
  opacity: 1;
  color: var(--pp-text-soft);
  background: rgba(148, 163, 184, 0.14);
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow: none;
}


/*  PRODUCT OUT OF STOCK RULES  */
.pp-product-out-of-stock-alert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(220, 53, 69, 0.35);
  border-radius: 18px;
  background: rgba(220, 53, 69, 0.08);
  color: var(--pp-text);
}

.pp-product-out-of-stock-alert strong {
  display: block;
  color: #ffb5b5;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.pp-product-out-of-stock-alert p {
  color: var(--pp-text-soft);
}

.pp-product-out-of-stock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(220, 53, 69, 0.14);
  color: #ffb5b5;
  font-size: 1.2rem;
}











.pp-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0;
  justify-content: center;
}

.pp-section-link {
  border: 1px solid var(--pp-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--pp-text);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 600;
  
}
 
.pp-section-link:hover {
  border-color: rgba(214, 196, 154, 0.55);
}



#main-sections-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}


.pp-content-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 65rem;
  max-width: 80vw;
}

.pp-panel {
  padding: 1.35rem;
  width: 100%;
  box-sizing: border-box;
}

.pp-description {
  color: var(--pp-text-soft);
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
}

.pp-description p {
  margin-bottom: 3rem;
}

.pp-description-figure {
  margin: 1rem 0 1.25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--pp-border);
  background: #0d1015;
}

.pp-description-figure img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

#specs-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pp-spec-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  width: min(100%, 46rem);
}

.pp-spec-table {
  margin-bottom: 0;
}

.pp-spec-table th,
.pp-spec-table td {
  color: var(--pp-text);
  border-color: rgba(255, 255, 255, 0.06);
  padding: 0.9rem 1rem;
  vertical-align: top;
}

.pp-spec-table th {
  width: 38%;
  color: var(--pp-text-soft);
  font-weight: 600;
  text-transform: capitalize;
}

.pp-spec-table tbody tr:nth-child(odd) > th,
.pp-spec-table tbody tr:nth-child(odd) > td {
  background: #48454506 !important;
}

.pp-spec-table tbody tr:nth-child(even) > th,
.pp-spec-table tbody tr:nth-child(even) > td {
  background: #12151bf0 !important;
}



.pp-review-list,
.pp-question-list {
  display: grid;
  gap: 3rem;
}

.pp-review-card,
.pp-question-card {
  border-radius: 18px;
  border: 1px solid var(--pp-border);
  background: #ffffff08;
  padding: 1.25rem;
}

.pp-review-header,
.pp-question-top,
.pp-reply-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.pp-review-user,
.pp-question-user {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.pp-review-avatar,
.pp-question-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(214, 196, 154, 0.35);
}

.pp-review-date,
.pp-question-date {
  color: var(--pp-text-muted);
  font-size: 0.85rem;
}

.pp-review-stars {
  color: #e0b15a;
  display: flex;
  gap: 0.15rem;
  margin: 0.8rem 0 0.5rem;
}

.pp-review-text,
.pp-question-text,
.pp-reply-text,
.pp-reply-question-text {
  color: var(--pp-text-soft);
  margin-bottom: 0;
  line-height: 1.7;
}

.pp-vote-row {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.pp-vote-btn {
  border: 1px solid var(--pp-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--pp-text);
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
}

.pp-vote-btn:hover {
  border-color: rgba(214, 196, 154, 0.5);
}





/* PRODUCT ADD QUESTION BUTTON  */
.ask-question-btn-section{
  width: 100%;
  height: 6rem;
  padding: 1rem;
  text-align: center;
}

.ask-question-btn-section .ask-question-btn{
  height: 3.4rem;
  width: 10rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  color: black;
  background-color: #d6c49ad9;
  font-family: "Roboto Condensed", sans-serif;
}
.ask-question-btn-section .ask-question-btn:hover{

  background-color: #d6c49ac3;

}





.pp-question-actions,
.pp-reply-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pp-question-reply {
  margin-top: 1.5rem;
  margin-left: 3rem;
  padding-left: 1rem;
  border-left: 2px solid #d6c49a38;
}

.pp-reply-label {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: var(--pp-accent-strong);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pp-reply-card {
  border: 1px solid var(--pp-border);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 0.9rem;
}

.pp-reply-card + .pp-reply-card {
  margin-top: 3rem;
}

.pp-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.pp-pagination .page-link {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--pp-border);
  color: var(--pp-text);
}

.pp-pagination .page-item.active .page-link {
  background: rgba(214, 196, 154, 0.15);
  border-color: rgba(214, 196, 154, 0.4);
  color: var(--pp-accent-strong);
}

.pp-modal-surface {
  background: var(--pp-surface-2);
  color: var(--pp-text);
  border: 1px solid var(--pp-border);
  border-radius: 22px;
  box-shadow: var(--pp-shadow-lg);
}


/* === ADD TO CART CONFIRMATION MODAL === */
.pp-cart-modal-body {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pp-cart-confirmation {
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.pp-cart-icon {
  color: #28a745;
  font-size: 50px;
  line-height: 1;
}

.pp-cart-text {
  font-size: 1.1rem;
  line-height: 1.2;
}





/* PRODUCT IMAGE GALLERY MODAL */
.pp-gallery-modal-surface {
  overflow: hidden;
}

.pp-gallery-modal-header {
  align-items: center;
  padding: 0.9rem 1rem 0.4rem;
}

.pp-gallery-counter {
  color: var(--pp-text-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.pp-image-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.pp-image-modal-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem 1rem;
}


.pp-modal-image-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  overflow: hidden;
  border-radius: 18px;
  background: #0d1015;
  border: 1px solid rgba(255, 255, 255, 0.06);
  touch-action: none;
  cursor: grab;
}

.pp-modal-image-stage.is-zoomed {
  cursor: move;
}

.pp-modal-image-stage.is-dragging {
  cursor: grabbing;
}

.pp-modal-image {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: 18px;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  transition: transform 0.16s ease;
  will-change: transform;
}

.pp-modal-image.is-zooming,
.pp-modal-image.is-panning {
  transition: none;
}


.pp-main-image-wrap {
  touch-action: pan-y;
}

.pp-main-image {
  user-select: none;
  -webkit-user-drag: none;
}

.pp-image-nav {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 16, 21, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-image-nav:hover {
  background: rgba(214, 196, 154, 0.18);
}

.pp-modal-thumbnail-shell {
  padding: 0 1rem 1rem;
}

.pp-modal-thumbnail-row {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.2rem 0 0.4rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.pp-modal-thumbnail {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border: 1px solid var(--pp-border);
  background: #0d1015;
  border-radius: 14px;
  overflow: hidden;
  padding: 0.2rem;
  scroll-snap-align: start;
  opacity: 0.72;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.pp-modal-thumbnail:hover,
.pp-modal-thumbnail.is-active {
  opacity: 1;
  border-color: #d6c49ad9;
  transform: translateY(-1px);
}

.pp-modal-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}




.pp-staff-inline-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -3px;
}







/* RESPONSIVE RULES */

@media (max-width: 1199px) {
  .pp-product-hero {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .pp-gallery-card,
  .pp-summary-card {
    max-width: 760px;
    justify-self: stretch;
  }

  .pp-main-image {
    height: clamp(320px, 60vw, 560px);
  }
}




@media (max-width: 768px) {
  .pp-product-page {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-x: clip;
  }

  .pp-summary-card,
  .pp-panel,
  .pp-gallery-card {
    padding: 1rem;
  }

  .pp-key-specs-grid {
    grid-template-columns: 1fr;
  }

  .pp-review-header,
  .pp-question-top,
  .pp-reply-head {
    flex-direction: column;
  }

  .pp-cart-icon {
    font-size: 40px;
  }

  #main-sections-wrapper {
    align-items: stretch !important;
  }

  .pp-content-grid {
    width: 100%;
    max-width: 100%;
  }

  #specs-section {
    align-items: stretch !important;
  }

  .pp-spec-table-wrap {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    border-radius: 14px;
  }

  .pp-spec-table {
    width: 100%;
    min-width: 0;
  }

  .pp-spec-table th,
  .pp-spec-table td {
    padding: 0.75rem 0.65rem;
  }

  .pp-spec-table th {
    width: 44%;
  }

  .pp-gallery-card {
    padding: 0.75rem;
  }

  .pp-main-image-wrap {
    border-radius: 16px;
  }

  .pp-main-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .pp-thumbnail-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 0.55rem;
    padding-bottom: 0;
  }

  .pp-thumbnail {
    width: 100%;
    min-width: 0;
    flex: initial;
  }

  .pp-thumbnail img {
    height: 58px;
  }

  .pp-gallery-note {
    display: none;
  }

  .pp-gallery-modal .modal-dialog {
    margin: 0;
  }

  .pp-gallery-modal-surface {
    min-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }

  .pp-gallery-modal-header {
    flex: 0 0 auto;
    padding: 0.8rem 1rem 0.25rem;
  }

  .pp-image-modal-body {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.75rem;
    min-height: 0;
  }

  .pp-modal-image-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 16px;
  }

  .pp-modal-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .pp-image-nav {
    display: none;
  }

  .pp-modal-thumbnail-shell {
    flex: 0 0 auto;
    padding: 0 0.75rem 0.85rem;
  }

  .pp-modal-thumbnail-row {
    gap: 0.55rem;
    overflow-x: auto;
    max-width: 100%;
  }

  .pp-modal-thumbnail {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
  }
}




@media (max-width: 575px) {
  .pp-product-page {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .pp-product-title {
    font-size: 1.45rem;
  }

  .pp-current-price {
    font-size: 1.8rem;
  }

  .pp-cta-row {
    flex-direction: column;
  }

  .pp-cart-btn,
  .pp-secondary-btn {
    width: 100%;
  }

  .pp-gallery-card,
  .pp-summary-card,
  .pp-panel {
    border-radius: 18px;
  }

  .pp-section-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
  }

  .pp-section-link {
    flex: 0 0 auto;
  }
}




@media (max-width: 480px) {
  .pp-panel {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .pp-spec-table th,
  .pp-spec-table td {
    font-size: 0.88rem;
    padding: 0.7rem 0.55rem;
  }

  .pp-spec-table th {
    width: 46%;
  }

  .pp-thumbnail-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-thumbnail img {
    height: 54px;
  }

  .pp-modal-thumbnail-shell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .pp-modal-thumbnail {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .pp-gallery-counter {
    font-size: 0.85rem;
  }
}



@media (max-width: 1180px) and (max-height: 620px) and (orientation: landscape) {
  .pp-gallery-modal .modal-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
  }

  .pp-gallery-modal.modal.show .modal-dialog {
    transform: none;
  }

  .pp-gallery-modal-surface {
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }

  .pp-gallery-modal-header {
    flex: 0 0 auto;
    padding: 0.45rem 0.85rem 0.2rem;
  }

  .pp-image-modal-body {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0.25rem 0.5rem 0.4rem;
  }

  .pp-modal-image-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 12px;
  }

  .pp-modal-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .pp-image-nav {
    display: none;
  }

  .pp-modal-thumbnail-shell {
    flex: 0 0 auto;
    padding: 0 0.65rem 0.45rem;
  }

  .pp-modal-thumbnail-row {
    gap: 0.45rem;
    overflow-x: auto;
    max-width: 100%;
  }

  .pp-modal-thumbnail {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
  }

  .pp-gallery-counter {
    font-size: 0.8rem;
  }
}