/* =========================================================
   PROMĚNNÉ – DOPLŇ HEX HODNOTY z tvého stávajícího CSS!
   Bez nich se barvy PETFOODIE sekcí nezobrazí.
   ========================================================= */
:root {
    --pf-bg: #FDF2E9;
    --pf-card-green: #E1EDB5;
    --pf-card-orange: #FCE5CD;
    --pf-card-red: #FFB8B2;
    --pf-table-bg: #FFFFFF;
    --pf-dark: #2B2723;
    --pf-green: #707866;
    --pf-orange: #E8944A;
    --pf-red: #9C2B23;
    --pf-text-light: #6F665F;
    --pf-border: #E8BFA2;
    --pf-white: #FFFFFF;
}

<!--
/* =========================================================
   PETFOODIE – PRODUKTOVÝ POPIS
   ========================================================= */


/* =========================================================
   ZÁKLAD
   ========================================================= */

.pf-product-page {
    width: 100%;
    background: var(--pf-bg);
    color: var(--pf-dark);
    font-family: "Poppins", sans-serif;
    line-height: 1.35;
    overflow: visible;
}

.pf-product-page *,
.pf-product-page *::before,
.pf-product-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   SPOLEČNÉ BANNERY
   ========================================================= */

.pf-product-page section {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 80px auto !important;
}

.pf-section-title {
    margin: 0 0 32px;
    color: var(--pf-dark);
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.pf-section-title span {
    color: var(--pf-green);
}

.pf-section-title strong {
    display: block;
    color: var(--pf-dark);
}


/* =========================================================
   HERO
   ========================================================= */

.pf-product-hero {
    min-height: 430px;

    display: grid;
    grid-template-columns: 44% 56%;

    align-items: center;
    gap: 20px !important;
}

.pf-product-hero-text {
    padding-left: 15px;
}

.pf-product-hero-icons {
    margin-bottom: 18px;

    font-size: 28px;
    letter-spacing: 5px;
}

.pf-product-hero h2 {
    margin: 0 0 18px;

    font-size: 52px;
    line-height: 1.08;
    font-weight: 700;
}

.pf-product-hero h2 strong {
    display: block;
    color: var(--pf-green);
}

.pf-product-hero p {
    margin: 0;

    font-size: 19px;
    line-height: 1.45;
}

.pf-product-infographic {
    width: 112%;
    margin-left: -5%;
}

.pf-product-infographic img {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================================
   BENEFITY
   ========================================================= */

.pf-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px !important;
}

.pf-benefit {
    min-height: 145px;
    padding: 16px;
    border-radius: 13px;
}

.pf-benefit-green {
    background: var(--pf-card-green);
}

.pf-benefit-orange {
    background: var(--pf-card-orange);
}

.pf-benefit-red {
    background: var(--pf-card-red);
}

.pf-benefit-icon {
    width: 58px;
    height: 58px;

    margin-bottom: 10px;

    background: transparent;
}

.pf-benefit-icon img {
    display: block;

    width: 58px;
    height: 58px;

    object-fit: contain;
}

.pf-benefit h3 {
    margin: 0 0 5px;

    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.pf-benefit p {
    margin: 0;

    font-size: 15px;
    line-height: 1.35;
}


/* =========================================================
   POROVNÁNÍ
   ========================================================= */

.pf-comparison-table {
    width: 100%;

    padding: 25px;

    background: var(--pf-table-bg);

    border-radius: 15px;
}

.pf-comparison-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 72px;

    font-size: 16px;
}

.pf-comparison-head {
    margin-bottom: 7px;
    font-weight: 700;
}

.pf-comparison-logo {
    width: 150px;
    height: auto;

    display: inline-block;
    vertical-align: middle;
}

.pf-comparison-logo-small {
    width: 105px;
    height: auto;

    display: block;
}

.pf-comparison-vs {
    color: var(--pf-dark) !important;
}

.pf-comparison-normal {
    color: var(--pf-dark);
    font-weight: 700;
}

.pf-comparison-good {
    color: var(--pf-dark);
}

.pf-comparison-bad {
    color: #99918B;
}


/* =========================================================
   VYSVĚTLENÍ PODÍLU MASA
   ========================================================= */

.pf-meat-info {
    display: grid !important;

    grid-template-columns: 190px 1fr;

    align-items: center;

    gap: 40px;



    padding: 42px 44px !important;

    background: var(--pf-card-orange);

    border-radius: 20px;
}


/* ---------------------------------------------------------
   IKONA
   --------------------------------------------------------- */

.pf-meat-info-icon {
    width: 178px;
    height: 178px;

    display: flex;

    align-items: top;
    justify-content: center;

    
}

.pf-meat-info-icon img {
    display: block;

    width: 125px;
    height: 125px;

    object-fit: contain;
}


/* ---------------------------------------------------------
   TEXT
   --------------------------------------------------------- */

.pf-meat-info-content {
    min-width: 0;
}

.pf-meat-info-content h3 {
    margin: 0 0 12px;

    color: var(--pf-dark);

    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.pf-meat-info-content p {
    margin: 0 0 15px;

    color: var(--pf-dark);

    font-size: 16px;
    line-height: 1.45;
}

.pf-meat-info-content strong {
    font-weight: 700;
}


/* ---------------------------------------------------------
   ZVÝRAZNĚNÝ BOX
   --------------------------------------------------------- */

.pf-meat-info-highlight {
    padding: 16px 20px;

    background: var(--pf-card-red);

    border-radius: 14px;

    color: var(--pf-dark);

    font-size: 16px;
    line-height: 1.4;
}

.pf-meat-info-highlight strong {
    font-weight: 700;
}


/* =========================================================
   DÁVKOVÁNÍ
   ========================================================= */

.pf-product-dosing {
    position: relative;

    width: min(100%, 1180px) !important;
    max-width: 1180px !important;

    min-height: 620px;

    display: flex;
    flex-direction: column;
    align-items: center;

    overflow: visible;
}


/* ---------------------------------------------------------
   PES
   --------------------------------------------------------- */

.pf-dosing-dog {
    position: absolute;

    right: 0;

    top: 50%;

    width: 480px;
    height: auto;

    transform: translateY(-50%);

    z-index: 1;

    pointer-events: none;
}


/* Obsah dávkování zůstává nad psem */

.pf-product-dosing .pf-section-title,
.pf-product-dosing .pf-dosing-list {
    position: relative;
    z-index: 2;
}


/* ---------------------------------------------------------
   DÁVKOVACÍ PRUHY
   --------------------------------------------------------- */

.pf-dosing-list {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 16px !important;
}

.pf-dose {
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 0 25px;

    border: 1px solid;
    border-radius: 30px;

    font-size: 16px;
}

.pf-dose strong {
    font-weight: 700;
}

.pf-dose-orange {
    background: var(--pf-card-orange);
    border-color: var(--pf-border);
}

.pf-dose-green {
    background: var(--pf-card-green);
    border-color: #C5D28F;
}

.pf-dose-red {
    background: var(--pf-card-red);
    border-color: #E89189;
}


/* ---------------------------------------------------------
   ŠÍŘKY ŘÁDKŮ
   --------------------------------------------------------- */

.pf-dose-1 {
    width: 27%;
}

.pf-dose-2 {
    width: 33%;
}

.pf-dose-3 {
    width: 40%;
}

.pf-dose-4 {
    width: 47%;
}

.pf-dose-5 {
    width: 55%;
}

.pf-dose-6 {
    width: 63%;
}

.pf-dose-7 {
    width: 72%;
}

.pf-dose-8 {
    width: 80%;
}


/* =========================================================
   PŘÍPRAVA
   ========================================================= */

.pf-product-preparation {
    position: relative;

    min-height: 380px;

    padding: 0 !important;

    border-radius: 22px;

    overflow: hidden;
}

.pf-preparation-image {
    position: absolute;

    inset: 0;

    z-index: 0;
}

.pf-preparation-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center bottom;
}

.pf-preparation-content {
    position: absolute;

    left: 7%;
    top: 18%;

    z-index: 2;

    color: #FFFFFF !important;
}

.pf-preparation-content h2 {
    margin: 0;

    color: #FFFFFF !important;

    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;

    text-shadow:
        0 1px 8px rgba(0, 0, 0, 0.38);
}

.pf-preparation-content em {
    color: #FFFFFF !important;
    font-weight: 400;
}

.pf-preparation-arrow {
    position: absolute;

    left: 47%;
    bottom: 28%;

    width: 90px;
    height: auto;

    z-index: 3;
}


/* =========================================================
   RECENZE
   ========================================================= */

.pf-product-reviews {
    position: relative;

    display: grid;

    grid-template-columns: 42% 58%;

    align-items: center;

    gap: 15px;

    isolation: isolate;
}

.pf-reviews-background {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    z-index: -1;

    pointer-events: none;
}

.pf-reviews-photo {
    position: relative;

    z-index: 1;
}

.pf-reviews-photo img {
    display: block;

    width: 100%;
    height: auto;
}

.pf-product-reviews-content {
    position: relative;

    z-index: 2;

    padding-left: 10px;
}

.pf-product-reviews-title {
    margin: 0 0 22px;

    font-size: 24px;
    line-height: 1.2;
}

.pf-reviews-title-icon {
    margin-right: 6px;
}

.pf-product-review-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px !important;
}

.pf-product-review {
    padding: 18px;

    background: var(--pf-white);

    border-radius: 13px;
}

.pf-product-review-stars {
    margin-bottom: 8px;

    font-size: 16px;
}

.pf-product-review p {
    margin: 0 0 15px;

    font-size: 16px;
    line-height: 1.4;

    font-style: italic;
}

.pf-product-review small {
    font-size: 14px;
    font-weight: 500;
}

.pf-product-review small span {
    color: #99918B;
    font-weight: 400;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .pf-product-page section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 45px 25px !important;
    }


    /* -----------------------------------------------------
       HERO
       ----------------------------------------------------- */

    .pf-product-hero {
        grid-template-columns: 1fr 1fr;

        gap: 15px;

        min-height: 350px;
    }

    .pf-product-hero-text {
        padding-left: 5px;
    }

    .pf-product-hero h2 {
        font-size: 32px;
    }

    .pf-product-hero p {
        font-size: 16px;
    }

    .pf-product-infographic {
        width: 108%;
        margin-left: -4%;
    }


    /* -----------------------------------------------------
       NADPISY
       ----------------------------------------------------- */

    .pf-section-title {
        font-size: 27px;
    }


    /* -----------------------------------------------------
       BENEFITY
       ----------------------------------------------------- */

    .pf-benefits-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }

    .pf-benefit {
        min-height: 135px;
    }

    .pf-benefit-icon,
    .pf-benefit-icon img {
        width: 52px;
        height: 52px;
    }


    /* -----------------------------------------------------
       VYSVĚTLENÍ PODÍLU MASA
       ----------------------------------------------------- */

    .pf-meat-info {
        grid-template-columns: 140px 1fr;

        gap: 25px;

        padding: 30px !important;
    }

    .pf-meat-info-icon {
        width: 135px;
        height: 135px;
    }

    .pf-meat-info-icon img {
        width: 95px;
        height: 95px;
    }

    .pf-meat-info-content h3 {
        font-size: 19px;
    }

    .pf-meat-info-content p,
    .pf-meat-info-highlight {
        font-size: 15px;
    }


    /* -----------------------------------------------------
       DÁVKOVÁNÍ
       ----------------------------------------------------- */

    .pf-product-dosing {
        width: min(100%, 1180px) !important;
        max-width: 1180px !important;

        min-height: 560px;
    }

    .pf-dosing-dog {
        width: 350px;

        right: calc((1180px - 100vw) / 2);

        top: 50%;
    }

    .pf-dose-1 {
        width: 30%;
    }

    .pf-dose-2 {
        width: 38%;
    }

    .pf-dose-3 {
        width: 46%;
    }

    .pf-dose-4 {
        width: 55%;
    }

    .pf-dose-5 {
        width: 64%;
    }

    .pf-dose-6 {
        width: 73%;
    }

    .pf-dose-7 {
        width: 82%;
    }

    .pf-dose-8 {
        width: 90%;
    }


    /* -----------------------------------------------------
       PŘÍPRAVA
       ----------------------------------------------------- */

    .pf-product-preparation {
        min-height: 340px;
    }
}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 600px) {

    .pf-product-page section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 40px 20px !important;
    }


    /* -----------------------------------------------------
       HERO
       ----------------------------------------------------- */

    .pf-product-hero {
        display: flex;

        flex-direction: column;

        text-align: center;

        min-height: auto;
    }

    .pf-product-hero-text {
        padding: 0;
    }

    .pf-product-hero-icons {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pf-product-hero h2 {
        font-size: 26px;
    }

    .pf-product-hero p {
        font-size: 16px;
    }

    .pf-product-infographic {
        width: 100%;
        margin-left: 0;
    }


    /* -----------------------------------------------------
       NADPISY
       ----------------------------------------------------- */

    .pf-section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }


    /* -----------------------------------------------------
       BENEFITY
       ----------------------------------------------------- */

    .pf-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pf-benefit {
        min-height: 135px;
    }

    .pf-benefit-icon,
    .pf-benefit-icon img {
        width: 52px;
        height: 52px;
    }


    /* -----------------------------------------------------
       POROVNÁNÍ
       ----------------------------------------------------- */

    .pf-comparison-table {
        padding: 15px 12px;
    }

    .pf-comparison-row {
        grid-template-columns: 1fr 1fr 1fr;

        min-height: 45px;

        font-size: 16px;
    }

    .pf-comparison-logo {
        width: 95px;
    }


    /* -----------------------------------------------------
       VYSVĚTLENÍ PODÍLU MASA
       ----------------------------------------------------- */

    .pf-meat-info {
        display: flex !important;

        flex-direction: column;

        gap: 20px;

margin-bottom: 80px !important;

        padding: 28px 20px !important;

        text-align: left;
    }

    .pf-meat-info-icon {
        width: 120px;
        height: 120px;

        align-self: center;
    }

    .pf-meat-info-icon img {
        width: 85px;
        height: 85px;
    }

    .pf-meat-info-content h3 {
        font-size: 18px;
    }

    .pf-meat-info-content p {
        font-size: 15px;
        line-height: 1.45;
    }

    .pf-meat-info-highlight {
        padding: 15px 16px;

        font-size: 15px;
    }


    /* -----------------------------------------------------
       DÁVKOVÁNÍ
       ----------------------------------------------------- */

    .pf-product-dosing {
        width: 100% !important;
        max-width: 100% !important;

        min-height: auto;

        overflow: hidden;
    }

    .pf-dosing-dog {
        display: none;
    }

    .pf-dose {
        width: 100% !important;

        height: 38px;

        font-size: 16px;
    }


    /* -----------------------------------------------------
       PŘÍPRAVA
       ----------------------------------------------------- */

    .pf-product-preparation {
        min-height: 300px;

        border-radius: 16px;
    }

    .pf-preparation-content {
        left: 20px;
        top: 18px;
    }

    .pf-preparation-content h2 {
        color: #FFFFFF !important;

        font-size: 18px;

        text-shadow:
            0 1px 6px rgba(0, 0, 0, 0.38);
    }

    .pf-preparation-arrow {
        width: 70px;

        left: 45%;
        bottom: 16%;
    }


    /* -----------------------------------------------------
       RECENZE
       ----------------------------------------------------- */

    .pf-product-reviews {
        display: flex;

        flex-direction: column;

        gap: 25px;

        text-align: center;

        min-height: 500px;
    }

    .pf-reviews-background {
        object-fit: contain;
        object-position: center;
    }

    .pf-reviews-photo {
        width: 75%;

        margin: 0 auto;
    }

    .pf-product-reviews-content {
        width: 100%;

        padding: 0;
    }

    .pf-product-reviews-title {
        font-size: 24px;
    }

    .pf-product-review-list {
        grid-template-columns: 1fr;

        text-align: left;
    }
}