/*
Theme Name: No Bull Peptides
Theme URI: https://example.com/no-bull-peptides
Author: OpenAI Codex
Description: Custom WordPress theme scaffolded from the supplied No Bull Peptides HTML prototypes.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: nobullpeps
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #0b0a07;
  color: #f2ece0;
  font-family: Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
}

.nbp-default-page {
  padding: 64px 0;
}

.nbp-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.nbp-entry-title {
  margin: 0 0 24px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
}

.nbp-entry-content > *:first-child {
  margin-top: 0;
}

.nbp-entry-content > *:last-child {
  margin-bottom: 0;
}
.woocommerce-message::before {
  display: none !important;
}
div#xs-social-login-container {
    padding-bottom: 0px;
}