.pp-pdp {
    max-width: 1070px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    color: #222;
}

.pp-pdp .pp-entity-blocks {
    margin-top: 32px;
}

.pp-breadcrumb {
    font-size: 13px;
    color: #222;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.pp-breadcrumb a {
    color: #222;
    text-decoration: underline;
}

.pp-breadcrumb a:hover {
    color: #e8760a;
}

.pp-breadcrumb a:focus {
    color: #e8760a;
    outline: none;
}

.pp-breadcrumb__sep {
    color: #888;
}

.pp-breadcrumb__current {
    color: #222;
    font-weight: 600;
}

.pp-pdp-hero {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 32px;
    align-items: start;
    background: #fff;
    border: 1px solid #f0d9b5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.pp-pdp-hero__image {
    width: 100%;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-pdp-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pp-pdp-hero__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.pp-pdp-hero__brand {
    font-size: 13px;
    color: #92560e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.pp-pdp-hero__title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    margin: 0;
}

.pp-pdp-hero__badge {
    display: inline-block;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 500;
    color: #92560e;
    background: #fff3e8;
    padding: 3px 10px;
    border-radius: 4px;
}

.pp-pdp-hero__description {
    font-size: 15px;
    line-height: 1.5;
    color: #5a3e1b;
    margin: 4px 0 0;
}

.pp-pdp-hero__price-range {
    font-size: 13px;
    color: #5a3e1b;
    margin: 2px 0 0;
}

.pp-pdp-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #f5e8d0;
}

.pp-pdp-hero__stat {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.pp-pdp-hero__stat-label {
    font-size: 11px;
    color: #92560e;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pp-pdp-hero__stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #7c3a0a;
}

.pp-pdp-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.pp-pdp-hero__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #5a3e1b;
    background: #f1ece4;
    border-radius: 999px;
    padding: 3px 10px;
}

.pp-pdp-hero__kcal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #f5e8d0;
}

.pp-pdp-modeA {
    background: linear-gradient(135deg, #fff8f0 0%, #fff1e0 100%);
    border: 1px solid #f0d9b5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.pp-pdp-modeA__heading,
.pp-pdp-fresh__heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.pp-pdp-modeA__title {
    font-size: 20px;
    font-weight: 700;
    color: #7c3a0a;
    line-height: 1.3;
    margin: 0 0 12px;
}

.pp-pdp-modeA__subtitle,
.pp-pdp-fresh__subtitle {
    margin: -4px 0 16px;
    font-size: 14px;
    color: #7a5028;
    line-height: 1.4;
}

.pp-pdp-modeA__portion {
    font-size: 15px;
    color: #7c3a0a;
    margin: 0 0 12px;
}

.pp-pdp-modeA__price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.pp-pdp-modeA__price-daily {
    font-size: 32px;
    font-weight: 700;
    color: #e8760a;
    line-height: 1.1;
}

.pp-pdp-modeA__price-monthly {
    font-size: 16px;
    color: #92560e;
    font-weight: 500;
}

.pp-pdp-modeA__basis {
    font-size: 13px;
    color: #5a3e1b;
    margin: 0 0 20px;
}

.pp-pdp-modeA__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.pp-pdp-modeA__buy {
    display: inline-block;
    padding: 14px 28px;
    background: #e8760a;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.15s ease;
}

.pp-pdp-modeA__buy:hover,
.pp-pdp-modeA__buy:focus {
    background: #c96308;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.pp-pdp-modeA__edit {
    font-size: 14px;
    color: #92560e;
    text-decoration: none;
    white-space: nowrap;
}

.pp-pdp-modeA__edit:hover,
.pp-pdp-modeA__edit:focus {
    color: #e8760a;
    text-decoration: underline;
    outline: none;
}

.pp-pdp-modeA__edit-icon {
    margin-right: 4px;
}

.pp-pdp-nutrition {
    display: flex;
    gap: 0;
    border-top: 1px solid #f0d9b5;
    margin: 0 -24px;
    padding: 0 24px;
}

.pp-pdp-nutrition__item {
    flex: 1;
    text-align: center;
    padding: 12px 4px;
}

.pp-pdp-nutrition__item + .pp-pdp-nutrition__item {
    border-left: 1px solid #f0d9b5;
}

.pp-pdp-nutrition__label {
    display: block;
    font-size: 11px;
    color: #92560e;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.pp-pdp-nutrition__value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #7c3a0a;
}

.pp-pdp-notice {
    background: #fff8f0;
    border: 1px solid #f0d9b5;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #7c3a0a;
    margin-bottom: 24px;
}

.pp-pdp-fresh {
    background: linear-gradient(135deg, #fff8f0 0%, #fff1e0 100%);
    border: 1px solid #f0d9b5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.pp-pdp-fresh__title {
    font-size: 20px;
    font-weight: 700;
    color: #7c3a0a;
    line-height: 1.3;
    margin: 0 0 12px;
}

.pp-pdp-fresh__intro {
    font-size: 15px;
    color: #5a3e1b;
    line-height: 1.5;
    margin: 0 0 12px;
}

.pp-pdp-fresh__portion {
    font-size: 15px;
    color: #7c3a0a;
    margin: 0 0 12px;
}

.pp-pdp-fresh__price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.pp-pdp-fresh__price-daily {
    font-size: 28px;
    font-weight: 700;
    color: #e8760a;
    line-height: 1.1;
}

.pp-pdp-fresh__price-monthly {
    font-size: 16px;
    color: #92560e;
    font-weight: 500;
}

.pp-pdp-fresh__price-row--reference .pp-pdp-fresh__price-daily {
    font-size: 20px;
    font-weight: 600;
    color: #888;
}

.pp-pdp-fresh__price-row--reference .pp-pdp-fresh__price-monthly {
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
}

.pp-pdp-fresh__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.pp-pdp-fresh__cta {
    display: inline-block;
    padding: 14px 28px;
    background: #e8760a;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.15s ease;
}

.pp-pdp-fresh__cta:hover,
.pp-pdp-fresh__cta:focus {
    background: #c96308;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.pp-pdp-fresh__edit {
    font-size: 14px;
    color: #92560e;
    text-decoration: none;
    white-space: nowrap;
}

.pp-pdp-fresh__edit:hover,
.pp-pdp-fresh__edit:focus {
    color: #e8760a;
    text-decoration: underline;
    outline: none;
}

.pp-pdp-fresh__edit-icon {
    margin-right: 4px;
}

.pp-pdp-fresh__unavailable {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin: 0;
}

.pp-pdp-packages-section {
    background: #fff;
    border: 1px solid #f0d9b5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.pp-pdp-packages-section__title {
    font-size: 18px;
    font-weight: 700;
    color: #7c3a0a;
    margin: 0 0 16px;
}

.pp-pdp-packages-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pp-pdp-packages {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pp-pdp-packages th,
.pp-pdp-packages td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #f5e8d0;
    white-space: nowrap;
}

.pp-pdp-packages th {
    font-size: 12px;
    font-weight: 600;
    color: #92560e;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #fff8f0;
}

.pp-pdp-packages__row--primary {
    background: #fff3e8;
    font-weight: 600;
    color: #7c3a0a;
}

.pp-pdp-packages__row--primary td {
    border-bottom-color: #e8c89a;
}

.pp-pdp-packages__buy-col {
    width: 1%;
}

.pp-pdp-packages__buy-cell {
    text-align: right;
}

.pp-pdp-packages__buy {
    display: inline-block;
    padding: 5px 12px;
    background: transparent;
    color: #e8760a;
    border: 1.5px solid #e8760a;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    transition: background 0.15s ease, color 0.15s ease;
}

.pp-pdp-packages__buy:hover,
.pp-pdp-packages__buy:focus {
    background: #fff3e8;
    color: #c96308;
    border-color: #c96308;
    text-decoration: none;
    outline: none;
}

.pp-pdp-teaser {
    background: linear-gradient(135deg, #fff8f0 0%, #fff1e0 100%);
    border: 1px solid #f0d9b5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.pp-pdp-teaser__title {
    font-size: 20px;
    color: #5a3e1b;
    margin: 0 0 16px;
    font-weight: 600;
}

.pp-pdp-teaser__btn {
    display: inline-block;
    padding: 14px 32px;
    background: #e8760a;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.15s ease;
}

.pp-pdp-teaser__btn:hover,
.pp-pdp-teaser__btn:focus {
    background: #c96308;
    color: #fff;
    text-decoration: none;
    outline: none;
}

@media (max-width: 767px) {
    .pp-pdp-hero {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .pp-pdp-hero__title {
        font-size: 24px;
    }

    .pp-pdp-modeA,
    .pp-pdp-fresh,
    .pp-pdp-packages-section {
        padding: 20px 16px;
    }

    .pp-pdp-modeA__title,
    .pp-pdp-fresh__title {
        font-size: 18px;
    }

    .pp-pdp-modeA__price-daily {
        font-size: 26px;
    }

    .pp-pdp-fresh__price-daily {
        font-size: 22px;
    }

    .pp-pdp-modeA__buy,
    .pp-pdp-fresh__cta,
    .pp-pdp-teaser__btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .pp-pdp-modeA__actions,
    .pp-pdp-fresh__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .pp-pdp-nutrition {
        margin: 0 -16px;
        padding: 0 16px;
    }

    .pp-pdp-packages {
        font-size: 13px;
    }
}

.pp-pdp-ingr {
    background: #fdf5ea;
    padding: 20px 24px;
    border-radius: 12px;
    margin: 24px 0;
}

.pp-pdp-ingr__title {
    margin: 0 0 12px;
    font-size: 20px;
    color: #0d2642;
    font-weight: 600;
}

.pp-pdp-ingr__content {
    color: #3d2a0f;
    line-height: 1.5;
}

.pp-pdp-ingr__content p,
.pp-pdp-ingr__content ul,
.pp-pdp-ingr__content ol,
.pp-pdp-ingr__content table {
    margin: 0 0 12px;
}

.pp-pdp-ingr__content ul,
.pp-pdp-ingr__content ol {
    padding-left: 20px;
}

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

.pp-pdp-ingr__content th,
.pp-pdp-ingr__content td {
    padding: 6px 10px;
    border: 1px solid #f0d9b5;
    text-align: left;
}

.pp-pdp-ingr__tabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #f0d9b5;
    margin-bottom: 16px;
}

.pp-pdp-ingr__tab {
    background: transparent;
    color: #7a5028;
    padding: 8px 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

.pp-pdp-ingr__tab.is-active {
    color: #0d2642;
    border-bottom-color: #e8760a;
}

.pp-pdp-ingr__tab:focus-visible {
    outline: 2px solid #e8760a;
    outline-offset: 2px;
}

.pp-pdp-ingr__panel {
    display: none;
}

.pp-pdp-ingr__panel.is-active {
    display: block;
}

.pp-pdp-ingr__file-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #92560e;
    text-decoration: underline;
    margin-top: 12px;
    font-size: 14px;
}

.pp-pdp-ingr__file-link:hover,
.pp-pdp-ingr__file-link:focus {
    color: #7c3a0a;
}

@media (max-width: 480px) {
    .pp-pdp-ingr {
        padding: 16px;
    }

    .pp-pdp-ingr__tabs {
        flex-wrap: wrap;
    }

    .pp-pdp-ingr__tab {
        flex: 1;
        min-width: 50%;
        padding: 10px 12px;
    }
}
