Freebie

Free Personal Pan Pizza For Kids – Pizza Hut BOOK IT! Summer Program

View saved
How does this find feel?

.fmb-bookit-page {
–bookit-red: #e92819;
–bookit-orange: #ff7a00;
–bookit-yellow: #ffd84d;
–bookit-teal: #00b8c9;
–bookit-blue: #0865b8;
–bookit-ink: #241414;
–bookit-cream: #fff8eb;
–bookit-soft: #fff3d6;
–bookit-card: #ffffff;
max-width: 980px;
margin: 0 auto;
color: var(–bookit-ink);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
}

.fmb-bookit-page * {
box-sizing: border-box;
}

.fmb-bookit-hero {
background: radial-gradient(circle at top left, #fff7c5 0, #fff7c5 18%, transparent 42%), linear-gradient(135deg, #fff1d0 0%, #fff 45%, #e9fbff 100%);
border: 4px solid var(–bookit-red);
border-radius: 26px;
padding: 26px;
overflow: hidden;
position: relative;
box-shadow: 0 14px 34px rgba(233, 40, 25, 0.18);
}

.fmb-bookit-kicker {
display: inline-block;
background: var(–bookit-yellow);
color: #6c2a00;
font-weight: 900;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 999px;
padding: 8px 14px;
font-size: 0.9rem;
margin-bottom: 12px;
border: 2px solid #f1b900;
}

.fmb-bookit-hero h1 {
margin: 0;
font-size: clamp(2.3rem, 7vw, 5rem);
line-height: 0.95;
color: var(–bookit-red);
text-transform: uppercase;
letter-spacing: -0.05em;
text-shadow: 4px 4px 0 #ffffff, 7px 7px 0 rgba(0, 0, 0, 0.12);
}

.fmb-bookit-hero h1 span {
display: block;
color: var(–bookit-blue);
}

.fmb-bookit-hero p {
font-size: 1.17rem;
margin: 18px 0 0;
max-width: 720px;
}

.fmb-bookit-image {
margin: 22px 0 0;
border-radius: 22px;
overflow: hidden;
border: 3px solid #ffffff;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
background: #fff;
}

.fmb-bookit-image img {
display: block;
width: 100%;
height: auto;
}

.fmb-bookit-badges {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 18px;
}

.fmb-bookit-badge {
background: #ffffff;
border: 2px solid #ffd18a;
border-radius: 18px;
padding: 14px;
text-align: center;
font-weight: 900;
color: #842300;
box-shadow: 0 8px 18px rgba(255, 122, 0, 0.12);
}

.fmb-bookit-section {
margin: 28px 0;
background: #ffffff;
border: 2px solid #ffe0a8;
border-radius: 24px;
padding: 24px;
box-shadow: 0 10px 28px rgba(36, 20, 20, 0.08);
}

.fmb-bookit-section h2 {
margin: 0 0 12px;
font-size: clamp(1.7rem, 4vw, 2.5rem);
line-height: 1.05;
color: var(–bookit-red);
letter-spacing: -0.03em;
}

.fmb-bookit-section h3 {
margin: 18px 0 8px;
color: var(–bookit-blue);
font-size: 1.25rem;
}

.fmb-bookit-pop {
background: linear-gradient(135deg, var(–bookit-red), var(–bookit-orange));
color: #ffffff;
border-radius: 24px;
padding: 24px;
margin: 28px 0;
box-shadow: 0 12px 26px rgba(233, 40, 25, 0.22);
}

.fmb-bookit-pop h2,
.fmb-bookit-pop p {
color: #ffffff;
}

.fmb-bookit-pop h2 {
margin: 0 0 10px;
font-size: clamp(1.9rem, 5vw, 3.2rem);
line-height: 1;
text-transform: uppercase;
text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}

.fmb-bookit-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
margin-top: 16px;
}

.fmb-bookit-card {
background: var(–bookit-cream);
border: 2px solid #ffd18a;
border-radius: 18px;
padding: 18px;
}

.fmb-bookit-card strong {
color: #b53700;
}

.fmb-bookit-steps {
counter-reset: bookitstep;
display: grid;
gap: 12px;
margin-top: 16px;
}

.fmb-bookit-step {
counter-increment: bookitstep;
display: grid;
grid-template-columns: 50px 1fr;
gap: 14px;
align-items: start;
background: #f0fcff;
border: 2px solid #bfeff5;
border-radius: 18px;
padding: 16px;
}

.fmb-bookit-step::before {
content: counter(bookitstep);
display: grid;
place-items: center;
width: 46px;
height: 46px;
background: var(–bookit-teal);
color: #ffffff;
border-radius: 50%;
font-weight: 900;
font-size: 1.25rem;
}

.fmb-bookit-checklist {
list-style: none;
margin: 16px 0 0;
padding: 0;
display: grid;
gap: 10px;
}

.fmb-bookit-checklist li {
background: #fff8e5;
border-left: 8px solid var(–bookit-yellow);
border-radius: 14px;
padding: 12px 14px;
font-weight: 700;
}

.fmb-bookit-note {
background: #fff2f0;
border: 2px dashed #ff9c8f;
border-radius: 18px;
padding: 16px;
font-weight: 700;
}

.fmb-bookit-cta {
margin: 30px 0;
background: linear-gradient(135deg, #ffed85 0%, #ffffff 45%, #dffaff 100%);
border: 4px solid var(–bookit-red);
border-radius: 28px;
padding: 28px;
text-align: center;
box-shadow: 0 14px 32px rgba(233, 40, 25, 0.2);
}

.fmb-bookit-cta h2 {
margin: 0 0 10px;
color: var(–bookit-red);
text-transform: uppercase;
font-size: clamp(2rem, 6vw, 3.6rem);
line-height: 1;
}

.fmb-bookit-button {
display: inline-block;
background: var(–bookit-red);
color: #ffffff !important;
text-decoration: none;
border-radius: 999px;
padding: 16px 28px;
font-weight: 900;
font-size: 1.1rem;
text-transform: uppercase;
box-shadow: 0 8px 0 #9e160e, 0 14px 22px rgba(233, 40, 25, 0.25);
margin-top: 14px;
}

.fmb-bookit-sources {
font-size: 0.92rem;
color: #5d4a40;
}

@media (max-width: 720px) {
.fmb-bookit-hero,
.fmb-bookit-section,
.fmb-bookit-pop,
.fmb-bookit-cta {
padding: 18px;
border-radius: 20px;
}

.fmb-bookit-badges,
.fmb-bookit-grid {
grid-template-columns: 1fr;
}

.fmb-bookit-step {
grid-template-columns: 42px 1fr;
gap: 10px;
}
}

Parents, do this before summer gets busy

FREE Pizza for Kids

If your child loves pizza, this is such an easy summer freebie to sign up for. The BOOK IT! Summer of Stories program lets kids read, track their progress, and earn a free Pizza Hut Personal Pan Pizza when they hit their reading goal.

FREE to join
Ages 4 to 12
June through August

What is BOOK IT!?

BOOK IT! is the classic Pizza Hut reading program, and the summer version is called Summer of Stories. Parents use the BOOK IT! app to create a child profile, set a reading goal, track progress, and claim a reward once the goal is complete.

The reward is a free one-topping Personal Pan Pizza from participating Pizza Hut locations. It is a fun way to keep kids reading during summer break, and the pizza reward makes it feel extra exciting for them.

Read books. Earn pizza. Yes, really.

This is one of those freebies that is worth signing up for early. If you wait until the month is almost over, you may not have enough time to set the goal, track the reading, and claim the reward.

Who can do this?

Eligible kids:
BOOK IT! lists the app-based summer program for PreK through 6th grade students, ages 4 to 12.
Household limit:
The summer app program allows up to 5 children per household.
Reward timing:
Kids can earn one certificate per eligible child per month during the summer program.
Where to redeem:
Rewards are available at participating Pizza Hut locations. Some express locations may not participate.

How to sign up for the free pizza reward

Go to the official BOOK IT! site

Start on the official website so you can get the correct app and program details.

Create your family profile

Add your eligible child or children in the BOOK IT! app. Parents set the reading goal, so you can make it realistic for your family.

Track their summer reading

Have your child read and mark progress in the app. Books, chapters, minutes, or another goal can work depending on how you set it up.

Claim the pizza reward

Once the monthly goal is complete, claim the certificate and redeem it at a participating Pizza Hut location with your child present.

Important tips before you sign up

  • Do not wait until the end of the month. Set up the app early so your child has time to qualify.
  • Check your closest Pizza Hut before you promise the reward. Participating locations can vary.
  • The child usually needs to be present when you redeem the reward.
  • The reward is for a one-topping Personal Pan Pizza, so extras or add-ons may cost more.
  • Keep an eye on the claim dates in the app so you do not miss the redemption window.

Why parents should grab this now

Summer gets busy fast. Between camps, vacations, sports, and lazy days at home, it is easy to forget about reading goals until the month is almost over. Signing up now gives your child more time to read, and it gives you a simple reward to look forward to.

Free pizza for reading is a win for kids, but it is also a sneaky way to keep reading on the summer schedule without making it feel like homework.

Quick FAQ

Is BOOK IT! free?

Yes. The official BOOK IT! FAQ says the program is free.

What ages qualify?

The summer app program is for PreK through 6th grade students, ages 4 to 12.

What do kids earn?

Eligible kids who meet their reading goal can earn a free one-topping Personal Pan Pizza from participating Pizza Hut locations.

Can every Pizza Hut redeem it?

No. Participating locations can vary, and some express-style locations may not accept the reward.

Go sign up before you forget

If your child is eligible, this is such an easy summer reward to set up. Sign up, set a goal, and let them read their way to free pizza.

Sign up on the official BOOK IT! site

Sources

Program details were checked against the official BOOK IT! website and the official BOOK IT! FAQ. Offers, participation, eligibility, and redemption details can change, so always check the official site before signing up or redeeming.

Official BOOK IT! website | Official BOOK IT! FAQ

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Free Food DealsRestaurant freebies, snacks, rewards, and food offers.Birthday FreebiesBirthday clubs, free treats, and rewards.Browse All Freebie Mom FindsFresh freebies, sweeps, deals, and more.