/*
Theme Name: Paulo Piloni
Theme URI: http://localhost/pp/
Author: Studio — for Paulo Piloni Cosmetics
Author URI: http://localhost/pp/
Description: A premium blush-and-gold beauty commerce theme in the Sephora idiom — powered by WooCommerce. Editorial hero slider, category aisles, product grids, a fragrance feature, Beauty Club tiers and a slide-out bag. Your beauty, kept close to the skin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paulo-piloni
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
WC requires at least: 7.0
WC tested up to: 10.0
*/

/* The homepage design lives in assets/design.css; shop styling in assets/woocommerce.css.
   This file carries the theme header and a little WordPress glue. */

.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;}
.skip-link{position:absolute;left:-9999px;}
.skip-link:focus{left:16px;top:16px;z-index:2000;background:var(--gold);color:#fff;padding:10px 16px;letter-spacing:.14em;text-transform:uppercase;font-size:12px;border-radius:4px;}
.alignwide{max-width:1100px;margin-inline:auto;}
.alignfull{max-width:none;}
.aligncenter{margin-inline:auto;display:block;}
.wp-caption-text,.gallery-caption{font-size:12.5px;color:var(--ink-soft);}

/* Brand logo — a firm size on every template (design.css only constrains it on
   the front page via a scoped rule, which left interior pages showing it full-size). */
.brandmark{display:inline-flex;align-items:center;}
.brandmark .logo{height:44px;width:auto;max-width:230px;object-fit:contain;display:block;}
.brandmark .logo-foot{height:56px;max-width:260px;}
@media (max-width:1000px){ .brandmark .logo{height:38px;} }
@media (max-width:620px){ .brandmark .logo{height:32px;} }

/* admin bar offset for the sticky header */
body.admin-bar header.site-shell-header{top:32px;}
@media (max-width:782px){ body.admin-bar header.site-shell-header{top:46px;} }
