/** Shopify CDN: Minification failed

Line 257:14 Unexpected "/"
Line 933:1 Unexpected "<"
Line 989:0 Unexpected "<"

**/
.page-width {
  background: url('/cdn/shop/files/Background_58f439b6-b77d-44fe-ba41-dbeb011c9831.jpg?v=1615393353');
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.main-content {
  background: url('/cdn/shop/files/Background_58f439b6-b77d-44fe-ba41-dbeb011c9831.jpg?v=1615393353');
}

.custom__item {
  border: solid 1px black;
}

.index-section {
  padding-top: 0;
  padding-bottom: 0;
}

.main-content {
  padding-top: 0;
}

body {
  background-color: black;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.site-header {
  padding: 0 !important;
}

.gg-top-header, .site-header .grid {
  padding: 0 55px;
}

.gg-top-header {
  border-bottom: solid 1px white;
  position: relative;
  z-index: 11;
}

.gg-top-header .gg-site-header {
  background-color: black;
  display: flex;
  justify-content: space-between;
}

.gg-site-header a {
  color: white;
}

.header-social {
  border-right: solid 1px white;
  padding: 6px 10px;
}

.header-cart {
  border-left: solid 1px white;
  font-weight: 600;
  padding: 6px 10px;
}

.header-cart span {
  background-color: white;
  color: black;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  width: 30px;
}

.header-social img {
  height: 20px;
  width: 20px;
}

.site-header {
  background-color: black;
  border-color: black;
}

.site-header__logo {
  margin: 0;
  margin-bottom: 10px;
}

.site-header__mobile-nav {
  background-color: black;
}

.site-header a {
  color: white;
}

.site-nav--has-dropdown {
  color: white;
}

.site-nav__link--button:focus, .site-nav__link--button:hover {
  color: white;
}

.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom-color: white;
}

.site-nav__dropdown {
  background: black;
}

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  left: 0;
  right: unset;
}

.site-header .grid--table>.grid__item {
  display: inline-block;
}

.site-nav {
  margin: 0;
  text-align: right;
}

.site-header__icon .icon-search {
  color: white;
}

#AccessibleNav {
  width: 70%;
}

.site-header__icons {
  width: 5%;
}

footer.site-footer {
  background-color: black;
}

footer.site-footer h4,
footer.site-footer p, 
footer.site-footer a {
  color: white;
}

footer.site-footer .gg-links a {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .gg-col-3 {
  margin-left: -30px;
  margin-right: 30px;
  padding: 30px;
}

footer .gg-col-3:last-child {
  margin-right: 0;
  width: calc(25% + 30px);
}

.home-slider {
  position: relative;
}

.slide-left, .slide-right {
  position: absolute;
  top: 0;
}

.slide-left img, .slide-right img {
  height: 200px;
}

.slide-left {
  left: -200px;
}

.slide-right {
  right: -200px;
}

.slide-top {
  margin-bottom: 10px;
}
/* Brand tokens */
:root{
  --gg-font-heading: "Roboto",;
  --gg-font-body: "-apple-system", system-ui, -apple-system, Roboto, sans-serif;
  
  --gg-text:rgb(255, 255, 255);
  --gg-text-muted:rgb(227, 227, 227);
  --gg-bg:rgb(211, 204, 204);
  --gg-brand: #F45197;
  --gg-brand-ink:rgba(241, 129, 224, 0.33);
  --gg-border: #EAEAEA;

  --gg-radius: 12px;
  --gg-radius-sm: 8px;

  /* spacing scale */
  --gg-space-1: 6px;
  --gg-space-2: 8px;
  --gg-space-3: 16px;
  --gg-space-4: 20px;
  --gg-space-5: 30px;
  --gg-space-6: 60px;
  --gg-space-7: 70px;
  --gg-space-8: 100px;

  /* type scale (responsive with clamp) */
  --gg-h1: clamp(32px, 4vw, 48px);
  --gg-h2: clamp(18px, 3vw, 36px);
  --gg-h3: clamp(18px, 2.2vw, 24px);
  --gg-h4: clamp(16px, 1.8vw, 20px);
  --gg-body: clamp(14px, 1.2vw, 16px);
  --gg-lead: clamp(16px, 1.4vw, 18px);
}
/* Base */
html { scroll-behavior: smooth; }
body {
  background: var(--gg-bg);
  color: var(--gg-text);
  font-family: var(--gg-font-body);
  font-size: var(--gg-body);
  line-height: 1.6;
  letter-spacing: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--gg-text);
  font-family: var(--gg-font-heading);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 var(--gg-space-3);
}

h1 { font-size: var(--gg-h1); font-weight: 600; }
h2 { font-size: var(--gg-h2); font-weight: 500; }
h3 { font-size: var(--gg-h3); font-weight: 300; line-height: 0.5; }
h4 { font-size: var(--gg-h4); font-weight: 300; line-height: 0.7; }

* Paragraphs */
p {
  margin: 0 0 var(--gg-space-4);
  font-weight: 500; /* lighter than 600 for readability */
  line-height: 1;
  color: var(--gg-text);
}

/* Links */
a {
  color: var(--gg-text);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
a:hover { color: var(--gg-brand); }
a:focus-visible {
  outline: 2px solid var(--gg-brand);
  outline-offset: 2px;
  border-radius: 3px;
}

/* Rows & layout */
.gg-row {
  padding: var(--gg-space-7) 0;
}
@media (min-width: 600px){
  .gg-row { padding: var(--gg-space-6) 0; }
}
.gg-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gg-space-10);
  margin: 0 auto;
  max-width: 750px;
  padding: 0 var(--gg-space-3);
}

/* Columns (flex, responsive) */
[class^="gg-col-"] { flex: 1 1 100%; }

@media (min-width: 500px){
  .gg-col-1  { flex: 0 0 8.33%; }
  .gg-col-2  { flex: 0 0 16.66%; }
  .gg-col-3  { flex: 0 0 25%; }
  .gg-col-4  { flex: 0 0 33.33%; }
  .gg-col-5  { flex: 0 0 41.66%; }
  .gg-col-6  { flex: 0 0 50%; }
  .gg-col-7  { flex: 0 0 58.33%; }
  .gg-col-8  { flex: 0 0 66.66%; }
  .gg-col-9  { flex: 0 0 75%; }
  .gg-col-10 { flex: 0 0 83.33%; }
  .gg-col-11 { flex: 0 0 91.66%; }
  .gg-col-12 { flex: 0 0 100%; }
}
/* Button */
.gg-btn,
.button.gg-btn {
  background: var(--gg-brand);
  color: var(--gg-brand-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: var(--gg-radius);
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
  text-decoration: none;
}
gg-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(244, 30, 123, 0.25);
  opacity: .95;
}
.gg-btn:active { transform: translateY(0); }
.gg-btn:focus-visible {
  outline: 2px solid var(--gg-brand);
  outline-offset: 1.2px;
}

/* Benefit icons */
.gg-benefit-icon {
  width: 84px;
  max-width: 100%;
  margin-top: var(--gg-space-10);
  display: block;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.02));
}

/* FAQ (details/summary) */
.gg-faq {
  border-top: 1px solid var(--gg-border);
}
.gg-faq details {
  padding: var(--gg-space-9) 0;
  border-bottom: 1px solid var(--gg-border);
}
.gg-faq summary {
  list-style: none; /* hide native marker */
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--gg-space-2);
  font-family: var(--gg-font-heading);
  font-size: var(--gg-h3);
  font-weight: 400;
  color: var(--gg-text);
}
.gg-faq summary::-webkit-details-marker { display: none; }

/* Custom marker */
.gg-faq summary::after {
  content: "+";
  font-family: var(--gg-font-body);
  font-weight: 700;
  transition: transform .2s ease;
}
.gg-faq details[open] summary::after { content: "–"; transform: rotate(0); }
gg-faq h3 {
  margin: 0 0 var(--gg-space-2);
  color: var(--gg-text);
}

.gg-faq .gg-faq-content {
  margin-top: var(--gg-space-2);
  color: var(--gg-text-muted);
  font-size: var(--gg-lead);
}

/* Utilities */
.gg-muted { color: var(--gg-text-muted); }
.gg-center { text-align: center; }
.gg-max-600 { max-width: 600px; }

/* Motion preference */
@media (prefers-reduced-motion: reduce){
  * { animation: none !important; transition: none !important; }
}
h1 {
  font-family: 'Scope One', Roboto;
  font-size: 36;
  font-weight: 500;
}

h2 {
  font-family: 'Scope One', Roboto;
  font-size: 30;
  margin: 12 0;
}

h3 {
  font-family: 'Scope One', Roboto;
  font-size: 22pt;
  line-height: 1em;
}

h4 {
  font-family: 'Scope One', Roboto;
  font-size: 24px;
  line-height: 1em;
  margin: 10px 0;
}

p {
  font-size: 11pt;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, p {
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}

a:hover {
  color: white !important;
}

.gg-row {
  padding: 100px 0;
}

.gg-inner {
  display: flex;
  margin: auto;
  max-width: 1200px;
}

.gg-col-1 {
  width: 8.33%;
}

.gg-col-2 {
  width: 16.66%;
}

.gg-col-3 {
  width: 25%;
}

.gg-col-4 {
  width: 33.33%;
}

.gg-col-5 {
  width: 41.66%;
}

.gg-col-6 {
  width: 50%;
}

.gg-col-7 {
  width: 58.33%;
}

.gg-col-8 {
  width: 66.66%;
}

.gg-col-9 {
  width: 75%;
}

.gg-col-10 {
  width: 83.33%;
}

.gg-col-11 {
  width: 91.66%;
}

.gg-col-12 {
  width: 100%;
}

.gg-btn {
  background-color: #F45197;
  color: white;
  display: inline-block;
  font-family: '-apple-system', Roboto;
  font-weight: 400;
  padding: 10px 16px;
  text-decoration: none;
}

.gg-benefit-icon {
  margin-top: 20px;
  width: 100px;
}

.gg-faq h3 {
  color: white;
  display: block;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

.gg-faq summary {
  border-bottom: solid 1px white;
}

.gg-faq summary::marker  {
  display: none;
}

summary::-webkit-details-marker {
  display: none;
}

.gg-faq summary:focus {
  outline: none;
}

.gg-faq p {
  color: white;
  margin: 0;
  padding: 1em 0;
}

.slick-slide {
  padding: 0 30px;
  transition: all .2s ease-in-out;
}

.slick-slide:focus {
  outline: none;
}

.slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.slick-list { 
  padding:45px 0 !important;
}

.gg-slider-for img {
  margin: 1em 0;
}

.gg-slider-for {
  text-align: center !important;
}

.gg-slider-for h3 {
  color: white;
}

.gg-slider-for .featured-price {
  font-family: 'system-ui', sans-serif;
}

.gg-featured-product-info {
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.slick-center .gg-featured-product-info {
  opacity: 1;
}

.gg-policies-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.gg-policies-tabs a {
  color: white;
}

.gg-policies-tabs a.active {
  font-weight: 600;
}

.gg-policy-section {
  display: none;
}

.gg-policy-section.active {
  display: block;
}

.filters-toolbar-wrapper {
  border-top: none;
  margin: 50px auto 30px auto;
  max-width: 1200px;
}

.filters-toolbar-wrapper label {
  color: white;
  text-transform: none;
}

.filters-toolbar-wrapper select {
  color: white;
  font-family: 'system-ui', sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  padding: 0;
}

.product-card {
  text-align: center;
}

.product-card__title {
  color: white;
  font-family: 'system-ui';
  font-size: 16px;
}

.product-card:hover .product-card__title {
  border-bottom-color: transparent;
}

.product-card .price__regular, .price__sale {
  margin-right: 0;
}

.product-card .price {
  align-items: center;
}

.product-card .price dd {
  margin: 0;
}

.product-card .price .price-item {
  color: white;
  font-family: 'system-ui';
  font-weight: 600;
}

.grid-view-item__image {
  max-height: none !important;
  max-width: none !important;
}

.grid-view-item__image-wrapper {
  margin: 0;
  margin-bottom: 20px;
  max-width: 100% !important;
}

.product-card__overlay {
  display: none;
}

.product-card__image-with-placeholder-wrapper:hover .product-card__overlay {
  display: block;
}

.product-card__overlay a {
  position: absolute;
  z-index: 3;
}

.product-card__overlay .gg-product-search {
  background-color: #F45197;
  border-radius: 100px;
  color: white;
  height: 20px;
  line-height: 22px;
  right: 10px;
  top: 10px;
  width: 36px;
}

.product-card__overlay .gg-btn {
  bottom: 10px;
  transform: translateX(-50%);
}

.product-card:hover .product-card__image-wrapper {
  opacity: 1;
}

.gg-product {
  margin: 30px auto;
  max-width: 1200px;
}

.gg-product .grid__item {
  padding-left: 0;
}

.gg-product .grid__item.gg-product-description {
  padding-left: 60px
}

.product-single__title, .price-item, .product-single__description {
  color: white;
}

.product-single__title {
  border-bottom: solid 1px white;
}

.price-item {
  font-weight: 600;
}

.gg-btn.product-form__cart-submit {
  width: auto;
}

.product-form input {
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  min-height: 40px;
  padding: 18px 4px;
  width: 40px;
}

.contact-social {
  background-color: #F45197;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.contact-social img {
  height: 20px;
  width: 20px;
}

#ContactForm {
  padding-left: 30px;
}

#ContactForm input[type="submit"] {
  border: none;
  margin-bottom: 0;
}

.about-us-img {
  padding-right: 30px;
}

.about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.footer-social img {
  height: 20px;
  width: 20px;
}

.grid__item.gg-recommended-product {
  width: 25%;
}

.gg-overlay-link {
  height: 100%;
  margin-left: -50%;
  width: 100%;
}

.list--inline.pagination a {
  color: white;
  font-size: 11pt;
  font-weight: 600;
  margin: 0 3px;
}

.list--inline.pagination .active {
  border-bottom: solid 2px white;
}

@media only screen and (max-width: 576px) {
  
  .gg-inner {
    flex-direction: column;
    padding: 0 20px;
  }
  
  .gg-row {
    padding: 30px 0;
  }
  
  .gg-col-1, .gg-col-2, .gg-col-3, .gg-col-4, .gg-col-5, .gg-col-6, .gg-col-7, .gg-col-8, .gg-col-9, .gg-col-10,.gg-col-11, .gg-col-12 {
    width: 100%;
  }
  
  .mobile-nav--open {
    color: white;
  }
  
  .site-header a {
    background-color: black;
  }
  
  footer .gg-col-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }
  
  footer .gg-col-3:last-child {
    width: 100%;
  }

  #shopify-section-16145356368c7c56cb .gg-row {
    background-position: 25% top;
  }
  
  .slick-list {
    margin-left: 15px !important;
  }
  
  .template-product .main-content {
    padding-top: 0;
  }
  
  .filters-toolbar-wrapper, .gg-product .grid__item.gg-product-description {
    padding: 50pz 20px;
  }
  
  .gg-product {
    margin-bottom: 0;
  }
  
  .gg-policies-tabs {
    flex-direction: column;
  }
  
  iframe {
    height: 200px;
    width: 100%;
  }
  
  #ContactForm {
    margin-top: 20px;
    padding-left: 0;
  }
  
  #ContactForm .gg-inner {
    padding: 0;
  }
  
  #ContactForm input {
    margin-bottom: 0;
    width: 100% !important;
  }
  
  .about-us {
    padding: 20px 0;
  }
  
  .grid__item.gg-recommended-product {
    width: 100%;
  }
  
  .gg-top-header, .site-header .grid {
    padding: 0;
  }
  
  .mobile-nav__dropdown {
    background-color: black;
  }
  
  .mobile-nav__dropdown:focus {
    outline: none !important;
  }
  
  .btn--link {
    background-color: black;
    color: white;
  }
  
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    color: white;
    font-family: 'Montserrat', sans-serif;
  }
  
  .mobile-nav-wrapper {
    background-color: black;
    border-top: solid 1px white;
  }

}

#shopify-section-product-recommendations{
  display: none !important;
}

.template-cart .page-container{
     padding: 0 55px;
    color: #fff !important; 
}

.rte,
.template-cart .text-link--accent,
.cart__product-title,
.cart__row--heading,
.cart__row,
.cart{
    color: #fff !important; 
}

.cart__submit.btn.btn--small-wide{
 background-color: #F45197 !important; 
}<style>
  /* === HARD OVERRIDES FOR VISIBILITY === */
  .bpq-wrap{
    max-width:900px;margin:0 auto;padding:28px 16px;font-family:inherit;
    background:#ffffff !important;        /* white panel so dark themes don't swallow text */
    color:#F45197 !important;                 /* default text color */
    border-radius:16px;border:1px solid #F45197(0,0,0,.08);
  }
  .bpq-wrap *{color:inherit !important;}  /* inherit dark text for all children */

  .bpq-hero.h1 {
    margin:0 0 8px;font-size:clamp(28px,3vw,40px);line-height:1.1;
    color:rgb(255, 255, 255) !important;
  }
  .bpq-hero p{opacity:.85;margin:0 0 px;color:rgb(255, 255, 255) !important;}

  .bpq-card{
    background:#ffffff !important;border:1px solid rgba(0,0,0,.1);
    border-radius:14px;padding:18px;margin:14px 0;color:#111 !important;
  }
  .bpq-q h3{margin:0 0 10px;font-size:18px;color:#111 !important;}
  .bpq-options{display:grid;gap:10px}
  .bpq-opt{
    display:flex;align-items:center;gap:10px;padding:10px 12px;
    border:1px solid rgba(0,0,0,.15);border-radius:12px;background:#fff !important;
    cursor:pointer;color:#111 !important;
  }
  .bpq-opt span{color:#111 !important;}
  .bpq-opt input{accent-color:#ff1fae;width:18px;height:18px}

  .bpq-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

  /* Primary button — brand pink on white text */
  .bpq-btn{
    display:inline-block;padding:12px 16px;border-radius:12px;
    background: #F45197 !important;color:#ffffff !important;
    text-decoration:none;font-weight:700;cursor:pointer;border:none;
  }
  .bpq-btn:hover{opacity:.9}
  /* Ghost button — visible on white background */
  .bpq-btn--ghost{
    background:#ffffff !important;color:#111 !important;
    border:1px solid #111 !important;
  }
  .bpq-btn--ghost:hover{background:#f7f7f7 !important;}

  .bpq-result{
    display:none;margin-top:18px;padding:18px;border:1px solid rgba(0,0,0,.12);
    border-radius:14px;background:#ffffff !important;color:#111 !important;
  }
  .bpq-result h2{margin:0 0 8px;color:#111 !important;}
  .bpq-badges{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 14px}
  .bpq-badge{
    padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.15);
    font-size:12px;background:##F45197;color:#111 !important;
  }
</style>
