:root {
    --pd-ink: #1d1b19;
    --pd-muted: #746f69;
    --pd-line: #e9e3dc;
    --pd-soft: #f8f5f1;
    --pd-accent: #b78b5c;
    --pd-dark: #1d1b19;
}

.pd-page {
    background:
        linear-gradient(to bottom, #fcfaf7 0, #fcfaf7 620px, #fff 620px, #fff 100%);
    padding: 28px 0 76px;
}

.pd-page .container {
    max-width: 1180px;
}

.pd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--pd-muted);
    font-size: .84rem;
    margin: 8px 0 28px;
}

.pd-breadcrumb a {
    color: var(--pd-dark);
    text-decoration: none;
    font-weight: 600;
}

.pd-breadcrumb strong {
    color: var(--pd-muted);
    font-weight: 500;
}

.pd-product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    gap: 64px;
    align-items: start;
}

.pd-gallery {
    min-width: 0;
}

.pd-image-stage {
    position: relative;
    min-height: 585px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(54, 42, 28, .06);
}

.pd-main-image {
    width: 100%;
    height: 585px;
    object-fit: contain;
    padding: 34px;
}

.pd-image-empty {
    min-height: 520px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 16px;
    color: var(--pd-muted);
}

.pd-empty-mark {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pd-dark);
    color: white;
    font-size: 1.6rem;
    font-weight: 800;
}

.pd-custom-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(29, 27, 25, .94);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.pd-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    padding: 2px 2px 5px;
}

.pd-thumb {
    flex: 0 0 84px;
    height: 84px;
    padding: 7px;
    border: 1px solid var(--pd-line);
    border-radius: 14px;
    background: #fff;
}

.pd-thumb:hover,
.pd-thumb.active {
    border-color: var(--pd-dark);
}

.pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-gallery-note {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px;
    color: var(--pd-muted);
    font-size: .82rem;
}

.pd-summary {
    position: sticky;
    top: 102px;
}

.pd-category {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    color: var(--pd-accent);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 11px;
}

.pd-summary h1 {
    font-size: clamp(2.25rem, 3.5vw, 3.45rem);
    line-height: 1.03;
    letter-spacing: -.04em;
    margin: 0 0 10px;
    color: var(--pd-ink);
}

.pd-sku {
    color: var(--pd-muted);
    font-size: .85rem;
}

.pd-short-description {
    color: #57514b;
    font-size: 1rem;
    line-height: 1.7;
    margin: 22px 0 0;
}

.pd-price-panel {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: end;
    padding: 26px 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--pd-line);
    border-bottom: 1px solid var(--pd-line);
}

.pd-price-label,
.pd-section-label {
    display: block;
    font-size: .73rem;
    color: var(--pd-muted);
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 700;
    margin-bottom: 6px;
}

.pd-price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.pd-order-meta {
    display: flex;
    gap: 28px;
}

.pd-order-meta div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pd-order-meta span {
    color: var(--pd-muted);
    font-size: .72rem;
}

.pd-order-meta strong {
    font-size: .88rem;
}

.pd-occasions {
    padding: 22px 0 4px;
}

.pd-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pd-pill {
    background: #fff;
    border: 1px solid var(--pd-line);
    color: #544e49;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .76rem;
    font-weight: 600;
}

.pd-purchase-card {
    margin-top: 22px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--pd-line);
    box-shadow: 0 18px 44px rgba(52, 41, 29, .06);
}

.pd-purchase-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.pd-form-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
}

.pd-form-grid label {
    display: block;
    font-size: .77rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.pd-form-grid input {
    width: 100%;
    height: 47px;
    border: 1px solid #dcd6cf;
    border-radius: 10px;
    padding: 0 13px;
    outline: none;
}

.pd-form-grid input:focus {
    border-color: var(--pd-dark);
}

.pd-qty-wrap {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    border: 1px solid #dcd6cf;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.pd-qty-wrap input {
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
}

.pd-qty-wrap input::-webkit-outer-spin-button,
.pd-qty-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pd-qty-btn {
    border: 0;
    background: var(--pd-soft);
    font-size: 1.1rem;
}

.pd-help-text {
    margin-top: 11px;
    color: var(--pd-muted);
    font-size: .76rem;
    line-height: 1.5;
}

.pd-primary-button {
    width: 100%;
    height: 52px;
    margin-top: 17px;
    border: 0;
    border-radius: 11px;
    background: var(--pd-dark);
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    font-weight: 700;
    transition: .2s ease;
}

.pd-primary-button:hover {
    transform: translateY(-1px);
    background: #000;
}

.pd-secondary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.pd-secondary-button,
.pd-whatsapp-button {
    min-height: 47px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 650;
    font-size: .88rem;
}

.pd-secondary-button {
    border: 1px solid var(--pd-dark);
    color: var(--pd-dark);
    background: #fff;
}

.pd-whatsapp-button {
    border: 1px solid #188b52;
    background: #188b52;
    color: #fff;
}

.pd-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.pd-trust-grid > div {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 12px 6px;
}

.pd-trust-icon {
    color: var(--pd-accent);
    font-size: 1rem;
}

.pd-trust-grid strong,
.pd-trust-grid small {
    display: block;
}

.pd-trust-grid strong {
    font-size: .75rem;
    margin-bottom: 2px;
}

.pd-trust-grid small {
    color: var(--pd-muted);
    font-size: .67rem;
    line-height: 1.35;
}

.pd-about-section {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 70px;
    padding: 78px 0 48px;
    margin-top: 35px;
    border-top: 1px solid var(--pd-line);
}

.pd-section-heading span,
.pd-card-header span,
.pd-eyebrow {
    color: var(--pd-accent);
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.pd-section-heading h2,
.pd-related-header h2 {
    font-size: 2rem;
    letter-spacing: -.025em;
    margin: 7px 0 0;
}

.pd-about-copy {
    color: #57514b;
    line-height: 1.9;
    white-space: pre-line;
    max-width: 760px;
}

.pd-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 42px;
}

.pd-info-card {
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 18px;
    overflow: hidden;
}

.pd-card-header {
    padding: 23px 25px 18px;
    border-bottom: 1px solid var(--pd-line);
}

.pd-card-header h3 {
    font-size: 1.15rem;
    margin: 5px 0 0;
}

.pd-spec-list {
    padding: 7px 25px 18px;
}

.pd-spec-list > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #f0ece7;
}

.pd-spec-list > div:last-child {
    border-bottom: 0;
}

.pd-spec-list span {
    color: var(--pd-muted);
}

.pd-no-data {
    padding: 28px 25px;
    color: var(--pd-muted);
    line-height: 1.6;
}

.pd-pricing-table {
    padding: 12px 25px 20px;
}

.pd-pricing-head,
.pd-pricing-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 13px 0;
}

.pd-pricing-head {
    color: var(--pd-muted);
    font-size: .73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid var(--pd-dark);
}

.pd-pricing-row {
    border-bottom: 1px solid #f0ece7;
}

.pd-pricing-head span:last-child,
.pd-pricing-row strong {
    text-align: right;
}

.pd-related-section {
    margin-top: 80px;
    padding-top: 48px;
    border-top: 1px solid var(--pd-line);
}

.pd-related-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 26px;
}

.pd-related-header a {
    color: var(--pd-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: .85rem;
}

.pd-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.pd-related-card {
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 15px;
    overflow: hidden;
}

.pd-related-image {
    display: block;
    height: 220px;
    background: var(--pd-soft);
}

.pd-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 13px;
}

.pd-related-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: #9b938a;
    font-weight: 800;
    letter-spacing: .08em;
}

.pd-related-body {
    padding: 15px;
}

.pd-related-body > span {
    color: var(--pd-muted);
    font-size: .72rem;
}

.pd-related-body h3 {
    font-size: .95rem;
    margin: 5px 0 13px;
}

.pd-related-body h3 a {
    color: var(--pd-dark);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .pd-page {
        padding-top: 14px;
    }

    .pd-product {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pd-summary {
        position: static;
    }

    .pd-image-stage,
    .pd-main-image {
        min-height: 470px;
        height: 470px;
    }

    .pd-about-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .pd-page {
        padding-bottom: 45px;
    }

    .pd-breadcrumb {
        margin-bottom: 18px;
    }

    .pd-image-stage,
    .pd-main-image {
        min-height: 335px;
        height: 335px;
        border-radius: 16px;
    }

    .pd-main-image {
        padding: 18px;
    }

    .pd-summary h1 {
        font-size: 2.2rem;
    }

    .pd-price-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .pd-order-meta {
        width: 100%;
        justify-content: space-between;
    }

    .pd-purchase-card {
        padding: 18px;
    }

    .pd-form-grid,
    .pd-secondary-actions,
    .pd-info-grid {
        grid-template-columns: 1fr;
    }

    .pd-trust-grid {
        grid-template-columns: 1fr;
    }

    .pd-trust-grid > div {
        padding: 7px 0;
    }

    .pd-about-section {
        padding-top: 55px;
    }

    .pd-related-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pd-related-image {
        height: 165px;
    }

    .pd-related-header {
        align-items: flex-start;
        gap: 14px;
        flex-direction: column;
    }
}

/* =========================================================
   PRODUCT REVIEWS
   ========================================================= */

.pd-detail-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 8px;
    font-size: .85rem;
}

    .pd-detail-rating a {
        color: var(--pd-muted);
        text-decoration: none;
    }

.pd-review-stars {
    display: inline-flex;
    gap: 2px;
}

.pd-star-filled {
    color: #e3a008;
}

.pd-star-empty {
    color: #d8d2ca;
}

.pd-review-section {
    margin-top: 80px;
    padding-top: 48px;
    border-top: 1px solid var(--pd-line);
}

.pd-review-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 30px;
}

    .pd-review-header h2 {
        margin: 6px 0 0;
        font-size: 2rem;
        letter-spacing: -.025em;
    }

.pd-review-summary {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .pd-review-summary > strong {
        font-size: 2.4rem;
        line-height: 1;
    }

    .pd-review-summary span {
        color: var(--pd-muted);
        font-size: .78rem;
    }

.pd-review-list {
    display: grid;
    gap: 14px;
}

.pd-review-card {
    padding: 24px;
    border: 1px solid var(--pd-line);
    border-radius: 16px;
    background: #fff;
}

.pd-review-card-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

    .pd-review-card-top > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

.pd-verified-badge {
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf8f0;
    color: #247342;
    font-size: .68rem;
    font-weight: 700;
}

.pd-review-date {
    color: var(--pd-muted);
    font-size: .75rem;
}

.pd-review-card h3 {
    margin: 10px 0 6px;
    font-size: 1rem;
}

.pd-review-card p {
    margin: 0;
    color: #5c5650;
    line-height: 1.7;
}

.pd-review-empty {
    padding: 45px;
    text-align: center;
    border: 1px dashed var(--pd-line);
    border-radius: 18px;
    background: #fbf8f4;
}

    .pd-review-empty p {
        color: var(--pd-muted);
    }

.pd-write-review {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
}

    .pd-write-review span {
        color: var(--pd-muted);
        font-size: .78rem;
    }

@media (max-width: 575.98px) {

    .pd-review-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .pd-review-card-top {
        flex-direction: column;
        gap: 6px;
    }

    .pd-write-review {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   CUSTOMER REVIEW PHOTOS
   ========================================================= */

.pd-review-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

    .pd-review-images a {
        display: block;
        width: 92px;
        height: 92px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid var(--pd-line);
        background: #f8f5f1;
    }

    .pd-review-images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .2s ease;
    }

    .pd-review-images a:hover img {
        transform: scale(1.05);
    }