/* Pizza Hut inspired shop theme */
.trust-bar { background: var(--wp--preset--color--red-dark); color: #fff; }
.trust-bar a { color: var(--wp--preset--color--gold); text-decoration: none; }
.trust-bar a:hover { color: #fff; }
.site-header-bar { background: #fff; border-bottom: 3px solid var(--wp--preset--color--gold); }
.category-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(238,49,36,.12); }
.category-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.category-card h3 a { text-decoration: none; color: var(--wp--preset--color--red-dark); }
.category-card h3 a:hover { color: var(--wp--preset--color--green); }
.hero-cover .wp-block-cover__background { background: var(--wp--preset--color--red-dark) !important; }
.site-footer { background: var(--wp--preset--color--red-dark); color: #fce8e6; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: var(--wp--preset--color--gold); }
.disclaimer-bar { background: var(--wp--preset--color--red); color: #fff; font-size: 0.8125rem; }
