/* WB PAPER FACTORY homepage — small adjustments on top of the ported original CSS */

/* Our SVG logo sizing in the header */
.logo a img { max-height: 60px; width: auto; }

/* WordPress admin bar offset (logged-in preview) */
body.admin-bar .topbar { margin-top: 0; }

/* Safety: keep the owl hero from collapsing before JS inits */
.home_slider .owl-carousel .slideItem img { width: 100%; height: auto; display: block; }

/* Hide any stray WP/Astra bits that don't belong on the standalone homepage */
#ast-scroll-top, .ast-cart-menu-wrap { display: none; }
