:root {
  --pp-bg: #050505;
  --pp-panel: #111111;
  --pp-panel-2: #1d1d1d;
  --pp-line: rgba(255, 255, 255, 0.1);
  --pp-text: #f5f5f5;
  --pp-muted: #b5b5b5;
  --pp-yellow: #f2eb17;
  --pp-accent: #ffbd2e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pp-bg);
  color: var(--pp-text);
  font-family: "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
button,
select,
textarea {
  font: inherit;
}

.pp-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
}

.pp-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pp-topbar__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.pp-mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #151515;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.pp-mobile-menu-button span {
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.pp-brand {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.pp-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.pp-brand .custom-logo {
  width: 170px;
  max-height: 54px;
  object-fit: contain;
}

.pp-main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 8px;
}

.pp-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.pp-menu a {
  font-weight: 700;
  color: #ddd;
  transition: color 0.2s ease;
}

.pp-menu a:hover {
  color: var(--pp-yellow);
}

.pp-topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.pp-searchbox input {
  width: 340px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1b1b1b;
  color: #fff;
  padding: 0 16px;
}

.pp-login-card {
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #141414;
}

.pp-login-card__avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 235, 23, 0.18);
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pp-yellow);
}

.pp-login-card__copy {
  display: grid;
  gap: 2px;
}

.pp-login-card__copy small {
  color: var(--pp-muted);
}

.pp-cart-pill {
  width: 54px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 12px;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.pp-cart-pill__icon {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.pp-cart-pill strong {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pp-yellow);
  color: #000;
  font-size: 0.78rem;
}

.pp-page {
  padding: 22px 0 36px;
}

.pp-content-stack {
  display: grid;
  gap: 18px;
}

.pp-content-card {
  padding: 24px;
  border-radius: 22px;
  background: var(--pp-panel);
  border: 1px solid var(--pp-line);
}

.pp-entry-title {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.pp-entry-content {
  color: var(--pp-muted);
  line-height: 1.75;
}

.pp-entry-content .elementor {
  color: inherit;
}

.pp-hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 18px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 100, 190, 0.55), rgba(0, 180, 255, 0.25)),
    url("https://prod-bnx-public.s3.us-east-1.amazonaws.com/banners/home/web/1900x500_copia_1775700440.png") center/cover;
}

.pp-hero__copy {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
}

.pp-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--pp-yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pp-hero__copy h1 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.pp-hero__copy p:last-of-type {
  margin: 14px 0 0;
  max-width: 34ch;
  line-height: 1.6;
  font-size: 1.06rem;
}

.pp-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.pp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}

.pp-button--primary {
  background: linear-gradient(135deg, var(--pp-yellow), var(--pp-accent));
  color: #000;
}

.pp-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.pp-hero__panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 24px;
  align-self: center;
}

.pp-hero__panel article {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 14px;
  border-radius: 14px;
  background: rgba(24, 35, 78, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pp-hero__panel article small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}

.pp-hero__panel article strong {
  margin-top: 4px;
  font-size: 1rem;
}

.pp-home-section {
  margin-top: 28px;
}

.pp-section-head h2 {
  margin: 0;
  font-size: 1.3rem;
}

.pp-featured-grid,
.pp-category-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.pp-product-card,
.pp-category-card {
  display: grid;
  gap: 8px;
}

.pp-product-card__media,
.pp-category-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 190 / 235;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.pp-product-card__image,
.pp-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat;
}

.pp-product-card__badge {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--pp-yellow);
  color: #000;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 900;
}

.pp-product-card__meta,
.pp-category-card {
  padding: 10px;
  border-radius: 14px;
  background: var(--pp-panel);
  border: 1px solid var(--pp-line);
}

.pp-product-card__meta {
  min-height: 78px;
}

.pp-product-card__title {
  font-weight: 700;
  line-height: 1.25;
}

.pp-product-card__price {
  color: var(--pp-yellow);
  font-size: 0.88rem;
}

.pp-category-card strong {
  font-size: 0.88rem;
}

.pp-category-card small {
  color: var(--pp-muted);
}

.pp-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0b0b0b;
}

.pp-mobile-bottom-nav {
  display: none;
}

.pp-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 28px 0;
}

.pp-footer__brand p,
.pp-footer-widget,
.pp-footer-widget a {
  color: var(--pp-muted);
}

.pp-footer__widgets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pp-footer-title {
  margin: 0 0 10px;
  color: var(--pp-text);
}

.pp-woo-page .woocommerce-products-header,
.pp-woo-page .woocommerce-breadcrumb,
.pp-woo-page .woocommerce-result-count,
.pp-woo-page .woocommerce-ordering {
  color: var(--pp-muted);
}

.pp-woo-page .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pp-woo-page .product {
  margin: 0 !important;
  padding: 14px;
  border-radius: 16px;
  background: var(--pp-panel);
  border: 1px solid var(--pp-line);
}

.pp-woo-page .product img {
  border-radius: 12px;
}

.pp-woo-page .woocommerce-loop-product__title,
.pp-woo-page .product_title,
.pp-woo-page h1,
.pp-woo-page h2,
.pp-woo-page h3 {
  color: var(--pp-text);
}

.pp-woo-page .price,
.pp-woo-page .amount {
  color: var(--pp-yellow) !important;
}

.pp-woo-page .button,
.pp-woo-page .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pp-yellow), var(--pp-accent)) !important;
  color: #000 !important;
  font-weight: 800 !important;
}

.pp-woo-page .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border-radius: 12px;
  border: 1px solid var(--pp-line);
  background: #24324a;
  color: #fff;
  padding: 12px 14px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.single-product div.product,
.woocommerce .woocommerce-notices-wrapper {
  color: var(--pp-text);
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
  background: var(--pp-panel);
  border-radius: 18px;
  border: 1px solid var(--pp-line);
}

@media (max-width: 1120px) {
  .pp-hero,
  .pp-featured-grid,
  .pp-category-grid,
  .pp-footer__grid,
  .pp-woo-page .products {
    grid-template-columns: 1fr;
  }

  .pp-topbar__inner {
    flex-wrap: wrap;
  }

  .pp-searchbox {
    order: 3;
    width: 100%;
  }

  .pp-searchbox input {
    width: 100%;
  }

  .pp-featured-grid,
  .pp-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pp-shell {
    width: min(100% - 18px, 1320px);
  }

  .pp-page {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .pp-topbar__inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 0 10px;
  }

  .pp-mobile-menu-button {
    display: inline-flex;
  }

  .pp-brand .custom-logo {
    width: 120px;
    max-height: 36px;
  }

  .pp-main-nav {
    display: none;
  }

  .pp-topbar__actions {
    width: auto;
    gap: 6px;
    margin-left: auto;
    order: 2;
  }

  .pp-login-card {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 6px;
    justify-content: center;
  }

  .pp-login-card__copy {
    display: none;
  }

  .pp-login-card__avatar {
    width: 24px;
    height: 24px;
    font-size: 0;
  }

  .pp-searchbox {
    display: none;
  }

  .pp-searchbox input {
    display: none;
  }

  .pp-cart-pill {
    order: -1;
  }

  .pp-hero {
    min-height: 180px;
    border-radius: 14px;
  }

  .pp-hero__copy {
    padding: 16px;
  }

  .pp-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(1.5rem, 6.2vw, 2.15rem);
  }

  .pp-hero__copy p:last-of-type {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .pp-hero__actions,
  .pp-hero__panel {
    display: none;
  }

  .pp-featured-grid,
  .pp-category-grid,
  .pp-woo-page .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pp-content-card {
    padding: 16px;
  }

  .pp-footer__widgets {
    grid-template-columns: 1fr;
  }

  .pp-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(8, 8, 8, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
  }

  .pp-mobile-bottom-nav__item {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #f2f2f2;
    font-size: 0.92rem;
    padding: 4px 0;
  }

  .pp-mobile-bottom-nav__item small {
    font-size: 0.64rem;
    color: rgba(255, 255, 255, 0.72);
  }

  body {
    padding-bottom: 78px;
  }
}
