/* Pixhawk skin layer. */
.ph-theme { --ph-radius-sm: 8px; --ph-radius-md: 12px; --ph-radius-lg: 16px; --ph-shadow-card: 0 10px 28px rgba(15, 23, 42, 0.08); }
.ph-theme .site, .ph-theme .baostyle-site { color: var(--brand-text, #111827); }
.ph-theme a { text-underline-offset: 0.18em; }
.ph-theme .btn-primary, .ph-theme .button, .ph-theme .woocommerce a.button, .ph-theme .woocommerce button.button, .ph-theme .woocommerce input.button, .ph-theme .woocommerce #respond input#submit { border-color: var(--brand-primary, #0d6efd); background-color: var(--brand-primary, #0d6efd); }
.ph-theme .btn-primary:hover, .ph-theme .button:hover, .ph-theme .woocommerce a.button:hover, .ph-theme .woocommerce button.button:hover, .ph-theme .woocommerce input.button:hover, .ph-theme .woocommerce #respond input#submit:hover { filter: brightness(0.94); }
.ph-theme .baostyle-product-card, .ph-theme .baostyle-post-card, .ph-theme .baostyle-term-card, .ph-theme ul.products li.product .card { border: 1px solid var(--brand-border, #e5e7eb); border-radius: var(--ph-radius-lg); background: #fff; box-shadow: var(--ph-shadow-card); }
.ph-theme .baostyle-product-card-thumb, .ph-theme ul.products li.product .baostyle-product-card-thumb { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); border-radius: var(--ph-radius-md); }
.ph-theme .baostyle-product-card-title, .ph-theme .woocommerce-loop-product__title, .ph-theme .baostyle-post-card-title { font-weight: 650; letter-spacing: -0.01em; }
.ph-theme .baostyle-header-main, .ph-theme .baostyle-header-desktop, .ph-theme .baostyle-mobile-header { border-bottom-color: var(--brand-border, #e5e7eb); }
.ph-theme .baostyle-page-header, .ph-theme .baostyle-archive-header { background: var(--brand-surface, #f8fafc); border-bottom: 1px solid var(--brand-border, #e5e7eb); }
.ph-theme .woocommerce span.onsale, .ph-theme .onsale { border-radius: 999px; background: var(--brand-accent, #f59e0b); color: #111827; }
.ph-theme .price, .ph-theme .woocommerce-Price-amount { color: var(--brand-primary, #0d6efd); font-weight: 700; }
