body[data-page="catalogo"] {
  background: #f4f5f7;
  color: #15171a;
  min-width: 0;
}

body[data-page="catalogo"] .app-shell > main {
  display: block;
}

.pdp-page {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 72px;
  overflow: visible;
}

.pdp-breadcrumb {
  display: flex;
  gap: 7px;
  min-height: 32px;
  margin: 0 0 18px !important;
  color: #747980 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-breadcrumb a {
  color: #50555c !important;
  font-weight: 600;
  text-decoration: none;
}

.pdp-breadcrumb a:hover {
  color: #ff5a0a !important;
}

.pdp-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: 28px !important;
  align-items: stretch !important;
}

.pdp-gallery-card,
.pdp-summary {
  background: #fff;
  border: 1px solid #e4e6e9;
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(20, 24, 30, .07);
}

.pdp-gallery-card {
  padding: 22px;
}

.pdp-gallery-main {
  max-height: none !important;
  min-height: 560px;
  aspect-ratio: 1.16 / 1 !important;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 45%, #fff 0, #fff 43%, #f4f5f6 100%) !important;
}

.pdp-gallery-main img {
  padding: 24px;
  object-fit: contain !important;
}

.pdp-gallery-thumbs {
  gap: 12px !important;
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #eceef0;
}

.pdp-gallery-thumbs .gallery-thumb {
  width: 84px !important;
  height: 84px !important;
  border-color: #dfe2e6 !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.pdp-gallery-thumbs .gallery-thumb:hover,
.pdp-gallery-thumbs .gallery-thumb--active {
  border-color: #ff5a0a !important;
  box-shadow: 0 0 0 3px rgba(255, 90, 10, .12);
}

.pdp-summary {
  padding: 44px 42px;
  align-self: stretch;
}

.pdp-brand {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff0e8;
  color: #e94d00 !important;
  font-weight: 800;
  letter-spacing: 1.2px !important;
}

.pdp-title {
  margin: 18px 0 12px !important;
  color: #101214;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(36px, 3vw, 52px);
  line-height: .98;
  letter-spacing: -.8px;
}

.pdp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.pdp-meta span {
  padding: 6px 10px;
  border: 1px solid #e4e6e9;
  border-radius: 8px;
  color: #70757c;
  font-size: 12px;
  font-weight: 600;
}

.pdp-old-price {
  display: block;
  margin-bottom: 3px;
  color: #92979d !important;
}

.pdp-price {
  margin: 0 0 24px !important;
  color: #ff5a0a !important;
  font-family: "Rajdhani", sans-serif;
  font-size: 46px !important;
  line-height: 1;
}

.pdp-short-description {
  margin: 0;
  color: #5d6269 !important;
  font-size: 16px;
  line-height: 1.75 !important;
}

.pdp-summary .size-selector {
  margin-top: 28px !important;
  padding-top: 24px;
  border-top: 1px solid #eceef0;
}

.pdp-summary .size-selector label {
  color: #30343a !important;
}

.pdp-summary .size-pill {
  min-width: 52px;
  border: 1px solid #d8dbe0;
  background: #fff;
  color: #25282d;
}

.pdp-summary .size-pill:hover:not(.is-disabled),
.pdp-summary .size-pill.is-active {
  border-color: #ff5a0a;
  background: #fff0e8;
  color: #e94d00;
}

.pdp-actions {
  margin-top: 30px !important;
}

.pdp-actions .btn {
  min-height: 56px;
  border-radius: 12px;
  font-size: 15px;
}

.pdp-actions .btn-gold {
  background: #ff5a0a;
  border-color: #ff5a0a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 90, 10, .22);
}

.pdp-actions .btn-gold-outline {
  border-color: #dfe2e6;
  background: #fff;
  color: #16181b;
}

.pdp-page .detail-accordion-grid {
  gap: 16px;
  margin-top: 42px;
}

.pdp-page .detail-accordion-grid > .accordion-item {
  border: 1px solid #e1e4e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 24, 30, .05);
}

.pdp-page .accordion-header {
  min-height: 62px;
  padding: 18px 22px;
  color: #17191d;
  text-align: left;
}

.pdp-page .accordion-header:hover {
  background: #fff7f2;
}

.pdp-page .accordion-header .icon-svg,
.pdp-page .accordion-chevron,
.pdp-page .spec-table th {
  color: #ff5a0a;
}

.pdp-page .accordion-content,
.pdp-page .spec-table td {
  color: #555b62;
}

.pdp-page .spec-table tr {
  border-color: #eceef0;
}

.pdp-page .spec-table tr:nth-child(even) {
  background: #f8f9fa;
}

.pdp-size-guide-image {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 10px;
  background: #f7f8f9;
}

@media (max-width: 1180px) {
  .pdp-page {
    width: min(100% - 28px, 1120px);
  }

  .pdp-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
    gap: 18px !important;
  }

  .pdp-gallery-main {
    min-height: 480px;
  }

  .pdp-summary {
    padding: 34px 30px;
  }
}

@media (max-width: 900px) {
  .pdp-hero {
    grid-template-columns: 1fr;
  }

  .pdp-gallery-main {
    min-height: 460px;
  }
}
